
body {
	margin:0;
	padding:0;
	font-family: Verdana, Times, serif !important;
	text-shadow: none !important;
}

.clr {
	clear:both;
}
.bread{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;	
}
.bread ul{
	padding:0;
	    margin: 15px 0;
	list-style:none;
}
.bread ul li{
	display:inline-block;
}
.bread div.moduletable a.ui-link:link,.bread div.moduletable span{
	    color: #333333!important;
}
#autohidebacktotop {
	position:fixed;
	bottom:5px;
	right:5px;
}

.main_container {
	overflow-y:hidden!important;
	margin:35px 0;
}

div.item, ol.dynlayout_feed li {
	margin:0 0 20px 0 !important;
	padding:0; /* padding in boxes */
	float:left;
	width:auto;
}

div.item:hover, ol.dynlayout_feed li:hover {
}

div.logo_container {
	width: 275px;
	display: block;
	float: left;
	z-index: 1;
	top: 0;
	font-size: 38px;
	margin: 35px 20px 0 0;
	padding-top: 25px;
}

div.logo_container span {
	display: block;
	font-size: 18px;
	font-style: italic;
}

div.user_container {
	width: 865px;
	float: left;
	margin-top: 35px;
}

div.user1_container,
div.user2_container,
div.user3_container,
div.user4_container {
	width: 200px;
	display: block;
	z-index: 1;
	top: 0;
	float: left;
	margin: 0 20px 0 0;
}

div.user4_container {
	margin: 0;
}

div.user_container:hover li a.ui-link:link,
div.user_container:hover li a.ui-link:visited {
	color:#777 !important;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;
}

div.user_container:hover li a.ui-link:hover {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;
}

.responsive_header {
	text-shadow:none;
	height:40px;
	position:static !important;
}

.responsive_header .cell_pad {
	width: 1180px;
	margin: 0 auto;
}

.header_module {
}

.responsive_logo {
	width:100%;
	background-size: cover;
	background-position: top center;
	text-align: center;
}

.responsive_logo span.line1 {
	font-size: 3em;
	color:#fff;
	font-weight: 900;
	text-shadow:10px 0px 10px #333;
}

.responsive_logo span.line2 {
	font-size: 2.5em;
	color:#fff;
	font-weight: 300;
	text-shadow:3px 0px 5px #333;
}

.item-page, .footer_modules, .bottom_modules {
	max-width: 1180px;
	margin: 0 auto;
}

div.footer1, div.footer2 {
	width: 580px;
	float: left;
	height: 38px;
}

div.footer1 h2 {
	font-size: 3em;
	text-transform: none;
}

div.footer2 img {
	margin: 10px 0 0 15px;
}

.bottom_modules_container {
	padding: 20px 0;
}

div.bottom1 {
	width: 50%;
	float: left;
}

div.bottom2 {
	width: 50%;
	float: left;
	text-align: right;
}

div.bottom2 div {
	padding-right: 20px;
}

/* menu */

.topmenu {
	height:40px;
	float:left;
}

.topmenu h3 {
	color:#fff;
}

.social_icons {
	width:200px;
	height:40px;
	float:right;
	color:#fff;
	text-align: right;
}

.social_icons div.moduletable {
	padding:4px 10px 0 0;
}

.left_column {
	float:left;
	line-height: 16px;
	text-align: center;
}

.right_column{
	float:right;
	line-height: 16px;
}

.right_column_column {
    float:left;
}

.left_column div.moduletable {
	padding: 0 25px 25px 0;
}

.right_column div.moduletable {
	padding: 0 0 25px 25px;
}

/* custom colored articles */

div.black {
	background:#000 !important;
	border-color:#000;
	color:#eee;
}

div.black:hover {
	background:#222222 !important;
	border-color:#000;
	color:#eee;
}

div.black.item h2, div.black.item h2 a.ui-link:link, div.black.item h2 a.ui-link:visited {
	color:#eee !important;
}

div.yellow {
	background:#fff9b7 !important;
	border-color:#e7df81;
	color:#333;
}

div.yellow:hover {
	background:#e7df81 !important;
	border-color:#000;
}

div.yellow.item h2, div.yellow.item h2 a.ui-link:link, div.yellow.item h2 a.ui-link:visited,
div.yellow a.ui-link:link, div.yellow a.ui-link:visited {
	color:#6e6500 !important;
}

div.yellow p.readmore a.ui-btn-up-c {
	background:#e7df81;
}

div.green {
	background:#c6fdb6 !important;
	border-color:#9ceb84;
	color:#333;
}

div.green:hover {
	background:#9ceb84 !important;
	border-color:#000;
}

div.green.item h2, div.green.item h2 a.ui-link:link, div.green.item h2 a.ui-link:visited,
div.green a.ui-link:link, div.green a.ui-link:visited {
	color:#218e00 !important;
}

div.green p.readmore a.ui-btn-up-c {
	background:#9ceb84;
}

div.blue {
	background:#bdddfa !important;
	border-color:#a6cff6;
	color:#333;
}

div.blue:hover {
	background:#a6cff6 !important;
	border-color:#000;
}

div.blue.item h2, div.blue.item h2 a.ui-link:link, div.blue.item h2 a.ui-link:visited,
div.blue a.ui-link:link, div.blue a.ui-link:visited {
	color:#1465b1 !important;
}

div.blue p.readmore a.ui-btn-up-c {
	background:#a6cff6;
}

div.red {
	background:#6f0000 !important;
	border-color:#340000;
	color:#eee;
}

div.red:hover {
	background:#340000 !important;
	border-color:#000;
	color:#eee;
}

div.red.item h2, div.red.item h2 a.ui-link:link, div.red.item h2 a.ui-link:visited {
	color:#eee !important;
}

div.black.item h2, div.black.item p,
div.yellow.item h2, div.yellow.item p,
div.green.item h2, div.green.item p,
div.blue.item h2, div.blue.item p,
div.red.item h2, div.red.item p {
	padding-left:10px;
	padding-right:10px;
}

.mnu_right {
	-moz-border-top-left-radius: 0px!important;
	-webkit-border-top-left-radius: 0px!important;
	border-top-left-radius: 0px!important;
	-moz-border-bottom-left-radius: 0px!important;
	-webkit-border-bottom-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}

.mnu_left {
	-moz-border-top-right-radius: 0px!important;
	-webkit-border-top-right-radius: 0px!important;
	border-top-right-radius: 0px!important;
	-moz-border-bottom-right-radius: 0px!important;
	-webkit-border-bottom-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

.mnu_left, .mnu_right {
	cursor:pointer;
}

/* photo gallery plugin */

#gallery.photogallery_plg img {
	width: 18% !important;
	margin-right: 1% !important;
}

/* jquery mobile */

.ui-bar-a {
	font-weight: normal;
}

#infscr-loading h1 {
	display: none;
}

.ui-content {
	padding: 0;
}

.ui-body-c, .ui-body-c input, .ui-body-c select, .ui-body-c textarea, .ui-body-c button, .ui-bar-a, .ui-bar-a input, .ui-bar-a select, .ui-bar-a textarea, .ui-bar-a button {
	font-family: inherit;
}

/* responsive behaviour */

@media (max-width: 1179px) {

	div.logo_container {
		width: 100%;
		margin: 0 0 20px 0;
		float: none;
		text-align: center;
	}

	div.user_container {
		width: 100%;
		margin: 20px 0;
		float: none;
	}

	.responsive_header .cell_pad {
		width: 100%;
	}

	div.user1_container, div.user2_container, div.user3_container, div.user4_container {
		width: 23%;
		margin: 0 1%;
	}

	.responsive_header {
		height: 470px !important;
	}

	div.footer1, div.footer2, div.bottom1, div.bottom2 {
		width: 48%;
		padding-left: 1%;
		padding-right: 1%;
	}

}

@media (max-width: 1024px) { 

	#gallery.photogallery_plg img {
		width: 90% !important;
	}

}

@media (max-width: 767px) { 

	.left_column, .right_column {
		float: none !important;
	}

	.full {
		width: 100% !important;
	}

	div.user1_container, div.user2_container, div.user3_container, div.user4_container {
		width: 48%;
		margin: 0 1%;
	}

	div.user3_container {
		clear: both;
	}

	.responsive_header {
		height: 620px !important;
	}

}

@media (max-width: 480px) { 
	div.footer1, div.footer2, div.bottom1, div.bottom2 {
		width: 98%;
		padding-left: 1%;
		padding-right: 1%;
		text-align: center;
	}

	.footer2 p {
		text-align: center;
	}

}











.main-header {
	width: 100%;
	display: block;
}







