

/* first screen */

.slideHolder {
    height:100vh;
    background-color: black;
    overflow: hidden;
}

.slide {
    height:100%;
    display:none;
    position:relative;
    top:0%;     

}
.slideImage {
    height:100%;
    background-image: url(../images/front_image.jpeg);
    background-size:cover;

    opacity:0.5;
    transition: all 25s;
    transform: scale(1.25);
 
}

.scale100 {
    transform: scale(1);   
}



.none {
    opacity: 0;
}
.outer {
    display: table;
    position: absolute;
    top:0px;
    left:0px;  
    width:100%;
    height:100vh;
    color:white;
    overflow: hidden;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    position:relative;
    padding:15px;
}
.wave {
    height:24px;
    width:162px;
    background-image: url(../images/wave.png);
    margin-left:auto;
    margin-right:auto;
    margin-top:3%;
}
.inner ul {
    padding:0px;
    margin:0px;
}
.inner ul li {
    display: inline-block;

}

@media(max-width:1100px) {
    .inner ul li {
        line-height: 120%;
    }
}

.inner ul li:before {
    content:"• ";
    font-size: 50%;
}
.inner ul li:first-child:before {
    content:"";
}
.slideHeader {
    font-size:45px;
}
.fontSizeText {
    font-size:21px;
}
.textShadow {
    text-shadow: 3px 2px 2px rgba(0,0,0, 0.5);
}


.SlideUl {
    margin-top:3% !important;
}

.SlideUl2 {
    margin-top:1.5% !important;
}

.SlideUl, .SlideUl2 {
    font-size: 245%;
}

.slideDescr {
    max-width: 700px;
    margin-left:auto;
    margin-right:auto;
    line-height: 145%;
    margin-top:1%;
}

.nextHolder {
    position:absolute;
    top:0px;
    margin-top:95vh;
    margin-left:50vw; 
    width:40px;
    height:23px;   
}

.next {
    position:relative;
    right:20px;
    width:40px;
    height:23px;
    background-image: url(../images/next.png); 
    cursor: pointer;
}

@media(max-width:600px) {
    .slideHeader {
        font-size: 33px;
        
    }
    .SlideUl, .SlideUl2 {
        font-size: 155%;
        line-height: 110%;
    } 
    
    .inner ul li {
        line-height: 110%;
    }   
    
    .slideDescr {
        font-size: 19px;
        line-height:120%;
    }
}


/* portfolo */

.ac {
    text-transform: uppercase;
}
.heading {
    font-size:240%;
    padding-top: 40px;
    padding-bottom: 25px;
    text-align: center;
    line-height: 1.2;

}

.portLinks {
    margin:0px;
    padding:0px;
    text-align: center;
}

.portLinks li {
    display:inline-block;
    color: #a2a2a2;
    border: 1px solid #a2a2a2;
    text-transform: uppercase;
    padding:10px 15px;
    margin-right:1.5%;
    font-size:110%;
    margin-bottom:15px;
}

@media(max-width:550px) {
    .portLinks li {
        padding:10px 15px;
    }
}

.portLinks .active, .portLinks li:hover {
    background-color: #53c895;
    border: 1px solid #53c895;   
    color:white;
    cursor: pointer;
}

.mb {
    margin-top:10px;
}

.mb .col-md-4 {
    margin-bottom:30px;
    text-align: center;

}
.mb div img {
    margin-left:auto;
    margin-right:auto;
}

.allImg {
    text-transform: uppercase;
    text-align: center;
    font-size: 110%;
    margin-top:10px;
    margin-bottom: 0px;
}

#idPortfolioHolder {
    margin-bottom:35px;
}

.allImg a {
    color:#47b887;
    text-decoration: none;
}
.allImg a:hover {
    text-decoration: underline;
}


/* advantages */

.adv {
    background-image: url(../images/adv_bg.jpg);
    text-align: center;
    line-height: 1.35;
}

.heading2 {
    font-size:240%;
    padding-top:3%;
    padding-bottom:3%;
    text-align: center;   
}

.w {
    color:white;
}

.advPic {
    width:100%;
    max-width:170px;
    border-radius: 50%;
}

.advHeading {
    color:#42b792;
    text-transform: uppercase;
    font-size: 170%;
     margin-top:3%;
    margin-bottom:2%;   
}
.advText {
    color:white;
    font-size: 130%;
}

.advHeading p {
    margin:0px;
    padding:0px;

}

@media (max-width: 767px) {
    .advHeading p {
        display:inline-block;
    }  
}

.advRow .col-md-3 {
    margin-bottom:15px;
}

.adv {
    padding-bottom:15px;
}

/* feedback */

.outerF {
    display: table;
    position: absolute;
    top:0px;
    left:0px;  
    width:100%;
    height:100%;
  
    overflow: hidden;
}

.innerF {
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    position:relative;
}

.h100 {
    height:100%;
}

.tb {
        display: table;
    background-color: green;
}

.left-side {
    background-color: blue;
    float: none;
    display: table-cell;
    border: 1px solid;
}

.right-side {
    background-color: red;
    float: none;
    display: table-cell;
    border: 1px solid;
}

.tc {
     display: table-cell;   
}


.container2 {
    display:table;
    width: 100%;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

.tbr {
    display: table-row;
}

.tmd {   
    vertical-align: middle;
    text-align: center;
}

.pn {   
    background: pink;
}
.yl {
    background: yellow;  	
}

.row .no-float1 {
  display: table-cell;
  float: none;
}

.feedbName {
    font-size:175%;
}

.feedbDescr {
    font-style: italic;
    color:#cccccc;
}
.connentBox {
    padding-left:55px;
    position:relative;
    font-size:150%;
    line-height: 1.5;
}

.qte {
    color:#53c895;
    font-size:350%;
}

.frt {
    position:absolute;
    left:0px;
    top:-45px;
}

.lst {
    line-height: 4px;
    position: absolute;
    padding-top:10px;
    padding-left:10px;
} 

.serif {
    font-family: serif;
}

.feedbackHolder {
    background-image: url(../images/feedback_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}


@media(max-width:680px) {
    .feedbackL, .feedbackR {
        display:block !important;
        width:100%;
    }
    .tbr {
        display:block !important;
    }
    
    .feedbackR {
        background-color: rgba(255,255,255,0.9);
        margin-top:10px;
        padding-bottom:10px;
        padding-top:10px;
    }

}


/* owl css */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
    margin-bottom: 35px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #fff;
    border: 1px solid #cdcdcd;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #53c895;
    border: 1px solid #53c895;
}

/* About Block */

.aboutHolder {
    background-color:black;
    position:relative;
    overflow: hidden;

}

.aboutLiner {
    width:60px;
    height:15px;
    margin: 0 auto;
    background-image: url(../images/aboutLiner.png);

}

.headingAb {
    font-size: 240%;
    padding-top: 50px;
    padding-bottom: 15px;;
    text-align: center;
}

#imgAbout {
    display:none;
}
#aboutBkg {
    position:absolute;
    width:100%;
    height:100%;
    z-index: 10;
}

.z2 {
        z-index: 20;
             
        
}

.aboutBackImg {
    position:absolute;
    height:100%;
    width:100%;
    background-image: url(../images/about_image.jpg);
    background-size: cover;
    background-position: center;
     -webkit-filter: blur(35px);
  -moz-filter: blur(35px);
  -o-filter: blur(35px);
  -ms-filter: blur(35px);
  filter: blur(35px);
  transform: scale(1.1);
}

#aboutBkg {
    width:100% !important;
    height:100% !important;
        z-index: 1 !important;
}

.photo {


    height:250px;
    width:250px;
    border-radius: 50%;
    border: solid 4px white;

}

.aboutTxt {
      text-align: left;
    line-height: 1.35; 
    color: white;
    font-size: 130%;
}

.aboutTxt p {
    text-indent: 2em;
}

.abtR {
    text-align: center;
    color:white;
}

@media(max-width:991px) {
    .abtR {
        margin-top:30px;
    }
}

.marginTb {
    margin-top:35px;
    margin-bottom:35px;
}

.aboutName {
    font-size:280%;
    margin-top:25px;
}

.aboutLname {
      font-size: 130%; 
    padding-top:5px;
}



/* contact blog */
.contactHolder {
    background-image: url(../images/contact_image.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 30px;
}

.marginB {
    margin-bottom:35px;
}

.contactHolder {
    color:white;
    font-size:120%;
    line-height: 1.35;
}
.contactHolder a {
    color:white;
    text-decoration: underline;
}
.contactHolder a:hover {
    color:white;
    text-decoration: none;
}

.iconBg {
    background-position: 25px 0;
    background-repeat: no-repeat;
    padding-left:85px;
    margin-top:50px;
}

.icon_marker {
    background-image: url(../images/contact_icon_marker.png);
}
.icon_phone {
    background-image: url(../images/contact_icon_phone.png);
}
.icon_email {
    background-image: url(../images/contact_icon_email.png);
}
.contactHeader {
    font-style: italic;
}

/* send block */

.pb15 {
    padding-left:15px;
    padding-right:15px;
}

.sendHolder {
    background-image: url(../images/send_bg.png);
    background-repeat: repeat;
    font-size:120%;
}

.colCenter {
    float:none;
    margin: 0 auto;
}

.blockLeft {
    width:50%;
    float:left;
    padding-right:8px;
}

.blockRight {
    width:50%;
    float:right;
    padding-left:8px;
    height:100%;
} 
.sendHolder input {
    width:100%;
    border: solid 1px #e0e0e0;
    padding:10px;
    color:#68777e;

}
.sendHolder textarea {
    width:100%;
    height:158px;
    border: solid 1px #e0e0e0;
    padding:10px;
    color:#68777e;

}

.MarginB10 {
    margin-bottom:16px;
}

.sendButton {
     cursor: pointer;
    color:white;
    background-color:#53c895;
    text-transform: uppercase;
    display:inline-block;
    padding:15px;

}

.sendButtonHolder {
    clear:both;
    text-align: center;
    padding-top:45px;
}


@media(max-width:600px) {
    .blockLeft, .blockRight {
        width:100%;
        float:none;
    }
    .blockRight {
        padding-left:0px;
        margin-top:16px;
        padding-right:8px;
    }
}

/* placeHolderStyle */

.placeHolderStyle::-webkit-input-placeholder {color:#68777e;}
.placeHolderStyle::-moz-placeholder           {color:#68777e;}/* Firefox 19+ */
.placeHolderStyle:-moz-placeholder           {color:#68777e;}/* Firefox 18- */
.placeHolderStyle:-ms-input-placeholder      {color:#68777e;}


.messageHolder {
    text-align: center;
    vertical-align: middle;

    min-height: 20px;
    margin-top:25px;
    margin-bottom:25px;
}

.green {
     color:green;   
}


/* holders */

.opacityN {
    opacity: 0;
    color:red;
}

/* preloader */

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100500;
}

#page-preloader .spinner {
    width: 124px;
    height: 124px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/spinner.gif') no-repeat 50% 50%;
    margin: -62px 0 0 -62px;
}


/* index  */

html {
    padding:0;
    margin:0 !important;
}

/* works  */


.works__imageBox {
    background-size:cover;
    background-position:center;
    width:100%;
    padding-bottom:65%;
}
