@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,700,300,600);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #191919;
  color: #777777;
  font: 400 15px/26px "Raleway", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

h1, h2, h3, h4, h5 {
  color: #ffffff;
}

h1 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1.2px;
}
@media (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
}

h2 {
  font-size: 38px;
  line-height: 38px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
    line-height: 34px;
  }
}

h3 {
  font-size: 35px;
  line-height: 49px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 30px;
    line-height: 32px;
  }
}

h4 {
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 24px;
    line-height: 24px;
  }
}

h5, .terms dt {
  font-size: 23px;
  line-height: 34px;
}
h5 a, .terms dt a {
  color: #fa4c2a;
}
h5 a:hover, .terms dt a:hover {
  text-decoration: underline;
}

p, .terms dd, time {
  font-weight: 500;
}
p a:hover, .terms dd a:hover, time a:hover {
  text-decoration: underline;
}

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;
}

time {
  display: block;
  line-height: 35px;
  font-weight: 600;
  color: #fa4c2a;
  font-size: 12px;
}
time .fa {
  display: inline-block;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.oh {
  overflow: hidden;
}

/*.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2e2e2e /*url(../images/lazy-loader.gif)*/ no-repeat center center;
  z-index: 9999999; */
}
.page-loader_caption {
  position: absolute;
  margin-top: 30px;
  margin-left: 10px;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

/*====================================================
                      Main Layout
======================================================*/
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

h3 + p {
  margin-top: 7px;
}

h3 + h5 {
  margin-top: 10px;
}

h5 + p {
  margin-top: 17px;
}

h2 + h5 {
  margin-top: 16px;
}

h5 + .row-fluid {
  margin-top: 16px;
}

.row-fluid + .btn__sm {
  margin-top: 36px;
}

h2 + .index-list {
  margin-top: 17px;
}

p + .btn__sm {
  margin-top: 29px;
}

h5 + .list {
  margin-top: 13px;
}

address + .fa-mobile {
  margin-top: 11px;
}

.fa-mobile + .social-list {
  margin-top: 30px;
}

h3 + .lazy-img {
  margin-top: 15px;
}

h3 + .index-list {
  margin-top: 6px;
}

h3 + .news,
h3 + .map,
h3 + .row {
  margin-top: 15px;
}

.thumb + h4 {
  margin-top: 27px;
}

h4 + p {
  margin-top: 17px;
}

.lazy-img + h5 {
  margin-top: 31px;
}

.lazy-img + time {
  margin-top: 19px;
}

time + h4 {
  margin-top: 2px;
}

.row + .row {
  margin-top: 31px;
}

.map + p {
  margin-top: 25px;
}

p + .addr {
  margin-top: 17px;
}

h3 + .contact-form {
  margin-top: 37px;
}

h3 + .terms {
  margin-top: 6px;
}

/*========================================================
                     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: 2px;
}

@media (max-width: 979px) {
  .nav {
    text-align: center;
    float: none;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 23px;
  line-height: 38px;
}
.sf-menu > li.active > a, .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #ffffff;
}
.sf-menu > li.active > a:after, .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  background: #707070;
}
.sf-menu > li + li {
  margin-left: 35px;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 220px;
  margin-top: 17px;
  line-height: 38px;
  padding: 0;
  background: #333333;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li + li {
  border-top: 1px solid #484848;
}
.sf-menu ul a {
  position: relative;
  padding: 0 20px 1px;
}
.sf-menu ul a:after {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #fa4c2a;
}

.sf-menu ul > li > a {
  color: #ffffff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ffffff;
  background: #282828;
}
.sf-menu ul > li.sfHover > a:after, .sf-menu ul > li > a:hover:after {
  display: block;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: 100%;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.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';
}

.sfHover .sfHover .sf-with-ul:before, .sub-menu > li > .sf-with-ul:hover:before {
  content: '\f078';
}

/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: white 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 "Roboto", 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 {
  background: #444444;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .header_panel {
  padding-top: 0;
  padding-bottom: 0;
}
.isStuck .social-list .fa:hover {
  color: #aaa;
}
.isStuck .fa-user:hover {
  color: #000000;
}

@media (max-width: 1299px) {
  .isStuck .brand {
    display: none;
  }
  .isStuck .nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: #2e2e2e 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: black;
  color: white;
}
.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 40px "FontAwesome";
  line-height: 40px;
  margin-top: -20px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover {
  background-image: none;
}
.thumb:hover .thumb_overlay {
  opacity: 0.5;
}
.lt-ie9 .thumb:hover .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=50);
}
.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);
}

/*==================   Video    ======================*/
.video {
  display: block;
  position: relative;
  overflow: hidden;
}
.video img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.video_overlay {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: white;
}
.video_overlay:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  font: 400 40px "FontAwesome";
  line-height: 50px;
  text-align: center;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.video:hover {
  background-image: none;
}
.video:hover .video_overlay:before {
  background: #ffffff;
  color: #fa4c2a;
}
.video: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: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fa4c2a;
  text-decoration: none;
}

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

.parallax1 {
  background-image: url(../images/page-1_img08.jpg);
}
.parallax1 .news {
  min-height: 550px;
}
.parallax1 .news article {
  background: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.parallax2 {
  color: #ffffff;
  background-image: url(../images/page-2_img03.jpg);
}

@media (max-width: 767px) {
  .parallax {
    background-position: 50% 0 !important;
    background-size: cover;
  }
}
/*========================================================
                    HEADER Section
=========================================================*/
.header {
  background: #fa4c2a;
}
.header, .header h1 {
  color: #ffffff;
}
.header_panel {
  padding: 42px 46px 45px;
}
.header_panel:before, .header_panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.header_panel:after {
  clear: both;
}
@media (max-width: 1299px) {
  .header {
    text-align: center;
  }
  .header .brand, .header .nav {
    float: none;
  }
  .header .nav {
    display: inline-block;
  }
}
@media (max-width: 979px) {
  .header_panel {
    padding-bottom: 30px;
  }
}
@media (max-width: 539px) {
  .header_panel {
    padding-left: 0;
    padding-right: 0;
  }
}

/*==================     Brand     ======================*/
.brand {
  float: left;
}
.brand .brand_name {
  overflow: hidden;
}
.brand .brand_name span {
  font-weight: 300;
}

/*==================      Nav      ======================*/
.nav {
  padding-top: 21px;
  padding-bottom: 11px;
}
.nav .social-list, .nav .fa-user, .nav .sf-menu {
  float: left;
}
.nav .social-list {
  margin-left: 41px;
  padding: 0 39px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.nav .fa-user {
  margin-left: 32px;
}
@media (max-width: 979px) {
  .nav {
    padding-bottom: 0;
  }
  .nav .social-list, .nav .fa-user, .nav .sf-menu {
    float: none;
  }
  .nav .social-list {
    position: absolute;
    top: 10px;
    right: 70px;
    border: none;
    padding: 0;
  }
  .nav .fa-user {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 479px) {
  .nav .social-list {
    right: 50%;
    margin-right: -50px;
  }
  .nav .fa-user {
    right: 50%;
    margin-right: -100px;
  }
}

/*==================  Social List  ======================*/
.social-list:before, .social-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.social-list:after {
  clear: both;
}
.social-list li {
  float: left;
}
.social-list li + li {
  margin-left: 12px;
}
.social-list .fa {
  font-size: 29px;
  line-height: 38px;
  color: #ffffff;
}
.social-list .fa:hover {
  color: #fecabf;
}

/*========================================================
                    CONTENT Section 
=========================================================*/
.content {
  background: #2e2e2e;
}

/*==================     Well      ======================*/
.well {
  padding-top: 44px;
  padding-bottom: 47px;
}
.well__ins1 {
  padding-bottom: 61px;
}
.well__ins2 {
  padding-bottom: 52px;
}
.well__ins3 {
  padding-top: 60px;
}

.well2 {
  padding-top: 72px;
  padding-bottom: 83px;
}

/*==================    Colors     ======================*/
.primary {
  color: #fa4c2a;
}
.primary a:hover {
  text-decoration: underline;
}

/*==================  Backgrounds  ======================*/
.bg-light {
  background: #f2f2f2;
}
.bg-light h1, .bg-light h2, .bg-light h3, .bg-light h4 {
  color: #fa4c2a;
}

.bg-primary {
  background: #fa4c2a;
}
.bg-primary h5 {
  color: #333333;
}
.bg-primary, .bg-primary p {
  color: #ffffff;
}

.bg-image1 {
  background: #344e73 url(../images/page-1_img07.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-image1 h5, .bg-image1 p {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .bg-image1 {
    background-position: center center;
  }
}

.bg-lighten {
  background: #d8d8d8;
}
.bg-lighten h1, .bg-lighten h2, .bg-lighten h3, .bg-lighten h4, .bg-lighten h5, .bg-lighten {
  color: #333333;
}
.bg-lighten h1 a:hover, .bg-lighten h2 a:hover, .bg-lighten h3 a:hover, .bg-lighten h4 a:hover, .bg-lighten h5 a:hover, .bg-lighten a:hover {
  color: #fa4c2a;
}

/*==================     Icons     ======================*/
.fa-user {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  color: #707070;
}
.fa-user:hover {
  color: #fa4c2a;
}

.fa-mobile {
  color: #ffffff;
  font-size: 28px;
  line-height: 50px;
  font-weight: 700;
}
.fa-mobile:before {
  display: inline-block;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  font: 400 39px "FontAwesome";
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box__inset {
  padding: 44px 50px 52px;
}
.box__inset2 {
  padding: 44px 40px 52px 50px;
}
.box_aside {
  margin-top: 68px;
  float: right;
}
.box_cnt {
  padding-right: 50px;
  overflow: hidden;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box__inset, .box__inset2 {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .box {
    position: relative;
    padding-bottom: 100px;
  }
  .box_aside {
    margin-top: 0;
    float: none;
  }
  .box_cnt {
    padding-top: 30px;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .box__inset, .box__inset2 {
    padding: 40px 20px;
  }
}

/*==================    Buttons    ======================*/
.fa-angle-right, .fa-angle-left {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fa-angle-right:hover, .fa-angle-left:hover {
  background: #ffffff;
  color: #fa4c2a;
}
@media (min-width: 980px) and (max-width: 1199px), (max-width: 479px) {
  .fa-angle-right, .fa-angle-left {
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
  }
}

.fa-angle-right:before {
  padding-left: 5px;
}

.fa-angle-left:before {
  padding-right: 2px;
}

.btn {
  display: inline-block;
  padding: 15px 30px 15px 31px;
  line-height: 30px;
  color: #fff;
  background: #fa4c2a;
  font-weight: 700;
  font-size: 23px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.btn:hover {
  color: white !important;
  background: #707070;
}

.btn__sm {
  display: inline-block;
  padding: 8px 26px 8px 27px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
}

/*==================     List      ======================*/
.list li + li {
  margin-top: 8px;
}
.list a {
  color: #fa4c2a;
}
.list a:hover {
  color: #ffffff;
}

/*==================  Index List   ======================*/
.index-list {
  font-weight: 700;
  font-size: 23px;
  line-height: 34px;
}
.index-list li {
  position: relative;
  padding-left: 80px;
}
.index-list li:before {
  content: attr(data-index) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 53px;
  line-height: 53px;
  color: #fa4c2a;
}
.index-list li + li {
  margin-top: 15px;
}
.index-list a:hover {
  color: #707070;
}
@media (max-width: 979px) {
  .index-list li {
    padding-left: 40px;
  }
  .index-list li:before {
    font-size: inherit;
    line-height: inherit;
  }
}

/*==================     News     ======================*/
.news {
  position: relative;
}
.news article {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 100px 50px 50px;
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.68) 45%, rgba(30, 30, 30, 0.93) 99%, rgba(30, 30, 30, 0.93) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 30, 30, 0)), color-stop(45%, rgba(30, 30, 30, 0.68)), color-stop(99%, rgba(30, 30, 30, 0.93)), color-stop(100%, rgba(30, 30, 30, 0.93)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.68) 45%, rgba(30, 30, 30, 0.93) 99%, rgba(30, 30, 30, 0.93) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.68) 45%, rgba(30, 30, 30, 0.93) 99%, rgba(30, 30, 30, 0.93) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.68) 45%, rgba(30, 30, 30, 0.93) 99%, rgba(30, 30, 30, 0.93) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.68) 45%, rgba(30, 30, 30, 0.93) 99%, rgba(30, 30, 30, 0.93) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e1e1e', endColorstr='#ed1e1e1e',GradientType=0 );
  /* IE6-9 */
}
@media (min-width: 980px) and (max-width: 1199px) {
  .news article {
    padding: 20px 60px 20px 20px;
  }
}
@media (max-width: 539px) {
  .news article {
    position: static;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .news article {
    padding: 20px 60px 20px 20px;
  }
}

/*==================    Article   ======================*/
article {
  position: relative;
}
article h1, article h2, article h3, article h4, article h5, article h6, article {
  color: #ffffff;
}
article h1 a:hover, article h2 a:hover, article h3 a:hover, article h4 a:hover, article h5 a:hover, article h6 a:hover, article a:hover {
  color: #fa4c2a;
}
article time {
  font-size: 15px;
}
article .fa-angle-right {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
article * + p {
  margin-top: 10px;
}
article * + time {
  margin-top: 20px;
}
@media (min-width: 980px) and (max-width: 1199px), (max-width: 479px) {
  article .fa-angle-right {
    right: 20px;
    bottom: 20px;
  }
}

.container article time {
  font-size: 12px;
}

/*==================    Quote     ======================*/
.quote_author {
  font-weight: 500;
  color: #fa4c2a;
  line-height: 45px;
}
.quote_author:before {
  display: inline-block;
  margin-right: 11px;
  content: '\f10d';
  font: 400 15px "FontAwesome";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fa4c2a;
}
.quote_cnt {
  font-size: 35px;
  font-weight: 700;
  line-height: 49px;
}
.quote_author + .quote_cnt {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .quote_cnt {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .quote_cnt {
    font-size: 16px;
    line-height: 24px;
  }
}

/*==================   Address    ======================*/
address {
  font-size: 23px;
  line-height: 42px;
}

.addr {
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
}
.addr a:hover {
  text-decoration: underline;
}
.addr .fa-home, .addr .fa-phone, .addr .fa-envelope {
  position: relative;
  padding-top: 16px;
  padding-left: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.addr .fa-home:before, .addr .fa-phone:before, .addr .fa-envelope:before {
  position: absolute;
  left: 0;
  top: 0;
  font: 400 44px/50px "FontAwesome";
  color: #fa4c2a;
}

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

/*==================     Terms     ======================*/
.terms a {
  color: #ffffff;
}
.terms a:hover {
  text-decoration: underline;
}
.terms dt {
  font-weight: 700;
  color: #fa4c2a;
}
.terms dt + dd {
  margin-top: 9px;
}
.terms dd + dt {
  margin-top: 23px;
}

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
  font-weight: 500;
  padding: 13px 50px;
  line-height: 34px;
  color: #888888;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer a:hover {
  text-decoration: underline;
}
