.wp-caption {
	max-width: 100%;
}
.wp-caption-text {
	color: #fff;
}
.gallery-caption {
		display: none;
	}
.bypostauthor > .comment-body .fn:before{
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}
.alignright{}
.alignleft{}
.aligncenter{}
/* ==========================================================================
   Swage Parallax One Page
   ========================================================================== */
body {
  font-family: 'Lato', sans-serif;
  background: #1b1b1b;
}
.inverse {
  color: #555555;
}
.anim-delay {
  animation-delay: 1s
}


.custom_section{
    padding: 30px 0;
}

/* HEADER */
.logo {
    margin: 20px 0 20px 0;
    width: auto;
}
.logo img {
  height: 59px;
}
.stickybox {
  transition: all 0.5s;
  top: -200px;
  width: 100%;
  background: #1b1b1b;
  z-index: 9999;
  position: fixed;
  overflow: hidden;
}
#st-header.fixed .stickybox{
    position: relative;
    top: 0 !important;
}
.affix.stickybox {
  top: 0;
  transition: all 0.5s;
}
#nav .nav,
#nav .nav2{float: left;margin-bottom: 0;}
#nav li {
  float: left;
}
#nav li.hidden{
    display: none;
}
#nav li {
  display: table-cell;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  font-weight: 700;
  transition: all 0.5s;
  text-decoration: none;
}
#nav li a{text-decoration: none;}
#nav li a .fs2 {
  /*color: #fff;*/
  display: block;
  margin-bottom: 5px;
  font-size: 2em;
  transition: all 0.5s;
}
#nav li a:hover, #nav li a.clicked {
  text-decoration: none;
  /*color: #78b79b;*/
  transition: all 0.5s;
}
#nav li a:hover .fs2, #nav li a.clicked .fs2 {
  /*color: #78b79b;*/
  transition: all 0.5s;
}
#nav li a:hover, #nav li a.clicked {
  background: #131313;
}


header {
  background: url("../images/part1.jpg");
  position: relative;
}
.main-logo {
  margin-top: 100px;
  margin-bottom: 110px;
}
.content-rotator {
    position:relative;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    color: #FFFFFF;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    z-index: 999;
    max-width: 650px;
    width: 50%;
    padding-top: 40px;
    margin-top: 100px;
    background: url("../images/textrotator.png") no-repeat center top;
}
.content-rotator div {
    transition: margin-top 0.5s ease-in-out 0s;
}


/*.rotator {
    font:bold 14px Verdana,Arial,Sans-Serif;
    color:#2964AF;
    position:relative;
    margin:10px auto;
}

.rotator .item {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    line-height:30px;
    padding:0 15px;
}*/


#nav-boxes {
  width: 100%;

}
.box-table {
  /*display: table;*/
  width: 100%;
}
#nav-boxes a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    text-align: center;
    padding: 25px 0;
    margin: 0 20px;
    text-decoration: none;
}
#nav-boxes a:hover {
  text-decoration: none;
}

#nav-boxes a .fs1 {
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  font-size: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  border: rgba(255,255,255,0.5) solid 1px;
  padding: 25px;
  line-height: 62px;
  transition: all 0.5s;
  width: 62px;
  height: 62px;
}
#nav-boxes a span {
  display: block;

}
#nav-boxes a:hover {
  color: #78b79b;
}
#nav-boxes a:hover .fs1 {
  box-shadow: rgba(255,255,255,0.7) 0 0 20px;
  transition: all 0.5s;
}
.intro-text {
  font-size: 22px;
  font-weight: 300;
  color: #f5f8f7;
  line-height: 26px;
  margin: 30px 0;
  text-align: center;
  clear: both;
}
.part_logo {
  text-align: center;
  font-size: 44px;
  color: #fff;

}
.part_logo > div {
  display: inline-block;
  padding: 25px;
  border: #fff solid 2px;
  box-shadow: #fff 0 0 2px 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  margin: 25px 0;
}

/* ABOUT US */
#about-us {
  background-image: url("../images/part2.jpg");
  background-position: center 60px;
  /*padding: 150px 0 75px;*/
  overflow: hidden;
  clear: both;
}
.social a {
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-transition: all .5s;
  color: #57575e;
  text-decoration: none;
}
.social a:hover {
  color: #78b79b;
  text-decoration: none;
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-transition: all .5s;
}
.our_team {
    overflow: hidden;
    font-size:0; /* убираем горизонтальные отступы */
    line-height:0; /* ...и вертикальные в некоторых браузерах */
    letter-spacing:-1px; /* переубеждаем webkit'ы */
    text-align: center;
}

.member {
    font-size:16px; /* Не забываем восстановить нормальные значения */
    line-height:normal;
    letter-spacing:normal;
    display: -moz-inline-stack!important;
    display:inline-block;
    //display:inline;
    zoom:1;

    width: 25%;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
}
.member .img {
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  width: 250px;
  height: 250px;
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-transition: all .5s;
  border: 10px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.member .img > img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.member:hover {
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-transition: all .5s;
  color: #78b79b;
}
.member:hover .img {
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-transition: all .5s;
  border-color: #fff;
}
.member h4 {
  font-weight: 600;
}
.member .pos {
  font-weight: 300;
  color: #fff;
  color: rgba(255,255,255,0.5);
}
.member:hover .pos {
  color: #78b79b;;
}
.member .social {
  margin: 15px 0;
}

/* TESTIMONIALS */
#testimonial {
  padding: 75px 0;
}
.testimonial-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
#prev,#next {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  cursor:pointer;
}
#prev {left: -50px;}
#next {right: -50px;}
    #prev [class^="icon-"] ,
    #prev [class*=" icon-"] ,
    #next [class^="icon-"] ,
    #next [class*=" icon-"] {
        font-size: 92px;
        color: #ffffff;
    }

.testimonial {
  float: left;
  margin: 0 15px;
}
.testimonial img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.testimonial .name {
  font-size: 22px;
  font-weight: 600;
}
.testimonial .name > span{
    font-size: 14px;
}
.testimonial p {
  margin: 10px 0 0;
}
#navi {
  text-align: center;
  margin: 15px 0;
  clear: both;
}
#navi span {
  display: inline-block;
  margin: 0 10px;
  border: #e0e0e0 solid 3px;
  border-radius: 50%;
  background: #fff;
  text-indent: 9999px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
}
#navi span.cycle-pager-active {
  background: #e0e0e0;
}

/* PORTFOLIO */
#portfolio {
  /*padding: 150px 0 75px;*/
  background-image: url("../images/part3.jpg");
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;

}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property:    -moz-transform, opacity;
  -ms-transition-property:     -ms-transform, opacity;
  -o-transition-property:      -o-transform, opacity;
  transition-property:         transform, opacity;
}
@media (max-width:480px) {
    .isotope .isotope-item{
        right: 0;
    }
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#options {
  height: 50px;
}
#filters {
  /*display: none;*/
}
#filters li {
  cursor: pointer;
  animation-duration: 0.2s !important;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
  -webkit-animation-duration: 0.2s !important;
  -ms-animation-duration: 0.2s !important;
  -moz-animation-duration: 0.2s !important;
  -o-animation-duration: 0.2s !important;
}
#filters li:nth-child(1) {
  animation-delay: .1s;
}
#filters li:nth-child(2) {
  animation-delay: .2s;
}
#filters li:nth-child(3) {
  animation-delay: .3s;
}
#filters li:nth-child(4) {
  animation-delay: .4s;
}
#filters li:nth-child(5) {
  animation-delay: .5s;
}

#filters li a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 5px 15px 5px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#filters li i {
  display: inline-block;
  float: left;
  line-height: 20px;
}
#filters span {
  /*width: 0;*/
  display: inline-block;
  overflow: hidden;
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-transition: all .5s;
  padding-left: 15px;
}
#filters li a.selected {
    background: url("../images/bgb50.png") repeat;
}
#filters li a.selected span {
  width: auto;
  padding-left: 15px;
  transition: all .5s linear 0s;
  -moz-transition: all .5s linear 0s;
  -o-transition: all .5s linear 0s;
  -ms-transition: all .5s linear 0s;
  -webkit-transition: all .5s linear 0s;
}
#trigger_portfolio {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: 20px;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#trigger_portfolio:hover {
  text-decoration: none;
  background: url("../images/bgb50.png") repeat;
}
#trigger_portfolio.active {
  background: url("../images/bgw10.png") repeat;
}
.mix{
    position: relative;
    float: left;
    width: 250px;height: 250px;
    margin: 15px;
    text-align: center;
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width:768px) {
    .mix:hover {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: rgba(120,183,155,0.5) 20px solid;
    }
}
.mix .link,
.mix:hover .zoom{
    display: inline-block;
}
@media (max-width:480px){
    .mix .zoom{
        display: inline-block;
    }
}
.mix .zoom {
  animation-delay: .3s;
  display: none;
  color: #fff;
  position: absolute; top: 50%;
  left: 50%;
  border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: -22px;
  margin-top: -22px;
  text-decoration: none;
}
.over {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;

  display: none;
}
.over .zoom:hover {
  text-decoration: none;
}
.lp {
  width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  height: 100%;
}

/* STEP BOXES */
.step-boxes {
  padding: 75px 0 !important;
}
.step-box h3 {
  color: #78b79b;
}
.step-box h3 .num {
  display: block;
  float: left;
  font-size: 52px;
  font-weight: 300;
  margin: 0 10px 0 0;
  color: #dddddd;
}
.box-exc {
  clear: both;
  padding: 15px 0 0;
}

/* SERVICES */
#services {
  background-image: url("../images/part4.jpg");
}
.services i {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px 10px 0px 0;
  line-height: 40px;
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-transition: all .5s;
  background: #fff;
  color: #000;
}
.circ {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.services i:hover {
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-transition: all .5s;
  background: #78b79b;
  color: #fff;
}
.services {
  margin-bottom: 75px;
}
.services h3 {
  line-height: 24px;
  min-height: 48px;
}
.post-service {
  padding: 75px 0;
}
/* CONTACT */
#contact {
  background-image: url("../images/part5.jpg");
  /*padding: 150px 0 75px;*/
}
#contact-bot {
  padding: 75px 0;
}
.follow a {
  color: #bbbbbb;
  margin: 0 10px;
  font-size: 18px;
  font-size: 18px;
  margin: 0 10px;
  text-decoration: none;
}
.follow a:hover {
  color: #fff;
  text-decoration: none;
}
form {
  margin: 50px 0 0;
}
#gmap {
  height: 340px;
  width: 100%;
}
.info li {
  margin-bottom: 15px;
}
.info i {
  color: #78b79b;
  float: left;
  margin: 0 10px 0 0;
}
.mstar {
  color: #e90000;
  font-size: 24px;
}
.star {
  color: #e90000;
  font-size: 24px;
  float: right;
}
.flogo {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
a.flogo{
    margin-right: 10px;
}

/* FOOTER */
footer {
  background: #010101;
  padding: 100px 0;
}
#mob-header {
  display: none;
}
#mob-header.affix-top .mobmenu {
  display: none !important;
}

.parallax {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
/*
.follow li{
    float: left;
    padding: 5px;
}*/