
.spacer {
	margin-top: 20px; /* define margin as you see fit */
}
h1 {
	font-family: 'Dosis', sans-serif;
	color:#0087bf;
}
#topbar {
	background-color: #ececec;
	height: 10px;
}
.navbar-wrapper {
	background: url('/themes/belmont//img/navbar-bckgrnd.png') repeat-x;
}
.navbkgrnd {
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(171,171,171,1) 0%, rgba(142,142,142,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(0%, rgba(219,219,219,1)), color-stop(0%, rgba(171,171,171,1)), color-stop(100%, rgba(142,142,142,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(171,171,171,1) 0%, rgba(142,142,142,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(171,171,171,1) 0%, rgba(142,142,142,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(171,171,171,1) 0%, rgba(142,142,142,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 0%, rgba(171,171,171,1) 0%, rgba(142,142,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#8e8e8e', GradientType=0 );
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.social {
	margin-top:30px;
}
/*Translator*/
#google_translate_element {
	display: none !important;
}
.english {
	background: url('/themes/belmont//img/UK_flag.png') no-repeat;
}
.chinese {
	background: url('/themes/belmont//img/China_flag.png') no-repeat;
}
.korean {
	background: url('/themes/belmont//img/Korea_flag.png') no-repeat;
}
.translation-links {
	list-style:none outside none;
}
.translation-links > li {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.translation-links > li img {
	padding-right: 10px;
}
.translation-links a {
	display: block;
	width: 60px;
	height: 50px;
}
header {
	
	clear: both;
/*margin-bottom:20px;*/
}
.navbar-inner {
	background: none !important;
	border:none !important;
	box-shadow:none !important;
}
.navbar .nav > li:last-child {
	border-right: none;
}
#main_top {
	background: url('/themes/belmont//img/MainTopBckgrnd.jpg') no-repeat;
	padding-top: 25px;
	overflow:hidden;
	min-height:370px;
}
#int_main_top {
	background: url('/themes/belmont//img/MainTopBckgrnd.jpg') no-repeat bottom;
	padding-top: 10px;/*overflow:hidden;*//*height:370px;*/
}
.ccm-jereme-tweetcrete {
	/*height:150px;*/
	padding-top:.5em;
	overflow: hidden;
	margin-bottom: 10px;
}
#main_lower .curveshadow-lower {
	margin-top:20px;
}
#main_lower .curveshadow-upper {
	margin-bottom:10px;
}
.curveshadow-lower {
	height:20px;
	background: url('/themes/belmont//img/curveshadow-lower.png') no-repeat;
	background-size: 100% auto;
}
.curveshadow-upper {
	height:20px;
	background: url('/themes/belmont//img/curveshadow-upper.png') no-repeat;
	background-size: 100% auto;
}
#nav3 {
	padding-top:10px;
	padding-bottom:30px;
}
#nav3 a {
	color:#FFFFFF;
}
/*sticky footer*/

/** {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px;
}
footer, .push {
	height: 180px;
}*/
/* end sticky footer*/



footer {
	background-color:#fbfbfb;
	-webkit-box-shadow: inset 1px 153px 74px -13px rgba(240,240,240,1);
	-moz-box-shadow: inset 1px 153px 74px -13px rgba(240,240,240,1);
	box-shadow: inset 1px 153px 74px -13px rgba(240,240,240,1);
}
#footerlower {
	background-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top:20px;
}


@media only screen and (max-width:767px) {
    .ccm-layout-col {
        width: 100% !important;
        float: none !important;
    }
    .ccm-layout-col-spacing{
        margin:0 !important;
    }
}

#logo img {
max-width: 100%;
}

#headerSearch button {
    background: #3399cc;
}
#headerSearch button i.icon-search:before {
    color:#ffffff;
}
#headerSearch input.searchBoxSide {
    border-color: #3399cc;
}