/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Quicksand:700,300,400);

body {
	background-color: #f8f7f7;
}

#s5_logo_module h1 {
	font-family: 'Quicksand', sans-serif;
	white-space: nowrap;
	font-size: 36px;
	line-height: 53px;
	margin-left: 120px;
}

#s5_logo_module p {
	width: 100%;
}

#s5_header_area1 {
	padding-top: 15px;
	padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Quicksand', sans-serif;
	color: inherit;
}

h3 {
	/*color: #175a0c;*/
	border-bottom: 1px solid #66d953;
}

h3.clear {
	clear: both;
}

#s5_nav li {
	width: 16%;
}

.item-page {
	font-size: 14px;
}

.item-page li {
	margin-bottom: 5px;
}

#s5_pos_top_row1_1 {
	color: #fafafa !important;
	font-size: 14px;
}

#s5_pos_top_row1_1 .module_round_box_outer ul li a {
	color: #f1f1f1;
}

#s5_footer_menu_wrap {
	border-top: 1px solid #d96953;
	padding-top: 15px;
}

#s5_top_row1_area1 {
	padding-top: 30px;
}

#s5_pos_top_row1_1 .module_round_box_outer {
	margin-bottom: 0px;
}

#s5_top_row1_area2 {
	min-height: 154px;
}

#s5_center_area1 {
	/*display: none;*/
}

#s5_bottom_row1_area1 {
	padding-top: 0px;
}

.contentImage, .frontImage {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 4px;
	margin: 5px;
	border-radius: 4px;
}

#s5_shape5_logo {
	opacity: 0.2;
}

/* Ql Forms */

div.qlform input, div.qlform textarea, input, textarea {
	background-color: #f8f7f7;
	border: 1px solid #dfdfdf !important;
	border-radius: 3px;
}

.mapdiv {
	float: right;
}

/* pb events Overrides */

table#pbevents {
	margin: 0px !important;
}

.attendeesList li {
	list-style-type: none;
	margin-bottom: 20px;
}

.avatarSpan {
	display: inline-block !important;
	width: 103px;
}


/* CB Overrides */

.cbUserListHrTop {
	display: none;
}

#cbUserTable th {
	background: none;
	border-bottom: 1px solid #66d953;
}

.sectiontableentry1 {
	background: none;
	font-size: 14px;
}

.sectiontableentry2 {
	background-color: #fcf8ec;
	font-size: 14px;
}

.cbUserListCol1 {
	width: 128px
}

#cbMenuNav #menu1 {
	display: none;
}

#cbIconsTop {
	display: none;
}

.cbFieldIconsLabels {
	padding-bottom: 10px;
}

#registrationTable .cbFieldsContentsTab {
	margin-top: 10px;
}

#registrationTable select {
	width: 250px;
	border: 1px solid #dfdfdf !important;
}

#registrationTable input {
	width: 240px;
}

#mod_login_remembermetext {
	/*float: right;
	padding-right: 30px;*/
	position: absolute;
	top: 6px;
	left: 30px;
}

#form-login-remember {
	padding-bottom: 17px;
	position: relative;
}

.newsflash h4 {
	padding-top: 15px;
	/*color: #d96953;*/
}

.newsflash h4:first-of-type {
	padding-top: 3px;
}


/* ALL WIDTHS UNDER 970PX
 ------------------------------------------------------------ */

@media screen and (max-width: 970px){
	
	
}


/* TABLET PORTRAIT MODE CSS
 -*---------------------------------------------------------- */

@media screen and (min-width:580px) and (max-width: 970px){
	
	.item-page {
		font-size: 16px;
	}

	
}


/* TABLET PORTRAIT MODE CSS - SMALLER TABLETS
 -*---------------------------------------------------------- */

@media screen and (max-width: 750px){
	

	
}


/* MOBILE LAYOUT CSS
 *----------------------------------------------------------- */

@media screen and (max-width: 579px){
	
	#s5_logo_module h1 {
		margin-left: -15px;
		font-weight: 100;
		font-size: 26px;
		line-height: 45px;
	}
	
	#s5_logo_module img {
		display: none;
	}
	
	.contentImage, .frontImage {
		display: none !important;
	}
	
}