@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #121212;
  /* Old browsers */
  background: -moz-linear-gradient(top, #121212 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #121212), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #121212 0%, #222222 100%);
  background: -o-linear-gradient(top, #121212 0%, #222222 100%);
  background: -ms-linear-gradient(top, #121212 0%, #222222 100%);
  background: linear-gradient(to bottom, #121212 0%, #222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#121212', endColorstr='#222222', GradientType=0);
  color: #bab9b9;
  font: 400 14px/24px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #373d44;
  font-weight: 300; }

h2 {
  font-size: 70px;
  line-height: 70px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 50px;
      line-height: 50px; } }

h3 {
  font-size: 40px;
  line-height: 40px; }

h4 {
  font-size: 30px;
  line-height: 30px; }

h5 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400; }
  h5 a:hover {
    color: #e74c3c; }
  h5.primary a:hover {
    color: #222222; }
  h5.fw {
    font-weight: 300; }

h6 {
  font-size: 15px;
  line-height: 15px; }

p, dl {
  font-family: 'Arial', sans-serif; }

time {
  display: block;
  padding-top: 13px;
  text-align: center;
  width: 70px;
  background: #e74c3c;
  font: 300 40px/30px "Open Sans", sans-serif;
  color: #ffffff;
  letter-spacing: -2px; }
  time span {
    display: block;
    letter-spacing: -0.75px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.5; }
    .lt-ie9 time span {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }
  time .year {
    margin-top: 11px;
    line-height: 44px;
    background: #434343;
    opacity: 1; }
    time .year span {
      opacity: 0.5; }
      .lt-ie9 time .year span {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
        filter: alpha(opacity=50); }
    .lt-ie9 time .year {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=100); }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:active {
    background: transparent; }

a[href^="tel:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-family: "FontAwesome"; }

/*==================     Brand     ======================*/
.brand {
  float: left; }
  .brand_logo {
    float: left;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff; }
  .brand .brand_cnt {
    overflow: hidden;
    display: inline-block; }
  .brand .brand_name {
    overflow: hidden;
    display: inline-block; }
  .brand .brand_slogan {
    text-transform: uppercase;
    opacity: 0.5; }
    .lt-ie9 .brand .brand_slogan {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }
  @media (max-width: 767px) {
    .brand {
      float: none;
      display: inline-block; }
      .brand .brand_name, .brand .brand_slogan {
        text-align: left; } }

/*=============    Support Classes    =================*/
.center {
  text-align: center; }

.mg-add {
  margin-top: 5px; }

.oh {
  overflow: hidden; }

.primary {
  color: #e74c3c; }

h2 + h4 {
  margin-top: 7px; }

h4 + h5 {
  margin-top: 45px; }

h3 + .off1 {
  margin-top: 39px; }

h3 + .off2 {
  margin-top: 47px; }

h5 + .off1 {
  margin-top: 14px; }

h5 + .off2 {
  margin-top: 23px; }

h6 + .off1 {
  margin-top: 19px; }

p + .off1, .row + .off2 {
  margin-top: 20px; }

p + .off2 {
  margin-top: 36px; }

.row + .off1 {
  margin-top: 35px; }

.row + .off3 {
  margin-top: 30px; }

.row + .off4 {
  margin-top: 120px; }

/*====================================================
                      Main Layout
======================================================*/
.page {
  overflow: hidden;
  min-height: 500px;
  padding: 57px 0 64px;
  margin: 0 auto;
  width: 1326px; }
  .lt-ie9 .page {
    min-width: 1200px; }
  @media (max-width: 1326px) {
    .page {
      width: 100%; } }
  @media (max-width: 767px) {
    .page {
      padding: 0; } }

/*========================================================
                     Components
=========================================================*/
/*========================   Menu   ==========================*/
.nav {
  float: right; }

.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 26px; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
.sf-menu a {
  display: block; }

.sf-menu > li > a {
  color: #fff;
  font: 600 14px/24px "Open Sans", sans-serif;
  text-transform: uppercase; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #e74c3c; }

.sf-menu ul {
  display: none;
  position: absolute;
  left: -68px;
  top: 100%;
  width: 220px;
  margin-top: 30px;
  padding: 35px 5px 40px 5px;
  text-align: center;
  background: #e74c3c;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sf-menu ul:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 5px 4.5px;
    border-color: transparent transparent #e74c3c transparent; }

.sf-menu ul li {
  position: relative; }
  .sf-menu ul li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 15px; }
  .sf-menu ul li.sfHover > a, .sf-menu ul li > a:hover {
    color: #434343; }
  .sf-menu ul li + li {
    margin-top: 5px; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 40px;
  background: #434343;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sf-menu ul ul:before {
    margin-left: 0;
    left: -5px;
    top: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 5px 4.5px 0;
    border-color: transparent #434343 transparent transparent; }
  @media (min-width: 768px) and (max-width: 1326px) {
    .sf-menu ul ul {
      left: auto;
      right: 100%;
      margin: 0 20px 0; }
      .sf-menu ul ul:before {
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4.5px 0 4.5px 5px;
        border-color: transparent transparent transparent #434343; } }

/*--------------------------------------------------------------
                 Sub menu lvl2 item styles
--------------------------------------------------------------*/
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #e74c3c; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 75%;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 12px/12px 'FontAwesome'; }

.sub-menu > li > .sf-with-ul {
  position: relative; }
  .sub-menu > li > .sf-with-ul:before {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    content: '\f054';
    font: 400 14px/14px 'FontAwesome'; }

/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #e5e5e5 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAIxJREFUeNrs1lEJgDAYxPG/YgErmMEKhlgBrWCFVViBPVjFDFYwwnwXxG8yEeHu+eDHtntYlVLii9R8FMGCBQsWbE5jLTrnWqA1VLcYYzkYWIHO0JuAUPKqveW0wFL6jQMw36A9sL8xLn+BZ6FPV33Gs9HccZ3xHRiBIRcFqPTnEixY8O/gAwAA//8DAESSGmWnetXBAAAAAElFTkSuQmCC") no-repeat right center;
  overflow: hidden; }
  .select-menu .select {
    width: 440px;
    height: 30px;
    color: #585858;
    background-color: transparent;
    font: 400 15px "Open Sans", sans-serif;
    line-height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none; }
    .select-menu .select::-ms-expand {
      display: none; }
  @media (max-width: 767px) {
    .select-menu {
      display: block; } }
  @media (max-width: 479px) {
    .select-menu {
      width: 270px; }
      .select-menu .select {
        width: 290px; } }

/*==================  Stuck menu  ======================*/
.isStuck {
  left: 0;
  background: #222222;
  z-index: 999;
  padding-bottom: 10px;
  border-bottom: 1px solid #434343; }
  .isStuck .brand {
    display: none; }
  .isStuck .nav {
    margin-top: 10px;
    float: none;
    text-align: center; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: white url(../images/lazy-loader.gif) no-repeat center center; }
  .lazy-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0; }
    .lt-ie9 .lazy-img img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
  .lazy-img .lazy-loaded {
    opacity: 1; }
    .lt-ie9 .lazy-img .lazy-loaded {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=100); }

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #222222;
    color: #e74c3c; }
    .lt-ie9 .thumb_overlay {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
    .thumb_overlay:before {
      content: "\f065";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 24px "FontAwesome";
      line-height: 24px;
      margin-top: -12px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover {
    background-image: none; }
    .thumb:hover .thumb_overlay {
      opacity: 0.7; }
      .lt-ie9 .thumb:hover .thumb_overlay {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
        filter: alpha(opacity=70); }
      .lt-ie9 .thumb:hover .thumb_overlay:before {
        display: block; }
    .thumb:hover img {
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }

/*==================     ToTop     ======================*/
.toTop {
  width: 60px;
  height: 60px;
  font-size: 28px;
  line-height: 60px;
  color: #fff;
  background: #222;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #e74c3c;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat; }
  .mobile .parallax, .tablet .parallax {
    background-position: 50% 0 !important;
    background-size: cover; }

.parallax1 {
  background-image: url(../images/sunindexbgr.jpg);
  padding: 232px 0 242px; }
  .parallax1 h2, .parallax1 h5 {
    color: #ffffff;
    margin-left: 70px; }
  .parallax1 h2 {
    font-size: 50px;
    line-height: 50px;
    text-transform: none; }
  .parallax1 h5 {
    opacity: 0.2;
    text-transform: uppercase;
    font-weight: 400; }
    .lt-ie9 .parallax1 h5 {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2)";
      filter: alpha(opacity=20); }
  .parallax1 h2 + h5 {
    margin-top: 17px; }
  @media (max-width: 767px) {
    .parallax1 {
      padding: 100px 0; }
      .parallax1 h2, .parallax1 h5 {
        margin-left: 0; } }
  @media (max-width: 479px) {
    .parallax1 h2 {
      font-size: 40px;
      line-height: 40px; } }

@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover; } }
/*========================================================
                    HEADER Section
=========================================================*/
.header {
  background: #222222;
  padding: 60px 0 61px; }
  .header_panel:before, .header_panel:after {
    display: table;
    content: "";
    line-height: 0; }
  .header_panel:after {
    clear: both; }
  @media (max-width: 767px) {
    .header {
      text-align: center;
      padding-bottom: 20px; } }

/*==================     Header Brand     ======================*/
.header-brand .brand_logo {
  width: 92px;
  height: 92px;
  line-height: 92px;
  font-size: 34px;
  background: #e74c3c;
  margin: 6px 23px 0 0; }
.header-brand .brand_name {
  font: 300 40px/40px "Open Sans", sans-serif;
  letter-spacing: 2.4px;
  color: #ffffff; }
.header-brand .brand_slogan {
  font: 300 15px/24px "Open Sans", sans-serif;
  color: #ffffff; }

.nav {
  margin-top: 43px; }

/*========================================================
                    CONTENT Section 
=========================================================*/
.content {
  background: white; }

/*==================    Backgrounds    ======================*/
.bg1 {
  background: #f4f4f4; }

/*==================      Well     ======================*/
.well {
  padding-top: 108px;
  padding-bottom: 112px; }

.well2 {
  padding-top: 113px;
  padding-bottom: 120px; }
  .well2__ins1 {
    padding-bottom: 99px; }

.well3 {
  padding-top: 120px;
  padding-bottom: 120px; }

@media (max-width: 767px) {
  .well1, .well2, .well3 {
    padding-top: 50px;
    padding-bottom: 50px; } }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left;
  margin-right: 30px; }
@media (max-width: 767px) {
  .box_aside {
    float: none;
    margin: 0 0 15px; } }

@media (min-width: 768px) and (max-width: 979px) {
  .box__mod-768 .box_aside {
    float: none;
    margin: 0 0 15px; } }

.w1 {
  width: 270px; }

.box2 .lazy-img, .box2 img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.box2 .lazy-img {
  margin-top: 10px; }

/*==================      Event box      ======================*/
.event-box .img-wrap {
  position: relative; }
  .event-box .img-wrap .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px; }
    .event-box .img-wrap .icon:hover {
      margin: -40px 0 0 -40px; }
.event-box_cnt {
  background: #222222; }
  .event-box_cnt:before, .event-box_cnt:after {
    display: table;
    content: "";
    line-height: 0; }
  .event-box_cnt:after {
    clear: both; }
  .event-box_cnt .oh {
    padding: 20px 66px 20px 50px; }
  .event-box_cnt h3, .event-box_cnt h6 {
    color: #ffffff; }
  .event-box_cnt h3 {
    font-size: 35px; }
  .event-box_cnt .mod {
    opacity: 0.15;
    color: #ffffff; }
    .lt-ie9 .event-box_cnt .mod {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.15)";
      filter: alpha(opacity=15); }
  .event-box_cnt h3 + h6 {
    margin-top: 3px; }
.event-box time {
  float: left; }
@media (max-width: 1199px) {
  .event-box .oh {
    padding: 20px 10px; } }
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .event-box h3 {
    font-size: 26px; } }

.event-box__mod h6 {
  color: #c4c4c4;
  line-height: 21px; }
.event-box__mod .event-box_cnt .oh {
  padding: 26px 56px 20px 48px; }
  @media (max-width: 1199px) {
    .event-box__mod .event-box_cnt .oh {
      padding: 20px 8px 20px; } }
.event-box__mod .meta {
  font-size: 15px; }
  .event-box__mod .meta span {
    color: #e74c3c;
    margin-right: 10px; }
  .event-box__mod .meta span:first-child + a {
    margin-right: 10px; }
  .event-box__mod .meta a {
    color: #575757;
    text-transform: uppercase; }
    .event-box__mod .meta a:hover {
      text-decoration: underline; }
.event-box__mod h6 a:hover {
  color: #e74c3c; }
@media (min-width: 768px) and (max-width: 979px) {
  .event-box__mod h6 {
    font-size: 14px; } }

/*==================      Event box small      ======================*/
.event-box_sm:before, .event-box_sm:after {
  display: table;
  content: "";
  line-height: 0; }
.event-box_sm:after {
  clear: both; }
.event-box_sm h5 {
  letter-spacing: -1px;
  font-weight: 300; }
.event-box_sm time {
  background: #222222;
  float: left;
  margin-right: 30px;
  position: relative; }
  .event-box_sm time:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #222222; }
.event-box_sm .year {
  background: #e74c3c;
  line-height: 34px;
  margin-top: 17px; }
.event-box_sm .year span {
  opacity: 1; }
  .lt-ie9 .event-box_sm .year span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=100); }
.event-box_sm + .event-box_sm {
  margin-top: 37px; }
@media (min-width: 768px) and (max-width: 979px) {
  .event-box_sm time {
    float: none;
    margin: 0 0 15px; }
    .event-box_sm time:after {
      display: none; } }

/*==================    Icon    ======================*/
.icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e74c3c;
  color: #ffffff;
  font-size: 19px; }
  .icon:hover {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px; }

/*==================      Music List      ======================*/
.music-list li {
  cursor: pointer;
  position: relative;
  font-size: 15px;
  padding: 17.5px 5px 17.5px 92px;
  text-transform: uppercase;
  color: #222222; }
  .music-list li.playing {
    color: #e74c3c; }
    .music-list li.playing:before {
      content: '\f04c'; }
  .music-list li.stopped:before {
    content: '\f04b'; }
  .music-list li.skin1:hover, .music-list li.skin2:hover {
    background: #3D3D3D; }
  .music-list li:hover {
    color: #ffffff; }
  .music-list li:before {
    content: '\f001';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 59px;
    line-height: 59px;
    text-align: center;
    color: #e74c3c;
    font-size: 15px;
    font-family: "FontAwesome"; }
  .music-list li.skin1 {
    background: #f4f5f5; }
    .music-list li.skin1:before {
      background: #222222; }
    .music-list li.skin1 .dlw-btn {
      background: #373737; }
      .music-list li.skin1 .dlw-btn:hover {
        background: #000000; }
  .music-list li.skin2 {
    background: #fafafa; }
    .music-list li.skin2:before {
      background: #434343; }
    .music-list li.skin2 .dlw-btn {
      background: #555555; }
      .music-list li.skin2 .dlw-btn:hover {
        background: #000000; }
@media (min-width: 768px) and (max-width: 979px) {
  .music-list li {
    padding: 17.5px 5px 17.5px 65px;
    font-size: 13px; } }

.music-list__mod li {
  padding-left: 151px; }
.music-list__mod .dlw-btn {
  padding: 0;
  position: absolute;
  text-align: center;
  color: #e74c3c;
  left: 59px;
  top: 0;
  bottom: 0;
  width: 59px;
  line-height: 59px; }
@media (min-width: 768px) and (max-width: 979px) {
  .music-list__mod li {
    padding-left: 125px;
    font-size: 13px; } }

.music-list__mod2 li {
  padding-left: 0; }
.music-list__mod2 li:before {
  display: none; }
@media (min-width: 768px) and (max-width: 979px) {
  .music-list__mod2 {
    font-size: 14px; }
    .music-list__mod2 a {
      padding: 8px 5px; } }

.dlw-btn {
  display: inline-block;
  font-size: 15px;
  color: #e74c3c;
  font-family: "FontAwesome"; }
  .dlw-btn:before {
    content: '\f0c7'; }

/*==================    Partners    ======================*/
.partners {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }
  .partners li {
    display: table-cell;
    padding: 48px 5px 46px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff; }
  .partners a:hover {
    opacity: 0.5; }
    .lt-ie9 .partners a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }
  @media (max-width: 767px) {
    .partners li {
      padding: 25px 5px; } }

.video, .video2 {
  width: 100%; }
  @media (max-width: 479px) {
    .video, .video2 {
      height: 250px; } }

.video {
  height: 352px; }

.video2 {
  height: 294px; }

.video2 + h3 {
  margin-top: 113px; }

/*==================   Address    ======================*/
.addr {
  padding: 23px 0 110px; }
  .addr p:first-child {
    font: 300 20px/25px "Open Sans", sans-serif;
    color: #373d44;
    margin-bottom: 11px;
    text-transform: uppercase; }
  .addr dl dt, .addr dl dd {
    display: inline-block; }
  .addr dl dt {
    min-width: 90px; }
  .addr a {
    color: #e74c3c; }
    .addr a:hover {
      text-decoration: underline; }

/*==================    Map    ======================*/
.map_model {
  height: 485px; }
  .map_model img {
    max-width: none !important; }
  @media (max-width: 767px) {
    .map_model {
      height: 250px; } }
  @media (max-width: 479px) {
    .map_model {
      height: 200px; } }

.map_locations {
  display: none; }

.policy-box + .policy-box {
  margin-top: 36px; }

.policy-link {
  margin-top: 27px; }
  .policy-link a:hover {
    text-decoration: underline; }

@media (max-width: 767px) {
  .album {
    margin-top: 60px; } }

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
  background: #434343;
  padding: 51px 0 67px; }
  @media (max-width: 767px) {
    .footer {
      text-align: center;
      padding: 30px 0; } }

/*==================     Footer Brand     ======================*/
.footer-brand {
  margin-top: 13px; }
  .footer-brand .brand_logo {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 21px;
    background: #222222;
    margin: 5px 15px 0 0; }
  .footer-brand .brand_name {
    font: 300 24.5px/25px "Open Sans", sans-serif;
    letter-spacing: 1.47px;
    color: #a7a7a7; }
  .footer-brand .brand_slogan {
    font: 300 9px/14px "Open Sans", sans-serif;
    color: #a7a7a7;
    letter-spacing: 0.54px; }

.foot-wr {
  float: right;
  margin-right: 110px; }
  @media (max-width: 979px) {
    .foot-wr {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .foot-wr {
      float: none;
      margin-top: 15px; } }

.social-list {
  margin-top: 14px; }
  .social-list li {
    display: inline-block; }
    .social-list li + li {
      margin-left: 6px; }
  .social-list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #5a5a5a;
    border-radius: 50%; }
    .social-list a:hover {
      background: #e74c3c; }

.copyright {
  font-family: "Open Sans", sans-serif;
  color: #8e8e8e; }
  .copyright span:first-child {
    text-transform: uppercase;
    color: #e74c3c; }
  .copyright a:hover {
    text-decoration: underline; }
