/* CSS Document */

*{
    margin:0px;
    padding:0px;

}


body{
    font-family:Arial, Helvetica, sans-serif;
    font-family:calibri, Arial, Helvetica, sans-serif;
    font-size:12px;
    /*font-size: 1.2em;*/
    /*color:#888888;*/
    color:#666;    
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

a img{
    border:none;
    outline:none;
}

ul, li{
    margin:0px;
    padding:0px;
    list-style:none;
}

h1{
    font-size:24px;
    color:#22c0b6;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h2{
    font-size:20px;
    color:#ffffff;
}

h3{
    font-size:18px;
    color:#333333;
    font-weight:lighter;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h4{
    font-size:14px;
    color:#333333;
    font-weight:lighter;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.right-content h1{
    color:#ffffff;
    font-family: Georgia, "Times New Roman", Times, serif;
    background:#22c0b6;
    padding:3px 10px;
    margin-bottom:12px;
    
    text-transform:capitalize;
}

.right-content h4{
    padding-bottom:5px;
    border-bottom:1px dashed #dddddd;
    margin-bottom:5px;
}

.clear{
    width:100%;
    height:1px;
    clear:both;
}

#my-wrapper{
    width:1100px;
    height:auto;
    margin:0 auto;
}

.my-nav{
    width:100%;
    height:42px;
    background:url(../images/nav-bg.png) repeat-x;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    margin:15px auto;
}

.my-menu{
    display:block;
    height:42px;
    width:100%;
}

.logo{
    padding-top:5px !important;
    height:37px !important;
}

.my-menu li.big{
    width:18.4%;
}

.my-menu li{
    width:10.2%;
    text-align:center;
    display:block;
    float:left;
    height:42px;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;	
    background:url(../images/border-left.png) left center no-repeat;
    overflow:hidden;
    position:relative;
}

.no-left-border{
    border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    -ms-border-top-left-radius:5px;
    -o-border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -ms-border-bottom-left-radius:5px;
    -o-border-bottom-left-radius:5px;
}

.no-right-border{
    border-top-right-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    -ms-border-top-right-radius:5px;
    -o-border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -ms-border-bottom-right-radius:5px;
    -o-border-bottom-right-radius:5px;
}

.my-menu li a{
    font-size:1em;
    display:block;
    color:#ffffff;
    height:42px;
    width:auto;
    line-height:42px;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
}

.my-menu li a:hover{
    background:rgba(0,0,0,0.3);
}

.my-menu li a.active{
    background:rgba(0,0,0,0.3);
}

.my-menu li .submenu{
    opacity:0px;
    position:absolute;
    top:42px;
    left:0px;
    display:block;
    height:auto;
    width:200px;
}

.my-menu li .submenu li{
    display:block;
    height:0px;
    background:#5b5b5b;
    float:none !important;
    width:200px;
    z-index:999999;
    text-align:left;
    padding:0px 10px;
    border-bottom:1px solid #000000;
}

.my-menu li .submenu li:hover{
    background:#292929;
}

.my-menu li .submenu li a:hover{
    background:none !important;
}

.my-menu li .submenu li a{
    color:#ffffff;
    width:100%;
    text-align:left;
    font-size:12px;
    line-height:35px;
}

.my-menu li:hover{
    overflow:visible;
}

.my-menu li:hover > .submenu{
    opacity:1;
}

.my-menu li:hover > .submenu li{
    opacity:1;
    height:35px;
}




.my-slder{
    width:100%;
    height:auto;
    background:#ffffff;
}

.slider-left{
    width:55%;
    float:left;
    height:auto;
}

.slider-right{
    width:45%;
    float:right;
    text-align:right;
    height:auto;
}

.big-blue{
    font-size:100px;
    font-weight:bolder;
    color:#22c0b6;
    margin-top:25px;
}

.big-red{
    font-size:55px;
    color:#cc3a00;
    margin-top:-15px;
}

.txt{
    line-height:22px;
}

.slider-left a{
    display:block;
    height:45px;
    width:140px;
    text-align:center;
    line-height:45px;
    color:#22c0b6;
    text-transform:uppercase;
    background:url(../images/more.png) repeat-x;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
    border:5px solid #22c0b6;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}


.slider-left a:hover{
    font-weight:bold;
    color:#5b5b5b;
    border-color:#5b5b5b;
}

.quote-wrap{
    position:fixed;
    right:0px;
    top:35%;
    z-index:999;
    min-width:10px;
    width:auto;
    height:auto;
}

.four-grid{
    width:100%;
    height:auto;
    margin-top:25px;
}

.my-box{
    width:22%;/*need attention */
    margin:1%;
    float:left;
    border:1px solid #dddddd;/*updated as not supoort ie8 */
    /*box-shadow:1px 1px 0px #dddddd, -1px -1px 0px #dddddd;
    -webkit-box-shadow:1px 1px 0px #dddddd, -1px -1px 0px #dddddd;
    -moz-box-shadow:1px 1px 0px #dddddd, -1px -1px 0px #dddddd;
    -ms-box-shadow:1px 1px 0px #dddddd, -1px -1px 0px #dddddd;
    -o-box-shadow:1px 1px 0px #dddddd, -1px -1px 0px #dddddd;*/
    padding:20px 0px 20px 0px;
    font-size: 1.2em;
}

.my-box img{
    width:99%;
}

.my-box p{
    padding:0px 10px;
    color:#666;
    line-height:20px;
    text-align: justify;
}

.my-box a{
    padding-left:10px;
    text-transform:capitalize;
    color:#22c0b6;
}

.testi{
    width:98%;
    background:#f5f5f5;
    padding:1%;
    margin:10px auto;
}

#testi{
    height:30px;
    padding-left:50px;
    background:url(../images/testi-ico.png) no-repeat;
    font-style:italic;
}

.cl-name{
    color:#22c0b6;
    text-align:right;
}


#footer{
    position: absolute;
    width:100%;
    height:auto;
    background:#22c0b6;
    padding:25px 0px;    
}

.footer{
    width:1100px;
    height:auto;
    margin:0 auto;
    font-size: 14px;
}

.footer span{
    width:23%;
    float:left;
}

.footer span.foo1{
    width:45%;
    border-right:1px dashed #ffffff;
    margin-right:2%;
    padding-right:1%;
}
.footer span.foo2{
    border-right:1px dashed #ffffff;
    margin-right:1%;
    padding-right:1%;
}

.foo1 img{
    display:block;
    width:50%;
    height:auto;
    float:left;
    margin:0px 20px 5px 0px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    margin-top:5px;
}

.foo1 p{
    line-height:25px;
}

.foo2{
    padding-right:2%;
}

.footer p{

    color:#ffffff !important;
}

.footer a{
    line-height:28px;
    color:#ffffff;important;

}

.foo2 a{
    background:#ffffff;
    padding:3px 15px;
    margin:25px 5px; 
    font-size:12px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    color:#5b5b5b;
    line-height:35px;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.foo2 a:hover{
    background:#5b5b5b;
    color:#ffffff;
    text-decoration:none !important;
}

.foo3{
    padding-left:3%;
}

.footer a:hover{
    text-decoration:underline;
}

.ph{
    font-size:32px;
    padding-bottom:5px;
}

.em{
    font-size:22px;
}
#q-wrap{
    width:auto;
    height:auto;
    position:fixed;
    right:0px;
    z-index:1000000;
    top:18%;
}


#block{    
    position:relative;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;	
}

#go{
    position: absolute;
    left:-47px;
    top:30%;
    background:url(../images/quote.png) no-repeat;
    width:47px;
    height:164px;
    border:none;
    outline:none;
    cursor:pointer;
}

.nosel{
    background-color:#22c0b6;
    width:1px;
    height:400px;
    overflow:hidden;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    margin-right:-1px;
}


.sel {
    background-color:#22c0b6;
    width:500px;
    height:400px;
    overflow:hidden;
}



.formrow{
    width:47.5%;
    margin-left:2.5%;
    float:left;
}

.formmess{
    margin-left:2.5%;
    height:140px;
    width:93%;
}

.formmess textarea{
    height:100px !important;
    width:100%;
}

#contact_quote_form p{
    display:block;
    margin:5px 0px;
    color:#ffffff;
}

#FirstName2, #LastName2, #Phone2{
    width:90%;
    height:25px;
    margin-bottom:10px;
}
#Email2{
     max-width:90%;
     margin-bottom:10px;
}

#budge, #inte{
    width:90%;
    height:30px;
    margin-bottom:10px;
}

#contact_quote_form{
    width:96%;
    height:auto;
    padding:2%;

}

#msg_save3{
    margin-left:0%;
    width:auto;
    padding:0px 20px;
    height:45px;
    background:#22c0b6;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border:3px solid #ffffff;
    text-align:centers;
    color:#ffffff;
    font-size:14px;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    cursor:pointer;
}

#msg_save3:hover{
    border-color:#5b5b5b;
}

#contact_quote_form h1{
    padding:0px 2.5%;
}

.inner-page-content{
    width:100%;
    height:auto;
    padding:10px 0px;
}
.inner-page-content p{
    margin-bottom: 10px;
}

.left-content{
    width:30%;
    height:auto;
    float:left;
}

.right-content{
    width:60%;
    height:auto;
    float:left;
    padding-bottom:10px;
}


.aside1 a{
    color:#333333;

}

.aside1 a:hover{
    color:#22c0b6;
}

.aside1 p{
    display:block;
    padding:5px;
    border-bottom:1px dashed #dddddd;
    font-size: 1.2em;
}

.aside2{
    background:url(../images/testimoni-icon.png) no-repeat left top, #f9f9f9;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
    width:auto;
    height:auto;
    padding-top:30px;
    margin-top:30px;
    text-align:justify;
}

.aside2 h3{
    font-family:Georgia, "Times New Roman", Times, serif;
    padding-left:75px;
    color:#333333;
    font-size:20px;
}

.aside2 p{
    padding:20px;
    border-bottom:1px dashed #dddddd;
}

.no-border{
    border:none !important;
}


.services{
    width:100%;
    height:auto;
    box-shadow: -5px 5px 5px #ccc;

}

.service-box{
    width:28.3333333333%;
    padding:1%;
    margin:1.5%;
    float:left;
    text-align:center;
}

.service-box a{
    display:block;
    width:85px;
    height:85px;
    margin:0 auto;
    text-align:center;
}

.service-box a img{
    display:block;
    margin:0 auto;
    width:80px;
    height:80px;
    transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
    -moz-transition:all 200ms ease-in-out;
    -ms-transition:all 200ms ease-in-out;
}

.service-box a img:hover{
    width:85px;
    height:85px;
}

.footer{
    position:relative;
}

.try{
    display:block;
    width:276px;
    height:104px;
    position:absolute;
    top:-123px;
    /*left:40%;*/
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

#contact_quote_form h1{
    color:#ffffff !important;
}


#splash{
    display: none;
    font-size: 1em;


}
#splash .sp_center{    
    margin: 200px auto;
    text-align: center;    

}

#splash .sp_center p{
    color: #fff;
    padding: 10px;
    letter-spacing: 2px;    
    font-family: tahoma, sans-serif;
    font-size: 2.5em;
}

.dim{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    /*background: url('semitransparent1x1.png');*/

    z-index:100;
    /*background: #eee;*/
    background: rgba(0, 0, 0, .75);    
    /*background: rgb(0, 0, 0);*/    
}
.hide{
    display: none;
}

.left-pane{
    float: left;
    width: 27%;
    padding: 10px;
    /*text-align: center;*/
}
.service-box1{
    width: 100%;
    padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #dddddd;
    
    border-right: 1px solid #dddddd;
    /*box-shadow: 5px -10px 10px #ccc;*/
    display: block;
    color: #296F6A;
    font-size: 1.2em;
     font-family: Georgia, "Times New Roman", Times, serif;

}
.service-box1 img{
    width: 33px;
    height: 32px;
    /*float: left;*/
    padding-right: 10px;
    vertical-align: middle;
}
.service-box1 a{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
    color: #296F6A;
    padding: 20px 0px;
}


/*
.service-box1 h3{
    font-size: 1.3em;
}*/
.service-box1:hover, .active{
    background: #eee;
}

#show_service{    
    margin-bottom: 90px;    
}

#show_service p, .page-cotent-header p{
    font-family: calibri;
    text-align: justify;
    color: #666;
    font-size: 1.2em;
    /*text-indent: 30px;*/
    line-height: 23px;
    padding-left: 5px;
    margin-bottom: 10px;
}


.right-pane{
    float: right;
    width: 68%;
    margin-left: 10px;
    padding: 10px;   
}
#show_service h1{
    /*font-family: verdana, sans-serif;*/
    font-size: 1.7em;
    padding: 5px;
    /*text-align: center;*/
    background: #eee;
    color: #22c0b6;
    border-bottom: 1px solid #22c0b6;
    border-right: 1px solid #22c0b6;
    /*text-shadow: -2px -2px 5px #ccc;*/
    margin-bottom: 5px;
}

.page-cotent{

}
.page-cotent ul{
    /*list-style:circle;*/ 
    margin-left: 50px;
    color: #666;
	font-size: 1.2em;
	
}
.page-cotent li{
    list-style: disc;
    line-height: 25px;
}
.page-cotent table{


}
.page-cotent-header{
    /*padding: 10px;*/
    /*border-bottom: 1px dashed #ddd;*/
    /*background: #ffe;*/
    margin-bottom: 10px;
    text-align: justify;
}
.page-cotent-header h1{
    padding: 5px;
    background: #22c0b6;
    color: #fff;
}



/*.page-cotent-header p{
    text-align: justify;
    text-indent: 10px;
    line-height: 20px;
    margin: 5px 10px;
    font-size: 1.1em;
    color: #777;

}*/

.main-contact{
    width:100%;
    height:auro;
    background:#f9f9f9;
    background:#eee;
}


.contact_form p{
    color:#333333 !important;
}

.cont-map{
    width:100%;
    height:auto;
    margin-bottom:100px;
    padding-bottom:10px;
    border-bottom:5px solid #dddddd;
}

.sskype{
    padding:0px 0px 5px 30px;
    background:url(../images/cont-s.png) left top no-repeat;
    font-size:16px;
    height:auto;
    margin:15px 0px;
}

.address{
    padding:0px 0px 5px 30px;
    background:url(../images/map_adress_img.png) left top no-repeat;
    font-size:16px;
    height:auto;
    margin:15px 0px;
}

.pphone{
    padding:0px 0px 5px 30px;
    background:url(../images/pphone.png) left top no-repeat;
    font-size:16px;
    height:auto;
    margin:15px 0px;
}

.eemail{
    padding:0px 0px 5px 30px;
    background:url(../images/mail.png) left top no-repeat;
    font-size:16px;
    height:auto;
    margin:15px 0px;
}

.wwebsite{
    padding:0px 0px 5px 30px;
    background:url(../images/link.png) left top no-repeat;
    font-size:16px;
    height:auto;
    margin:15px 0px;
}

.cont-add{
    padding:15px;
    border:1px solid #dddddd;
}

.bold{
    font-weight: bold;   
}

/* Browser compatebility*/

.os{
    width: 100%;
    background: #eee;
    vertical-align: middle;
    font-size: 2.5em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    clear: both;
}

.os img{
    vertical-align: middle;
}
.col{
    /*background: #fef;*/
    width: 20%;
    float: left;
    margin-bottom: 10px;
}
.col ul{
    margin: 0px;
}


.col ul li{
    list-style-type: none;
    padding-left: 25px;
    padding-top: 0px;

}
.chrome{
    background: url(../images/icons/icon-chrome-small.png) no-repeat left;    
}
.firefox{
    background: url(../images/icons/icon-firefox-small.png) no-repeat left;    
}
.internet-explorer{
    background: url(../images/icons/icon-ie-small.png) no-repeat left;    
}
.opera{
    background: url(../images/icons/icon-opera-small.png) no-repeat left;    
}
.safari{
    background: url(../images/icons/icon-safari-small.png) no-repeat left;    
}
.mobile{
    background: url(../images/icons/icon-mobile-small.png) no-repeat left;    
}
.tablet{
    background: url(../images/icons/icon-tablet-small.png) no-repeat left;    
}
.pull_left{
    float: left;
}

#portfolio img{
    margin-bottom: 10px;
    padding: 10px;
    background: #eee;
    /*border: 1px solid #eee;*/
    box-sizing: border-box;
    border-radius: 10px;
}

/* --- Try us slider --- */
.wrap_tryus{
    width: 500px;
    margin: 0px auto;
    position: absolute;    
    top: -124px;
    left:0px;
    right: 0px;
    text-align: center;
    display: none;
}
.block1{
    width: 450px;
    /*height: 325px;*/
    padding: 20px;    
    text-align: left;
    float: left;
    background: #a4c739;
    margin-top: -9px;    
    
}
.block1 input[type=text]{
    padding: 5px;
    width: 180px;
}
.close_button{
    border: none;
    padding: 0 3px;
    float: right;
    background: #cc3a00;
    color: #fff;
}
input[type=email],input[type=number]{
    padding: 5px;
    width: 180px;
}
.client_quote{
    float:right;
    color:#22c0b6;
    font-weight:bold;
}
/* ---End of Try us slider --- */

.message{
    font-size: 1em;
    padding-left: 12px;
    font-weight: bold;
    text-align: center;
        
}

