@charset "utf-8";

/**
 * @author Destr
 * @author Michael Pavlista
 * @email  michael@pavlista.cz
 * @link   http://pavlista.cz/
 * @link   https://www.facebook.com/MichaelPavlista
 * @copyright 2013
 * @package Laguna Bowling
 */
 
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
@import url(http://fonts.googleapis.com/css?family=Armata);
@import url(http://fonts.googleapis.com/css?family=Dosis:400,600&subset=latin,latin-ext);

 html, body {
	height:100%;
}
 
body {
	font-family:Arial, Helvetica, sans-serif;
}

strong {
	font-weight:bold;
}

a {
	text-decoration:none;}
 
/* ----- ESSENTIAL ----- */
.reset  { clear:both; height:0; font-size:0; line-height:0; }
.fleft   { float:left; }
.fright  { float:right; }

/* ----- LAYOUT ----- */
#container {
    min-height:100%;
	position:relative;
}

.content {
	margin: 0 auto;
	width:970px;
}

#header {
	background:url(../img/header_bg.png) repeat-x;
	height:73px;
}

#logo {
    background-image: url(../img/logo.png);
    background-position-y: center;
    background-position-x: center;
    background-size: 90%;
    width: 225px;
    margin-top: 10px;
    height: 60px;
    background-repeat: no-repeat;
    display: block;
    float: left;
}

ul#menu {
	list-style:none;
	float:right;
	height:42px;
	margin-top:17px;
}

ul#menu a:hover { color:#00eded; }


	
ul#menu li a {
	padding:0 27px;
	}
	



ul#menu li.active   { background:url(../img/menu/left.png) repeat-x; }
ul#menu li.active a { background:url(../img/menu/right.png) no-repeat right top; color:#00eded; }



ul#menu li, ul#menu li a {
	
	font-family: 'Armata', sans-serif;
	
	float:left;
	display:block;
	line-height:42px;
	
	font-size:15px;
	text-transform:uppercase;
	color:#FFF;
	height:42px;
}



#slideshow {
	width:100%;
	height:423px;
	background-color:#000;
	border-bottom:1px solid #180c04;
    
    position: relative;
}

    #slideshow ul {

    }
    
    #slideshow ul li {
        position: absolute;
        top: 0;
        
        background-color: #000;
        
        width: 100%;
        height: 423px;
        display: block;
        background-repeat: no-repeat;
        background-position: top center;

    }
    
    #slideshow ul li a {
        height: 100%;
        width: 100%;
        display: block;
        font-size: 0;
        text-decoration: none;
    }
    
    #slideshow ul li.pepsi {
        background-image: url('../img/slideshow/pepsi.png');
    }
    
    #slideshow ul li.primator {
        background-image: url('../img/slideshow/primator.png');
    }
    
    #slideshow ul li.laguna {
        background-image: url('../img/slideshow/laguna.png');
    }
    
    
    #slideshow ul li.slide-1 {
        background-image: url('../img/slideshow/01.png');
    }
    #slideshow ul li.slide-2 {
        background-image: url('../img/slideshow/02.png');
    }
    #slideshow ul li.slide-3 {
        background-image: url('../img/slideshow/03.png');
    }
    
     

#wifi {
    
    cursor: pointer;
    
    position: absolute;
    right: 50%;
    margin-right: -450px;
    top: 10px;
    
    display: block;
    width: 75px;
    height: 48px;
    
    background: url('../img/wifi.png');
}


#facebook {
    background: url(../img/facebook.png);
    height: 40px !important;
    width: 140px !important;
    padding: 0 0 0 48px !important;
    display: block;
    
    color: #FFF !important;
    line-height: 40px;
    font-weight: bold !important;
    
    margin-top: 15px;

}

#facebook:hover {
    background-position:  0 -40px;
    text-decoration: none !important;
}





#google_translate_element2 {
    display: block;
    position: absolute;
    right: 30px;
    top: 24px;
    z-index:999;
}

#translate-this {
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
    z-index:999;
}







































#offers {
	background:url(../img/trailer.png) repeat-x;
	height:173px;	
}

#offers ul {
	margin: 0 auto;
	width:960px;
	padding-top:17px;
}

  #offers ul li {
	  float:left;
	  display:block;
	  width:320px;
	  height:156px;
	  position:relative;
      
      /*cursor: pointer;*/
	}
	
	#offers p {  height:130px; padding-left:115px; }
	
	#offers img { position:absolute; bottom:50%; left:0px; margin-bottom:-60px;}
	

    #offers h2 { font-size:20px; color:#d2bdbd; margin-bottom:27px; text-transform:uppercase; padding-left:18px; font-family: 'Roboto Condensed', sans-serif;  }
	#offers p {  font-size:17px; color:#FFF; line-height:normal; text-transform:uppercase; font-family:'Roboto Condensed', sans-serif;  }
	
	#offers a { font-size:12px; color:#3de2f1; text-decoration:underline; margin-top:15px; text-transform:none; display:block; }
    #offers a:hover {
        text-decoration: none;
    }


#offers ul li.family  {width:330px;}
#offers ul li.company {width:340px;}
#offers ul li.school  {width:290px;}


#offers ul li.company p { padding-left:138px; }
#offers ul li.school p { padding-left:105px; }




#footer {
	font-size:12px;
	line-height:24px;
	
    width:100%;
	height:240px;
	background:#2c2222 url(../img/footer/glow.png) no-repeat top center;
	border-top:2px solid #0d0b0b;
	
	position:absolute;
	bottom:0;
	
	padding-top:19px;
	
	color:#cfb7b7;
	
	overflow:hidden;
}

  #footer h3 {
	  text-transform:uppercase;
	  display:block;


	  font-family: 'Armata', sans-serif; font-size:17px;
	  margin-bottom:26px;
	  

  }
  
  #footer .content div { float:left;}
  
  #footer a {
	  font-weight:bold;
	  color:#e01426;
	  text-decoration:underline;
	  }
	  
	  #footer a:hover {
		  color:#ff2e40;}
	  
	#footer i {
		display:inline-block; height:16px; width:16px; background: no-repeat left top;
		padding-right:14px;
		vertical-align:middle;
	}
	
	#footer i.ico-mobile { background-image:url(../img/footer/ico-mobile.png); }
	#footer i.ico-email { background-image: url(../img/footer/ico-email.png); }

#content {
	margin: 0 auto;
	width:960px;
	padding-bottom:289px; /* +30px */
	padding-top:38px;
}



#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: 'Dosis', sans-serif;
	color:#592e13;
	width:100%;
}

	
#content h1 {
	font-size:30px;
	font-weight:bold;
	margin-bottom:27px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-top:15px;
	/*margin-bottom:-8px;*/
}


#content h2 { font-size:26px;}
#content h3 { font-size:24px;}
#content h4 { font-size:22px;}
#content h5 { font-size:20px;}
#content h6 { font-size:18px;}


#content { color:#535353; line-height:24px; font-size:13px; }



#content p,
#content ul,
#content ol,
#content pre,
#content div {
  padding: 15px 0;
}

#content ul, #content ol {
	list-style-position:inside !important;
	margin-left:15px;
}

#content ul {
	list-style:disc;
}
#content ol {
	list-style:decimal;
}

#content i {
	font-style:italic;
}

#content a {
	font-weight:bold;
	color:#e01426;
	text-decoration:underline;
}

#content p img {
	float:left;
	margin:7px 15px 7px 0;
	border:3px solid #00baba;
}

#content table td {
	background:#f5e8e8;
	border:3px solid #FFF;
	text-align:center;
	padding:5px 10px;
	color:#765858;
}

#content table .dark {
	background:#e3d1d1;
}

#content table .light {
	background:#FFF;
}

#content table caption {
	text-align:left;
	font-family: 'Dosis', sans-serif;
color: #592e13;
font-size:24px;
padding-bottom:15px;
	
}

#content .repulse {
	padding-left:15px; padding-top:0;
}

iframe#g-map {
	float:left; margin:7px 15px 7px 0;
}

table.tl td {
	text-align:left !important;}

#submenu {
	width:275px; padding-left:30px; padding-top:60px; float:right;
	}

#submenu ul {
	float:right;
	width:250px;
font-size:12px;
margin-top:43px;
}

#submenu li {
	
	height:35px;
	color:#535353;
	line-height:35px;
	
	border-left:5px solid #0fc9c9;
}

#submenu a {
    padding-left:30px;
    display: block;
    color:#535353;
    height:35px;
    font-weight: normal;
    text-decoration: none;
    
}

#submenu a:hover{
    text-decoration: underline;
    color: #000;
}


#submenu li:hover, #submenu li.active {
	border-left:5px solid #aaaaab;
	color:#000;
	cursor:pointer;
	}
	
#submenu li.active {
	border-left:5px solid #2c2222;
	
}

#submenu li:hover {
	color:#000;
	text-decoration:underline;

}


div#left {
	width:655px; float:left;
    padding: 0;
	
}



#footer .contact {
	width:252px; padding-right:53px;
}

#footer .opening {
	width:195px;
}

#footer .info {
	width:460px;
}

#footer .info p {
	color:#a08888;
}



#submenu input, #submenu textarea {
	width:240px;
	height:30px;
	padding:0 15px;
	margin-top:15px;
}

#submenu textarea {
	height:100px;
	padding:15px;
}

#submenu .submit {
	float:right;
	padding:0;
	border:0;
	width:120px;
	background:#4d3c3c;
	color:#FFF;
	
	border-radius: 2px;
}

#submenu ul {
	list-style:none;}
	
#footer .contact img {
	float:right;
}


#submenu .event {
    border-bottom: 2px solid #efefef;
    padding-top: 0;
    
}

#submenu .event h3 {
    font-size: 15px;
    color: #592e13;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#submenu .event strong {
    width: 100%;
    display: block;
    padding-bottom: 5px;
}

#submenu .event a {
    font-weight: normal;
    text-decoration: none;
    padding: 0;
    display: inline;
    color: #e01426;
}

#submenu .event a:hover {
    text-decoration: underline;
}


#submenu .event p { padding: 0;}

#submenu h2.red {
    color: #ae0311;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 0;
    font-weight: bold;
}

#frmContact {
    margin-top: -15px;
}
	
    
p.partners img {
    margin: 0 5px !important;
    border: none !important;
}

p.gallery {
    padding-right: 100px !important;
}

strong.note {
    display:block !important; padding-top:5px !important;
}

#content.no-img-border img {
    border: none !important;
}

.error {

    border-color: #ffb4b3 !important;
}

.sf-required {

    display: none;
}