


#Grid .mix {
    opacity: 0;
    display: none;
}

#section_portfolio .wrapper {
    padding-top: 0px; margin-bottom: 20px;
}

.view {
/*    border-top: 10px solid #fff;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
	width: 88%;
    height: 88%;
	display:table;
	margin:0 auto;
}

.view .mask,
.view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.view img {
    display: block;
    position: relative;
    width: 100%;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 15px;
    padding: 8px 0 7px 0;
    background:rgba(0, 0, 0, 0.71);
    margin: 25px 0 0 0;
    width: 100%;
	line-height: 20px;
	font-weight:700;
	letter-spacing: 0.8px;
}
.view h2 span{ font-weight:normal;}
.view p {
    position: relative;
    color: #fff;
    padding: 15px 13px 20px;
    text-align: left;
	font-size:13px;
	line-height:26px;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

.viewa.info: hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(53, 52, 51, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#section_faq .white {
    padding-top: 80px;
    padding-bottom: 0px;
}

.faq h3 {
    margin: 20px 0px;
}

.faq .fa {
    margin-right: 20px;
}


#toTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99999;
    display: none;
}

#toTop i {
    background: #F77B6F;
    color: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    padding: 8px;
    -webkit-transition: 250ms linear all;
    -moz-transition: 250ms linear all;
    transition: 250ms linear all;
}

#toTop:hover i {
    background: #333333!important;
    ;
}

.error404 p {
    margin-top: 0px;
    padding-bottom: 30px;
}

.features_wrapper,
.subscribe_wrapper,
.clients_wrapper,
.team_wrapper,
.price_wrapper,
.faq_wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}









.viewfirst {
  position: relative;
  width: 74%;
    margin: 0 auto;
}

.image-zoom {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  margin: 0 auto;
}

.overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
     
  border-radius: 50%;
   width: 100%;
}

.viewfirst:hover .image-zoom {
  opacity: 0.3;
}

.viewfirst:hover .overlay {
  opacity: 1;
}

/*.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;

}*/




@media screen and (max-width: 480px) {

.view h2 { margin: 8px 0 0 0;}
.view p {
    padding: 12px 13px 20px;
    font-size: 12.5px;
    line-height: 22px;
}
}

@media screen and (max-width: 980px) {
    body {
        padding: 0px!important;
    }
    .wrapper h2 {
        font-size: 1em;
    }
    #header {
        right: 0px!important;
        left: 0px!important;
        width: 100%!important;
    }
    .contFrm .text-right {
        text-align: center;
    }
    .contFrm .text-left {
        text-align: center;
    }
    .ao-item .ao-details {
        background: none;
    }
}