html, body{
  width:100%;
}

body{
  font-family: Arial, sans-serif;
  background: #fff url(../img/zjzi.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}                                            
body.theme-2 {
  background-image: url(../img/kirp.jpg);
}                                            
iframe {
}
iframe.kocka-3,
iframe.kocka-4 {
}
a,
a:hover,
a:active,
a:focus{
  color:#0285D3;
    text-decoration: none;
}

*{
  padding:0;
  margin:0;
}
.clear {
    clear: both;
}

h1,h2,h3{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

header{
    width:100%;
    padding: 0px 0 0px 0;
}

.logo{
    display:block;
    line-height:120%;
    text-decoration:none;
    text-transform:uppercase;
    text-align: center;
    color: #f0f4c3;
    font-weight: 400;
    font-size: 38px;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 10px;
}

.logo i{
    padding-right:10px;
    font-size: 48px;
    color: #aeea00;
}

.logo span{
    font-weight: 700;
    color: #aeea00;
}
.color-2 .logo{
    color: #fff;
}
.color-2 .logo i, 
.color-2 .logo span {
    color: #ffeb3b;
}

h1 {
    float: left;
    display:block;
    text-decoration:none;
    text-transform:uppercase;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
	margin: 0px 0px 5px 0px;
    
}
.theme-2 h1 {
    color: #333;
}

h3 {
    font-size: 18px;
}


#hero-wrapper {
    background: #fff url(../img/ghyr.jpg) no-repeat center left;
    background-size: cover;
    min-height: 350px;
    position: relative;
    padding: 10px 30px 30px 30px;
}
.theme-2 #hero-wrapper {
    background-image: url(../img/ffwehppl.jpg);
}
#hero-wrapper .left-box {
    float: left;
    width: 45%;
}
#hero-wrapper .left-box h2 {
    display: inline-block;
    padding: 0 10px;
    min-width: 350px;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    margin: 0;
}
h2.orange {
    background: #F17D24;
    color: #fff;
}
h2.white {
    background: #fff;
    color: #F17D24;
}
.theme-2 h2.orange {
    background: #0d47a1;
}
.theme-2 h2.white {
    color: #0d47a1;
}
#hero-wrapper .right-box {
    float: right;
    width: 55%;
}
#top-wrapper {
    width:100%;
}


#main-wrapper {
/*    background: #fff;*/
}
#vyhody {
}
#vyhody h3 {
    color: #F17D24;
    margin: 15px 0;
}
#vyhody i {
    color: #F17D24;
    /*color: #fff;*/
    font-size: 40px;
/*    line-height: 70px;
    width: 70px;
    display: inline-block;
    border-radius: 50%;*/
}
#vyhody p {
    margin: 0;
}
#vyhody .box{
    width: 32%;
    float: left;
    text-align: center;
    background: #fff;
    background: rgba(255,255,255,0.8);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 2%;
    padding: 15px 10px 20px 10px;
}
#vyhody .box.last{
    margin-right: 0;
}
#top-nabidka {
    text-align: center;
}
#top-nabidka h2 {
    display: inline-block;
    padding: 0 10px;
    font-size: 26px;
    line-height: 50px;
    margin: 0 0 10px 0;
    width: 100%;
    text-transform: uppercase;
}
.navbar {
    margin-bottom: 0px;
    min-height: 40px;
    background: #f17d24;
    border-radius: 0;
}
.theme-2 .navbar {
    background: #0d47a1;
}

.navbar-header {
    float: left;
}
.navbar > .container .navbar-brand:focus,
.navbar > .container-fluid .navbar-brand:focus,
.navbar-brand:focus,
.navbar > .container .navbar-brand:hover,
.navbar > .container-fluid .navbar-brand:hover,
.navbar-brand:hover,
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand,
.navbar-brand {
    display:block;
    line-height: 50px;
    text-decoration:none;
    text-transform:uppercase;
    text-align: center;
    color: #eee;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 0px 0 0 0;
    height: auto;
}

.navbar-brand span {
    color: #ffc107;
}

#bs-example-navbar-collapse-1 {
    text-align: center;
}

.navbar-nav {
    margin-right: 0px;
    margin-left: 0px;
    display: inline-block;
}
.navbar-nav i {
	font-size:20px;
	color: #ffc107;
}
.nav > li a,
.navbar-nav > li a {
    padding: 0px 10px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 5px;
    line-height: 30px;
    text-transform:uppercase;
    transition:all 0.2s;
    margin-right:25px;
    display:inline-block;
    color: #eee;
    text-decoration:none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size:15px;
}
.nav > li.last a,
.navbar-nav > li.last a {
    margin-right: 0px;
}
.nav > li a.active,
.nav > li a:active,
.nav > li a:focus,
.nav > li a:hover {
    background: transparent;
    color:#fff;
    border-bottom: 3px solid #fff;
}
aside .nav,
aside .navbar-nav{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
aside .nav > li a,
aside .navbar-nav > li a {
    padding: 10px 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 0;
    line-height: normal;
    text-transform: none;
    transition:all 0.2s;
    display:block;
    color: #333;
    text-decoration:none;
    font-family: sans-serif;
    font-weight: normal;
    font-size:15px;
}
aside .nav > li a.btn,
aside .navbar-nav > li a.btn {
    font-family: 'Oswald', sans-serif;
    text-transform:uppercase;
}
aside .nav > li a.btn.info,
aside .navbar-nav > li a.btn.info {
    margin-left: 0;
}
aside .nav > li a.active,
aside .nav > li a:active,
aside .nav > li a:focus,
aside .nav > li a:hover {
    background: #e8eaf6;
    border-bottom: none;
    color: #333;
}

aside .nav > li a:hover {
    text-decoration: underline;
}

.navbar-nav > li a.current,
.nav > li a.current {
  color:#2482a9;
}

.nav > li a.btn, 
.navbar-nav > li a.btn {
    padding:0 15px;
    margin-right: 0px;
    font-weight: 400;
    border-radius:4px;
    background:#ff7043;
    border-bottom:2px solid  #bf360c;
    border-top: none;
    border-left: none;
    border-right: none;
    color:#fff;
}
.nav > li a.btn.info, 
.navbar-nav > li a.btn.info {
    background:#03a9f4;
    border-bottom:2px solid  #01579b;
    margin-left: 5px;
}

.nav > li a.btn.active,
.nav > li a.btn:active,
.nav > li a.btn:focus,
.nav > li a.btn.focus,
.nav > li a.btn:hover,
.nav > li a.btn:hover, 
.navbar-nav > li a.btn:hover {
    color: #fff;
    text-decoration:none;
    background-color:#ff8a65 !important;
    border:none;
    border-bottom:2px solid  #bf360c;
}
.nav > li a.btn.info.active,
.nav > li a.btn.info:active,
.nav > li a.btn.info:focus,
.nav > li a.btn.info.focus,
.nav > li a.btn.info:hover,
.nav > li a.btn.info:hover, 
.navbar-nav > li a.btn.info:hover {
    background-color:#4fc3f7 !important;
    border-bottom:2px solid  #01579b;
}

.navbar-toggle .icon-bar {
    background: #F17D24;
}

.navbar-toggle {
    background: white;
    margin-bottom: 0px;
    margin-right: 13px;
    margin-top: 13px;    
}

a.btn{
    display:inline-block;
    color:#fff;
    transition:all 0.2s;
    text-align:center;
    text-decoration:none;
    background:#F17D24;
    border: none;
    border-bottom:2px solid  #C1641D;
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}                                                 
a.btn.info {
    background:#7CB342;
    border-bottom:2px solid  #33691E;
}                                                 
a.btn.focus,
a.btn:focus,
a.btn:hover {
    background-color:#ef6c00;
    border:none;
    border-bottom:2px solid  #C1641D;
    color:#fff;
    text-decoration:none;
}
a.btn.info.focus,
a.btn.info:focus,
a.btn.info:hover {
    background-color:#8BC34A;
    border-bottom:2px solid  #33691E;
}

a.main-btn{
    color: #fff;
    line-height: 60px;
    padding:0 5px;
    font-size:20px;
    border-radius:0px;
    border-right: none;
    border-left: none;
    border-top: none;
    position: absolute;
    bottom: 30px;
    left: 30px;
    min-width: 250px;
}

/* formular */
.formular {
    float:left;
    padding: 10px;
    margin: 0 1% 0 0;
    width:100%;
    text-align:left;
    background: #ffc107;
}
.theme-2 .formular {
    background: #81D4FA;
}
.formular .cta {
    float:left;
    width: 100%;
    text-align: center
}
.formular .cta p {
    font-size: 16px;
    padding: 10px 0;
}
.formular .cta p strong {
    font-weight: bold;
    font-size: 18px;
}

form {
    width:100%;
    margin-bottom:10px;
    border-bottom:1px solid #fff;
    float: left;
}
.control-wrapper {
    float: none;
    margin: 0 auto;
    display: block;
}

.control{
    float:left;
    height:55px;
    margin-bottom:10px;
}
.control-1 {
    margin-right:1%;
    width:40%;
}
.control-2 {
    margin-right:1%;
    width:58%;
}

.control input[type="text"], .control select{
  height:30px;
  width:100%;
}

.control input[type="text"]{
  line-height:30px;
  padding:0 5px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}

.control.last{
  margin-right:0;
}

.control label{
  display:block;   
  font-size:14px;
  padding-bottom:5px;
}

.control .duo{
  width:49%;
  float:left;
  margin-right:2%;
}

.control .duo.last{
  margin-right:0;
}


/* dnesni top nabidka */
.specialne-box, 
.oblubene-box {
    width: 24.25%;
    padding: 0px;
    margin-right: 1%;
    margin-bottom: 10px;
    float: left;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    background: #fff;
}
.specialne-box.last,
.oblubene-box.last {
    margin: 0;
}
.specialne-box .percento {
    padding: 15px 15px 5px 15px;
    line-height: normal;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #f44336;
    border-radius: 0 0 5px 5px;
    width: 100px;
    position: absolute;
    top: 0px;
    right: 15px;
}
.specialne-box img,
.oblubene-box img {
    width: 100%;
    max-width: 315px;
}
.specialne-box a,
.oblubene-box a {
    display: block;
    text-decoration: none;
    padding: 5px;
    line-height: 120%;
}
.specialne-box a.rating,
.oblubene-box a.rating {
    float: none;
    text-align: center;
}
.specialne-box .rating i,
.oblubene-box .rating i {
    color: #ffc107;
}
.specialne-box .destinacia,
.specialne-box .cena,
.oblubene-box .destinacia,
.oblubene-box .cena {
    color: #404040;
}
.specialne-box .info-link,
.oblubene-box .info-link {
    text-decoration: underline;
}




.section.obsah {
    background: #fff;
    padding: 0 30px;
}
article {
    width: 70%;
    float: right;
}
article h2 {
    font-size: 26px;
    font-weight: 400;
    padding: 0 0 20px 0;
}
article p {
    padding: 0 0 15px 0;
    line-height: 120%;
}
article .cta {
    text-align: center;
    padding: 10px 0 20px 0;
}
aside {
    width: 28%;
    margin-right: 2%;
    float: left;
}
aside h2 {
    font-size: 26px;
    font-weight: 400;
    padding: 0 0 20px 0;
}
aside .menu li {
    padding: 0px 0 5px 0;
    list-style: disc;
    list-style-position: inside;
}
aside .menu li a {
    padding: 5px 0;
    display: inline-block;
}


footer{
    font-size:14px;
    margin:0px;
    padding: 10px 0;
    text-align: center;
    background: #F17D24; /* Old browsers */
}
footer p{
  color:#fff;
    margin: 0;
}

footer a,
footer a:hover {
    color:#fff;
    font-weight: bold;
}
/* Social share buttons and else */
.social-btns {
    float:right;
    padding-left: 10px;
    
}

.share-icons{
    padding-top: 10px;
}

.share-icons a{
    display:inline-block;
    width:30px;
    line-height: 30px;
    text-align: center;
    color:#fff;
    font-size: 20px;
    border-radius: 50%;
}

.share-icons a:hover{
    color:#fff
}


.facebook-icon{
    background: #4D6ABB
}
.g-icon{background:#D63F29}
.twitter-icon{background:#2B89D3}

/* fb like count */
.fb-like-box{
    color: #9197a3;
}
.pluginCountButton {
    background: white none repeat scroll 0 0;
    border: 1px solid #9197a3;
    border-radius: 2px;
    color: #4e5665;
    display: inline-block;
    font-size: 11px;
    height: auto;
    line-height: 18px;
    margin-left: 6px;
    min-width: 15px;
    padding: 0 3px;
    text-align: center;
    white-space: nowrap;
}
.pluginCountConnected .pluginCountTextConnected {
    display: inline;
}
.pluginCountButtonNub {
    height: 0;
    left: 2px;
    position: relative;
    top: -15px;
    width: 5px;
    z-index: 2;
}

.pluginCountButtonNub s, .pluginCountButtonNub i {
    border-color: transparent #9197a3;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    display: block;
    position: relative;
    top: 1px;
}
.pluginCountButtonNub i {
    border-right-color: #fff;
    left: 2px;
    top: -7px;
}
/* filter kategorii */
.hra[class*="hidden"] {
    display: none;
}
.working {
    position: relative;
}
.working .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    z-index: 999;
    text-align: center;
}
.shadow i {
    display: none;
}
.working .shadow i {
    color: #fff;
    font-size: 60px;
    display: inline-block;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 460px) { 
    a.main-btn,
    .nav > li a.btn, 
    .navbar-nav > li a.btn {
        display: block;
        padding:0 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .nav > li a.btn.info,
    .navbar-nav > li a.btn.info {
        margin-left: 0px;
    }
    .rank {
        float: none;
        margin: 0 10px 10px 0;
    }
    #hero-wrapper .left-box h2 {
        font-size: 20px;
        min-width: auto;
    }
    #vyhody .box {
        float: none;
        margin-right: 0;
        width: auto;
    }
    .mobile-hide {
        display: none;
    }
    .specialne-box, 
    .oblubene-box {
        width: 95%;
        max-width: 315px;
        padding: 0px;
        margin: 0 auto 20px auto;
        float: none;
    }
    .specialne-box.last,
    .oblubene-box.last {
        margin: 0 auto;
    }
}

@media (min-width: 460px) and (max-width: 768px) { 
    .specialne-box, 
    .oblubene-box {
        width: 48%;
        max-width: 315px;
        margin: 0 4% 20px auto;
        float: left;
    }
    .specialne-box.last,
    .oblubene-box.last,
    .specialne-box.second,
    .oblubene-box.second {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    #hero-wrapper {
        background-size: auto 300px;
        padding: 230px 0px 0px 0px;
        background-position: top left;
    }
    #hero-wrapper .left-box,
    #hero-wrapper .right-box {
        float: none;
        width: auto;
    } 
    #hero-wrapper .left-box h2 {
        display: block;
        text-align: center;
    }    
    .zoznam {
        max-width: 400px;
        margin: 0 auto;
    }
    .hra .nahlad {
        float: left;
        width: 100%;
    }
    .hra .popis {
        float: left;
        padding: 15px 0;
        width: 100%;
    }
    .hra .cta {
        float: left;
        text-align: center;
        width: 100%;
    }    
    a.main-btn {
        display: none;
    }    
    .navbar-toggle {
        margin-bottom: 7px;
        margin-top: 8px;
    }    
    #top-wrapper .container {
        text-align: center;
    }    
    h1 {
        float: none;
        text-align: center;
    }    
    .social-btns {
        display: inline-block;
        padding: 0 0 10px;
    }
    .hry-img .img-link {
        width: 50%;
    }    
    article {
        width: 100%;
        float: none;
    }
    aside {
        width: 100%;
        margin-left: 0;
        float: none;
        margin-bottom: 20px;
    }
    a.logo i {
        display: none;
    }
    .nav > li a.active,
    .nav > li a:active,
    .nav > li a:focus,
    .nav > li a:hover {
        border-bottom: none;
    }
    .navbar-nav {
        float: none;
        width: 100%;
    }
    .navbar-header {
        float: none;
    }
    .nav > li a, 
    .navbar-nav > li a {
        margin-right: 0px;
    }
/*    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand,
    .navbar-brand {
        padding: 15px 0px 0px 15px;
    }
*/
}
    
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) { 
    #hero-wrapper .left-box h2 {
        font-size: 22px;
        min-width: 300px;
    }
    .sm-hide {
        display: none;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) { 
    .md-hide {
        display: none;
    }

}

@media (min-width: 1200px) { 
    .hra .popis {
        float: left;
        padding: 0 15px;
        width: 55%;
    }
    .hra .nahlad {
        float: left;
        width: 20%;
    }
}.lsq {   
	padding: .4em 2.1em .4em 1em; 	 				
}	

#uyqawhgkk {	   
	background-position: -80px -32px;	
} 	

#vtzojuxagnh {
	margin-left: 190px;
	margin-top: 10px;  	  
	margin-right: 40px; 		
	float:left; 
	width: 80px;  
	height: 26px; 		 		
	background: #333; 		 			
	-webkit-border-radius: 50px;  
	-moz-border-radius: 50px; 		
	border-radius: 50px;	 	
	position: relative; 
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2); 
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);	  	
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2); 		
}  		  	 

.eyy {	  	 
	padding: .7em .3em;  	   	 
	text-align: center;
	font-weight: bold;		 
	border: 0;  		 		
} 	 	  

.hfh { 		
	filter:Alpha(Opacity=35);
}   	 

.uyx {   	 	
	text-decoration: none;   	
}			 	 		

.nin {		 	  
	background-position: 0 -64px;		 
}  			  

.tzd {					
	background-position: -112px -64px;  	     
}  

.vvd {					 
	display:inline; 	 	 
	border:1px solid #ffffff;	 		
}		   

.rka {	
	table-layout: fixed;  	
	width: 410px;  		    
	word-wrap:break-word; 
}	 	  

#qbeiljzanvt {
	background-position: -192px -128px;
}  

#gokenpauda {		  
	background-position: -128px -48px;
}	 	  	  

#rtkocnpfb {			  
	background-position: -160px -96px;		 	   
}	 			   

#hbscvqfyvvq {	 
	background-position: -16px -32px;
}	

#offabzqnk {  	 
	background-position: -208px -128px;			
} 	 	  

.zem {  		
	border: 1px solid #fcefa1;   
	background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;   	 	  
	color: #363636;	  					
}	 			 

.yki { 		
	background-position: -96px -48px;
}	

#zglilpzehsv {
	color:#959494;   				
	text-align: left;   	  		
	margin-left: 10px; 	 	
}  		  

#zlfmbrecav {			 	 
	right: 1px; 
}		 	  	 

#xfqesdywwpm { 		  
	clear:both;
	height: 35px; 	 	 	
	background-image: linear-gradient(180deg, #ffffff 50%, #dcf0f8 );   	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddf0f8',GradientType=0 );		     
	-webkit-box-shadow: 1px 1px 1px #727272;			  
	-moz-box-shadow: 1px 1px 1px #727272;		 
	box-shadow: 1px 1px 1px #727272;	      
	-moz-border-radius:10px 10px 10px 10px; 
	-webkit-border-radius:10px 10px 10px 10px;		 	
	border-radius:10px 10px 10px 10px;			 	
	border:solid 1px #99ddf9; 		  		 
}	  				

.gbn {  
	-moz-border-radius: 0 20px 0 0; 		
	-webkit-border-radius: 0 20px 0 0;	 		
	-khtml-border-radius: 0 20px 0 0; 
	-o-border-radius:0 20px 0 0;    	
	border-radius: 0 20px 0 0; 	 
}	 		 

