@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400,300,700);
@import "../css/animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  overflow-x: hidden;
  font: normal 13px/24px 'Roboto Condensed', sans-serif;
  color: #adadad;
  background: #292625;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
[class^="btn"] {
  text-transform: uppercase;
}
h1,
h4,
h6 {
  text-transform: uppercase;
}
a[data-gal='1'] {
  display: inline-block;
  position: relative;
}
a[data-gal='1'] img {
  display: block;
}
a[data-gal='1'] .overlay {
  display: block;
  background: rgba(39, 39, 39, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[data-gal='1']:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}
a[data-gal='2'] {
  display: inline-block;
  position: relative;
}
a[data-gal='2'] .first {
  width: 100%;
}
a[data-gal='2'] .overlay {
  display: block;
  background: rgba(39, 39, 39, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[data-gal='2'] .hover {
  display: block;
  visibility: hidden;
  height: 50px;
  width: 61px;
  text-align: center;
  position: absolute !important;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -25px !important;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a[data-gal='2']:hover .overlay {
  background: rgba(39, 39, 39, 0.73);
}
a[data-gal='2']:hover .hover {
  visibility: visible;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  background: #ffffff;
  padding: 37px 0 0;
}
#header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(224, 224, 224, 0.75);
  -moz-box-shadow: 0px 2px 1px 0px rgba(224, 224, 224, 0.75);
  box-shadow: 0px 2px 1px 0px rgba(224, 224, 224, 0.75);
}
#header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
#header .logo-caption,
#header .caption {
  margin-bottom: 42px;
}
#header .sf-menu,
#header .social-list {
  padding-bottom: 6px;
}
#header .logo-caption {
  margin: 2px 0 0 1px;
}
#header .logo-caption img {
  margin-top: -5px;
}
#header .border-wrapper {
  position: relative;
  z-index: 9;
}
#header .border-wrapper:before {
  content: '';
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #1e2731;
}
#header h1 {
  position: relative;
  display: inline-block;
  padding-left: 66px;
  letter-spacing: -1px;
  font: 700 50px/30px 'Roboto Condensed', sans-serif;
}
#header h1 span {
  font: 700 36px/41px 'Roboto Condensed', sans-serif;
}
#header h1 a:hover {
  text-decoration: none;
}
#header h1:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 52px;
  height: 65px;
  background: url(../images/index_img-15.png) no-repeat;
}
#header .second-word {
  margin-left: 68px;
  font: normal 11px/5px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #838383;
}
@media (max-width: 767px) {
  #header .second-word {
    margin: -20px 0 0 38px;
    line-height: 40px;
  }
}
#header .caption {
  position: relative;
  padding: 10px 42px 10px 96px;
  border: 1px solid #dadada;
  border-radius: 5px;
  font: normal 13px/18px 'Roboto Condensed', sans-serif;
}
#header .caption:before {
  content: '';
  position: absolute;
  left: 23px;
  top: -10px;
  width: 48px;
  height: 66px;
  background: url("../images/index_img-01.png") no-repeat;
}
@media (max-width: 479px) {
  #header .caption:before {
    top: 0;
  }
}
#header .social-list ul li {
  display: inline-block;
  margin: 16px 10px 0 11px;
}
#header .social-list ul li a {
  font-size: 22px;
  color: #b0b0b0;
}
#header .social-list ul li a:hover {
  text-decoration: none;
  color: #F38538;
}
#header .social-list ul li.last {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .social-list ul li {
    margin: 16px 5px 0;
  }
}
@media (max-width: 767px) {
  #header .logo-caption,
  #header .caption,
  #header .header-menu,
  #header .social-list {
    float: none;
  }
  #header .social-list {
    text-align: center;
    padding-bottom: 0;
  }
  #header .logo-caption {
    text-align: center;
    margin-bottom: 30px;
  }
  #header .caption {
    margin-bottom: 10px;
  }
  #header .border-wrapper:before {
    display: none;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
}
.sf-menu > li > a {
  display: inline-block;
  text-transform: uppercase;
  color: #363535;
  font: 700 16px/30px 'Roboto Condensed', sans-serif;
  padding: 15px 30px 11px 26px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a.second {
  padding: 15px 27px 11px 19px;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #fff;
  background: #F38538;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover.sf-with-ul:before {
  border-color: #fff transparent transparent transparent;
}
.sf-menu > li > a.sf-with-ul:before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #191919 transparent transparent transparent;
}
.sf-menu > li.current > a {
  color: #fff;
  background: #F38538;
}
.sf-menu > li.current > a.sf-with-ul:before {
  border-color: #fff transparent transparent transparent;
}
.sf-menu > li.sfHover > a {
  color: #fff;
  background: #F38538;
}
.sf-menu > li.sfHover > a.sf-with-ul:before {
  border-color: #fff transparent transparent transparent;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 64px;
  left: 0px;
  background: #1e2731;
  padding: 15px 5px 15px 10px;
  z-index: 10;
  display: none;
  width: 115px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  font: normal 12px/34px 'Arial', sans-serif;
  position: relative;
  text-transform: uppercase;
}
.sf-menu ul li a {
  color: #fff;
}
.sf-menu ul li a:hover {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.sf-menu ul li.sfHover > a {
  color: #fff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 105px;
  padding: 15px 5px 15px 10px;
  z-index: 4;
  background: #cf0000;
}
.sf-menu ul ul li a {
  color: #010101;
}
.sf-menu ul ul li a:hover {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 15px 20px 11px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
  }
  .select-menu {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 5px 0 10px 0;
    padding: 0;
    height: 40px;
    border: 3px solid #c0c0c0;
    background: #fefefe url(../images/select.png) 99% center no-repeat;
    color: #000;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background-color: #ffffff;
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
  background: #ffffff;
  /*====WRAPPERS-TOP====*/
  /*====WRAPPERS-Bottom====*/
  /*====HEADERS======*/
  /*====Buttons====*/
  /*=====BOXES======*/
  /*====ACCORDION====*/
  /*===Subscribe-form===*/
  /*===Markered List====*/
  /*==== Blog Box====*/
}
#content .bg-camera {
  position: relative;
  background: url("../images/bg-camera.png") no-repeat;
}
#content .border-bottom {
  position: relative;
}
#content .border-bottom:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background-color: #c1c3c7;
}
#content .border-bottom:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: #ffffff;
  width: 100%;
}
#content .divider {
  width: 100%;
  height: 1px;
  background-color: #cdcdcd;
}
#content .divider2 {
  width: 100%;
  height: 1px;
  background-color: #767673;
}
#content .border-bottom_2:before {
  bottom: 1px !important;
}
#content .border-bottom_2:after {
  bottom: 0 !important;
}
#content .bg-content {
  background: url(../images/bg-content.png) repeat;
}
#content .bg-content_2 {
  background: url(../images/bg-content_2.png) repeat;
}
#content .bg-red {
  background: url(../images/bg-red.png) repeat;
}
#content .camera_caption h4 {
  font: normal 36px/55px 'Roboto Condensed', sans-serif;
}
#content .camera_caption h4 .big-word {
  font: normal 60px/38px 'Roboto Condensed', sans-serif;
  padding-left: 52px;
  letter-spacing: -1px;
}
@media (max-width: 479px) {
  #content .camera_caption {
    display: none !important;
  }
}
#content .marg_1 {
  margin-top: 16px;
}
#content .pad-right {
  padding-right: 650px;
}
@media (max-width: 1199px) {
  #content .pad-right {
    padding-right: 400px;
  }
}
@media (max-width: 979px) {
  #content .pad-right {
    padding-right: 0;
  }
}
#content .head-divider1 {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 61px;
}
#content .head-divider1:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #767574;
}
#content .wrapper1-t {
  margin-top: 10px;
}
#content .wrapper2-t {
  margin-top: 85px;
}
#content .wrapper3-t {
  margin-top: 78px;
}
#content .wrapper4-t {
  margin-top: 22px;
}
#content .wrapper1-b {
  margin-bottom: 33px;
}
#content .wrapper2-b {
  margin-bottom: 20px;
}
#content .wrapper3-b {
  margin-bottom: 29px;
}
#content .wrapper4-b {
  margin-bottom: 75px;
}
#content .wrapper5-b {
  margin-bottom: 59px;
}
#content .wrapper6-b {
  margin-bottom: 20px;
}
#content .wrapper7-b {
  margin-bottom: 25px;
}
#content .wrapper8-b {
  margin-bottom: 90px;
}
#content .wrapper9-b {
  margin-bottom: 51px;
}
#content .wrapper10-b {
  margin-bottom: 74px;
}
#content .wrapper1 {
  padding: 66px 0 70px;
}
#content .wrapper2 {
  padding: 37px 0 29px;
}
#content .wrapper3 {
  padding: 79px 0 37px;
}
#content .wrapper4 {
  padding: 76px 0 72px;
}
#content .wrapper5 {
  padding-bottom: 89px;
}
#content .wrapper6 {
  padding: 66px 0 91px;
}
#content .wrapper7 {
  padding: 79px 0 34px;
}
#content .wrapper8 {
  padding: 79px 0 91px;
}
#content .wrapper9 {
  padding: 76px 0 42px;
}
#content .wrapper10 {
  padding: 79px 0 94px;
}
#content .wrapper11 {
  padding: 76px 0 77px;
}
#content .wrapper12 {
  padding-bottom: 80px;
}
#content .wrapper13 {
  padding: 79px 0 92px;
}
#content .wrapper14 {
  padding: 79px 0 90px;
}
#content .heading_1 {
  margin-bottom: 26px;
}
#content .heading_2 {
  margin-bottom: 33px;
}
#content .heading_3 {
  margin-bottom: 28px;
}
#content .heading_4 {
  margin-bottom: 30px;
}
#content .heading_5 {
  margin: 74px 0 47px;
}
#content .heading_6 {
  margin-bottom: 25px;
}
#content .heading_7 {
  margin-bottom: 25px;
}
#content .heading_8 {
  margin-bottom: 31px;
}
#content .btn {
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 15px;
  border: 1px solid #737373;
}
#content .btn:hover {
  text-decoration: none;
  background-color: #F38538;
  border-color: #F38538;
  color: #ffffff;
}
#content .markered-btn {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  text-transform: uppercase;
}
#content .markered-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 8px;
  width: 15px;
  height: 15px;
  background-color: #F38538;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .markered-btn:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  width: 6px;
  height: 5px;
  background: url("../images/right_arrow.png") no-repeat;
}
#content .markered-btn:hover {
  text-decoration: none;
  color: #1e2731;
}
#content .markered-btn:hover:before {
  background-color: #1e2731;
}
#content h5.line {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 21px;
}
#content h5.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 61px;
  height: 3px;
  background-color: #F38538;
}
#content .btn_wrap1 {
  margin-top: 45px;
  text-align: center;
}
#content .btn_wrap1 .btn {
  padding: 6px 51px;
}
#content .box {
  text-align: center;
}
#content .box p {
  padding: 0 26px;
}
#content .box h5 {
  position: relative;
  padding-bottom: 29px;
}
#content .box h5:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -68px;
  width: 136px;
  height: 3px;
  background-color: #F38538;
}
@media (max-width: 767px) {
  #content .box {
    margin-bottom: 15px;
  }
}
#content .box2 .circle {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 34px;
  border: 1px solid #ababab;
}
#content .box2 .c1:before,
#content .box2 .c2:before,
#content .box2 .c3:before,
#content .box2 .c4:before,
#content .box2 .c5:before,
#content .box2 .c6:before {
  content: '';
  position: absolute;
  height: 46px;
}
#content .box2 .c1:before {
  left: 16px;
  bottom: 13px;
  width: 38px;
  background: url("../images/index_img-03.png") no-repeat 0 -46px;
}
#content .box2 .c2:before {
  left: 10px;
  bottom: 13px;
  width: 45px;
  background: url("../images/index_img-04.png") no-repeat 0 -46px;
}
#content .box2 .c3:before {
  left: 18px;
  bottom: 13px;
  width: 35px;
  background: url("../images/index_img-05.png") no-repeat 0 -46px;
}
#content .box2 .c4:before {
  left: 15px;
  bottom: 13px;
  width: 37px;
  background: url("../images/index_img-06.png") no-repeat 0 -46px;
}
#content .box2 .c5:before {
  left: 18px;
  bottom: 13px;
  width: 30px;
  background: url("../images/index_img-07.png") no-repeat 0 -46px;
}
#content .box2 .c6:before {
  left: 17px;
  bottom: 14px;
  width: 35px;
  background: url("../images/index_img-08.png") no-repeat 0 -46px;
}
#content .box2 h6 {
  text-transform: none;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  #content .box2 h6 {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box2 h6 {
    font-size: 17px;
    line-height: 20px;
  }
}
#content .box2:hover .circle {
  border-color: #F38538;
  background-color: #F38538;
}
#content .box2:hover .circle.c1:before,
#content .box2:hover .circle.c2:before,
#content .box2:hover .circle.c3:before,
#content .box2:hover .circle.c4:before,
#content .box2:hover .circle.c5:before,
#content .box2:hover .circle.c6:before {
  background-position: 0 0;
}
@media (max-width: 767px) {
  #content .box2 {
    margin-bottom: 20px;
  }
}
#content .box3 h3 {
  margin-bottom: 28px;
}
#content .box3 h6 {
  margin-top: 31px;
  text-transform: uppercase;
}
#content .box3 .btn {
  margin-top: 42px;
}
@media (max-width: 767px) {
  #content .box3 {
    margin-bottom: 20px;
  }
}
#content .box4 img {
  width: 100%;
}
#content .box4 .caption {
  margin-top: 15px;
}
#content .box4 .caption h6 {
  margin-bottom: 13px;
}
#content .box4 .caption .btn {
  margin: 29px 2px 0;
  padding: 3px 0;
  text-align: center;
  min-width: 100px;
}
@media (max-width: 1199px) {
  #content .box4 .caption {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #content .box4 {
    text-align: center;
  }
  #content .box4 .caption {
    text-align: left;
  }
  #content .box4 a[data-gal='1'] {
    margin-bottom: 10px;
  }
}
#content .box5 h6 {
  text-transform: none;
  margin-bottom: 18px;
}
#content .box5 ul li + li {
  margin-top: 9px;
}
#content .box5 .btn {
  margin-top: 38px;
}
@media (max-width: 767px) {
  #content .box5 {
    margin-bottom: 15px;
  }
}
#content .h2-wrapper {
  text-transform: uppercase;
}
#content .h2-wrapper h2 {
  font: 700 34px/26px 'Roboto Condensed', sans-serif;
  margin-bottom: 6px;
}
#content .h2-wrapper p {
  font: normal 18px/26px 'Roboto Condensed', sans-serif;
}
#content .box6 {
  margin-bottom: 49px;
}
#content .box7 {
  margin-bottom: 10px;
}
#content .box7 h5 {
  margin: 29px 0 9px;
}
#content .box7 h5:before {
  height: 0;
}
#content .box8 .divider {
  margin-bottom: 31px;
}
#content .box8 img {
  margin-top: 8px;
}
#content .box8 .caption {
  margin-left: 400px;
}
#content .box8 p {
  margin-top: 24px;
}
@media (max-width: 767px) {
  #content .box8 img {
    float: none;
    margin: 0 0 0 15px;
  }
  #content .box8 .caption {
    margin-left: 0;
  }
}
#content .box9 {
  position: relative;
  margin-top: 39px;
}
#content .box9 .caption {
  padding-left: 82px;
}
#content .box9 .caption h5 {
  margin-bottom: 9px;
}
#content .box9 .caption .btn {
  margin-top: 13px;
}
#content .box9 > a {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  display: block;
  padding: 20px 28px 21px 29px;
  border-radius: 35px;
  border: 1px solid #767874;
  font: normal 24px/28px 'Roboto Condensed', sans-serif;
}
#content .box9:hover > a {
  background-color: #F38538;
  text-decoration: none;
  border-color: #F38538;
  color: #ffffff;
}
#content .contact-box {
  margin-bottom: 23px;
}
#content .contact-box .heading {
  position: relative;
  padding-left: 15px;
  margin-bottom: 1px;
}
#content .contact-box .heading:before {
  content: '\f0a9';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 22px;
  color: #1e2731;
}
#content .box10 h6 {
  margin: 27px 0 24px;
}
#content .box10 img {
  margin-top: 6px;
}
@media (max-width: 767px) {
  #content .box10 img {
    margin-bottom: 10px;
  }
}
#content .box11 h6 {
  margin-bottom: 24px;
}
#content .box11 .icon-list {
  font: normal 15px/30px 'Roboto Condensed', sans-serif;
  margin-top: 21px;
}
#content .box11 .icon-list span {
  line-height: 30px;
}
#content .box11 .icon-list a {
  padding-left: 6px;
}
#content .box12 {
  position: relative;
  padding-left: 47px;
  margin-bottom: 4px;
}
#content .box12:before {
  content: '\f18e';
  position: absolute;
  left: 1px;
  top: 9px;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 24px;
  color: #F38538;
}
#content .box12 h6 {
  margin: 32px 0 14px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #content .box12.wrap1 {
    margin-bottom: 50px;
  }
}
#content .box13 {
  text-align: center;
}
#content .box13 .bg {
  margin-top: 3px;
  padding: 28px 0 27px;
  background-color: #1e2731;
}
@media (max-width: 767px) {
  #content .box13 .bg {
    float: left;
    min-width: 170px;
  }
}
@media (max-width: 479px) {
  #content .box13 .bg {
    min-width: 130px;
  }
}
#content .box13 .dark-circle {
  position: relative;
  display: inline-block;
  background-color: #293543;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  margin-bottom: 23px;
}
#content .box13 .dark-circle:before {
  content: '\f133';
  position: absolute;
  left: 35px;
  top: 33px;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 30px;
  color: #4f6681;
}
#content .box13 .contact-box {
  text-align: left;
}
#content .box13 .meta {
  color: #ffffff;
}
#content .box13 .meta p {
  font: normal 14px/18px 'Roboto Condensed', sans-serif;
}
#content .box13 .meta .date {
  text-transform: uppercase;
  font: normal 30px/30px 'Roboto Condensed', sans-serif;
}
@media (max-width: 767px) {
  #content .box13 {
    margin-bottom: 20px;
  }
  #content .box13 .putr {
    float: right;
    margin-right: 80px;
  }
}
@media (max-width: 479px) {
  #content .box13 .putr {
    margin-right: 0;
  }
}
#content .box14 {
  background: #f5f5f5;
  padding: 23px 31px 31px;
}
#content .box14 time {
  font-size: 14px;
}
#content .box14 .btn {
  margin-top: 26px;
}
@media (max-width: 767px) {
  #content .box14 {
    margin-bottom: 15px;
  }
}
#content #accordion h6 {
  position: relative;
  background: #f5f5f5;
  padding: 3px 0 5px 46px;
  margin-top: 3px;
}
#content #accordion h6:before {
  content: '\f054';
  position: absolute;
  left: 26px;
  top: 14%;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 24px;
  color: #1e2731;
}
#content #accordion h6.first {
  margin-top: 33px;
}
#content #accordion h6:hover {
  cursor: pointer;
}
#content #accordion div {
  padding: 20px 10px 39px 47px;
  border: 1px solid #e9e9e9;
  border-top: none;
}
#content .red-mark {
  position: relative;
  margin-top: 10px;
  padding-bottom: 83px;
}
#content .red-mark:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #cdcdcd;
}
#content .red-mark p {
  font: 700 48px/24px 'Roboto Condensed', sans-serif;
  color: #373d43;
}
#content .red-mark .second {
  padding-top: 14px;
  font: normal 15px/24px 'Roboto Condensed', sans-serif;
  color: #8b8b8a;
}
#content .red-mark li {
  position: relative;
  padding-left: 30px;
}
#content .red-mark li + li {
  margin-top: 58px;
}
#content .red-mark li:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #F38538;
}
@media (max-width: 767px) {
  #content .red-mark {
    margin-top: 25px;
  }
}
#content .news-box {
  margin-bottom: 60px;
}
#content .news-box .date {
  background-color: #F38538;
  color: #ffffff;
  font: normal 13px/21px 'Roboto Condensed', sans-serif;
  padding: 2px 24px 3px;
}
#content .news-box h6 {
  padding-left: 96px;
}
#content .news-box .meta {
  margin: 9px 0 13px;
}
#content .news-box .meta p {
  display: inline-block;
  margin-right: 26px;
}
#content .news-box .meta p.up a {
  text-transform: uppercase;
}
#content .news-box img {
  margin-top: 6px;
}
#content .news-box .caption {
  margin-left: 290px;
  line-height: 21px;
}
#content .news-box .caption p + p {
  margin-top: 21px;
}
#content .news-box .caption .btn {
  margin-top: 15px;
}
@media (max-width: 767px) {
  #content .news-box img {
    float: none;
    margin-bottom: 10px;
  }
  #content .news-box .caption {
    margin-left: 0;
  }
  #content .news-box .meta p {
    margin-right: 10px;
  }
}
@media (max-width: 479px) {
  #content .news-box .date {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
  }
  #content .news-box h6 {
    padding-left: 0;
  }
}
#content .news-box2 {
  margin-bottom: 46px;
}
#content .news-box2 img {
  margin-top: 4px;
}
#content .news-box2 .caption {
  margin-left: 200px;
}
#content .news-box2 h6 {
  margin-bottom: 13px;
}
#content .news-box2 .btn {
  margin-top: 26px;
  padding: 3px 0;
  text-align: center;
  min-width: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #content .news-box2 img {
    float: none;
    margin-bottom: 10px;
  }
  #content .news-box2 .caption {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  #content .news-box2 img {
    float: none;
    margin-bottom: 10px;
  }
  #content .news-box2 .caption {
    margin-left: 0;
  }
}
#content #subscribe-form {
  padding: 5px 0 0;
  text-align: right;
  position: relative;
}
#content #subscribe-form label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.27);
  position: relative;
  min-width: 187px;
  margin-left: 9px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content #subscribe-form label:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 13px;
  width: 15px;
  height: 14px;
}
#content #subscribe-form label.name:before {
  background: url(../images/index_img-16.png) no-repeat;
}
#content #subscribe-form label.email:before {
  background: url(../images/index_img-17.png) no-repeat;
}
#content #subscribe-form label input[type="text"],
#content #subscribe-form label input[type="email"] {
  display: block;
  width: 100%;
  padding: 11px 0 11px 40px;
  height: 100%;
  font: normal 14px/18px 'Roboto Condensed', sans-serif;
  color: #ffffff;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content #subscribe-form label {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  #content #subscribe-form label {
    display: block;
    margin-bottom: 10px;
  }
}
#content #subscribe-form .error,
#content #subscribe-form .success {
  position: absolute;
  right: 5px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#content #subscribe-form .error {
  top: 0;
}
#content #subscribe-form .success {
  top: -20px;
}
#content #subscribe-form .error {
  color: #ffffff;
  overflow: hidden;
  height: 0px;
}
#content #subscribe-form .success {
  display: none;
  color: #ffffff;
}
#content #subscribe-form label.invalid .error {
  height: 21px;
}
#content #subscribe-form a[data-type='submit'] {
  display: inline-block;
  margin: 2px 0 0 3px;
  padding: 9px 25px 11px 26px;
  background-color: #272727;
  color: #ffffff;
  text-transform: uppercase;
  font: normal 14px/18px 'Roboto Condensed', sans-serif;
}
#content #subscribe-form a[data-type='submit']:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #F38538;
}
@media (max-width: 1199px) {
  #content #subscribe-form a[data-type='submit'] {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #content #subscribe-form {
    padding-top: 20px;
  }
}
#content .markered-list li {
  position: relative;
  padding-left: 23px;
  font: 300 15px/18px 'Roboto Condensed', sans-serif;
}
#content .markered-list li:before {
  content: '\f0a9';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 20px;
  color: #F38538;
}
#content .markered-list li + li {
  margin-top: 12px;
}
#content .map {
  width: 100%;
  height: 403px;
}
@media (max-width: 479px) {
  #content .map {
    height: 300px;
  }
}
#content address {
  text-transform: uppercase;
  margin: 22px 0 24px;
}
#content dt {
  padding-right: 6px;
}
#content dt,
#content dd {
  display: inline-block;
}
#content .mail a {
  text-decoration: underline;
}
#content .mail a:hover {
  color: #1e2731;
}
@media (max-width: 767px) {
  #content .mail {
    margin-bottom: 40px;
  }
}
#content .policy-box {
  margin-bottom: 38px;
}
#content .policy-box h6 {
  text-transform: none;
  font: 700 18px/24px 'Roboto Condensed', sans-serif;
  margin-bottom: 15px;
}
#content .policy-link {
  margin-top: -14px;
}
#content .policy-link a {
  text-decoration: underline;
}
#content .policy-link a:hover {
  color: #F38538;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 52px 0 104px;
  background: url(../images/bg-footer.png) repeat;
}
#footer h1,
#footer .copyright {
  display: inline-block;
}
#footer .copyright {
  text-transform: uppercase;
  margin: 15px 0 0 9px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  font-size: 24px;
  z-index: 20;
  color: #808080;
  width: 42px;
  height: 42px;
  padding-top: 5px;
  border-radius: 21px;
  background-color: #1e1e1e;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  opacity: .38;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  z-index: 8;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .first {
  background-image: url(../images/index_img-06.jpg);
  background-color: #787470;
  background-position: center 0%;
}
@media (max-width: 1199px) {
  .stellar-section {
    background-image: url(../images/index_img-06_small.jpg);
  }
}
/*Core variables and mixins*/
.rotate {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/*============  Text  =============*/
.text_1 {
  font: 700 24px/21px 'Roboto Condensed', sans-serif;
}
.text_2 {
  font: normal 14px/21px 'Roboto Condensed', sans-serif;
}
.text_3 {
  font: normal 16px/21px 'Roboto Condensed', sans-serif;
}
.text_4 {
  font: 700 30px/38px 'Roboto Condensed', sans-serif;
}
.text_5 {
  font: 700 24px/24px 'Roboto Condensed', sans-serif;
}
.text_6 {
  font: 700 12px/21px 'Roboto Condensed', sans-serif;
}
.text_7 {
  font: 700 14px/24px 'Roboto Condensed', sans-serif;
}
.text_8 {
  font: normal 14px/24px 'Roboto Condensed', sans-serif;
}
.text_9 {
  font: 700 16px/21px 'Roboto Condensed', sans-serif;
}
.text_10 {
  font: 700 14px/21px 'Roboto Condensed', sans-serif;
}
.text_11 {
  font: 700 18px/21px 'Roboto Condensed', sans-serif;
}
.italic {
  font-style: italic;
}
/*============  Colors  =============*/
.color_1 {
  color: #ffffff;
}
.color_2 {
  color: #F38538;
}
.color_3 {
  color: #1e2731;
}
.color_4 {
  color: #2d3238;
}
.color_5 {
  color: #737885;
}
.color_6 {
  color: #8b8b8a;
}
.color_7 {
  color: #393939;
}
.color_8 {
  color: #2f2f2f;
}
.color_9 {
  color: #9a9a9a;
}
.color_10 {
  color: #363f45;
}
.color_11 {
  color: #383838;
}
.color_12 {
  color: #373d43;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #ffffff;
}
.bg_2 {
  background: #F38538;
}
.bg_3 {
  background: #f6f8fa;
}
.bg_4 {
  background: #272727;
}
/*============  Floats  =============*/
[class^='put-left'] {
  float: left;
}
[class^='put-right'] {
  float: right;
}
