/* This code was developed by laprod.tv */
/* Added 23/Oct/2014  */
/* End  */


html,
body {
    width: 100%;
    height: 100%;
}
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
body {
    font-family: 'PT Sans', sans-serif;
}
.background {
    -webkit-filter: opacity(90%);
    -moz-filter: opacity(90%);
    -o-filter: opacity(90%);
    filter: opacity(90%);
    position: absolute;
    z-index: -100;
    background-position: center center;
    background-image: url(imgs/bg3.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 1000px;
    width: 100%;
}

.hideshow{
    z-index: 2000;
    right: 0;
    color: #005a94;
    padding: 10px;
    position: fixed;
}
.logo {
    width: 150px;
    vertical-align: middle;
}
.logo-div {
    bottom: 0;
    left: 0;
    margin: auto;
    position: relative;
    top: 12px;
    right: 0;
}



@media (max-width: 991px) {
    .contact-info2{
    margin-top: 50px;
    text-align: center;
    .}
    .info{
        width: 100%;
    }
    #tit2{
        margin-top: 10px;
        padding: 0;
        text-align: center;
        width: 100%;
    }
     #featuret2{
        text-align: center;
         width: auto;
         font-size: 20px;
     }
    #icons-div{
        display: none;        
    }
    #one{
        height: 550px;
    }
    #text-div{
top: 15%;    }
.background{height: 670px;}
   #intro-text1 .anim1{
    margin-bottom: -10px;
   }
    #intro-text1{
        text-align: center;
    }
    #intro-text2{
        text-align: center;
    }
    .anim2{padding-bottom: 45px;}
}

@media (min-width: 767px) {
    ul li {
        height: 20px;
        top: 20px;
        border-left: #005a94 3px solid;
        -webkit-transition: border 500ms ease-out;
        -moz-transition: border 500ms ease-out;
        -o-transition: border 500ms ease-out;
        transition: border 500ms ease-out;
    }
    ul li a {
        height: 20px;
        top: -15px;
    }
    ul li:hover {
        border-left: #ffc000 3px solid;
    }
    .top-help {
        z-index: -100;
        height: 70px;
    }
}
.middle{
    height: 880px;
    margin-top: 50px;
    position: relative;
}
@media (max-width: 540px) {
    #intro-text1{font-size: 40px;}
    #text-div #intro-text2{font-size: 18px;}
}
@media (max-width: 767px) {
    .background{height: 485px;}
    #one{
        height: 485px;margin-top: 0px;
    }
    #intro-text1{margin-top: 20px;padding-bottom: 0px;height: 160px;padding-top: 40px;}
     #featuret2{
        text-align: center;
         width: auto;
         margin-top: 0;
         font-size: 20px;
        font-weight: 600;
     }
    .top-help {
        height: 0;
    }
    ul li {
        border-left: #005a94 3px solid;
        -webkit-transition: border 500ms ease-out;
        -moz-transition: border 500ms ease-out;
        -o-transition: border 500ms ease-out;
        transition: border 500ms ease-out;
    }
    ul li:hover {
        border-left: #ffc000 3px solid;
    }
    .logo {
        width: 150px;
        vertical-align: middle;
    }
    .logo-div {
        text-align: center;
        padding-bottom: 25px;
    }
    ul li {
        position: relative;
        padding-left: 10px;
        text-align: center;
    }
}

.anim5{
    text-align:left;padding:0;margin-top:-30px;margin-left:-30px; height:120px;
}

@media (max-width: 442px) {
    #featuret2{
display: none;
     }
}

@media (max-width: 1200px) {
    #featuret2{
        margin-top: 500px;
    }
    #ft1{
        position: absolute;
        margin-top: -80px;
    }
    #ft2{
        position: absolute;
        margin-left: 128px;
        margin-top: -2px;
    }
    #text-div{
        margin-top: -50px;
    }
}

.top-bg {
 
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
.feature-title {
    padding: 5px;
    font-weight: 600;
    font-size: 60px;
    text-align: left;
}
.feature-subtitle {
    padding: 5px;
    font-size: 25px;
    text-align: right;
}

.ft-sub{
    font-size: 18px;
    
}
.children {
    position: relative;
    top: 20%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
}
.icon {
    height: 160px;
}
.anim1 {
    animation: first 3s;
    -webkit-animation: first 3s;
}
.anim2 {
    text-shadow: 2px 2px 8px black;
    color: #ececec;
    -webkit-animation: first 6s;
    animation: first 6s;
}


.anim3 {
    -webkit-animation: first 8s;
    animation: first 8s;
}
.anim4 {
    -webkit-animation: second 4s;
    animation: second 4s;
}
.anim5 {
    -webkit-animation: second 5s;
    animation: second 5s;
}
.anim6 {
    -webkit-animation: second 6s;
    animation: second 6s;
}
@-webkit-keyframes first {
    0% {
        margin-top: 100px;
        opacity: 0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }
    10%{margin-top: 0px;}
    50% {
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
}
@keyframes first {
    0% {
        margin-top: 100px;
        opacity: 0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }
    10%{margin-top: 0px;}
    50% {
        
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
}
@-moz-keyframes first {
    0% {
        margin-top: 100px;
        opacity: 0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }
    10%{margin-top: 0px;}
    50% {
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
}
@-webkit-keyframes second {
    0% {
        opacity: 0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }
    15%{
    -webkit-transform: scale(0);}
    25% {
        
        opacity: 0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    55% {
        -webkit-transform: scale(1.1);
    }
    60% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes second {
    0% {
        opacity: 0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }
    15%{
    -moz-transform: scale(0);}
    25% {
        
        opacity: 0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    55% {
        -moz-transform: scale(1.1);
    }
    60% {
        -moz-transform: scale(1);
    }
}
@keyframes second {
   0% {
        opacity: 0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }
    15%{
     transform: scale(0);}
    25% {
        
        opacity: 0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    55% {
         transform: scale(1.1);
    }
    60% {
         transform: scale(1);
    }
}

#menu *{
    z-index: 100;
}

.pres-logo-cont{
    padding-top: 100px;
    padding-bottom: 50px;
}
.pres-fluid{
    padding-bottom: 70px;
    border-top: 2px #00a9e6 solid;
    border-bottom: 1px #eee solid;
}

.cont-pres{border-top: 2px #00a9e6 solid;}

.serv-fluid{
    padding-bottom: 120px;
    border-bottom: 1px #eee solid;
}

.contact-fluid{
    padding-bottom: 70px;
    border-bottom: 1px #eee solid;
}

.presentation-cont h1{
    
    padding-left: 10px;
    border-left: 4px #00a9e6 solid;
}

.logo-pres{
    width: 70%;
}

.pres-cont-info, .presentation-cont{
    margin-top: 70px;
}
.presentation-cont{
    padding-bottom: 50px;
    padding-top: 50px;
}
.text-pres{
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}

.services-cont{
    text-align: center;
    margin-top: 70px;
}

.service img{
    -webkit-transition: all .2s ease-in-out;
}

.service:hover > img{
    -webkit-transform: scale(1.1);
}
.contact-cont{
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: 70px;
}

.contact-cont h1{
    
    padding-left: 10px;
    border-left: 4px #00a9e6 solid;
}

.contact-form{
    margin-top: 70px;
}

.icons-serv{
    width: 200px;
}
.service *{
    padding-bottom: 40px
}
.service-desc{
    text-align: center;
    font-size: 16px;
}

.tit{
    font-size: 18px;
    padding: 10px;
    width: 95px;
    float: left;
    font-weight: 600;
}

.info{
    line-height: 25px;
    padding: 10px;
    float: left;
}

.cont-form-info{
    margin-top: 70px;
}
@media(max-width:767px){
    .icons-serv{
    width: 30%;
    }
}
@media(min-width:768px){
}
@media(min-width:992px){
    .pres-logo-cont img{
        width: 350px;
        padding-bottom: 30px;
    }   
    .services-cont h3{
        padding-bottom: 40px;
    }
    .service-desc{
        width:100%;
        padding-bottom: 50px;
    }

}
@media(min-width:1200px){
}

@media(max-width:992px){
    .pres-logo-cont{
        padding-bottom: 20px;
    }
    .text-pres{
        font-size: 14px;
    }
}
@media(min-width:700px){
    .pres-logo-cont img{
        width: 40%;
        padding-bottom: 20px;
    }
    .pres-logo-cont{
        padding-bottom: 30px;
    }
}
@media(max-width:320px){
    #one #intro-text1{
        margin-top: 50px;
        padding-bottom: 0;
    }
.logo-div{
    padding-left: 0;
    margin-left: 0;
}
#menu{
    padding-right: 0;
    margin-right: 0;
}
    .feature-title{
font-size: 35px;    }
.feature-subtitle{
    font-size:18px;
}
#text-div{
    margin-top: 10px;
}
#text-div #intro-text2{font-size: 16px;}
#one{
    height: 400px;
}
.background{
    height: 400px;
}
    .pres-logo-cont{
        padding-top: 20px;
    }
    .pres-logo-cont img{
        width: 100%;
    }
    .icons-serv{
    width: 50%;
    }
    .serv-fluid{
        padding-bottom: 40px;
    }
    .text-pres{
        font-size: 16px;
        line-height: 28px;
        padding-right: 0;
        padding-left: 0;
    }
    .services-cont h3{
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
    .services-cont img{
        padding-bottom: 15px;
    }
    
}
.form-control-feedback {
position: relative;
display: inline;
top: 0;
line-height: 14px;
}

.laprod{
    text-decoration: none;
    color: white;
}

ul.navbar-nav li.active, 
ul.navbar-nav li.active:hover {
	border-left: 3px solid #ffc000;
}

ul.navbar-nav li.active a, 
ul.navbar-nav li.active a:hover {
    color: black;
}
#intro-text2{text-shadow: 2px 2px 6px black;
color: #ececec;  font-size: 26px;  }

#intro-text1{margin-top:120px;position:relative;}
    
