@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:400,700,900);
@import "../css/animate.css";
.white {
  color: #ffffff;
}
.primary {
  color: #f9d500;
}
/*============  Floats  =============*/
.f__left {
  float: left;
}
.f__right {
  float: right;
}
@media (max-width: 979px) {
  .f__none-979 {
    float: none;
  }
}
@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;
  }
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  background: #333;
  color: #888;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
p span.fa-play {
  font-size: 12px;
  line-height: 21px;
  margin-left: 5px;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
h2,
h3 {
  text-transform: uppercase;
  color: #ffffff;
}
h2 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
}
h3 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
}
h3 a:hover {
  text-decoration: none !important;
  color: #148996;
}
.page {
  overflow: hidden;
  background: url("../images/bg-page.png") no-repeat;
}
/* Heading */
.heading {
  padding: 12px 13px 13px 16px;
}
.heading h2 {
  float: left;
  color: #f9d500;
}
.heading .btn2 {
  float: right;
}
.heading_skin1 {
  background: #444444;
}
.heading_skin2 {
  background: #2e2e2e;
}
.heading:before,
.heading:after {
  content: " ";
  display: table;
}
.heading:after {
  clear: both;
}
@media (max-width: 479px) {
  .heading {
    text-align: center;
  }
  .heading h2,
  .heading .btn2 {
    float: none;
  }
  .heading h2 {
    text-align: left;
  }
  .heading h2 + .btn2 {
    margin-top: 5px;
  }
}

.search-but {
  display: inline-block;
  text-align: center;
  position: relative;
  right: -1px;
  width: 60px;
  border: none;
  height: 60px;
  background: url(../images/srch_btn.gif) 0 0 no-repeat;
  line-height: 60px;
  font-size: 20px;
  color: #ffffff;
}

.search-but:hover {
  background-position: 0 bottom;
}
/* Button Play */
.btn-play {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 60px;
  border: none;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #ffffff;
}
.btn-play:after {
  content: '';
  position: absolute;
  width: 41px;
  height: 41px;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -24px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.btn-play__mod1 {
  font-size: 40px;
}
.btn-play__mod1:after {
  display: none;
}
.btn-play_skin1 {
  background: #444444;
}
.btn-play_skin1:hover {
  text-decoration: none;
  background: #282828;
}
.btn-play_skin2 {
  background: #148996;
}
.btn-play_skin2:hover {
  text-decoration: none;
  background: #444444;
}
/* Backgrounds */
.bg-red,
.box_skin1 .box_cnt,
.ie8 a.box_skin2:hover .box_cnt,
.ie9 a.box_skin2:hover .box_cnt,
.box_skin2 .box_cnt:after,
.ie8 a[data-gal] .hover,
.ie9 a[data-gal] .hover,
a[data-gal] .hover:before {
  background: -moz-linear-gradient(top, rgba(20, 137, 150, 0) 0%, rgba(20, 137, 150, 0.5) 30%, #148996 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(20, 137, 150, 0)), color-stop(30%, rgba(20, 137, 150, 0.5)), color-stop(100%, #148996));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(20, 137, 150, 0) 0%, rgba(20, 137, 150, 0.5) 30%, #148996 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(20, 137, 150, 0) 0%, rgba(20, 137, 150, 0.5) 30%, #148996 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(20, 137, 150, 0) 0%, rgba(20, 137, 150, 0.5) 30%, #148996 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(20, 137, 150, 0) 0%, rgba(20, 137, 150, 0.5) 30%, #148996 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00148996', endColorstr='#148996', GradientType=0);
}
.bg-dark,
.ie8 .box_skin2 .box_cnt,
.camera_target_content .box_cnt,
.ie9 .box_skin2 .box_cnt,
.box_skin2 .box_cnt:before {
  background: -moz-linear-gradient(top, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181, 181, 181, 0)), color-stop(16%, rgba(160, 160, 160, 0.2)), color-stop(43%, rgba(125, 125, 125, 0.5)), color-stop(67%, rgba(93, 93, 93, 0.75)), color-stop(99%, rgba(51, 51, 51, 0.99)), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(181, 181, 181, 0) 0%, rgba(160, 160, 160, 0.2) 16%, rgba(125, 125, 125, 0.5) 43%, rgba(93, 93, 93, 0.75) 67%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5b5b5', endColorstr='#333333', GradientType=0);
}

.camera_target_content .box_cnt {
  width: 100%;
}

.camera_commands {
  display: none !important;
}

.camera_nextThumbs,
.camera_prevThumbs {
  background: #444;
    height: 100%;
    top: 0;
    -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.camera_nextThumbs div,
.camera_prevThumbs div {
  position: relative;
  background: none;
  
}

.camera_nextThumbs:hover,
.camera_prevThumbs:hover {
  background: #148996;
}

.camera_amber_skin .camera_prev > span,
.camera_amber_skin .camera_next > span {
  background: none;
}


.camera_amber_skin .camera_prev:after {
 content: '\f053';
  color: #fff;
  font-size: 13px;
  font-family: 'FontAwesome';
  position: absolute;
  left: 46%;
  top: 11px;
}

.camera_amber_skin .camera_next:after {
 content: '\f054';
  color: #fff;
  font-size: 13px;
  font-family: 'FontAwesome';
  position: absolute;
  left: 46%;
  top: 11px;
}

.camera_prevThumbs div:after {
  content: '\f053';
  color: #fff;
  font-size: 13px;
  font-family: 'FontAwesome';
  position: absolute;
  left: 46%;
  top: 11px;
}

.camera_nextThumbs div:after {
  content: '\f054';
  color: #fff;
  font-size: 13px;
  font-family: 'FontAwesome';
  position: absolute;
  left: 46%;
  top: 11px;
}

.camera_thumbs_cont ul li:hover:before, .camera_thumbs_cont ul li.cameracurrent:before {
    height: 10px;
}
.camera_thumbs_cont ul li:before {
    background: #148996 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
   -webkit-transition: all 400ms ease-out;
   -moz-transition: all 400ms ease-out;
   -ms-transition: all 400ms ease-out;
   -o-transition: all 400ms ease-out;
   transition: all 400ms ease-out;
}
.camera_thumbs_cont ul li:hover:after, .camera_thumbs_cont ul li.cameracurrent:after {
    opacity: 1;
}
.camera_thumbs_cont ul li:after {
    border-color: transparent transparent #148996;
    border-style: solid;
    border-width: 0 4.5px 5px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -3px;
    opacity: 0;
    position: absolute;
    top: -5px;
   -webkit-transition: all 400ms ease-out;
   -moz-transition: all 400ms ease-out;
   -ms-transition: all 400ms ease-out;
   -o-transition: all 400ms ease-out;
   transition: all 400ms ease-out;
    width: 0;
    z-index: 1;
}

.camera_thumbs_cont {
  padding-top: 5px;
}

.camera_thumbs_cont ul li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 4px;
}

.camera_thumbs_cont ul li > img {
  margin: 0;
}

.camera_thumbs_cont ul {
  padding-top: 0;
  overflow: visible;
}

  .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
    background: #444;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.camera_prev:hover, .camera_next:hover {
    background: #148996;
}


/*========================================================
                    Main Layout
=========================================================*/
p + .btn2 {
  margin-top: 5px;
}
p + p {
  margin-top: 22px;
}
/*========================================================
                    HEADER styles
=========================================================*/
.header .btn-play_skin1:hover {
  background: #282828;
}
.panel {
  background: #148996;
  color: #ffffff;
  margin-bottom: 30px;
}
.company {
  padding: 13px 0 0 8px;
  float: left;
}
@media (min-width: 768px) and (max-width: 979px) {
  .company {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .company {
    float: none;
    text-align: center;
    margin: 15px 0;
  }
}
.header-wrap {
  background: #282828;
}

.btn-wrap li {
  float: left;
  border-left: 1px solid #282828;
}

.btn-wrap li:first-child {
  border: none;
}
.btn {
  display: inline-block;
  text-align: center;
  padding: 18px 21px 17px;
  line-height: 24px;
  background: #444444;
}
.btn span {
  font-size: 15px;
  line-height: 24px;
  margin-right: 4px;
}
.btn:before {
  margin-right: 4px;
  color: #148996;
  font-family: 'FontAwesome';
  display: inline-block;
}

.btn:hover {
  text-decoration: none;
  background: #282828;
}
.btn + .btn {
  margin-left: -4px;
  border-left: 1px solid #282828;
}
/* Search form wrap */
.form-wrap {
  float: right;
}
.form-wrap form,
.form-wrap .button {
  display: inline-block;
}
.form-wrap .button {
  margin-left: -4px;
}
@media (max-width: 767px) {
  .form-wrap {
    float: none;
    margin-top: 20px;
  }
  .form-wrap .button {
  margin-left: 0px;
  float: right;
}
}
.btn-wrap {
  float: left;
}
@media (max-width: 767px) {
  .btn-wrap {
    float: none;
    text-align: center;
  }
}
/* Main menu styles
========================================================*/
nav {
   float: left;
    margin-left: 30px;
}
@media (max-width: 767px) {
  nav {
    float: none;
  }
}

.sf-menu > li:nth-child(4) {
    max-width: 145px;
}
.sf-menu > li {
  position: relative;
  float: left;
  background: transparent;
}
.sf-menu > li:last-child > a {
  border-right: 1px solid #000000;
}
.sf-menu > li > a {
   border-left: 1px solid #000000;
    color: #ffffff;
    display: inline-block;
    font: 700 18px/26px "Lato",sans-serif;
    min-height: 51px;
    padding: 30px 5px 15px;
    text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #148996;
  -webkit-box-shadow: 0px 10px 10px 0px transparent;
  -moz-box-shadow: 0px 15px 10px 0px transparent;
  box-shadow: 0px 15px 10px 0px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li > a.sf-with-ul:before {
  content: '\f107';
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  bottom: 15px;
  left: 50%;
  margin-left: -6px;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a:hover:after {
  height: 10px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
}
.sf-menu > li > a:hover.sf-with-ul:before {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
   padding: 30px 13px 15px;
  }
}
.sf-menu > li.current > a:after {
  height: 10px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
}
.sf-menu > li.sfHover > a:after {
  height: 10px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
}
.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: 100px;
  left: 0;
  z-index: 4;
  width: 232px;
  display: none;
  background: #444444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.sf-menu ul li a {
  display: block;
  padding: 3px 20px;
  color: #ffffff;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  background: #148996;
}
.sf-menu ul li a.sf-with-ul:before {
  content: '\f105';
  position: absolute;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 30px;
  top: 0;
  right: 10px;
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  background: #148996;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul {
    width: 200px;
  }
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 232px;
  z-index: 4;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul ul {
    left: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 90%;
    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;
  }
}
/*============ Background ==============*/
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #282828;
  z-index: 999;
}
#header .isStuck nav {
  border-right: 1px solid #000;
}
#header .isStuck .sf-menu > li > a {
  padding: 20px 18px;
}
#header .isStuck .sf-menu > li > a.sf-with-ul:before {
  bottom: 5px;
}
#header .isStuck .sf-menu > li > ul {
  top: 69px;
}
#header .isStuck .company {
  padding: 6px 0 5px 32px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
@media (max-width: 767px) {
  .content img {
    width: 100%;
  }
}
/* Float Box */
.float-box {
  background: #282828;
}
.float-box_w33 {
  float: left;
  width: 33.333333333%;
}
.float-box_w66 {
  float: left;
  width: 66.666666666%;
}
.float-box_w50 {
  float: left;
  width: 50%;
}
.float-box_w25 {
  float: left;
  width: 25%;
}
@media (max-width: 767px) {
  .float-box_w33,
  .float-box_w66,
  .float-box_w50,
  .float-box_w25 {
    float: none;
    width: 100%;
  }
}
.float-box:before,
.float-box:after {
  content: " ";
  display: table;
}
.float-box:after {
  clear: both;
}
@media (max-width: 767px) {
  .float-box_-mod .float-box_w33,
  .float-box_-mod .float-box_w25,
  .float-box_-mod .float-box_w50,
  .float-box_-mod .float-box_w66 {
    margin-top: 30px;
  }
  .float-box_-mod .float-box_w33:first-child,
  .float-box_-mod .float-box_w25:first-child,
  .float-box_-mod .float-box_w50:first-child,
  .float-box_-mod .float-box_w66:first-child {
    margin-top: 0;
  }
}
/* Box */
.box {
  position: relative;
  display: block;
  min-height: 292px;
  color: #ffffff;
}

.item_txt {
  padding: 10px 10px 20px;
}
.item-page .article-info {
  padding: 10px !important;
}

.video .item_txt {
  text-align: center;
}
.box_cnt {
  position: absolute;
  padding: 100px 90px 14px 19px;
  max-height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-header h1 {
  display: none;
}
.box_cnt:before,
.box_cnt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.ie8 .box_cnt:before,
.ie8 .box_cnt:after,
.ie9 .box_cnt:before,
.ie9 .box_cnt:after {
  display: none;
}
.box_cnt:before {
  opacity: 1;
}
.box_cnt:after {
  opacity: 0;
}
.box .date,
.box .btn-play {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box .btn-play {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.box .comment {
  position: absolute;
  left: 20px;
  bottom: 15px;
  color: #ffffff;
  z-index: 1;
}
.box .comment span {
  font-size: 14px;
  margin-right: 10px;
}
.box .comment a:hover {
  text-decoration: underline;
}
a.box:hover .date {
  color: #ffffff;
}
a.box:hover .btn-play {
  background: #444444;
}
a.box:hover .box_cnt:before {
  opacity: 0;
}
a.box:hover .box_cnt:after {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .box img {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .box_cnt {
    position: relative;
    padding: 20px 5px 60px 5px;
  }
}
.box_mod1 {
  padding-bottom: 132px;
}
.box_mod1 .box_cnt {
  bottom: auto;
  top: 30%;
  padding: 70px 42px 48px 19px;
}
@media (max-width: 1199px) {
  .box_mod1 {
    padding-bottom: 0;
  }
  .box_mod1 .box_cnt {
    position: relative;
    padding: 20px 15px 60px 19px;
    top: 0;
  }
}
.box_skin1 {
  background: #148996;
}
.box_skin1 .box_cnt:before,
.box_skin1 .box_cnt:after {
  display: none;
}
/* Gallery Hover */
a[data-gal] {
  position: relative;
  display: block;
  color: #ffffff;
}
a[data-gal] .hover {
  position: absolute;
  padding: 100px 90px 14px 19px;
  max-height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ie8 a[data-gal] .hover,
.ie9 a[data-gal] .hover {
  display: none;
}
a[data-gal] .hover:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
a[data-gal] .hover .btn-play {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #444444;
}
a[data-gal]:hover .hover {
  opacity: 1;
  display: block;
}
@media (min-width: 768px) and (max-width: 979px) {
  a[data-gal] h2 {
    font-size: 18px;
    line-height: 24px;
  }
  a[data-gal] p {
    display: none;
  }
}
@media (max-width: 479px) {
  a[data-gal] p {
    display: none;
  }
}
.box2 {
  display: block;
  padding: 17px 20px 29px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box2:hover {
  color: white;
}


.box2_left {
  float: left;
  margin-right: 30px;
}

.box2 .date {
  float: none !important;
}

.box2 p {
  float: left;
}
@media (max-width: 767px) {
  .box2_left {
    float: none;
    margin: 0 0 15px 0;
  }
}
.box2_cnt {
  padding: 14px 20px 29px 0;
}
@media (max-width: 767px) {
  .box2_cnt {
    padding-left: 15px;
  }
}
.box2_reset {
  padding: 0;
}
.box2_in1 {
  padding-bottom: 22px;
}
.box2_skin1 {
  background: #282828;
}
.box2_skin2 {
  background: #2e2e2e;
}
/* Wrappers for box2 */
.wrapper1 {
  padding-bottom: 32px;
}
.wrapper2 {
  padding-bottom: 23px;
}
.mt-img {
  margin-top: 5px;
}

.float-box_w33 a[title="click here"] {
  display: none !important;
}


ul.sigFreeClassic {
    clear: both;
    list-style: outside none none;
    margin: 0px auto !important;
    overflow: hidden;
    padding:  0 !important;
}
.article-info-term {
  display: none;
}
.items-leading .box2 {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.article-info {
  padding: 10px !important;
}
.items-leading .box2 h3 a:hover {
  text-decoration: underline !important;
  color: #fff !important;
}
.items-leading .box2:hover,
.mod-newsflash-adv .box2:hover,
.news-list li a:hover {
  text-decoration: none;
  background: #148996;
}

.bot2 .box2:hover {
  background: none !important;
}

.intro_text p:after {
  content: '\f04b';
  display: inline-block;
  margin-left: 5px;
  color: #148996;
  font-family: 'FontAwesome';
}


.items-leading .box2:hover p,
.box2:hover .intro_text p,
.box2:hover .date,
.news-list li a:hover .time,
.news-list li a:hover p {
  color: #ffffff;
}


.btn2 {
  display: inline-block;
  padding: 4px 10px 5px;
  border: 1px solid #6a6a6a;
  color: #ffffff;
}
.btn2:hover {
  text-decoration: none;
  background: #148996;
  border-color: #148996;
}
/* Owl Carousel */
.img-box .pag {
  display: inline-block;
  float: left;
  width: 20%;
  position: relative;
  z-index: 1;
}
.img-box .pag:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #148996;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img-box .pag:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #148996 transparent;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie8 .img-box .pag:after {
  display: none;
}
.img-box .pag:hover:before,
.img-box .pag.active:before {
  height: 10px;
}
.img-box .pag:hover:after,
.img-box .pag.active:after {
  opacity: 1;
}
.ie8 .img-box .pag:hover:after,
.ie8 .img-box .pag.active:after {
  display: block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .img-box .pag.active:before,
  .img-box .pag:hover:before {
    height: 5px;
  }
}
@media (max-width: 767px) {
  .img-box .pag {
    width: 50%;
  }
  .img-box .pag img {
    width: 100%;
  }
  .img-box .pag:after {
    display: none;
  }
}
@media (max-width: 479px) {
  .img-box {
    margin-top: 10px;
  }
}
.img-box:before,
.img-box:after {
  content: " ";
  display: table;
}
.img-box:after {
  clear: both;
}
.owl {
  position: relative;
  z-index: 0;
}
@media (max-width: 479px) {
  .owl .box_cnt {
    display: none;
  }
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 46.5%;
  display: block;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  color: #ffffff;
  background: #444444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-prev:before,
.owl-next:before {
  font-family: FontAwesome;
  position: relative;
}
.owl-prev:hover,
.owl-next:hover {
  text-decoration: none;
  background: #148996;
}
.owl-prev {
  left: 0;
}
.owl-prev:before {
  content: '\f053  ';
}
.owl-next {
  right: 0;
}
.owl-next:before {
  content: '\f054';
}
/* Facebook Follow */
.fb-like-box {
  width: 100%;
  background: #ffffff;
  padding: 18px 18px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
  .fb-like-box {
    padding: 1px;
  }
}
/* Number-box */
.number-box {
  position: relative;
  padding-left: 80px;
}
.number-box:before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  font: 700 35px/60px 'Lato', sans-serif;
  text-align: center;
  background: #148996;
  color: #ffffff;
}
.number-box:after {
  content: '';
  position: absolute;
  left: 60px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 10px;
  border-color: transparent transparent transparent #148996;
}
@media (min-width: 768px) and (max-width: 979px) {
  .number-box {
    padding: 75px 0 0 0;
  }
  .number-box:before {
    left: 50%;
    margin-left: -30px;
  }
  .number-box:after {
    display: none;
  }
}
/* Quote */
.quote {
  padding: 15px 20px 22px;
}
.quote a:hover {
  text-decoration: underline;
}
.quote img {
  max-width: 150px;
}
@media (max-width: 767px) {
  .quote img {
    width: auto;
  }
}
/* Icon box */
.icon {
  display: inline-block;
  font-size: 48px;
  line-height: 53px;
  color: #148996;
}
.icon-box {
  padding: 14px 20px 5px;
}
@media (max-width: 767px) {
  .icon-box {
    text-align: center;
  }
  .icon-box .o__hidden {
    text-align: left;
  }
}
/* Map */
.map {
  height: 444px;
  position: relative;
}
@media (max-width: 767px) {
  .map {
    height: 350px;
  }
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/* Contacts */
address,
dl,
.mail {
  padding: 0 15px;
}
address,
dl {
  padding-top: 15px;
}
dt,
dd {
  display: inline-block;
}
dt {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  dt {
    padding-right: 5px;
  }
}
.mail {
  padding-bottom: 27px;
}
.policy-link {
  margin: 10px 20px 26px;
}
.mail a,
.policy-link a {
  color: #ffffff;
  text-decoration: underline;
}
.mail a:hover,
.policy-link a:hover {
  color: #148996;
}
.policy-box {
  padding: 14px 20px 8px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
@media (max-width: 767px) {
  .footer .float-box > div {
    margin-top: 0;
    border: none;
    border-top: 1px solid #000;
  }
}
.footer .float-box_w25 {
  background: #2e2e2e;
  border-left: 1px solid #000000;
padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .float-box_w25:first-child {
  border: none;
}
.footer h3 {
  padding: 24px 0 0 20px;
}
.footer h3 + .link-list,
.footer h3 + .social-list {
  margin-top: 8px;
}
.link-list li a:after {
  content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -200%;
    top: 0;
    width: 200%;
}

.our-sponsors li a:hover { top: 3px;}
.our-sponsors li a { position: relative;
    top: 0;display: block;}
.our-sponsors li {
 margin: 13px auto;
    width: 188px;
}
.link-list li a {
  display: block;
  position: relative;
  padding: 5px 5px 4px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.link-list li a:hover {
  text-decoration: none;
  background: #148996;
  color: #ffffff;
}

.link-list__off1 {
  padding: 10px 0 38px;
  overflow: hidden;
}
.link-list__off1 li {
  float: left;
  width: 50%;
}

@media (max-width: 1199px) {
  .link-list__off1 {
    margin-bottom: 10px;
  }
}
.social-list {
  margin-left: 20px;
}
.social-list li {
  display: inline-block;
  margin: 7px 1px 0;
}
.social-list li a {
  font-size: 27px;
  color: #4a4949;
}
.social-list li a:hover {
  text-decoration: none;
  color: #148996;
}
.copyright {
  margin: 10px 0;
}
.copyright a:hover {
  text-decoration: underline;
}

.gallery ul li {
  float: left;
  margin: 0 5px;
}
.gallery .pagination {
  display: inline-block;
  padding: 10px 0;
}

.gallery {
  text-align: center;
  padding: 0px 0 20px;
}
.jg_photo_container {
    float: none;
}

.jg_photo_container a {
    display: block;
    width: 100%;
}

img.jg_photo {
  width: 100%;
  height: auto;
}

.jg_imgalign_gal {
  height: 258px;
  overflow: hidden;
}
.jg_element_gal, .jg_element_gal_r {
    width: 390px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1999px) {
    .jg_element_gal, .jg_element_gal_r {
    width: 33%;
}

.jg_imgalign_gal {
    height: 205px;
}
}

@media (min-width: 768px) and (max-width: 980px) {
    .jg_element_gal, .jg_element_gal_r {
    width: 33%;
}

.jg_imgalign_gal {
    height: 163px;
}
}

@media (max-width: 768px) {
    .jg_element_gal, .jg_element_gal_r {
    width: 100%;
}

.jg_imgalign_gal {
    height: auto;
}
}

#TB_ImageOff img {
  width: auto;
}

.gallery .jg_category {
  padding: 12px 13px 13px 16px;
  background: #444;
}

.gallery .jg_category .jg-header {
  font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    color: #148996;
}

.gallery .jg_category .jg_catdescr {
  display: none;
}

.jg_back a:hover {
   color: #fff;
}

.jg_back {
    padding: 10px 0;
}

.jg_element_cat {
    width: 390px;
}

.pagination ul li span {
  color: #fff;
}

.jg_element_txt ul li {
  float: none;
  text-align: left;
}

.pagination a:hover,
.jg_toplist a:hover {
  color: #fff;
}

.tooltip {
  display: none !important;
}

.jg_element_txt ul li {
  display: block;
  padding: 3px 0;
}

.jg_element_txt {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    max-height: 100%;
    opacity: 0;
    padding: 100px 90px 14px 19px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.jg_catelem_photo {
  height: 257px;
  overflow: hidden;
}

.jg_pathway img {
  display: none;
}

.jg_pathway {
  text-align: left;
  padding: 6px 10px;
}

.jg_element_txt ul li:first-child {

    font-size: 21px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    line-height: 35px;

}
.jg_element_txt ul li {
  color: #fff;
}

.jg_element_gal:hover .jg_element_txt
 {
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(20, 137, 150, 0) 0%, rgba(20, 137, 150, 0.5) 30%, #148996 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(20, 137, 150, 0)), color-stop(30%, rgba(20, 137, 150, 0.5)), color-stop(100%, #148996));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(20, 137, 150, 0) 0%, rgba(20, 137, 150, 0.5) 30%, #148996 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(20, 137, 150, 0) 0%, rgba(20, 137, 150, 0.5) 30%, #148996 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(20, 137, 150, 0) 0%, rgba(20, 137, 150, 0.5) 30%, #148996 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(20, 137, 150, 0) 0%, rgba(20, 137, 150, 0.5) 30%, #148996 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00148996', endColorstr='#148996', GradientType=0);
}

.jg_row {
    padding: 0;
}

img.jg_photo, .jg_minis a img {
    background-color: #fff;
    background-image: none;
    border: none !important;
}
img.jg_photo {
    margin: 0;
    padding: 0px;
    vertical-align: bottom;
}

/*========================================================
                    Widget styles
=========================================================*/
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  position: relative;
  background-repeat: no-repeat;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .stellar1 {
  background-image: url(../images/page1-img1.jpg);
  background-position: center 0%;
}
.stellar-section .stellar1 .overlay {
  padding: 450px 0 100px;
}
@media (max-width: 1199px) {
  .stellar-section .stellar1 .overlay {
    padding-top: 200px;
  }
}
.stellar-section .stellar2 {
  background-image: url(../images/page1-img5.jpg);
  background-position: center 0%;
}
.stellar-section .stellar2 .overlay {
  padding: 276px 0 300px;
}
@media (max-width: 767px) {
  .stellar-section .stellar2 .overlay {
    padding-top: 150px;
  }
}
.stellar-section .stellar3 {
  background-image: url(../images/page2-img1.jpg);
}
.stellar-section .stellar3 .overlay {
  padding: 175px 0 248px;
}
.stellar-section .stellar4 {
  background-image: url(../images/page2-img2.jpg);
  background-position: center 0%;
}
.stellar-section .stellar4 .overlay {
  padding: 276px 0 489px;
}
@media (max-width: 767px) {
  .stellar-section .stellar4 .overlay {
    padding-top: 150px;
  }
}
.stellar-section .stellar5 {
  background-image: url(../images/page3-img1.jpg);
  background-position: center 0%;
}
.stellar-section .stellar5 .overlay {
  padding: 175px 0 257px;
}
@media (max-width: 767px) {
  .stellar-section .stellar5 .overlay {
    padding-top: 150px;
  }
}
.stellar-section .stellar6 {
  background-image: url(../images/page3-img3.jpg);
  background-position: center 100%;
}
.stellar-section .stellar6 .overlay {
  padding: 276px 0 251px;
}
@media (max-width: 767px) {
  .stellar-section .stellar6 .overlay {
    padding-top: 150px;
  }
}
.stellar-section .stellar7 {
  background-image: url(../images/page4-img1.jpg);
}
.stellar-section .stellar7 .overlay {
  padding: 175px 0 277px;
}
@media (max-width: 767px) {
  .stellar-section .stellar7 .overlay {
    padding-top: 150px;
  }
}
.stellar-section .stellar8 {
  background-image: url(../images/page4-img2.jpg);
  background-position: center 0%;
}
.stellar-section .stellar8 .overlay {
  padding: 284px 0 285px;
}
@media (max-width: 767px) {
  .stellar-section .stellar8 .overlay {
    padding-top: 150px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .stellar-section {
    background-size: auto 100%;
  }
}
.search {
  display: block;
  position: relative;
  width: 253px;
  height: 60px;
  line-height: 30px;
  background: #f8f8f7;
  -webkit-box-shadow: inset 3px 3px 10px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: inset 3px 3px 10px 0px rgba(50, 50, 50, 0.4);
  box-shadow: inset 3px 3px 10px 0px rgba(50, 50, 50, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search .input_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  -webkit-appearance: none;
}
.search input#mod-search-searchword {
  display: block;
  position: relative;
  line-height: 30px;
  height: 30px;
  float: left;
  padding: 15px 0 15px 50px;
  width: 58%;
  outline: none;
  background-color: transparent;
  color: #000;
  border: none;
}
@media (max-width: 767px) {
  .search input#mod-search-searchword {
    width: 70%;
  }
}
@media (max-width: 479px) {
  .search input#mod-search-searchword {
    width: 55%;
  }
}
.search span {
  display: inline-block;
  position: absolute;
  left: 23px;
  bottom: 22px;
  font-size: 17px;
  line-height: 20px;
  color: #b9b9b9;
}
@media (max-width: 767px) {
  .search {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .search {
    width: 100%;
  }
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  line-height: 44px;
  font-size: 36px;
  z-index: 20;
  text-align: center;
  background: #148996;
  color: #ffffff;
  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: #444444;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}

#sl_h_l2{

    background:transparent url(../images/rl.png) center  no-repeat; 

    cursor: pointer;    
    height: 77px;

    float: left;

   margin-left: 15px;

    width: 30px;

}

#sl_h_r2{

    background:transparent url(../images/rr.png) center  no-repeat; 

    cursor: pointer;

    width: 27px;

    height: 77px;

    float: left;

}

.carousel2{

    float: left;

}

#sl_h_l{

    float: left;

    width: 45px;

    height: 130px;

    background:transparent url(../images/rl.png) top no-repeat; 

    cursor: pointer;

}

#sl_h_r{

    float: left;

    width: 45px;

    height: 130px;

    background:transparent url(../images/rr.png) top no-repeat; 

    cursor: pointer;;

}

div.carousel2 li{

    width: 133px;

    height: 67px;

    

}

div.carousel{

    width: 368px;

    float: left;

}

div.carousel img{

    border: 1px solid #4B4B4B;

    width: 105px;

    height: 127px;

    margin: 0 4px;

}

.hheader_f{

    height: 39px;

        background:transparent url(../images/photo_bg.png) top repeat-x;

        margin-bottom: 36px; 

}



.hheader_f  .s1{

    float: left;

    color: #7cccff;

    font-size: 13px;

    font-family: Arial;

padding-left: 10px;

    padding-top: 12px;    

}

.hheader_f .s2{

    float:right;

    color: #fff;

    font-size: 13px;

    font-family: Arial;   

padding-right: 10px;

    padding-top: 12px;     

}

#top_adv_mes {
    font-size: 22px;
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#wrapper_highlight1_1 {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 10px;

}
/*responsive*/
@media only screen and (max-width: 767px) {
#wrapper_highlight1_1{   left: 30px;
    top: auto;
    width: 230px;}
.carousel2{ width: 135px!important;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
#wrapper_highlight1_1{  left: 35px;
    margin: 0 auto;
    position: relative;
    top: auto;
    width: 350px;}
.carousel2{ width: 265px!important;}
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
.sf-menu > li > a{font: 700 17px/26px "Lato",sans-serif;}
#wrapper_highlight1_1{float: none;}
}
@media only screen and (min-width: 996px) and (max-width:1200px ){


}






