/* CMS CASCADING STYLE SHEET
	Main style sheet. This file includes the main style for the default CMS template.
	
	Do not edit this file, unless you know what you are doing.
*/

/* Import CSS sheets */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,300);

/* CSS Flat Retro UI */

body {
	background: #d9dfe4 url(../img/sprite-background.png);
}

.logotype {
	top: 14px;
	right: 10px;
	width: 116px;
	height: 34px;
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.master-sprite {
	background-image: url(../img/sprite-master.png);
}

.site-header {
	width: 100%;
	position: relative;
	background-color: #2980B9;
}

.site-header-inner {
	height: 60px;
	background-color: #3498DB;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.site-menu-sub {
	width: 100%;
	position: relative;
}

.site-menu-sub-inner {
	height: 35px;
	background-color: #FFF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.site-menu-sub>.site-menu-sub-inner>.navigation-left {
	top: 7px;
	left: 7px;
	position: absolute;
}

.site-menu-sub>.site-menu-sub-inner>.navigation-right {
	top: 7px;
	right: 7px;
	position: absolute;
}

.site-menu-sub>.site-menu-sub-inner>.navigation-left a,
.site-menu-sub>.site-menu-sub-inner>.navigation-right a {
	color: #333;
	text-decoration: none;
}

.site-menu-sub>.site-menu-sub-inner>.navigation-left > li,
.site-menu-sub>.site-menu-sub-inner>.navigation-right > li {
	float: left;
	color: #333;
	line-height: 1;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid rgba(0, 0, 0, .2);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	filter: dropshadow(color=#000, offx=1, offy=1);
}

.site-menu-sub>.site-menu-sub-inner>.navigation-left > li:hover,
.site-menu-sub>.site-menu-sub-inner>.navigation-right > li:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, .1);
}

.site-menu-sub>.site-menu-sub-inner>.navigation-left > li:last-child,
.site-menu-sub>.site-menu-sub-inner>.navigation-right > li:last-child {
	border-right: none;
}

.site-footer {
	bottom: 0;
	width: 100%;
	color: #34495e;
	position: relative;
}

.site-footer-inner {
	text-align: center;
}

.site-content {
	width: 100%;
	position: relative;
	padding: 10px 0 10px 0;
}

.rollout {
	height: 30px;
	text-align: left;
	padding: 17px 0 0;
	position: relative;
	width: 100% !important;
	background-size: 40px 40px;
	border-bottom: 1px solid #111;
	-webkit-transition: display .5s linear,
						opacity .5s linear,
					 visibility .5s linear;

	background-image: 
		-o-linear-gradient(-45deg, rgba(255, 255, 255, .05) 25%, 
	    transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, 
	       rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	
	background-image: 
		-ms-linear-gradient(-45deg, rgba(255, 255, 255, .05) 25%, 
		transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, 
		   rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	
	background-image: 
		-moz-linear-gradient(-45deg, rgba(255, 255, 255, .05) 25%, 
	    transparent 25%, transparent 50%, rgba(255, 255, 255, .052) 50%, 
	       rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	
	background-image: 
		-webkit-linear-gradient(-45deg, rgba(255, 255, 255, .05) 25%, 
		transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, 
	       rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	
	background-image: 
	   -webkit-gradient(linear,0 0,100% 100%,color-stop(.25, rgba(255, 255, 255, .025)),
	   color-stop(.25, transparent),color-stop(.5, transparent),color-stop(.5, rgba(255, 255, 255, .025)),
	           color-stop(.75, rgba(255, 255, 255, .025)), color-stop(.75, transparent), to(transparent));
}

.rollout p {
	color: #ccc;
	text-align: center;
	font-weight: lighter;
}

.rollout p>a {
	color: #ccc;
	text-decoration: underline;
}

.rollout .grid {
	margin-bottom: 10px;
}

.rollout.black {
	background-color: #333;
}

.rollout.orange {
	background-color: #FFCC33;
}

.rollout.cookies {
	bottom: 0;
	height: auto;
	z-index: 10000;
	font-size: 11px;
	padding-top: 12px;
	position: absolute;
}

.rollout .rollout-close {
	opacity: .5;
	margin-left: 4px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	filter: alpha(opacity:50);
}

.rollout .rollout-close:hover {
	opacity:1;
	filter:none;
}

.site-footer-links {
	font-size: 12px;
	padding: 10px 30px;
}

.site-footer-links a {
	padding: 1px 5px;
	border-bottom: 1px dotted #000;
}

.site-footer-links a:hover {
	color: #333;
	border-bottom: 1px solid #3498DB;
}

.site-footer-copyright {
	font-size: 12px;
}

ul.navigation {
	top: 15px;
	left: 15px;
	position: absolute;
}

ul.navigation a {
	color: #FFF;
	text-decoration: none;
}

ul.navigation>li {
	color: #FFF;
	float: left;
	line-height: 1;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 15px 8px 15px;
	border-right: 1px solid rgba(0, 0, 0, .2);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
	filter: dropshadow(color=#000, offx=1, offy=1);
}
ul.navigation>li:hover {
	cursor: pointer;
	background-color:  rgba(0, 0, 0, .1);
}

ul.navigation  > li:last-child {
	border-right: none;
}

/* Colors */

.red {
	background-color: #E74C3C !important;
}

.blue {
	background-color: #3498DB !important;
}

.grey {
	background-color: #95A5A6 !important;
}

.brown {
	background-color: #774F38 !important;
}
.green {
	background-color: #2ECC71 !important;
}

.orange {
	background-color: #E67E22 !important;
}

.yellow {
	background-color: #F1C40F !important;
}

.purple {
	background-color: #9B59B6 !important;
}

.darkgrey {
	background-color: #34495E !important;
}

.turquoise {
	background-color: #1ABC9C !important;
}

.darkorange {
	background-color: #D35400 !important;
}

.facebookblue {
	background-color: #3B5998 !important;
}

/* Bubbles */
.bubble {
	width: 250px;
	padding: 0px;
	background: #FFF;
	position: relative;
	border-radius: 10px;
	border: #000 solid 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.bubble:after {
	width: 0;
	left: 37px;
	z-index: 1;
	content: "";
	bottom: -14px;
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 14px 9px 0;
	border-color: #FFF transparent;
}

.bubble:before {
	width: 0;
	top: 66px;
	left: 36px;
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 15px 10px 0;
	border-color: #000 transparent;
}

#adblock-right {
	top: -39px;
	right: -128px;
	width:  120px;
	height: 600px;
	position: absolute;
}

.button-flat {
	cursor: pointer;
	position: relative;
	background-color: #ccc;
}

.button-flat>span {
	color: #FFF;
	height: 100%;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 7px 7px 7px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
}

/* */

#cloudflare-old-browser {
			background:#45484d;
			position:relative;
			z-index:100000;
			width:100%;
			height:26px;
			top:0;
			left:0;
			overflow:hidden;
			padding:8px 0;
			font-weight: 600;
			line-height: 26px;
			text-align:center;
			color:#FFF
}

#cloudflare-old-browser a {
	text-decoration:underline;
	color:#EBEBF4
}

#cloudflare-old-browser a:hover, #cloudflare-old-browser a:active {
	text-decoration:none;
	color:#DBDBEB
}

#cloudflare-old-browser-close {
	background:#393b40;
	display:block;
	width:42px;
	height:42px;
	position:absolute;
	text-decoration:none !important;
	cursor:pointer;
	top:0;
	right:0;
	font-size:30px;
	line-height:42px
}

#cloudflare-old-browser-close:hover {
	background:#E04343;
	color:#FFF
}