/* ###VVVVV############################################################################################################## */
/* ###VVVV############################################################################################################### */
/* ###VVV################################################################################################################ */
/* -- utilities -- */

.clear {
	clear: both;
	display: block;
	height: 0px;
	width: 0px;
}

/* ###VVVVV############################################################################################################## */
/* ###VVVV############################################################################################################### */
/* ###VVV################################################################################################################ */
/* -- basic -- */

html, body {
	margin: 0;
	padding: 0;
	width: 100%
}

body.html {
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: normal;
	font-style: normal;
	background: white;
	font-size: 16px;
	line-height: 1.1;
	color: #202020; /* FOREGROUND */
	background: #ffffff url("images/tile.png") repeat;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}

a img
{
	border: none;
	outline: none;
}

html
{
	overflow-y: auto;
}

h1,h2,h3,h4,h5,h6,h7 {
	padding: 3px;
	margin: 0;
	margin-bottom: 4px;
	font-weight: normal;
}

h1 {
	font-size: 36px;
	line-height: 48px;
}

h2 {
	font-size: 28px;
	line-height: 36px;
}

h3 {
	font-size: 24px;
	line-height: 32px;
}

h4 {
	font-size: 20px;
	line-height: 28px;
}

h5 {
	font-size: 16px;
	line-height: 24px;
}

h6 {
	font-size: 12px;
	line-height: 20px;
}

h7 {
	font-size: 8px;
	line-height: 16px;
}

p {
	margin-bottom: 16px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.fs10 {
	font-size: 10px !important;
}

.fs12 {
	font-size: 12px !important;
}

.fs14 {
	font-size: 14px !important;
}

.fs16 {
	font-size: 16px !important;
}

.fs18 {
	font-size: 18px !important;
}

.fs21 {
	font-size: 21px !important;
}

.fs24 {
	font-size: 24px !important;
}

.fs26 {
	font-size: 26px !important;
}

.fs28 {
	font-size: 28px !important;
}

.fs30 {
	font-size: 30px !important;
}

.fs32 {
	font-size: 32px !important;
}

.fs36 {
	font-size: 36px !important;
}

.fs48 {
	font-size: 48px !important;
}

.fs60 {
	font-size: 60px !important;
}

.fs72 {
	font-size: 72px !important;
}

.fw200 {
	font-weight: 200; /* light */
}

.fw400 {
	font-weight: 400; /* normal */
}

.fw700 {
	font-weight: 700; /* semibold */
}

.fw800 {
	font-weight: 800; /* bold */
}

.fw900 {
	font-weight: 900; /* extrabold */
}

/* ###VVVVV############################################################################################################## */
/* ###VVVV############################################################################################################### */
/* ###VVV################################################################################################################ */
/* -- transitions -- */

a, h1, h2, h3, h4, li, div, span {
	-webkit-transition: all 0.14s ease-in-out;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	transition: all 0.14s ease-in-out;
}

/* ###VVVVV############################################################################################################## */
/* ###VVVV############################################################################################################### */
/* ###VVV################################################################################################################ */
/* -- common system override -- */

a {
	color: #E51400; /* ACCENT */
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #F52410; /* ACCENT2 */
	text-decoration: underline;
	outline: none;
}

.nls {
	list-style: none;
}

table {
	width: 100%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ###VVVVV############################################################################################################## */
/* ###VVVV############################################################################################################### */
/* ###VVV################################################################################################################ */
/* -- layout -- */

.topspacer {
	margin-top: 25px;
}

.bottomspacer {
	margin-bottom: 25px;
}

h1.title {
	margin-bottom: .6em;
}

header, aside, section, footer {
	padding: 20px;
}

ul {
	margin-bottom: .6em;
	margin-left: .5em;
}

.colblock {
	background: #ffffff;
	/*background-color: rgba(255,255,255,.85);*/
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-left-radius: 10px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #bababa;
	margin-left: -2px; /* webkit fix for border */
}

.colblock::before {
	content: ' ';
	background-color: red;
	background-color: rgba(255,0,0,.85);
	width: 100%;
	height: 20px;
	padding-left: 10px;
	border-radius: 20px;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: -1;
	-ms-transform-origin: 50% 50%; 
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-0.5deg);
	-moz-transform: rotate(-0.5deg);
	-o-transform: rotate(-0.5deg);
	-ms-transform: rotate(-0.5deg);
	transform: rotate(-0.5deg);
}

.logorounded {
	border-radius: 20px;
}

.logorounded img {
	border-radius: 20px;
}

/* .: navigation */

div#block-system-main-menu ul.menu {
	list-style: none;
	margin-left: 0;
	margin-top: 20px;
	padding-left: 0;
}

div#block-system-main-menu ul.menu li {
	list-style: none;
	font-size: 1.1em;
	padding: 5px;
	margin-left: 0;
}

div#block-system-main-menu ul.menu li a {
	border-left: 8px solid #797979;
	padding-left: 5px;
	color: #323232;
}

div#block-system-main-menu ul.menu li a:hover {
	color: #202020;
}

div#block-system-main-menu ul.menu li a.active {
	border-left: 8px solid #E51400;
	font-weight: bold;
	padding-left: 5px;
}

/* .: comments */

ul.links li.comment-add {
	height: auto !important;
	padding: 10px;
}

li.comment-add a {
	color: #FFFFFF; /* BACKGROUND */
}

div.comment {
	padding: 3px;
	border-left: 5px solid #E51400; /* ACCENT */
	background-color: #F0F0F0; /* CLOSEBG */
	margin-bottom: 20px;
	color: #000000; /* FOREGROUND */
	position: relative;
}

div.comment a {
	color: #000000; /* FOREGROUND */
	text-decoration: underline;
}

div.comment p {
	margin-bottom: 0px;
}

div.commbottom {
	opacity: 0.8;
}

div.commbottom a {
	color: #000000; /* FOREGROUND */
}

fieldset#edit-comment-body-und-0-format {
	display: none;
}

div.comment span.new {
	background-color: #000000; /* FOREGROUND */
	color: #FFFFFF; /* BACKGROUND */
	text-align: center;
	width: 2em;
	height: 2em;
	position: absolute;
	right: -5px;
	top: -5px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 1em;
}

div.comment div.user-picture img {
	float: left;
	width: 47px;
	height: 47px;
	padding-right: 3px;
}

div#comments div.indented {
	margin-left: 45px;
}

/* .: pager */

ul.pager {
	color: #FFFFFF; /* BACKGROUND */
	background-color: #000000; /* FOREGROUND */
}

/* ###VVVVV############################################################################################################## */
/* ###VVVV############################################################################################################### */
/* ###VVV################################################################################################################ */


/*-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/

.desktoponly {
	display: block;
}

.mobileonly {
	display: none;
}

/*-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------MOBILE---------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/

@media handheld, only screen and (max-width: 767px) {

.desktoponly {
	display: none;
}

.mobileonly {
	display: block;
}

}