@charset "utf-8";
/* CSS Document */
/**********************************
Responsive Style
**********************************/


body{
	background: #000 url(../images/ilcorsocafe-bg.jpg) no-repeat center top ;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:14px;
	}
	
.topbar_cont {
	position:relative;
	background:#000;
	width:100%;
	margin-right: auto; 
	margin-left: auto;
	padding:0;
	height:30px; 
	}
	
.main_cont {
	position:relative;
	width:665px;
	margin-top:15px;
	margin-right: auto;
	margin-left: auto;
/*	border:1px solid #FF0;*/
	}

.top_div {
	position:relative;
	float:left;
	width:665px;
/*	border:1px solid #C00;*/
	margin-bottom:15px;
	}
	
#logo {
	float:left;
	width:322px;
/*	border:1px solid #3F0;*/
	}
	
.store_details_cont {
	float:right;
	width:300px;
	color:#fff;
/*	border:1px solid #63C;*/
	}
	
.transparent_cont {
	float:left;
	background: url(../images/transparent-repeat.png) repeat ;
    background:rgba(0,0,0,0.60);
	padding:15px;
	/*	border:1px solid #63C;*/
	}
	
.slide_cont {
	width:625px;
	background:#000;
	height:300px;
	padding:8px;
	margin-right: auto; 
	margin-left: auto;
	margin-bottom:15px;
/*	border:1px solid #63C;*/
	}
	
	
.left_cont {
	position:relative;
	float:left;
	display:inline-block;
	width:50%;
	padding-left:10px;
/*	border:1px solid #63C;*/
	line-height:1.3;
	}
	
.about_head_txt {
	color:#C6D100;
	margin-bottom:15px;
	font-size:24px;
	font-weight:bold;
	}
h1 {
	color:#C6D100;
	margin-bottom:15px;
	font-size:24px;
	font-weight:bold;
	}
	
.about_sub_txt {
	font-size:15px;
	color:#fff;
	}
h2 {
	font-size:15px;
	color:#fff;
	}
	
.right_cont {
	position:relative;
	float:right;
	width:250px;
/*	border:1px solid #63C;*/
	}
	
.order_button {
	width:243px;
/*	border:1px solid #63C;*/
	margin-bottom: 15px;
	}
	
	
.menu_cont {
	background: #000 url(../images/menu-box.png) no-repeat center left;
	font-size:12px;
	padding:5px;
/*	border:1px solid #63C;*/
	width:230px;
	margin-bottom:15px;
	padding-top:10px;
	}
	
.menu_link {
	background: url(../images/pdf-icon.png) no-repeat;
	color:#fff;
	text-indent:20px;
	margin-left:70px;
	margin-bottom:8px;
	text-decoration:underline;
	}
	
.menu_link:hover {
	color:#C6D100;
	}
	
/**********************************
Font Styling
**********************************/

.details_text {
	background: url(../images/phone-icon.png) no-repeat;
	text-indent:20px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:3px;
	}

.address_text {
	background: url(../images/location-icon.png) no-repeat;
	font-size:13px;
	}
	
.hours_text {
	font-size:12px;
	line-height:1.5;
	}
	
.txt_link {
	font-size:13px;
	color:#C6D100;
	text-decoration:underline;
	}

.txt_link:hover {
	font-size:13px;
	color:#fff;
	text-decoration:underline;
	}

/**********************************
Zwift Footer
**********************************/

.footer {
    position:fixed;
    bottom:50px;
    right:50px;
    width:200px;
	font-weight:bold;
	font-size:12px;
}

.footer_zwift {
	position:absolute;
	right:50px;
	top:27px;
}

.footer_spheres {
    position:absolute;
	right:0px;
	top:5px;
}

.footer_zwift_link {
	color:#636363;
	text-decoration:none;
}

.footer_zwift_link:hover {
	text-decoration:underline;
}



/* Devices Resizing - Fluid */ 

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

  .top_div, .main_cont { 
    width: 100%;
  }
  .transparent_cont {
    width: 96%;
    padding:2%;
  }
  #logo, .store_details_cont {
    width: 100%; 
    display: block;
    position: relative;
    text-align: center;
    text-shadow: 0px 0px 5px #000;
    padding-bottom: 20px;
  }
  .details_text  { font-size:  1.25em ; margin-top: 1%;}
  .hours_text {  font-size: 1.12em;}  
  
  .txt_link, .txt_link:hover {font-size:  inherit;}
  .address_text, .details_text { background: none;}
}


@media (max-width:1000px) {
  div * { 
     font-size: 1.12em;
  }
  .left_cont, .right_cont {
    width: 100% !important;
    display: block;
    float:left;
    margin:0;
    padding: 0;
    
  }
  .transparent_cont {
    width: 96%;
    margin:0;
  }
  .menu_cont {
    float: left;
  }
  .topbar_cont {
    position:absolute;
    height: 500px;
    z-index: -10;
    top: -20px;
  }
  h2 { font-size: 1.75em;}
  
}


@media (max-width:320px)  {
  .left_cont, .right_cont {
    font-size: 1.75em;
  }
}

