html, body {
	font-family: 'OpenSans-Medium', sans-serif;
	font-size:16px;
}

.dark{
    color:#555;
}

.container {
	max-width:1170px;
}

.stretched #wrapper {
	max-width:1920px;
	margin:0 auto;
	border:none !important;
}

.g-recaptcha {
	max-width:300px !important;
	width:100% !important;
	display:inline-block;
}

h1 {
	font-size:30px;
	color:#555555;
	font-size: 30px;
    font-family: 'DINPro Bold', sans-serif;
    letter-spacing: 0px;
}

h2 {
	font-size:30px;
	color:#555555;
	/*font-family: 'OpenSans-Bold', sans serif;*/
}

h3 {
	font-size:24px;
	color:#555555;
	/*font-family: 'OpenSans-Bold', sans serif;*/
	margin-bottom:0px;
}

a {
	color:#f50f0f;
	/*font-weight:bold;*/
}

a:hover {
	color:#f50f0f;
	text-decoration: underline !important;
}

#footer a:hover, .header-extras li .he-text span a:hover, .header-extras li .he-text a:hover{
    text-decoration: none !important;
    color:#f50f0f;
}

p {
	font-size:16px;
	font-family:'OpenSans-Medium', sans serif;
}

#oc-testi p{
    font-size:16px;
}

ul, ol {
	padding-left:30px;
}

ul li, ol li {
	font-size:16px;
	font-family:'OpenSans-Medium', sans serif;
	color:#555;
}

ul li:last-child, ol li:last-child {
	margin-bottom:0px !important;
}

table tr td ul li, ol li {
	font-size:16px;
	font-family:'OpenSans-Medium', sans serif;
	color:#555;
}

strong {
	font-family: 'OpenSans-Bold', sans-serif;
}

#footer strong{
    font-family: 'OpenSans-Regular', sans-serif;
}

.editor h2, .editor h3, .editor h4, .editor h5, .editor h6{
    margin-bottom:15px;
}

h1 > span:not(.nocolor):not(.badge) {
	color:#b99663;
}

.top_center_bg {
	background-position: top center !important;
}

.relative {
	position:relative;
}
.absolute {
	position:absolute;
}

.transform50 {
	top:50%;
	transform:translateY(-50%);
}

.border_shadow {
	border:1px solid #ebebeb;
	box-shadow:0px 0px 8px #ebebeb;
	-moz-box-shadow:0px 0px 8px #ebebeb;
	-webkit-box-shadow:0px 0px 8px #ebebeb;
}

.black_transparent {
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
}

.div_ruler {
	height:1px;
	width:100%;
	background:#c9c9c9;
	margin:45px 0;
}

.uppercase {
	text-transform:uppercase;
}

.pc_display {
	display:block;
}

.vertical_top {
	vertical-align:top !important;
}
.vertical_middle {
	vertical-align:middle !important;
}

.block {
	display:block;
}
.inline_block {
	display:inline-block;
}

.float_left {
	float:left;
}
.float_left_side {
	float:left;
}
.float_right {
	float:right;
}

.textCenter {
	text-align:center !important;
}



@media (max-width: 575px){
    .xs-textLeft{
        text-align:left! important;
    }
}

.noborder {
	border:none !important;
}
.nobackground {
	background:none !important;
}
.nofloat {
	float:none !important;
}

.automid {
	margin:0 auto;
}
.autoheight {
	height:auto !important;
}

.width20 {
	width:20% !important;
}
.width20-side {
	width:20% !important;
}
.width30 {
	width:30% !important;
}
.width33 {
	width:33% !important;
}
.width70 {
	width:70% !important;
}
.width80 {
	width:80% !important;
}
.widthcalc80-side {
	width:calc(80% - 10px) !important;
}
.width100 {
	width:100% !important;
}

.height45 {
	height:45px !important;
}
.height60 {
	height:60px !important;
}
.height60-side {
	height:60px !important;
}
.height80 {
	height:80px !important;
}
.height150 {
	height:150px !important;
}
.height200 {
	height:200px !important;
}
.height250 {
	height:250px !important;
}
.height450 {
	height:450px !important;
}

.fontwhite {
	color:#fff;
}

.borderwhite {
	border:1px solid #fff;
}
.borderlightgrey {
	border:1px solid #e3e3e3;
}
.bordergrey {
	border:1px solid #555;
}

.fontgrey {
	color:#555;
}

.fontgold {
	color:#b68a45 !important;
}

.fontblack {
	color:#000;
}

.fontred {
	color:#e82929 !important;
}

.titlefont12 {
	font-size:12px !important;
}
.titlefont14 {
	font-size:14px !important;
}
.titlefont16 {
	font-size:16px !important;
}
.titlefont18 {
	font-size:18px !important;
}
.titlefont20 {
	font-size:20px !important;
}
.titlefont24 {
	font-size:24px !important;
}
.titlefont28 {
	font-size:28px !important;
}
.titlefont30 {
	font-size:30px !important;
}

.cutpadding {
	padding:0 !important;
}

.padding_content {
	padding:60px 0 30px !important;
}

.padding-5 {
	padding:5px;
}
.padding-10 {
	padding:10px;
}
.padding-15 {
	padding:15px;
}
.sidepadding-15 {
	padding:0 15px;
}
.paddingvertical-5 {
	padding:5px 0;
}
.paddingvertical-10 {
	padding:10px 0;
}
.pt-0 {
	padding-top:0 !important;
}
.pt-60 {
	padding-top:60px !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pb-15 {
	padding-bottom:15px !important;
}
.pb-30 {
	padding-bottom:30px !important;
}

.pl-30 {
	padding-left:30px !important;
}

.pr-25 {
	padding-right:25px;
}
.pr-40 {
	padding-right:40px;
}

.cutmargin {
	margin:0 !important;
}
.mt-3 {
	margin-top:3px !important;
}
.mt-5 {
	margin-top:5px !important;
}
.mt-10 {
	margin-top:10px !important;
}
.mt-15 {
	margin-top:15px !important;
}
.mt-20 {
	margin-top:20px !important;
}
.mt-30 {
	margin-top:30px !important;
}
.mt-45 {
	margin-top:45px !important;
}
.mt-60 {
	margin-top:60px !important;
}
.mb-5 {
	margin-bottom:5px !important;
}
.mb-10 {
	margin-bottom:10px !important;
}
.mb-15 {
	margin-bottom:15px !important;
}
.mb-30 {
	margin-bottom:30px !important;
}
.mb-45 {
	margin-bottom:45px !important;
}
.mb-60 {
	margin-bottom:60px !important;
}
.mb-80 {
	margin-bottom:80px !important;
}

.mr-10 {
	margin-right:10px;
}

/*---Special Case---*/

.paddingvertical-2 {
	padding-top:2px;
	padding-bottom:2px;
}

.width100px {
	width:100px !important;
}
.widthcalc100px {
	width:calc(100% - 100px) !important;
}

@media (max-width: 1200px) {
	
}

@media (max-width: 979px) {
	.mobilespecial350 {
		height:350px !important;
	}
	
	.mobilesidepadding-15 {
		padding-left:15px !important;
		padding-right:15px !important;
	}
	
	.row {
		/*display:block;*/
	}
}

@media (max-width: 767px) {
	.pc_display {
		display:none;
	}
	
	.float_left {
		float:none;
	}
	.float_right {
		float:none;
	}
	
	.width30 {
		width:100% !important;
	}
	.width70 {
		width:100% !important;
	}
	.width80 {
		width:100% !important;
	}
	
	.height45 {
		height:auto !important;
	}
	
	.mobilewidthauto {
		width:auto !important;
	}
}

@media (max-width: 480px) {
	.inline_block {
		display:block !important;
	}
	.inline_block-480 {
		display:inline-block !important;
	}
	
	.height45 {
		height:auto !important;
	}
	.height60 {
		height:auto !important;
	}
	.height80 {
		height:auto !important;
	}
	
	.mobilespecial450 {
		height:450px !important;
	}
	
	.hideDiv-480 {
		display:none;
	}
}