body{
padding:0px;
margin:0px;
background-color: #ffffff;
font-family: 'Source Sans Pro', sans-serif;
font-size:18px;
font-weight:400;
color:#393536;
}

a{
color:#d02c00;
text-decoration:none;
transition:         0.08s ease-in;
-o-transition:      0.08s ease-in;
-ms-transition:     0.08s ease-in;
-moz-transition:    0.08s ease-in;
-webkit-transition: 0.08s ease-in;
}

a:hover{
color:#d02c00;
text-decoration:underline;
}

h1{
color:#393536;
font-weight:bold;
font-size:40px;
margin-top:0px;
margin-bottom:30px;
text-transform:uppercase;
font-family: 'Roboto Condensed', sans-serif;
}

h2{
color:#d02c00;
font-weight:bold;
font-size:30px;
line-height:30px;
text-transform:uppercase;
margin-top:40px;
margin-bottom:10px;
}

h3{
margin-top:20px;
margin-bottom:10px;
font-size:25px;
line-height:25px;
font-weight:bold;
text-transform:uppercase;
color:#393536;
}

h4{
color:#d02c00;
margin-top:20px;
margin-bottom:10px;
font-size:22px;
line-height:22px;
font-weight:bold;
text-transform:uppercase;
}

p{
margin-top:0px;
margin-bottom:25px;
}

#static img{
max-width:100%;
height:auto !important;
}

input, select, textarea, td{
font-family: 'Source Sans Pro', sans-serif;
}

.submit{
text-decoration:none;
display:inline-block;
margin-bottom: 20px;
text-transform: uppercase;
padding: 13px;
transition: 0.08s ease-in;
-o-transition: 0.08s ease-in;
-ms-transition: 0.08s ease-in;
-moz-transition: 0.08s ease-in;
-webkit-transition: 0.08s ease-in;
font-size:16px;
line-height: 16px;
cursor:pointer;
border: 0px;
background-color: #d02c00;
color: #ffffff;
}

.submit:hover{
text-decoration:none;
background-color: #393536;
color:#ffffff;
}


.clear{
clear:both;
}



#header{
background-color:#393939;
padding-top:33px;
}

#header .logo{
margin:0px;
padding:0px;
float:left;
}

#header .logo a{
display:block;
margin-bottom:33px;
cursor:pointer;
}

#header .phone{
float:right;
height:43px;
line-height:43px;
background:url('../images/phone.png') center left 30px no-repeat #ffffff;
display:block;
color:#313037;
font-size:16px;
font-weight:bold;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
padding-left:55px;
padding-right:25px;
text-decoration:none;
}

#header .phone:hover{
color:#d02c00;
}



.homepage-banner{
background:url('../images/banner.png') top right no-repeat #393939;
}

.homepage-banner #header{
background-color:transparent;
}

.homepage-banner #header .body{
padding-bottom:1px;
background:url('../images/banner-line.png') bottom left repeat-x;
}

.homepage-banner .banner-text{
font-size:18px;
line-height:2em;
color:#ffffff;
padding-top:190px;
padding-bottom:270px;
}

.homepage-banner .banner-text h1{
font-size:2.66em;
line-height:1.2em;
color:#ffffff;
margin:0px;
margin-bottom:0.6em;
}


#main_menu{
float:left;
margin-left:80px;
}

#main_menu ul{
list-style:none;
margin:0px;
padding:0px;
}

#main_menu li{
float:left;
font-size:15px;
line-height:15px;
color:#ffffff;     
text-transform:uppercase;
padding-top:15px;
padding-bottom:15px;
margin-right:30px;
}

#main_menu li a{
color:#ffffff;
text-transform:uppercase;
text-decoration:none;
}

#main_menu li a:hover, #main_menu li a.active{
color:#d02c00;
}



#content{
margin-top:50px;
padding-bottom:50px;
}

#content.home-content{
margin:0px;
padding:0px;
}

#content .left-column{
border-right:1px solid #ababab;
}

#content .right_menu li{
margin-bottom:10px;
}

#content .right_menu a{
color:#d02c00;
text-transform:uppercase;
}

#content .right_menu a.active{
color:#393536;
}

#content .right_menu li ul{
padding-left:10px;
padding-top:5px;
}

#content .right_menu li li{
font-size:85%;
margin-bottom:5px;
}

#content .right_menu li li a{
text-transform:none;
}


.what-is{
position:relative;
padding-left:430px;
padding-right:30px;
padding-top:45px;
padding-bottom:45px;
background-color:#ffffff;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.2);
margin-top:-157px;
margin-bottom:80px;
font-size:1.66em;
font-size:16px;
color:#313037;
}

.what-is .image{
position:absolute;
top:0px;
left:0px;
width:400px;
height:100%;
background:url('../images/europe.png') bottom left #d02c00 no-repeat;
}

.what-is .title{
font-weight:900;
text-transform:uppercase;
color:#313037;
margin-top:0px;
margin-bottom:1em;
line-height:1em;
font-size:1.875em;
}

.what-is .button{
font-size:15px;
text-transform:uppercase;
color:#d02c00;
width:140px;
height:50px;
line-height:46px;
border:2px solid #d02c00;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
display:block;
text-decoration:none;
text-align:center;
font-weight:900;
}

.what-is .button:hover{
background-color:#d02c00;
color:#ffffff;
}

.hp-icons{
padding-bottom:20px;
text-align:center;
}

.hp-icons .icon{
margin-bottom:50px;
}

.hp-icons .image{
height:50px;
line-height:50px;
vertical-align:middle;
margin-bottom:15px;
}

.hp-icons .image img{
max-width:100%;
max-height:100%;
vertical-align:middle;
}

.hp-icons .name{
margin:0px;
font-size:18px;
line-height:1.2em;
text-transform:uppercase;
color:#313037;
font-weight:bold;
}

.hp-text{
position:relative;
margin-bottom:80px;
margin-top:55px;
}

.hp-text .bg{
position:absolute;
top:0px;
right:0px;
width:50%;
height:100%;
background-color:#393939;
}

.hp-text .body{
position:relative;
}

.hp-text .image{
width:50%;
height:100%;
position:absolute;
top:-55px;
right:-30px;
background:url('../images/puzzle.jpg') center center;
background-size:cover;
}

.hp-text .text{
padding-right:30px;
}

.hp-text .text p:last-child{
margin-bottom:0px;
}

.hp-poradenstvi{
background-color:#393939;
color:#ffffff;
position:relative;
font-size:16px;
line-height:1.875em;
}

.hp-poradenstvi .bg{
position:absolute;
top:0px;
right:0px;
width:33%;
height:100%;
background-color:#d02c00;
}

.hp-poradenstvi *{
color:#ffffff;
}

.hp-poradenstvi .title{
font-weight:900;
font-size:1.875em;
margin:0px;
margin-bottom:0.5em;
}

.hp-poradenstvi .body{
position:relative;
padding-top:170px;
padding-bottom:140px;
}

.hp-poradenstvi .image{
width:65%;
height:100%;
position:absolute;
top:70px;
right:-30px;
background:url('../images/poradenstvi.jpg') center center;
background-size:cover;
}

.hp-citace .body{
padding-top:190px;
padding-bottom:30px;
background:url('../images/quotes.png') top left no-repeat;
margin-top:-70px;
position:relative;
z-index:10;
font-size:14px;
line-height:1.875em;
color:#393939;
}

.hp-citace .text{
font-style:italic;
}

.hp-citace .citace{
margin-bottom:50px;
}

.hp-citace .line{
height:1px;
background-color:#e3e3e3;
margin-top:15px;
margin-bottom:20px;
}

.hp-citace .name{
font-size:24px;
font-weight:bold;
color:#393939;
line-height:1.2em;
}

.hp-citace .position{
color:#89869b;
font-size:14px;
line-height:1.2em;
}

.hp-kucharka{
min-height:290px;
background-color:#efefef;
position:relative;
}

.hp-kucharka .image{
width:20%;
position:absolute;
top:0px;
left:0px;
height:100%;
text-align:center;
padding-top:30px;
background-color:#d02c00;
}


.hp-kucharka .image img{
max-width:100%;
max-height:250px;
padding-left:30px;
}

.hp-kucharka .body{
padding-left:23%;
padding-top:30px;
font-size:16px;
}

.hp-kucharka .body .left h2{
margin-top:0px;
font-size:30px;
color:#312f3c;
margin-bottom:25px;
}

.hp-kucharka .body .left .button{
font-size:15px;
text-transform:uppercase;
color:#d02c00;
width:170px;
height:50px;
line-height:46px;
border:2px solid #d02c00;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
display:block;
text-decoration:none;
text-align:center;
font-weight:900;
}

.hp-kucharka .body .left .button:hover{
background-color:#d02c00;
color:#ffffff;
}

.hp-kucharka .body .right .border{
text-align:center;
margin-left:30px;
margin-right:30px;
padding:25px;
border:1px solid #d6d6d6;
padding-bottom:1px;
}

    
.hp-bonusy{
padding-bottom:50px;
padding-top:60px;
}  

.hp-bonusy .title{
text-align:center;
color:#313037;
text-transform:uppercase;
font-size:30px;
font-weight:900;
margin:0px;
margin-bottom:40px;
}  
    
.hp-bonusy ul{
list-style:none;
margin:0px;
padding:0px;
margin-left:-15px;
margin-right:-15px;
}

.hp-bonusy ul:after{
content:"";
clear:both;
display:block;
}

.hp-bonusy ul li{
float:left;
width:262px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.2);
padding:25px;
padding-top:90px;
background:url('../images/bonus.png') top 40px center no-repeat #ffffff;
text-align:center;
font-size:16px;
line-height:1.875em;
color:#393939;
margin-bottom:50px;
margin-left:15px;
margin-right:15px;
height:385px;
overflow:hidden;
}                   
      

.hp-nic-neriskujete{
background:url('../images/risk.jpg') center center;
background-size:cover;
padding-top:70px;
padding-bottom:30px;
}

.hp-nic-neriskujete .title{
text-align:center;
color:#ffffff;
text-transform:uppercase;
font-size:30px;
font-weight:900;
margin:0px;
margin-bottom:40px;
}

.hp-nic-neriskujete ul{
list-style:none;
margin:0px;
padding:0px;
}

.hp-nic-neriskujete ul li{
width:760px;
max-width:100%;
margin:auto;
margin-bottom:40px;
color:#ffffff;
font-size:16px;
line-height:1.875em;
padding-left:60px;
background:url('../images/bonus.png') top left no-repeat;
min-height:33px;
}

.site-footer{
background-color:#aa2400;
padding-top:50px;
font-size:16px;
line-height:1.875em;
}

.site-footer *{
color:#ffffff;
text-decoration:none;
}

.site-footer .contact{
padding-bottom:25px;
}

.site-footer .title{
font-weight:bold;
padding-bottom:5px;
font-size:20px;
}

.site-footer a:hover{
color:#000000;
text-decoration:none;
}

.site-footer .menu{
padding-bottom:50px;
}

.site-footer .menu ul{
list-style:none;
margin:0px;
padding:0px;
}

.copyright{
padding-top:30px;
padding-bottom:30px;
}

.copyright .left{
width:50%;
float:left;
padding-right:10px;
color:#000000;
font-size:16px;
line-height:21px;
padding-top:11px;
padding-bottom:11px;
}

.copyright .right{
width:50%;
float:right;
padding-left:10px;
text-align:right;
}

.copyright .right img{
max-width:100%;
}

.page-title{
background: url('../images/page-title.jpg') center center no-repeat #000000;
background-size: cover;
}

.page-title h1{
color:#ffffff;
margin:0px;
padding-top:0.75em;
padding-bottom:0.75em;
font-weight:900;
font-size: 50px;
line-height: 60px;
text-transform:uppercase;
}

#static .body > *:first-child{
margin-top:0px;
}

.page-16 #static .body .row .col-sm-6 > *:first-child{
margin-top:0px;
}

.contact-map{
line-height:0;
margin-bottom:1px;
margin-top:-30px;
} 

#login_form{
background-color: #efefef;
text-align:center;
padding-top:40px;
padding-bottom:40px;
padding-left:30px;
padding-right:30px;
border-top:5px solid #d02c00;
}

#login_form .error_message{
color:#d02c00;
margin-bottom:25px;
}

#login_form .text{
font-weight: bold;
text-transform:uppercase;
font-size:22px;
color: #38b5c6;
}

#login_form .input{
height:50px;
border:2px solid #cccccc;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
background-color:#ffffff;
width:100%;
padding-left:25px;
padding-right:25px;
margin-bottom:15px;
outline:none;
}

#login_form .forgotten{
font-size:14px;
}

#login_form .title{
color:#000000;
margin-top:0px;
margin-bottom:25px;
}

#login_form .login_submit input, #login_form .login_submit .submit{
font-size:15px;
text-transform:uppercase;
color:#d02c00;
width:170px;
height:50px;
line-height:46px;
border:2px solid #d02c00;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
display:inline-block;
text-decoration:none;
text-align:center;
font-weight:900;
background-color:#ffffff;
margin-bottom:10px;
margin-top:25px;
padding-top:0px;
padding-bottom:0px;
outline:none;
}

#login_form .login_submit input:hover, #login_form .login_submit .submit:hover{
background-color:#d02c00;
color:#ffffff;
}


.discussion{
margin-top:40px;
border-top:1px dotted #ababab;
}

#discussion_content{
margin-bottom:15px;
font-size:18px;
}

#discussion_content .submit{
margin-bottom:30px;
margin-top:20px;
}

#discussion_content .message{
padding-left:20px;
margin-left:0px;
border-top:1px dotted #ababab;
}

#discussion_content .title{
float:left;
font-weight:bold;
}

#discussion_content .date, #discussion_content .user{
float:right;
margin-right:10px;
font-size:14px;
}

#discussion_content .body{
clear:both;
margin-top:10px;
margin-bottom:1px;
}

#discussion_content .message a{
font-size:16px;
}

#discussion_content .title{
margin-top:10px;
font-size:24px;
}

#static .body{
margin-bottom:20px;
}

/* Ui Dialog */

.ui-dialog * {
box-sizing: content-box;
font-size:13px;
}

.ui-dialog *:before, .ui-dialog *:after {
box-sizing: content-box;;
}

.ui-corner-all{
border-radius:0px !important;
}

.ui-widget-content{
background: #f8f8f8 !important;
}

.ui-widget-header {	
background: #393536 !important;
filter: none !important;
border:1px solid #393536 !important;
color: #ffffff !important;  
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
color: #393536 !important;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
color: #393536 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #d02c00 !important;
color: #d02c00 !important;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
color: #d02c00 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid #d02c00 !important;	
color: #d02c00 !important;
}

/* Ui Dialog end */ 


/* Social Icons */
.social_icons{
clear:both;
margin-top:5px;
margin-bottom:5px;
}

.social_icons .icon{
float:left !important;
margin-right:7px;
}

.fb_link{
margin-top:-10px;
}

.uredni_deska_content{
border-top:1px #af9e96 solid;
}

.uredni_deska_content hr{
background-color:#af9e96;
height:1px;
border:0px;
}

.uredni_deska_content h3{
font-weight:bold;
}

.uredni_deska_content .folder{
margin-right:5px;
}

.uredni_deska_content .solved{
font-style:italic;
font-size:90%;
color:#999999;
}

.uredni_deska_content #paging{
border:0px;
padding:0px;
margin-top:20px;
}

.uredni_deska_content #paging select{
margin-left:5px;
border:1px #af9e96 solid;
color: #af9e96;
}

.uredni_deska_content #paging .gray{
display:none;
}

/* custom */
.rada-form .submit{
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	line-height: 18px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 55px;
	padding-right: 55px;
	text-transform: uppercase;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
	margin-top:10px;
}

.rada-form .submit{
	background-color:#D5251E; 
	color:#ffffff;     
	border:1px solid #D5251E;
	float:right;
}


.rada-form .submit:hover{
	background-color:#000000;
	color:#ffffff;
	border:1px solid #000000;
}

.rada-form .title{
	border-bottom:0px;
	line-height: 60px;
	font-size: 30px;
}

.rada-form .input{
	width:100%;
	height:45px;
	border:1px solid #aaaaaa;
	margin-bottom:30px;
	padding-left:15px;
	padding-right:15px;
}

.rada-form textarea{
	width:100%;
	height:145px;
	border:1px solid #aaaaaa;
	margin-bottom:15px;
	padding:15px;
	resize:none;
}

.rada-form .error{
	margin-top:-30px;
	font-size:15px;
	line-height:30px;
	color:#D5251E;
}
.g-recaptcha{
	min-width: 50%;
	float: left;
}
.locked-container{
	margin:auto;
	text-align: center;
}
a.login , a.logout, a.subscribe{
	background: url('../images/user.png') center center no-repeat #ffffff;
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	float: right;
	margin-bottom: 15px;
}
a.logout{
	background: url('../images/logout.png') center center no-repeat #ffffff;
}
a.subscribe{
	background: url('../images/subscribe.png') center center no-repeat #ffffff;
}
.button.show-more{
	display:none;
	
	min-width: 150px;
	width: 25%;
	margin: auto;
	float: none;
	text-align: center;
}
.question[data-hide]{
	display:none;
}