@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,400italic,300italic,500italic,700,700italic&subset=latin,latin-ext);

body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-size: 16px;
}

body{
    margin: 0;
    padding: 0;
}

.content-width{
    max-width: 1200px;
    margin: 0 auto;
}

.no-padding {
    padding: 0;
    margin: 0;
}

h1{
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    margin: 30px 0;
}

h2{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 30px 0;
    color: #333333;
    margin-left: 10px;
}

h3{
    font-weight: 100;
    font-size: 20px;
    margin: 20px 0;
}

h4{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin: 30px 0;
}

p{
    font-weight: 100;
    font-size: 15px;
}

ul,li{
    font-weight: 100;
    font-size: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.clear{
    clear: both;
}

.logo-header{

}

.logo-header img{
    max-height: 100px;
}

.col-1-1{
    min-height: 500px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.col-1-2{
    min-height: 500px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.graylayer{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    margin: 0;
    padding: 0;
    transition: all 0.25s;
}

.col-1-1:hover .graylayer, .col-1-2:hover .graylayer, .col-1-3:hover .graylayer{
    background-color: rgba(0,0,0,0);
}

.side-logo img{
    width: 300px;
    margin: 0 auto 0 auto;
}

.procost-side img{
    margin-top: 0px;
}

.content h2{
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.content p{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 0px 100px 30px 100px;
}

.content .btn-default{
    border-radius: 0;
	color: #fff;
	border-color: #fff;
	background: transparent;
	transition: all 0.25s;
}

.content .corpes:hover{
	background: orange;
	border-color: orange;
}

.content .procost:hover{
	background: rgb(188,220,37);
	border-color: rgb(188,220,37);
}

.modal-title{
    text-align: center;
}

.modal-content{
    border-radius: 0;
}

.worklist li{
    list-style: disc;
    margin-left: 20px;
}

footer{
    background-color: #082743;
}

.footer-menu p{
    color: #fff;
    text-align: center;
    padding: 15px 0 10px 0;
}

footer .footer-menu p a{
	color: #fff;
	font-size: 14px;
}

@media (max-width: 767px){
    .col-1-1, .col-1-2{
     	min-height: 650px !important;
    }
    
    .content p{
    	padding: 15px;
    }
    
}

@media (min-width: 768px) and (max-width: 992px){
    
}

@media (min-width: 993px) and (max-width: 1200px){
    .content p{
        font-size: 16px;
        padding: 0px 70px 30px 70px;
    }
}

@media (min-width: 1201px) and (max-width: 1366px){
    
}

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