@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
*{
	margin:0;
	padding:0;
}

html,body{
	height:100%;
}

body{
	font-family: Open sans, sans-serif;
}

ul li{list-style:none;}

a{text-decoration:none;color:#515e6f;}
.bold{font-weight:bold}
.uppercase{text-transform:uppercase}
.alignCenter{text-align:center}
.alignRight{text-align:right}
p{
	margin-bottom:10px;
}

.tbPadding{
	padding:8px 0;
}
.clearFloat{clear:both;}
.transition_bg{
	-webkit-transition: background  0.6s ease;
	-moz-transition: background  0.6s ease;
	-ms-transition: background  0.6s ease;
	-o-transition: background  0.6s ease;
	transition: background  0.6s ease;
}
 
header{
	background: #fff;
	z-index: 99;
	padding:10px 0;
	width: 100%;
	position:relative;
	border-bottom: 1px solid #9E9898;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.22);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.22);
}

#navigation ul li{
	display:inline-block;
	margin-right:-4px;
}

#navigation ul li a{ 
	display: block;
	padding: 10px;
}

.lang{
	
}

.banner_wrapper {
	height: 370px;
	margin-bottom:30px;
}

.title_style{
	text-align: center;
	padding: 25px 0;
	width: 100%;
	font-size: 37px;
	color: #FFFFFF;
	background: #E77B00;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.50);
}

.catchy_title{
	color:#fff;
	background:#000;
	padding:15px 0;
	font-size: 30px;
}

.catchy_title span{
	font-weight: 800;
	margin-left:15px;
}
/*Forms*/


.get_quote{
	background: rgba(0, 0, 0, 0.12);
	display:none;
}


.get_quote {
	background: none repeat scroll 0 0 #252525;
   -webkit-box-shadow: 2px 2px 40px 0 rgba(31, 31, 31, 1);
	box-shadow: 2px 2px 40px 0 rgba(31, 31, 31, 1);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0, -50%);
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    z-index: 99999;
}
#shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 101;
	margin: auto;
	display: none;
	background: rgba(255, 255, 255, 0.8);
}


.get_quote h3{
	color:#353535;
	margin-bottom:10px;
	font-size:18px;
}

.fill_form{
	width: calc(100% - 20px);
	padding: 10px;
	margin-bottom: 5px;
	-webkit-box-shadow: inset 1px -1px 2px 0 rgba(0, 0, 0, 0.38);
	box-shadow: inset 1px -1px 2px 0 rgba(0, 0, 0, 0.38);
	font-family: Open sans, sans-serif;
	font-size:14px;
}

.prm_btn{
	cursor: pointer;
	padding: 10px;
	background: #E77B00;
	border: 2px solid #000;
	max-width: 240px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.50);
}