/* Main header
**********************************************/

/* Google Fonts */
@import 'https://fonts.googleapis.com/css?family=Play:700|Ubuntu:400,400i,500,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext';

a img {
	border:0;
}

/* 
 * BASIC STYLES
 * 
 * COPIED FROM SCREEN.CSS
 * 
 */
html, body {
	width:100%;
	height:100%;
}
body {
	background:#ffffff; 
	border-style:none; 
	color:#3e3e3e; 
	font:70% 'Ubuntu', sans-serif;
	line-height:1.6em;
}

h1, h2, h3, h4, h5, h6 {
	margin:0; 
	font-family: 'Ubuntu', sans-serif;
	padding:0;
}

.newshead h1, .general-content .content-holder .newshead h1 {
    background: url("../img/label1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #fff;
    display: inline-block;
    /*font: 1.5em/1em "gftya",Verdana;*/
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 5px 0 6px 10px;
    position: absolute;
    width: 580px;
    /*font: 12px Verdana;*/
    text-transform: none;
    letter-spacing: 0;
}

.headerTitleBox {
    clear: both;
    font-family: 'Play', sans-serif;
    font-size: 30px;
    line-height: 30px;
    padding: 20px 0 8px;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

img {border:0; margin:0; padding:0;}
p {font-family:'Ubuntu', sans-serif; line-height:1.8em; margin:0; padding:0 0 20px 0;}
ol, ul, li {margin:0; padding:0; text-indent:0;}
input, select, textarea {font-family: 'Ubuntu', sans-serif;}
a { cursor:pointer; }

.clear {clear:both; font-size:0em; height:0px; line-height:0px; margin:0; padding:0;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility: hidden;}
.print {display:none;}
.hidden {position:absolute; left:-900em;}
.intro {clear:both; font-weight:bold;}
.left {float:left;}
.right {float:right;}
img.left {float:left; margin:5px 10px 5px 0;}
img.right {float:right; margin:5px 0 5px 10px;}
.center {text-align:center; margin-bottom:10px; width:100%;}
.errormessage {color:#c00;}
.red {color:#c00;}
.imagecaption {display:none;}
.followlinks {float:right;padding: 25px 3px 0 15px;}
.followlinks img {padding-left: 4px;}
.akradisclaimer {display:none;}
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.hide {display:none;}

/**
 * 	Stand alone elements
 */
.brandSlogan {
	background: url('../img/brandslogan-2.png') no-repeat center 60px;
	display:block;
	height:150px;
	width:auto;
	margin:0 auto;
	padding: 0;
	text-indent:-9000px;
}

.no-js .brandSloganContainer,
.no-cssgradients .brandSloganContainer {
    background: url("images/brandslogan-gradient.png");
}

.brandSloganContainer {
	

	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 48%, rgba(255,255,255,1) 93%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(48%,rgba(255,255,255,0.8)), color-stop(93%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 48%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 48%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 48%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 48%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	bottom:30px;
    display:block;
	height:150px;
	width:100%;
	margin:0 auto;
	padding: 0;
	position:absolute;
	text-align:center;
	z-index:10;
    padding-bottom: 40px;
}

.home footer,
.countryselect footer {
	background: url('../img/footer-divider.png') no-repeat top center;
	padding-top:18px;
}
