div.default_font{
	font-size: 15px;
	line-height: 30px;
}

div.default_font h1{
	font-size: 110px;
	line-height: 110px;
}

div.default_font h2{
	font-size: 72px;
	line-height: 82px;
}

div.default_font h3{
	font-size: 48px;
	line-height: 60px;
}

div.default_font h4{
	font-size: 36px;	
}

div.default_font h5{
	font-size: 24px;
}

div.default_font h6{
	font-size: 20px;
	padding-bottom: 25px;
}

div.default_font p{
	padding-bottom:30px;
}

div.default_font a{
	text-decoration: none;
}

div.default_font ul{
	
}

div.default_font ul > li{
	background-repeat: no-repeat;
	background-position: left top 10px;
	background-image: url('./../img/list_mark.png');
	padding-left: 20px;
	font-size: 18px;
	color: #a9a9a9;
	font-family: 'Roboto';
	padding-bottom: 15px;
	font-weight: 300;
}
/*
div.content_width{
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
*/
.content_width{
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}

div.content_width2{
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}

div.content_width3{
	width: 86%;
	padding-left: 14%;
	padding-right: 14%;
}

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

.vertical_height > div{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical_height > div > div {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.user_friendly_click{
	position: absolute;
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.button3 > a{
	font-weight: 900;
	padding: 29px 56px;
	border: 5px solid #906f48;
	text-decoration: none;
	color: #4c4c4f;
	font-family: 'Raleway';
	position:relative;
	z-index:1;

	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.button3 > a:before {
	background-color:#906f48;
	width:0;
	height:100%;
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:-1;

	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.button3 > a:hover {
	color:#fff;
}

.button3 > a:hover:before {
	width:100%;
}

.sign_in_button{
	position:relative;
	bottom:7px;
}

.sign_in_button > a {
	display:block;
	position:relative;
	padding: 20px 30px;
	border: 4px solid #906f48;

	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.sign_in_button > a:before {
	background-color:#906f48;
	width:0;
	height:100%;
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:-1;

	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.sign_in_button > a:hover {
	color:#fff;
}

.sign_in_button > a:hover:before {
	width:100%;
}

.sign_in_button > a {
	text-decoration: none;
	font-size: 15px;
	color: #56504f;
	font-weight: 800;
	text-transform: uppercase;
}