html, body {
	font-family:'OpenSans Regular', sans-serif !important;
	font-size:14px;
}

.container {
	max-width:1170px;	
}

.container-full {
	max-width:1400px;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.stretched #wrapper {
	max-width:1920px;
	margin:0 auto;
	border:none !important;
}

.g-recaptcha {
	max-width:300px !important;
	width:100% !important;
	display:inline-block;
}

.limit-2line{
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
}

h1 {
	font-size:30px;
	color:#000;
	font-weight:400;
	font-family:'OpenSans Bold', sans serif;
}

h2 {
	font-size:30px;
	color:#000;
	font-weight:400;
	font-family:'OpenSans Regular', sans serif;
}

h3 {
	font-size:18px;
	color:#000;
	font-weight:400;
	font-family:'OpenSans SemiBold', sans serif;
	margin-bottom:0px;
}

a, a:hover {
	color:#f50f0f;
	font-family:'OpenSans Regular', sans serif;
}

p {
	font-size:14px;
	font-family:'OpenSans Regular', sans serif;
	font-weight:400;
}

ul, ol {
	padding-left:30px;
}

ul li, ol li {
	font-size:14px;
	font-family:'OpenSans Regular', 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:14px;
	font-family:'OpenSans Regular', sans serif;
	color:#555;
}

strong {
	font-family:'OpenSans SemiBold', sans-serif;
	font-weight:700;
}

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;
}

.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-10 {
	padding:0 10px;
}
.sidepadding-15 {
	padding:0 15px;
}
.paddingvertical-5 {
	padding:5px 0;
}
.paddingvertical-10 {
	padding:10px 0;
}
.pt-0 {
	padding-top:0 !important;
}
.pt-10{
    padding-top: 10px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pt-30{
   padding-top:30px !important; 
}

.pt-60 {
	padding-top:60px !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pb-10 {
	padding-bottom:10px !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;
}

.cutmargin1{
	min-height:35px;
	margin-top: 15px;
	margin-bottom:0px! important;
}

.col_4_fw{
	float:left;
	width:25%;
}

.fbox-content{
	min-height:215px;
	padding:0 15px 25px;
}

.white{
    color:white;
}

p.white{
    color:white! important;
}

.mn-65{
	min-height: 65px;
}

.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-50 {
	margin-top:50px !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-20 {
	margin-bottom:20px !important;
}
.mb-30 {
	margin-bottom:30px !important;
}
.mb-45 {
	margin-bottom:45px !important;
}

.mb-50 {
	margin-bottom:50px !important;
}
.mb-60 {
	margin-bottom:60px !important;
}
.mb-80 {
	margin-bottom:80px !important;
}

.mr-10 {
	margin-right:10px;
}

.themebold{
    font-weight:700;
}

/*---Special Case---*/

.paddingvertical-2 {
	padding-top:2px;
	padding-bottom:2px;
}

.width100px {
	width:100px !important;
}

.width200px {
	width:200px !important;
}

.width250px {
	width:255px !important;
}

.widthcalc100px {
	width:calc(100% - 100px) !important;
}

.table-bordered th {
	background:#ac8c5e;
	color:#fff;
	text-align:center;
	vertical-align:middle;
}

@media (max-width: 1200px) {
	.fbox-content{
    	min-height:245px;
    	padding:0 15px 25px;
    }
}

@media (max-width: 979px) {
	.mobilespecial350 {
		height:350px !important;
	}
	
	.mobilesidepadding-15 {
		padding-left:15px !important;
		padding-right:15px !important;
	}
	
	.row {
		display:block;
	}

	.campus_container{
		width: 100%;
		padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}

	.col_4_fw{
		width: 50%;
    	margin-bottom: 50px;
	}
}

@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: 600px) {
    .col_4_fw{
        width:100%;
    }
}

@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;
	}
}