@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Archivo+Narrow:400,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,700,300italic,400italic);
@import "../css/animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  background: url(../images/bg-2.png) repeat;
  color: #7d7d7d;
}
p {
  font-family: 'Ubuntu', sans-serif;
}
p.def {
  font-family: 'Archivo Narrow', sans-serif;
}
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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242c3c;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
  color: #50bdf3;
}
h1 {
  font-size: 48px;
  line-height: 50px;
}
h1 a:hover {
  text-decoration: none;
}
h1 span {
  color: #50bdf3;
}
h2 {
  font-size: 36px;
  line-height: 30px;
  font-weight: 700;
}
h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  font-size: 28px;
  line-height: 30px;
}
h5 {
  font-size: 24px;
  line-height: 30px;
}
h6 {
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
a[data-gal] {
  display: inline-block;
  position: relative;
}
a[data-gal] .overlay-gallery {
  display: block;
  background: rgba(43, 43, 40, 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] .hover {
  display: block;
  visibility: hidden;
  height: 34px;
  width: 34px;
  position: absolute !important;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -17px !important;
  background: url("../images/page4-img1.png") no-repeat;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a[data-gal]:hover .overlay-gallery {
  background: rgba(43, 43, 40, 0.4);
}
a[data-gal]:hover .hover {
  visibility: visible;
}
a[data-gal] .first {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.divider {
  height: 1px;
  background: #cfcfcf;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 34px 0 26px;
  border-bottom: 6px solid #bababa;
  background: #42587c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #42587c 0%, #3e5173 50%, #384664 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42587c), color-stop(50%, #3e5173), color-stop(100%, #384664));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #42587c 0%, #3e5173 50%, #384664 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #42587c 0%, #3e5173 50%, #384664 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #42587c 0%, #3e5173 50%, #384664 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #42587c 0%, #3e5173 50%, #384664 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42587c', endColorstr='#384664', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 767px) {
  #header .logo-caption {
    text-align: center;
  }
}
#header h1 {
  display: inline-block;
  color: #ffffff;
}
#header .second {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  margin: 5px 0 0 10px;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
}
#header .second:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 1px;
  height: 35px;
  background: #57647e;
}
#header .logo-caption {
  margin-top: -11px;
}
/* Main menu styles
========================================================*/
.sf-menu {
  margin-right: -11px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  background: transparent;
}
.sf-menu > li > a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 11px 7px;
  color: #50bdf3;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a.sf-with-ul:before {
  content: '\f107';
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  color: #50bdf3;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #50bdf3;
}
.sf-menu > li > a:hover.sf-with-ul:before {
  color: #ffffff;
}
.sf-menu > li.current > a {
  color: #ffffff;
  background: #50bdf3;
}
.sf-menu > li.current > a.sf-with-ul:before {
  color: #ffffff;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  background: #50bdf3;
}
.sf-menu > li.sfHover > a.sf-with-ul:before {
  color: #ffffff;
}
.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: 41px;
  left: -20px;
  z-index: 4;
  text-transform: uppercase;
  width: 116px;
  padding: 20px 5px 20px 20px;
  display: none;
  color: #ffffff;
  background: #50bdf3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  font-size: 12px;
  line-height: 18px;
}
.sf-menu ul li + li {
  margin-top: 16px;
}
.sf-menu ul li a {
  display: block;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  color: #394765;
}
.sf-menu ul li.sfHover > a {
  color: #394765;
}
.sf-menu ul:before {
  content: '';
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 9px 9.5px;
  border-color: transparent transparent #50bdf3 transparent;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 96px;
  z-index: 4;
  padding: 10px 5px 10px 30px;
  background: #3a4967;
  color: #50bdf3;
}
.sf-menu ul ul li a:hover {
  color: #ffffff;
}
.sf-menu ul ul:before {
  border: none;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 14px auto;
    padding: 0;
    height: 40px;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #05090d;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  padding: 10px 0;
  background: #42587c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #42587c 0%, #3e5173 50%, #384664 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42587c), color-stop(50%, #3e5173), color-stop(100%, #384664));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #42587c 0%, #3e5173 50%, #384664 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #42587c 0%, #3e5173 50%, #384664 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #42587c 0%, #3e5173 50%, #384664 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #42587c 0%, #3e5173 50%, #384664 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42587c', endColorstr='#384664', GradientType=0);
  /* IE6-9 */
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content .br-l {
  position: relative;
}
#content .br-l:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: -13px;
  width: 1px;
  background: #cfcfcf;
}
@media (max-width: 767px) {
  #content .br-l:before {
    display: none;
  }
}
#content .btn {
  display: inline-block;
  min-width: 133px;
  text-align: center;
  color: #ffffff;
  background: #394765;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 5px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .btn:hover {
  text-decoration: none;
  background: #50bdf3;
  color: #ffffff;
}
#content .btn.__btn-white {
  color: #242c3c;
  background: #ffffff;
}
#content .btn.__btn-white:hover {
  text-decoration: none;
  background: #50bdf3;
  color: #ffffff;
}
#content .bg-content {
  background: url(../images/bg.png) repeat;
}
#content .bg-content2 {
  background: url(../images/bg-3.png) repeat;
}
#content .bg-primary {
  border-top: 5px solid #394c6b;
  border-left: 3px solid #384c6b;
  background: #42587c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #42587c 0%, #3e5173 50%, #384664 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42587c), color-stop(50%, #3e5173), color-stop(100%, #384664));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #42587c 0%, #3e5173 50%, #384664 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #42587c 0%, #3e5173 50%, #384664 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #42587c 0%, #3e5173 50%, #384664 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #42587c 0%, #3e5173 50%, #384664 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42587c', endColorstr='#384664', GradientType=0);
  /* IE6-9 */
}
#content .img-border {
  border: 1px solid #ccc;
}
#content .wrapper1 {
  padding: 36px 0 27px;
}
#content .wrapper2 {
  padding: 25px 0;
}
#content .wrapper3 {
  padding: 46px 0 56px;
}
#content .wrapper3__inset1 {
  padding-bottom: 0;
}
#content .wrapper4 {
  padding: 70px 0 54px;
}
#content .wrap-top {
  padding-top: 23px;
}
#content .wrap-top2 {
  padding-top: 58px;
}
@media (max-width: 767px) {
  #content .wrap-top-767 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #content .wrap-bot-767 {
    margin-bottom: 30px;
  }
}
#content .box h5 {
  position: relative;
  margin-bottom: 4px;
}
#content .box h5 span {
  display: inline-block;
  font-size: 46px;
  line-height: 30px;
  margin-top: -4px;
}
#content .box p {
  font-style: italic;
}
#content .box p.heading {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  color: #242c3c;
}
#content .box p a {
  line-height: 24px;
}
@media (max-width: 767px) {
  #content .box {
    margin-top: 20px;
  }
}
#content .box__inset1 {
  padding-left: 100px;
}
#content .box__inset1 h5 span {
  font-size: 40px;
}
@media (max-width: 767px) {
  #content .box__inset1 {
    padding-left: 0;
  }
}
#content .box2 .heading {
  color: #ffffff;
  margin-bottom: 18px;
}
#content .box2 .heading p {
  font-size: 18px;
}
#content .box2 > p {
  font-size: 12px;
  color: #a8b4c7;
}
#content .box2 ul {
  font-family: 'Ubuntu';
  font-size: 14px;
}
#content .box2 .btn-wrap {
  margin: 34px 0 4px;
}
#content .box2 .btn-wrap .btn {
  margin-left: 15px;
}
@media (max-width: 479px) {
  #content .box2 .btn-wrap .btn {
    margin-left: 0;
  }
}
#content .circle {
  position: relative;
  display: inline-block;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background: #50bdf3;
}
#content .box3 {
  margin: 21px 0 37px;
  padding-bottom: 25px;
}
#content .box3 .circle {
  margin-bottom: 25px;
}
#content .box3 .circle img {
  position: absolute;
}
#content .box3 .circle img.i1 {
  top: 62px;
  left: 11px;
}
#content .box3 .circle img.i2 {
  top: 18px;
  left: 41px;
}
#content .box3 .circle img.i3 {
  top: 34px;
  left: 24px;
}
#content .box3 h4 {
  color: #242c3c;
  margin-bottom: 22px;
}
#content .box3 p {
  padding: 0 35px;
}
#content .box3 .btn {
  margin-top: 31px;
}
#content .box4 {
  margin: 23px 0 26px;
}
#content .box4 .img-wrap {
  position: relative;
  margin-bottom: 20px;
}
#content .box4 .img-wrap span {
  position: absolute;
  bottom: 1px;
  left: 1px;
  display: block;
  background: #50bdf3;
  padding: 13px 5px;
  min-width: 131px;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .box4 .img-wrap span img {
  margin-right: 5px;
}
#content .box4 .heading {
  margin-bottom: 12px;
}
#content .box4 .meta {
  margin-bottom: 11px;
  font-size: 14px;
  font-family: 'Ubuntu';
}
#content .box4 .meta .first {
  margin-right: 17px;
}
#content .box4 .meta img {
  margin-right: 4px;
}
#content .box4 .meta a:hover {
  text-decoration: none;
  color: #50bdf3;
}
#content .box4 p {
  padding-right: 40px;
}
#content .box5 {
  margin-top: 21px;
}
#content .box5 img {
  margin: 6px 27px 0 0;
}
#content .box5 .caption p {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  #content .box5 .caption p {
    padding-right: 0;
  }
}
#content .box5 p {
  margin-top: 13px;
}
#content .box5 .markered-list {
  margin-top: 20px;
}
#content .box5 .btn {
  margin-top: 26px;
}
@media (max-width: 979px) {
  #content .box5 img {
    margin-bottom: 15px;
  }
}
#content .box5.__offset1 {
  margin-bottom: 60px;
}
#content .box6 {
  margin-top: 53px;
  position: relative;
  padding-left: 120px;
}
#content .box6:before {
  position: absolute;
  left: 0;
  top: -20px;
  font-family: FontAwesome;
  color: #50bdf3;
}
#content .box6.i1:before {
  content: '\f0ac';
  font-size: 110px;
  line-height: 100px;
}
#content .box6.i2:before {
  content: '\f0ea';
  font-size: 96px;
  line-height: 100px;
}
#content .box6 .btn {
  margin-top: 28px;
}
@media (max-width: 479px) {
  #content .box6 {
    margin-top: 30px;
  }
  #content .box6:before {
    top: 0;
  }
}
#content .box7 {
  margin: 27px 0 28px;
}
#content .box7 > a {
  margin-bottom: 30px;
}
#content .numbered-box {
  margin-top: 21px;
}
#content .numbered-box .circle {
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 5px 17px 0 3px;
  padding-top: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .numbered-box .circle span {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #ffffff;
}
#content .numbered-box h6 {
  margin-bottom: 3px;
}
#content .member-box {
  margin-top: 34px;
}
#content .member-box img {
  margin-bottom: 24px;
}
#content .member-box h6 {
  margin-bottom: 3px;
}
#content .quote-box {
  margin-top: 32px;
  padding: 10px 0 0 46px;
  background: url("../images/page2-img9.png") no-repeat 0 0;
}
#content .quote-box .first {
  font-style: italic;
}
#content .quote-box h6 {
  margin: 17px 0 3px;
}
#content .blog-box {
  margin: 21px 0 34px;
}
#content .blog-box img {
  margin: 6px 30px 0 0;
}
@media (max-width: 767px) {
  #content .blog-box img {
    margin-bottom: 15px;
  }
}
#content .blog-box .time {
  margin-bottom: 6px;
}
#content .blog-box .meta {
  margin: 2px 0 15px;
}
#content .blog-box .meta p {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #content .blog-box .meta p {
    display: block;
    margin: 0 0 5px 0;
  }
}
#content .blog-box .btn {
  margin-top: 25px;
}
#content .markered-list {
  margin-top: 20px;
}
#content .markered-list li {
  position: relative;
  padding-left: 28px;
  text-transform: uppercase;
  color: #242c3c;
  font-size: 14px;
  font-weight: 700;
}
#content .markered-list li + li {
  margin-top: 9px;
}
#content .markered-list li:before {
  content: '\f138';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 22px;
  color: #2d2e2a;
}
#content .google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#content #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content #map-canvas img {
  max-width: none !important;
}
#content .map {
  position: relative;
  margin: 27px 0 23px;
  height: 379px;
}
@media (max-width: 479px) {
  #content .map {
    height: 250px;
  }
}
#content dl {
  margin-top: 18px;
}
#content dt {
  padding-right: 5px;
}
#content dd,
#content dt {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
}
#content .mail a {
  text-decoration: underline;
}
#content .mail a:hover {
  color: #242c3c;
}
#content .form-wrapper {
  margin-top: 27px;
}
#content .policy-box {
  margin-top: 21px;
}
#content .policy-box h6 {
  margin-bottom: 6px;
}
#content .policy-box + .policy-box {
  margin-top: 39px;
}
#content .policy-link {
  margin-top: 23px;
}
#content .policy-link a {
  text-decoration: underline;
  color: #242c3c;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 37px 0 50px;
  border-top: 10px solid #bababa;
}
#footer h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 13px;
  color: #242c3c;
}
#footer .link-list {
  margin: 18px 0 38px;
}
#footer .link-list li {
  position: relative;
  padding-left: 11px;
  font: 700 10px/16px 'Arial';
  margin-bottom: 14px;
  color: #242c3c;
}
#footer .link-list li:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 9px;
  line-height: 15px;
}
#footer .link-list li a:hover {
  text-decoration: none;
  color: #50bdf3;
}
@media (max-width: 767px) {
  #footer .link-list {
    text-align: left;
  }
}
#footer .social {
  margin-right: 20px;
}
#footer .social li {
  display: inline-block;
  margin-right: 2px;
}
#footer .social a:hover {
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}
@media (max-width: 767px) {
  #footer .social {
    margin: 0 auto;
  }
}
#footer .copyright {
  display: inline-block;
  font-family: Arial;
  font-size: 11px;
  line-height: 30px;
  color: #50bdf3;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  font-size: 26px;
  z-index: 20;
  padding: 3px 5px 7px;
  background: #32332e;
  color: #636a55;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  background: #50bdf3;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  position: relative;
  background-repeat: no-repeat;
  z-index: 8;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .stellar1 {
  background-image: url(../images/page3-img1.jpg);
  background-position: center center;
}
@media (max-width: 767px) {
  .stellar-section .stellar1 {
    background-size: auto 100%;
  }
}
.stellar-section .stellar2 {
  background-image: url(../images/page4-img5.jpg);
  background-position: center center;
}
@media (max-width: 767px) {
  .stellar-section .stellar2 {
    background-size: auto 100%;
  }
}
/*============  Floats  =============*/
.f__left {
  float: left;
}
.f__right {
  float: right;
}
@media (max-width: 1199px) {
  .f__none-1199 {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .f__none-768 {
    float: none;
  }
}
@media (max-width: 767px) {
  .f__none-767 {
    float: none;
  }
}
@media (max-width: 479px) {
  .f__none-479 {
    float: none;
  }
}
/*============= Text ============*/
.t__center {
  text-align: center;
}
.t__right {
  text-align: right;
}
.t__left {
  text-align: left;
}
.t__up {
  text-transform: uppercase;
}
.t__low {
  text-transform: lowercase;
}
.t__none {
  text-transform: none;
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
.camera_caption {
  display: block;
  position: absolute;
  width: 462px;
  background: #50bdf3;
  bottom: 0;
  left: 0;
  color: #fff;
}
.camera_caption p {
  font-size: 30px;
  line-height: 24px;
  font-weight: 700;
}
.camera_caption p + p {
  font-size: 12px;
}
.camera_caption > div {
  padding: 38px 5px 34px 32px;
}
@media (max-width: 767px) {
  .camera_caption {
    width: 100%;
  }
  .camera_caption > div {
    padding: 15px 5px 15px;
  }
}
@media (max-width: 479px) {
  .camera_caption p + p {
    display: none;
  }
  .camera_caption p {
    font-size: 20px;
  }
}
.camera_prev,
.camera_next {
  position: absolute;
  top: 50.5%;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
.camera_prev span,
.camera_next span {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 34px;
  padding-top: 2px;
  background: #50bdf3;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.camera_prev span:hover,
.camera_next span:hover {
  background: #ffffff;
  color: #000;
}
@media (min-width: 768px) and (max-width: 979px) {
  .camera_prev,
  .camera_next {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .camera_prev,
  .camera_next {
    top: 20%;
  }
}
.camera_prev {
  left: 0;
}
.camera_next {
  right: 0;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper .shadow {
  position: absolute;
  bottom: -11px;
  left: 3%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .slider-wrapper .shadow {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .slider-wrapper .shadow {
    bottom: -8px;
  }
}
@media (max-width: 767px) {
  .slider-wrapper .shadow {
    bottom: -5px;
  }
}
@media (max-width: 479px) {
  .slider-wrapper .shadow {
    bottom: -3px;
  }
}
#accordion {
  margin-top: 5px;
}
#accordion .ui-accordion-header {
  position: relative;
  cursor: pointer;
  display: inline-block;
  outline: none;
  text-transform: uppercase;
  padding-left: 33px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #242c3c;
  margin: 19px 0 20px;
  min-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#accordion .ui-accordion-header:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  background: url("../images/page1-img13.png") no-repeat;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#accordion .ui-accordion-header:hover {
  color: #50bdf3;
}
#accordion .ui-accordion-header:hover:before {
  background: url("../images/page1-img14.png") no-repeat;
}
#accordion .ui-accordion-header-active {
  color: #50bdf3;
  margin-bottom: 17px;
}
#accordion .ui-accordion-header-active:before {
  background: url("../images/page1-img14.png") no-repeat;
}
#accordion div p {
  padding-bottom: 35px;
}
.white {
  color: #ffffff;
}
.primary {
  color: #50bdf3;
}
.primary_2 {
  color: #515646;
}
