/** Grid */

@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeue.woff2') format('woff2'),
	url('../fonts/BebasNeue.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
}


.nav {
	position: fixed;
	width: 100%;
	height: 40px;
	top: 0;
	z-index: 7000;

	background: linear-gradient(to bottom, #084993 0%,#1562BA 100%);
	background: -moz-linear-gradient(top,  #084993 0%, #1562BA 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#084993), color-stop(100%,#1562BA)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #084993 0%,#1562BA 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #084993 0%,#1562BA 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #084993 0%,#1562BA 100%); /* E10+ */
	background: linear-gradient(to bottom,  #084993 0%,#1562BA 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084993', endColorstr='#1562BA',GradientType=0 ); /* IE6-9 */
}

.imgcontainer {
	/*padding: 40px;*/
	width: 1029px;
	margin: 0 auto;
	margin-top: 50px;
}

.container {
	width: 100%;
	margin: 0 auto;
	color: #555555;
	border-radius: 10px;
}

.container .row .col-4.intro .row .col-2:first-child {
    padding-right: 20px;
}
h1 {
	color: #ffb300;
	line-height: 1.1em;
	font-size: 48px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 30px;
}

h2 {
	margin-bottom: 23px;
	font-size: 47px !important;
	color: #ecc300 !important;
	text-align: center !important;
	margin-top: 23px;
}

.row {
	overflow: hidden;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
	float: left;
	/*margin: 0 10px;*/
}

.col-1 {
	width: 290px;
}

.col-2 {
	width: 47%;
}

.col-3 {
	width: 760px;
}

.col-4 {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.col-5 {
	padding-left: 115px;
	width: 15%;
}

.col-6 {
	width: 22%;
}

.mobileheader {
	display: none;
}
/** Body */

body {
	/*padding-bottom: 50px;*/
	/*background: #fff url('../img/repeater-compressor.jpg') top center repeat-y;*/
	/*background-position: center 1920px;*/
  	color: #000;
	font-family: 'Bebas Neue', "Myriad Pro", Verdana;
	font-size: 13px;
}

.pageTitle {
	font-size: 60px;
	text-align: center !important;
	color: #f3c814;;
}

#p-bgr-repeat {
  /*background: url("../img/F1_pisnicka-stoleti.jpg") no-repeat center top;*/
  /*background-position: center 40px;*/
}   

#branding-link{
	position:fixed;
	top:0;
	display:block;
	width:100%;
	height:900px;
	text-indent:-99999px;
}                     

a {
	color: #ffffff;
	text-decoration: none;
}


/** Ad */

.ad-leadeboard {
	height: 100px;
	padding-top: 55px;
}

.ad-leadeboard > div {
	margin: 0 auto;
}

.ad-sky {
	position: fixed;
	top: 50%;
	right: 20px;
	margin-top: -180px;
}

@media all and (max-width: 1350px) {
	.ad-sky {
		display: none;
	}
}
@media all and (min-width: 1350px) {
	.banner {
		display: none;
		width:100%;
	}
}

ul {
	font-size: 18px;
}

/** Nav */


.nav ul {
	position: relative;
	clear: left;
	float: left;
	left: 50%;
	text-align: center;
}

.nav li {
	display: block;
	float: left;
	position: relative;
	right: 50%;
}

.nav a {
	display: block;
	float: left;
	height: 40px;
	padding: 0 15px;
	/*border-right: 1px solid #b90300;*/
	line-height: 40px;
}

.nav a:hover {
	background: #12205d;
}

.nav a.last {
	border: none;
}


/** Header */

.header {
	position: relative;
	margin: 35px 0 0px;
	text-align: center;
  width: 100%;
}

.e2-link {
	position: absolute;
	display: block;
	width: 210px;
	height: 149px;
	top: 0;
	left: 50%;
	margin: -15px 0 0 -510px;
}

.wooxup-link {
	  position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    top: 0;
    left: 50%;
    margin-left: -290px;
}

.mbank-link {
	  position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    top: 0;
    left: 50%;
    margin-left: -100px;
}


/** Message */

.message {
	position: absolute;
	width: 700px;
	padding: 20px 10px 15px;
	/*top: 100%;*/
	/*left: 50%;*/
	/*margin-left: -360px;*/
	font-size: 17px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
  background: #013B70 url('../img/header.png?cv');
  z-index: 10000;
}

.message.error {
	background: #dc0f00;
}

.message a {
	text-decoration: underline;
  color: #fff;
}

.message p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 150%;
}

#header{
	width: 100%;
	height: 47px;
	background: #f3c814;
	text-align: center;
}

.zet-header-in-logo{
				display:block;
				padding:10px 0 0 0;
				text-decoration:none;
				color:#d73456;
}


/** Intro */

.intro {
	text-transform: none;
	padding: 20px;
	font-size: 22px;
	text-align: center;
	line-height: 113%;
}

.intro b {
	font-weight: bold;
}

.intro .btn {
	text-transform: none;
	font-weight: 400;
	display: inline-block;
	width: 220px;
	height: 60px;
	margin: 30px 0 50px;
	background: rgb(42, 86, 173);
	line-height: 65px;
	font-size: 21px;
	text-align: center;
	border-radius: 2px;
	color: #f5f5f5;
}

.intro .btn:hover {
	background-color: #c1141d;
}

.intro .btn-add2 {
	display: inline-block;
	width: 220px;
	height: 60px;
	margin: 30px 0 50px;
	background: #175A8F;
	line-height: 65px;
	font-size: 17px;
	text-align: center;
	border-radius: 5px;
	color: #FFF;
}

.intro .btn-add2:hover {
	background-color: #ea312f;
}


/** Error */

div.error {
	margin-bottom: 50px;
	font-size: 25px;
	text-align: center;
	line-height: 120%;
}

.error b {
	font-weight: bold;
}


/** Text */

.text {
	margin-bottom: 50px;
}

.text b {
	font-weight: bold;
}

.text h2 {
	margin-top: 10px;
	font-size: 30px;
	text-align: center;
	color: #0a0a0a;
}

.col-4.intro h2 {
	font-size: 28px;
	margin-top: 10px;
	color: #ffffff;
}

.text h3 {
	font-size: 18px;
	color: #0a0a0a;
}

.col-4.intro h3 {
	color: #0a0a0a;
	font-size: 18px;
}

.text p {
	margin-top: 10px;
	line-height: 120%;
}

.text a {
	color: #0886fb;
	text-decoration: underline;
}


/** Footer */

.footer {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 7100;
	padding: 19px 0 14px;
	font-size: 17px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.footer .col-4 {
	margin: 0 auto;
	float: none;
  color: #fff;
}

.footer a {
	text-decoration: underline;
}


/** Thumbs */

.thumbnail {
	width: 233px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	color: #ffffff;
}

.thumbnail img {
	border-radius: 5px;
	width: 230px;
	height: 230px;
	box-shadow: 0 0 2px 2px rgb(226, 225, 221);
}

.thumbnail img:hover {
	border: 5px;
	box-shadow: 0 0 46px 0px #ecc300;
}


.thumbnail p {
	text-align: center;
	padding: 9px;
	height: 37px;
}

.thumbnail p b.big {
	font-size: 24px;
	color: #ecc300;
}

.thumbnail p b.small {
	font-size: 22px;
	color: #ecc300;
}

.thumbnail p b.big1 {
	font-family: "Myriad Pro";
	font-size: 20px;
	color: #ecc300;
}

.thumbnail p span.bigger {
	font-size: 15px;
}

.thumbnail p span.space {
	display: block;
	background: red;
	font-size: 0;
	margin-bottom: -10px;
}

.thumbnail p span.highlight {
	color: #37be33;
}

.thumbnail p.small {
	padding-left: 50px;
	background: url('../img/sms-btn.png') 12px 15px no-repeat;
}

.thumbnail .youradioimg {
	border-radius: 5px;
	box-shadow: 0 0 2px 2px rgb(226, 225, 221);
	width: 50px;
	height: 50px;
}

.thumbnail .youradioimg:hover {
	box-shadow: 0 0 46px 0px #ecc300;
}

.thumbnail.youradio:after {

}


.thumbnail .btn-vote {
	/* display: inline-block; */
	font-size: 21px;
	/* margin-top: 8px; */
	/* padding-left: 42px; */
	border-radius: 5px;
	background: linear-gradient(90deg, rgb(245, 220, 91) 0%, rgb(201, 150, 15) 100%);
	text-align: center;
	/* display: block; */
	/* height: 77px; */
	line-height: 51px;
	/* margin: 13px auto 13px auto; */
	/* padding-left: 106px; */
	width: 100%;
	padding: 10px auto;
	padding: 13px 114%;
	margin-left: 13px;
}

.thumbnail .btn-vote:hover {
	background: linear-gradient(90deg, rgba(145, 0, 220, 1) 0%, rgba(255,5,0,1) 100%);
}

hr.clear {
	visibility: hidden;
	clear: both;
	margin: 0;
}

.thumbnail .lazy {
	display: none;
}

.yr2-bubble-icon, .yr2-bubble-icon-large {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	background: rgba(0,0,0,0.75);
	color: #fff;
	font-family: icomoon,Arial,Geneva,sans-serif;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.yr2-bubble-icon.yr2-icon-play {
	width: 38px;
	padding-left: 2px;
}

[class^="yr2-icon-"], [class*=" yr2-icon-"] {
	font-family: 'icomoon'!important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.yr2-icon-play:before {
	content: "\e933";
}
/** Add form */

.form {
	margin: 50px 0;
}

.form a {
	color: #fff;
	text-decoration: underline;
}

.form .control {
	clear: both;
	margin-bottom: 20px;
}

.form .label {
	float: left;
	width: 240px;
	height: 40px;
	margin: 0 10px;
	font-size: 18px;
	line-height: 44px;
	text-align: right;
}

.form .input, .form .file, .form .checkbox, .form button {
	margin: 0 10px;
}

.form .input {
	height: 40px;
	width: 400px;
	padding: 0 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 43px;
  background-color: rgb(255, 255, 255);
}

.form .file {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.form .control-checkbox {
	position: relative;
}

.form .control-checkbox label.error {
	position: absolute;
	padding: 10px 0;
}

.form button {
	position: relative;
	display: inline-block;
	width: 420px;
	height: 55px;
	background: rgb(43, 86, 173);
	line-height: 60px;
	font-size: 17px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

.form button:hover {
	background-color: #4A4A4A;
}

.form label.error {
	display: block;
	clear: both;
	margin-left: 270px;
	color: #dc0f00;
	text-align: left;
}


.yr2-bubble {
	position: relative;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 175px;
	-moz-border-radius: 175px;
	border-radius: 175px;
	border: 5px solid transparent;
	background-position: -5px -5px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-size: 105%;
	vertical-align: middle;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

/** Like box */

.like-box {
	width: 450px;
	height: 75px;
	padding: 10px 0 0 10px;
	margin: 0 auto 50px;
	border-radius: 5px;
	background: #fff;
}

@media screen and (max-width: 700px) {
	
	
	body{
		background-position:-560px 0;
		background: rgba(22, 22, 22, 0)!important;

	}

	#p-bgr-repeat {
		background: rgba(33, 29, 29, 0.98)!important;
	}
  
  .col-1 {
	width: 98%;
	text-align: center;
  }

	.col-4 .intro {
		margin-top: 20px;
	}

  .col-5 {
	  margin-top: 20px;
  }

	.col-6 {
		float: none;
		text-align: center;
		width: 35% !important;
		padding: 0px !important;
	}

	.container {
		margin-left: 0px !important;
	}

	.introimg {
		margin-top: 20px;
		width: 75%;
	}

  .thumbnail {
	  width: 100%;
  }

	.thumbnail p {
	height: 0%;
	}

	.thumbnail p b.big {
		font-size: 22px;
	}

	.thumbnail .btn-vote {
		font-size: 16px;
		border-radius: 5px;
		text-align: center;
		line-height: 51px;
		width: 79%;
		padding: 10px auto;
		padding: 9px 70%;
		margin-left: 60%;
	}

	.pageTitle {
		font-size: 42px;
	}

	.thumbnail .youradioimg {
		display: none;
		/*width: 60px;*/
		/*height: 60px;*/
		/*text-align: center;*/
	}

	.container,.col-4,.container,.col-2,.col-5,.col-6,.form .label{
		width:99%;
		margin:0;
		padding:0;
		float:none;
    	padding: 10px 0 10px 0;
	}
	
	.form .input{
		width:80%;
	}
  .row {
    overflow: hidden;
    /*margin-top: 200px;*/
}
	
	.form button{
		width:200px;
	}
	
	.header img{
		width:100% !important;
	}
	
	.intro .btn-add{
		display:block;
		margin-left:10px;
		width: 98%;
		margin: 30px 0 20px
	}
  
  .intro .btn-tipovacka{
		display:block;
		margin-left:10px;
    	width: 95%;
	}
	
	.message{
		width:100%;
		position:static;
		margin-left: 0;
    margin-top: 80px;
	}
  
  .thumbnail img {
	  text-align: center;
	  width: 76%;
	  height: 76%;
	  margin: auto;
  }
  
  .thumbnail-vlajky img {
	width: 100%;
  }

  .footer {
  visibility: hidden;
  }
	.mobileheader {
		width: 100%;
		display: block;
	}

	.imgcontainer {
		display: none;
	}
  
}

.hide {
	display: none;
}


