/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

body{
margin:0;
padding:0;
background: #fff url(../images/home-bg.jpg) top center no-repeat;
background-size: contain;
background-attachment: fixed;
font-family: 'Lato', sans-serif;
}

#content_wrapper{
	width: 920px;
	margin: 0 auto;
}

.content{
width: 920px;
margin-top: 70px;
padding: 50px 50px 0;
float: left;
background: rgba(255,255,255,1);
}




.logo{
	width: 920px;
	text-align: center;
	padding: 20px;
}

.logo img{
	margin-left: 30px;
}

.logo a {
	text-align: center;
    display: block;
    padding: 20px;
    position: relative;
	width: 90%;
    text-decoration: none;
    font-size: 22px;
    background-color: rgb(255,255,255);
    color: rgb(0,151,211);
	border: 1px solid #eee;
    transition: all 0.3s ease-in 0s;
}

.logo a:hover {
	background-color: rgb(0,151,211);
	color: rgb(255, 255, 255);
}



h1{
	text-align: center;
	margin: 20px;
	font-weight:900; 
	font-size:4.5em;
	color: rgb(0,151,211);
	letter-spacing: -1px;
	}

h2{
	text-align: center;
	font-weight:400; 
	font-size:2em;
	color: #333333;
}

h3{
	text-align: center;
	font-weight:300; 
	font-size:1.5em;
	color: #333333;
	padding: 20px;
}

.section{
width: 870px;
-webkit-box-shadow: 0px 0px 5px 0px #e0e0e0;
box-shadow: 0px 0px 5px 0px #e0e0e0; 
background: #0081b5 url(../images/separator.png) center 10px no-repeat;
padding: 25px;
margin: 50px;
float: left;
}

.left{
width: 415px;
float: left;
padding-right: 20px;
}

.left p{
margin-left: 90px;
padding: 0;
color: #666666;
font-size: 20px;
}

.left p span{
color: #FFF;
font-size: 24px;
}

.right{
width: 405px;
padding-left: 30px;
float: left;
}


.tfield a {
    color: rgb(255, 255, 255);
	text-align: center;
    display: block;
    padding: 20px;
    position: relative;
	width: 90%;
    text-decoration: none;
    font-size: 22px;
	background-color: rgb(0,151,211);
    transition: all 0.3s ease-in 0s;
}

.tfield a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0,151,211);
}

#icon_access{
	position: absolute;
	background: url(../images/access.png) no-repeat;
	background-size: cover;
	width: 50px;
	height: 50px;
}

#icon_phone{
	position: absolute;
	background: url(../images/phone.png) no-repeat;
	background-size: cover;
	width: 70px;
	height: 70px;
}
