@import "grid.css";
@import "superfish.css";
@import "font-awesome.css";
@import url(//fonts.googleapis.com/css?family=Istok+Web:400,700);
/*css*/
body {
  line-height: 24px;
  background: url('../images/bg1.jpg');
  color: #858585;
  font-size: 14px;
  font-family: 'Istok Web', sans-serif;
}
body p {
  margin-bottom: 22px;
}
h2 {
  color: #2f2f2f;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
h3 {
  font-size: 36px;
  color: #f26b5d;
  line-height: 36px;
  margin-bottom: 30px;
  padding-top: 34px;
}
h3 span {
  display: block;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  color: #037d8b;
  padding-top: 10px;
  margin-bottom: 10px;
}
h4 a:hover {
  color: #2f2f2f;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  outline: none;
}
* {
  -webkit-text-size-adjust: none;
}
.extra_wrapper {
  overflow: hidden;
}
/************Header************/
header {
  background: #fff;
}
header .bg {
  background: #2f2f2f;
  padding-top: 10px;
  position: relative;
  height: 142px;
}
header .bg:before {
  content: '';
  top: 0;
  height: 100%;
  position: absolute;
  width: 35%;
  background: ##2f2f2f;
  left: 0;
}
header #stuck_container {
  background: #2f2f2f;
  position: relative;
}
header #stuck_container:before {
  content: '';
  top: 0;
  height: 100%;
  position: absolute;
  width: 35%;
  background: #2f2f2f;
  left: 0;
}
header h1 {
  float: left;
  position: relative;
  z-index: 99;
  clear: both;
  margin: 19px 0px 15px;
}
header h1 img {
  display: block;
}
header .menu {
  float: right;
  padding-top: 29px;
}
/************Content***********/
#content {
  padding: 85px 0 80px;
  background: #fff;
}
#content .brd {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 53px;
  margin-bottom: 60px;
}
.img {
  float: left;
  margin: 5px 30px 20px 0;
}
.img1 {
  border-radius: 500px;
  overflow: hidden;
  margin-bottom: 25px;
  display: inline-block;
}
/********Page1********/
.art {
  margin-bottom: 20px;
}
.art div a {
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 700;
}
.art div a:hover {
  color: #f26b5d;
}
.art1 {
  margin-bottom: 15px;
}
.art1 figure {
  float: left;
  margin: 0 20px 10px 0;
}
.art1 div a {
  color: #2f2f2f;
}
.art1 div a:hover {
  color: #f26b5d;
}
.art1 time {
  padding-top: 40px;
  width: 85px;
  float: left;
  font-size: 11px;
  color: #2f2f2f;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  margin: 0 15px 10px 0;
}
.art1 time span {
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
  font-size: 80px;
}
/********Page2********/
.art2 {
  margin-bottom: 44px;
}
.art2 .number {
  padding-top: 15px;
  width: 75px;
  font-weight: 700;
  float: left;
  margin: 0 25px 20px 0;
  font-family: 'arial';
  font-size: 80px;
  color: #2f2f2f;
  text-align: center;
  line-height: 60px;
}
.art2 p {
  margin-bottom: 0;
}
.art2 .fa {
  font-size: 30px;
  float: left;
  height: 50px;
  background: #f26b5d;
  text-align: center;
  padding-top: 20px;
  color: #fff;
  margin: 7px 25px 20px 0;
  width: 70px;
}
/********Images*******/
a.lightbox {
  display: block;
  position: relative;
}
a.lightbox img {
  width: 100%;
}
a.lightbox span {
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/magnify.png) -100px center no-repeat;
}
a.lightbox:hover span {
  background-position: center center;
}
.gal {
  margin-left: -40px;
}
.gal li {
  display: inline-block;
  margin: 0 0px 50px 40px;
  float: left;
  width: 230px;
}
.gal li .lightbox {
  border: 13px solid #fff;
  outline: 1px solid #f1f1f1;
}
.gal1 li.maxheight {
  margin-bottom: 40px;
}
.gal1 .lightbox {
  border: 1px solid #f1f1f1;
  float: left;
  margin: 12px 30px 60px 0;
}
.gal2 li {
  margin-bottom: 60px;
}
.gal2 .lightbox {
  border: 13px solid #fff;
  outline: 1px solid #f1f1f1;
  margin-bottom: 10px;
}
/*********Text********/
.txt {
  text-align: center;
}
.p1 {
  font-size: 18px;
  color: #037d8b;
  margin-bottom: 50px;
}
.p2 {
  color: #727171;
}
.p2 h2 {
  margin-bottom: 20px;
  padding-top: 30px;
}
.p2 .a1 {
  padding: 9px 15px;
  font-size: 16px;
  margin-bottom: 20px;
}
.p2 p {
  font-size: 16px;
  margin-bottom: 40px;
}
.p2 .p3 {
  font-size: 14px ;
}
/********Links********/
a {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 0.5s ease;
  webkit-transition: 0.5s ease;
}
a:hover {
  color: #f26b5d;
}
.a1 {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 9px 35px;
  background: #037d8b;
}
.a1:hover {
  background: #3e454c;
}
.a3 {
  color: #ee5c43;
}
.a3:hover {
  color: #2f2f2f;
}
/********List********/
.list li {
  background: url('../images/marker.png') 0 8px no-repeat;
  padding-left: 14px;
  text-align: left;
  margin-bottom: 10px;
}
/*******Indent*******/
.mrg {
  margin-bottom: 50px;
}
.mrg1 {
  margin-bottom: 35px;
}
.mrg2 {
  margin-bottom: 70px;
}
/************Footer************/
footer {
  padding: 75px 0 50px;
  text-align: center;
  font-size: 18px;
  color: #2f2f2f;
  line-height: 22px;
}
footer .ul li {
  position: relative;
  padding-bottom: 20px;
}
footer .ul li:before {
  content: '';
  width: 1px;
  background: #e5e5e7;
  position: absolute;
  height: 155px;
  top: 0;
  left: -5px;
}
footer .ul li:first-child:before {
  display: none;
}
footer h4 {
  font-weight: 400;
  margin-bottom: 40px;
  color: #2f2f2f;
}
footer figure {
  margin-bottom: 16px;
}
footer .socials a {
  margin: 0 5px 5px;
  display: inline-block;
}
footer .socials a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
footer address span {
  display: block;
}
.privacy {
  padding-top: 50px;
  color: #c44400;
}
.privacy .p4 {
  color: #292929;
}
.privacy a {
  font-size: 12px;
  color: #c44400;
  margin-left: 5px;
  font-weight: 400;
}
.privacy a:hover {
  color: #292929;
}
/********Map********/
.map {
  overflow: hidden;
}
.map figure {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 392px;
  max-width: 100%;
}
.map address {
  font-style: normal;
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
}
.map address dt {
  margin-bottom: 5px;
  color: #ee5c43;
  line-height: 24px;
  font-weight: 700;
  font-size: 18px;
}
.map address dd {
  height: 22px;
}
.map address dd span {
  color: inherit;
  padding: 0;
  display: inline-block;
  min-width: 86px;
  text-align: left;
}
.map address dd a {
  color: #ee5c43;
}
.map address dd a:hover {
  color: #2f2f2f;
}
.map address + address {
  margin-top: 40px;
}
/*--------------To_Top----------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 58%;
  margin-left: 500px;
  overflow: hidden;
  width: 42px;
  height: 42px;
  border: none;
  text-indent: -999px;
  z-index: 20;
  background: url(../images/totop.png) no-repeat 0 0;
  transition: 0s ease;
  -o-transition: 0s ease;
  -webkit-transition: 0s ease;
}
#toTop:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
  .socials a {
    margin: 0 7px 5px;
  }
  #owl h2 {
    font-size: 190px !important;
  }
  .gal li {
    width: 180px;
  }
  .img {
    float: none;
    text-align: center;
  }
  .gal1 .lightbox {
    display: inline-block;
    margin: 0 0 30px;
    float: none;
  }
}
@media only screen and (max-width: 1058px) {
  #owl .item {
    padding-top: 530px !important;
  }
  #owl h2 {
    font-size: 170px !important;
    letter-spacing: -6px !important;
    margin-bottom: 0px !important;
    line-height: 120px !important;
  }
  .mrg1 img {
    width: 100%;
  }
  footer {
    font-size: 16px;
  }
}
@media only screen and (max-width: 995px) {
  #carousel_wrapper {
    margin-top: 40px !important;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
  }
  #owl h2 {
    font-size: 140px !important;
    line-height: 90px !important;
  }
  #owl .p2 {
    margin-bottom: 30px;
  }
  #content figure img {
    width: 100%;
  }
  #owl .item {
    padding-top: 500px !important;
  }
  h4 {
    font-size: 16px;
  }
  #content {
    padding: 55px 0 45px;
  }
  #content .brd {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .art2 .number {
    margin-right: 10px;
  }
  .gal li {
    width: 226px;
  }
  .mrg1 {
    margin-bottom: 25px;
  }
  .mrg2 {
    margin-bottom: 40px;
  }
  .img {
    display: inline-block;
  }
  #carousel_wrapper {
    background-size: 100% auto;
  }
  #owl .p2 {
    padding-left: 0 !important;
    font-size: 30px !important;
    text-align: center;
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  #owl .item {
    padding-top: 300px !important;
  }
  #owl h2 {
    font-size: 100px !important;
  }
  #content {
    text-align: center;
  }
  .mrg3 {
    margin-bottom: 40px;
  }
  .art {
    margin-bottom: 30px;
  }
  footer .ul li:before {
    display: none;
  }
  .privacy {
    padding-top: 0;
  }
  footer .ul li {
    margin-bottom: 30px;
  }
  footer .ul li h4 {
    margin-bottom: 10px;
    padding-top: 0;
  }
  header .bg {
    text-align: center;
    background: #EE5C43;
    height: auto;
  }
  header .bg:before {
    display: none;
  }
  header .bg #stuck_container {
    background: none;
  }
  header .bg h1 {
    float: none;
    margin: 10px 0 0;
  }
  header .bg .menu {
    float: none;
  }
  header #stuck_container:before {
    display: none;
  }
  .gal li {
    width: 190px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  #content {
    padding: 35px 0;
  }
  header h1 {
    display: inline-block;
  }
  header h1 img {
    width: 100%;
  }
  #carousel_wrapper {
    background-position: center 15px !important;
  }
  #owl .item {
    padding-top: 190px !important;
  }
  #owl h2 {
    font-size: 60px !important;
    line-height: 70px !important;
  }
  #owl .p2 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .art1 figure {
    float: none;
    margin: 0;
    display: inline-block;
  }
  .art1 figure img {
    width: 100%;
  }
  .art1 time {
    float: none;
    margin: 0;
  }
  .art2 .number {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
  .art2 .fa {
    margin-right: 15px;
  }
  .gal li {
    width: 270px;
  }
}
/*Core variables and mixins*/
