@import "grid.css";
@import "../fonts/font-awesome.css";
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
/*css*/
/*variables*/
/*.square(50px);*/
/*.transition(@tr);*/
/*#gradient >.horizontal(#555,#333, 0%, 100%);*/
/*.kl{}*/
/*&:hover {*/
/*}*/
/*>li {*/
/**/
/*}*/
/*.rotate(1deg);*/
/*---*/

@font-face {
  font-family: 'GalanoGrotesque-Bold';
  src: url('./fonts/galanogrotesque-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('.../fonts/galanogrotesque-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/galanogrotesque-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/galanogrotesque-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/galanogrotesque-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/galanogrotesque-bold-webfont.svg#svgFontName') format('svg'), /* Legacy iOS */
	   url('../fonts/GalanoGrotesque-Bold.otf');
}

@font-face {
  font-family: 'GalanoGrotesque-ExtraBold';
  src: url('fonts/galanogrotesque-extrabold-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/galanogrotesque-extrabold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/galanogrotesque-extrabold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/galanogrotesque-extrabold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/galanogrotesque-extrabold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/galanogrotesque-extrabold-webfont.svg#svgFontName') format('svg'), /* Legacy iOS */
	   url('../fonts/GalanoGrotesque-ExtraBold.otf');
}

@font-face {
  font-family: 'GalanoGrotesque-Light';
  src: url('../fonts/galanogrotesque-light-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/galanogrotesque-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/galanogrotesque-light-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/galanogrotesque-light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/galanogrotesque-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/galanogrotesque-light-webfont.svg#svgFontName') format('svg'), /* Legacy iOS */
	   url('../fonts/GalanoGrotesque-Light.otf');
}

@font-face {
  font-family: 'GalanoGrotesque-Regular';
  src: url('../fonts/galanogrotesque-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/galanogrotesque-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/galanogrotesque-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/galanogrotesque-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/galanogrotesque-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/galanogrotesque-regular-webfont.svg#svgFontName') format('svg'), /* Legacy iOS */
	   url('../fonts/GalanoGrotesque-Regular.otf');
}


html,


body {
  
  font: 16px/26px Arial, sans-serif;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  color: #000000;
  min-width: 300px;
}
* {
  -webkit-text-size-adjust: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.a-hov,
.text-1 a {
  transition: all 0.4s ease;
}
.a-hov:hover,
.text-1 a:hover {
  color: #f4997f;
}

.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}

.overlay { 
  position:absolute;
  z-index:12;
  margin-top: 2%;
  margin-left: 40%;
  text-align:center;
  display: block;
}

.img-container {
        text-align: center;
	    
      }


.text-responsive
{
	font-size: calc(10% + 1vw + 1vh);
}

ul li a {
  transition: all 0.4s ease;
}
h2 {
  text-align: center;
  font-size: 52px;
  line-height: 54px;
  font-weight: 500;
  padding-top: 72px;
  padding-bottom: 31px;
}
.title-1 {
  text-align: center;
  font-weight: 500;
  color: #004f9f;
  font-family: 'GalanoGrotesque-Bold';
  margin-top: 60px;
}
.title-1 span {
  display: inline-block;
  padding-bottom: 83px;
  font-size: 52px;
  line-height: 54px;
  background: url(../images/bg-1.png) center bottom no-repeat;
}
.title-2 {
  color: #38353a;
  font-weight: 500;
  font-size: 92px;
  line-height: 92px;
}
.text-1 {
  font-size: 20px;
  line-height: 26px;
  font-family: 'GalanoGrotesque-Regular';
  font-weight: normal;
}
.text-2 {
  font-size: 22px;
  line-height: 26px;
  color: #c3c0c5;
  padding-top: 9px;
  font-weight: 500;
}
img + .text-1,
.magnifier + .text-1 {
  padding-top: 46px;
}
h2 + .text-1 {
  margin-top: -6px;
}
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition: all 0.4s ease;
}
.link {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 35px;
}
.link:hover {
  color: #14a6a0;
}
.link-1 {
  font-size: 16px;
  line-height: 26px;
  color: #14a6a0;
  margin-top: 15px;
  display: inline-block;
}
.link-1:hover {
  text-decoration: underline;
}
.list li + li {
  margin-top: 0px;
}
.list li a:hover {
  color: #14a6a0;
}
.list-1 {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 12px;
  margin-bottom: 7px;
  z-index: 1000;
  position: relative;
}
.list-1 li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 10px;
}
.list-1 li + li {
  margin-top: 0px;
}
.list-1 li a {
  color: #b5adb9;
}
.list-1 li a:hover {
  color: #463f4a;
}
.list-1 li:after {
  position: absolute;
  content: "|";
  left: -10px;
  top: 0;
  font-size: 9px;
  line-height: 20px;
  color: #f1f0f1;
}
.list-1 li:first-child:after {
  display: none;
}
.list-1 li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #fff transparent transparent transparent;
  bottom: -29px;
  bottom: -26px;
  left: 50%;
  margin-left: -3px;
  display: none;
  z-index: 10;
}
.list-1 li:hover:before {
  display: block;
}
.dropcap {
  counter-reset: index_list;
}
.dropcap ol {
  list-style-type: none;
  float: center;
}
.dropcap ol li {
  position: relative;
  margin-top: 6px;
}
.dropcap ol li:before {
  left: -1px;
  top: -10px;
  content: counter(index_list) '. ';
  counter-increment: index_list;
  color: #14a6a0;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
}
/*auxiliary*/
.img-ind {
  float: left;
  margin-right: 34px;
  margin-top: 0px;
}
.wrapper {
  width: 100%;
  position: relative;
}
.extra-wrap {
  overflow: hidden;
}
.grid_inside {
  margin: 0 -10px;
}
.aligncenter {
  text-align: center !important;
}
.alignleft {
  text-align: left !important;
}
.it {
  font-style: italic;
  display: inline-block;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.h-underline:hover {
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.upp {
  text-transform: uppercase;
}
.pad-left {
  padding-left: 10px;
}
p {
  padding-bottom: 26px;
}
.abs {
  position: absolute;
}
.img-center {
  text-align: center;
}
.bord-1 {
  border-top: 1px solid #e5e5e5;
  margin-top: 32px;
}
.w80p {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
/************Header************/
header {
  background: #fff;
}
.img-bg {
  position: relative;
}
.img-bg .abs {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
}
.img-bg .abs h1 {
  text-align: center;
  margin-top: 124px;
}
.page-1 .img-bg .abs h1 {
  margin-top: 224px;
}
/************Content***********/
.content {
  background: #fff;
  padding-bottom: 10px;
}
.box-1 {
  height: 306px;
  background: #000;
}
.block-1 {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}
#b-svg a {
  width: 100%;
  height: 270px;
  position: relative;
  margin-top: 35px;
}
#b-svg a > figure {
  /*.square(270px);*/
  height: 270px;
  width: 100%;
  background: #14a6a0;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  border: 1px solid #d7d3d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#b-svg a .b-svg-bord {
  position: absolute;
  width: 100%;
  height: 270px;
  bottom: 0px;
  left: 50%;
  margin-left: -134px;
  z-index: 11;
  text-align: center;
  /*.transition(@tr);*/
  transition: all .1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  border: 11px solid;
  border-color: transparent transparent #14a6a0 transparent;
}
#b-svg a .b-svg-bord:hover {
  border-color: transparent;
}
#b-svg a .title-2 {
  padding-top: 60px;
}
#b-svg a .title-2,
#b-svg a .text-2 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#b-svg a:hover img {
  bottom: -50px;
}
#b-svg a:hover .title-2,
#b-svg a:hover .text-2 {
  color: #fff;
}
.block-2 {
  padding-top: 23px;
  text-align: center;
}
.block-2 img {
  margin-top: 50px;
}
.block-3 {
  padding-bottom: 61px;
}
.block-4 {
  margin-bottom: 93px;
}
.block-4 img + .text-1 {
  padding-top: 32px;
}
.gallery {
  margin-top: -45px;
}
.box-3 {
  margin-top: 45px;
}
.box-3 .text-1 + div {
  padding: 0 20px;
}
.post .img-ind {
  margin-right: 23px;
}
.post + .post {
  margin-top: 42px;
}
.post-info {
  margin-top: -7px;
  margin-bottom: 10px;
}
.post-info ul li {
  display: inline-block;
  position: relative;
  margin-right: 26px;
}
.post-info ul li i {
  font-size: 15px;
  color: #14a6a0;
  line-height: 31px;
  padding-right: 7px;
}
.post-info ul li:after {
  position: absolute;
  content: "|";
  color: #cfcfcf;
  font-size: 15px;
  line-height: 15px;
  left: -17px;
  top: 7px;
}
.post-info ul li:first-child:after {
  display: none;
}
.post-info ul li a:hover {
  text-decoration: underline;
}
/************Footer************/
footer {
  background: #4a424e url(../images/bg-4.jpg) 0 0 repeat;
  border-top: 6px solid #00aeef;
  text-align: center;
  padding-bottom: 60px;
}
.top {
  font-weight: 500;
  font-size: 20px;
  line-height: 58px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top:hover {
  color: #14a6a0;
}
.top:after {
  position: absolute;
  content: "";
  height: 0px;
  width: 0px;
  top: -48px;
  left: 50%;
  margin-left: -14px;
  border: 13px solid;
  border-color: transparent transparent #14a6a0 transparent;
}
.f-top {
  margin-top: 20px;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
}
.f-top i {
  font-size: 16px;
  line-height: 22px;
}
.f-top > div {
  width: 43%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.f-top a {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.f-top a:hover {
  color: #14a6a0;
}
.f-top a:after {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  top: 5px;
}
.f-top .f-top-1 {
  float: left;
  text-align: right;
}
.f-top .f-top-1 .t-1 a:after {
  content: "\f015";
  right: -37px;
}
.f-top .f-top-1 .b-1 {
  margin-top: 15px;
}
.f-top .f-top-1 .b-1 a:after {
  content: "\f095";
  right: -37px;
  top: 0px;
}
.f-top .f-top-2 {
  float: right;
  text-align: left;
  width: 43.6%;
}
.f-top .f-top-2 .t-2 a:after {
  content: "\f003";
  left: -30px;
  top: 4px;
}
.f-top .f-top-2 .b-2 {
  margin-top: 24px;
}
.f-top .f-top-2 .b-2 a:after {
  content: "\f108";
  left: -30px;
  top: 3px;
}
.f-logo {
  text-align: center;
  margin-top: 71px;
}
.copyright {
  margin-top: 97px;
  text-align: center;
  font-size: 12px;
  font-family: 'GalanoGrotesque-Light';
  line-height: 20px;
  color: #fff;
}
/*toTop*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  cursor: pointer;
  overflow: hidden;
  width: 33px;
  height: 33px;
  border: none;
  text-indent: -999px;
  z-index: 20;
 
  margin-right: -670px !important;
  right: 50%;
  bottom: 20px;
}
#toTop:hover {
  
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*touch-touch*/
.magnifier {
  position: relative;
  display: block;
  background: url(../images/magnifier.png) center center no-repeat #000000;
}
.magnifier img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.magnifier:hover img {
  opacity: 0.4;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/

@media screen and (max-width : 1920px){
  .div-only-mobile{
  visibility:hidden;
	max-height: 0;

  }
}
@media screen and (max-width : 767px){
 .desk{
  visibility:hidden;
	 max-height: 0;

  }
 .div-only-mobile{
  visibility:visible;
  }
}


@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media only screen and (max-width: 1220px) {
  #b-svg a > figure {
    height: 220px;
  }
  #b-svg a {
    height: 220px;
  }
  #b-svg a .b-svg-bord {
    height: 220px;
    margin-left: -109px;
  }
  #b-svg a .title-2 {
    padding-top: 30px;
  }
  .img-bg .abs h1 {
    margin-top: 27px;
  }
  .page-1 .img-bg .abs h1 {
    margin-top: 120px;
  }
  #b-svg a > figure {
    background: #fff;
  }
  #b-svg a:hover > figure {
    background: #f4997f;
  }
  .grid svg {
    display: none;
  }
  .post-info {
    margin-top: 0;
  }
}
@media only screen and (max-width: 995px) {
  #b-svg a > figure {
    height: 172px;
  }
  #b-svg a {
    height: 172px;
  }
  #b-svg a .b-svg-bord {
    height: 172px;
    margin-left: -85px;
  }
  #b-svg a .title-2 {
    font-size: 80px;
    line-height: 80px;
    padding-top: 20px;
  }
  .img-bg .abs h1 {
    margin-top: 30px;
  }
  .page-1 .img-bg .abs h1 {
    margin-top: 100px;
  }
  h1 img {
    width: 50%;
  }
  .f-logo img {
    width: 50%;
  }
  .block-2 img {
    width: 100%;
  }
  .img-center {
    width: 100%;
  }
  .w1 {
    width: 45%;
  }
  .block-1 br {
    display: none;
  }
  .block-2 br {
    display: none;
  }
  .block-3 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #b-svg > div {
    width: 172px !important;
    margin-left: 22px;
    margin-right: 10px;
    height: 200px;
    float: left;
  }
  .f-top > div {
    width: 36%;
  }
  .box-2 + .box-2 {
    margin-top: 50px;
  }
  .post img {
    width: 100%;
    margin-bottom: 20px;
  }
  .post + .post {
    margin-top: 70px;
  }
  .page-1 .img-bg .abs h1 {
    margin-top: 30px;
  }
  .f-logo img {
    width: 80%;
  }
  h2 {
    font-size: 45px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  #b-svg > div {
    margin-left: 70px;
  }
  .img-bg .abs h1 {
    margin-top: 5px;
  }
  .page-1 .img-bg .abs h1 {
    margin-top: 20px;
  }
  .title-1 span {
    font-size: 45px;
  }
  .f-top > div {
    width: 90%;
    text-align: left !important;
  }
  .f-top .f-top-2 {
    width: 90%;
    text-align: left !important;
    margin-top: 50px;
  }
  .f-top .f-top-1 .t-1 a:after,
  .f-top .f-top-1 .b-1 a:after {
    right: auto;
    left: -28px;
  }
  .f-top-1 {
    margin-left: 28px;
  }
  .f-top {
    margin-top: 50px;
  }
  .post-info ul li {
    display: block;
  }
  .post-info ul li:after {
    display: none;
  }
  .info-ins {
    margin-top: 10px;
  }
  h1 img {
    width: 70%;
  }
}
/*Core variables and mixins*/

.carouesl {
   max-height: 50px;
   height: 50px;
   overflow: hidden;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

@media only screen and (max-width: 576px) {
    .carousel-caption {
        h5 {
            font-size: 1rem;
        }
    }
}

