/* fonts */
@font-face {
    font-family: RobotoThin;
    src: url(font/Roboto-Thin.ttf);
    font-weight:100;
}
@font-face {
    font-family: RobotoMedium;
    src: url(font/Roboto-Medium.ttf);
    font-weight:400;
}
@font-face {
    font-family: RobotoBold;
    src: url(font/Roboto-Bold.ttf);
    font-weight:700;
}
@font-face {
	font-family: GudeaRegular;
	src: url(font/Gudea-Regular.ttf);
	font-weight: 400;
}




/* style.css */
html, body {
    
}

body{
	background: #ecf0f1;
	padding: 0 !important;
	padding-top: 44px !important;
	margin: 0 !important;
	font-family:  'GudeaRegular', sans-serif;
}

#one-time-modal{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.5);
	z-index:999;
	color: white;
	font-size: 1.3em;
}
#one-time-modal-inner{
	position: relative;
	height: 200px;
	margin-top: 80px;
	padding:20px;
}
#one-time-modal-inner h2{
	margin-bottom: 20px;
	font-size:1.6em;
}
#one-time-modal-inner .box-button{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right:10px;
	cursor: pointer;
}
.box-button{
	background-color: #3498db;
	padding: 5px;
	margin: 5px;
	width: auto;
	border: 1px solid #FFF;
}
.navbar-inverse .brand{
	max-width:190px;	
}
.nav ul li{
	text-align: right;
}
.location-wrapper{
	width:100%;
	height: 60px;
}
.location-wrapper a{
	font-family:  'RobotoThin', sans-serif;
	color: #222;
}
.location h5{
	line-height:60px;
	margin:0;
	    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.location-name{
	position: relative;
	padding-left:40px;
	height:60px;
	overflow: hidden;
}
.location-name img{
	position: absolute;
	top:14px;
	left:0;
}
.jsonContent p{
	color: #808080;
	padding:10px;
}
.scroll-header{

}
.ten{
	width:10%;
	float:left;
}
.twenty-two{
	width:22%;
	float:left;
}
.thirty-eight{
	width:38%;
	float:left;
}
.fourty{
	width:40%;
	float:left;
	min-width: 128px; 
}

.half{
	width:50%;
	float:left;
}
.sixty{
	width:60%;
	float:left;
}
.seventy{
	width:70%;
	float:left;
}
.eighty{
	width:80%;
	float:left;
}
.ninety{
	width:100%;
	float:left;
}
.full{
	width: 100%;
	float:left;
}
.border{
	border-bottom:2px solid #222;
}
.top{
	margin-top:-30px;
}
.navbar-fixed-top{
	position: fixed;
	top: 0;
	margin:0;
	-webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 4px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 4px 5px rgba(50, 50, 50, 0.25);	
}
.rank{
	font-size:2em;
	line-height: 60px;
	text-align: center;
    text-shadow:
    -1px -1px 0 #FFF,
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px 1px 0 #FFF;
}
.clicked{
	cursor: pointer;
}
.plus-one-home, .minus-one-home{
	position:absolute;
	font-size: .7em;
}
.known-for-main{
	height: 40px;
}
.known-for-item-main{
	width:36px;
	height:36px;
	margin-top:14px;
	padding: 2px;
	float:left;
}
.known-for-item-main.good-liquor-main{
	background: url('../img/liquor-clear@2x.png') no-repeat;
	background-size:32px;
}
.known-for-item-main.good-beer-main{
	background: url('../img/beer-clear@2x.png') no-repeat;
	background-size:32px;
}
.known-for-item-main.music-main{
	background: url('../img/music-clear@2x.png') no-repeat;
	background-size:32px;
}
.known-for-item-main.dancing-main{
	background: url('../img/dancing-clear@2x.png') no-repeat;
	background-size:32px;
}
.known-for-item-main.smoking-main{
	background: url('../img/smoking-clear@2x.png') no-repeat;
	background-size:32px;
}
.known-for-item-main.good_food-main{
	background: url('../img/food-clear@2x.png') no-repeat;
	background-size:32px;
}

/* retina css */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
.known-for-item-main.good-liquor-main{ 
	background: url('../img/liquor-clear@2x.png') no-repeat;
	background-size: 33px;
}
}




/* single location styling */
.single-cover-img{
	height:194px;
	overflow: hidden;
	position: relative;
}
#cover-img{
}
.loc-name{
}
.loc-name h2{
	width: calc(100% - 60px);
	padding-left:10px;
	padding-right:50px;
	color:#ECF0F1;
	line-height:50px;
	background: rgb(50,130,220);
	margin:0;
    text-shadow:
		1px 1px 0 #000,
	    -1px -1px 0 #000,  
	    1px -1px 0 #000,
	    -1px 1px 0 #000,
	    1px 1px 0 #000;
}
.learn-to-vote p{
	margin:0;
	line-height: 35px;
	font-size: 35px;
	text-align: center;
	color: #FFF;
	background: rgba(52,152,219,.3);
}
.iconic{
    text-shadow:
		1px 1px 0 #000,
	    -1px -1px 0 #000,  
	    1px -1px 0 #000,
	    -1px 1px 0 #000,
	    1px 1px 0 #000;
}
.links{
	overflow: hidden;
	padding:5px;
	background-color: rgba(52,152,219,.3);
}
.known-for-item{
	width:31%;
	min-height:120px;
	margin:1.1%;
	float:left;
	background-color: #FFF;
}
.known-for-inner{
	height:90px;
	width:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85px;
	background-color:rgba(52,152,219,.3);
}
.vote{
	line-height: 35px;
	font-size: 35px;
	text-align: center;
	color: #FFF;
	background: rgba(52,152,219,.3);
}
.upboat{
	width:100%;
	height: 35px;
}
.downboat{
	width: 100%;
	height:35px;
}

.good_liquor .known-for-inner{
	background-image: url('../img/liquor-clear@2x.png');

}
.good_beer .known-for-inner{
	background-image: url('../img/beer-clear@2x.png');	
}
.smoking .known-for-inner{
	background-image: url('../img/smoking-clear@2x.png');	
}
.dancing .known-for-inner{
	background-image: url('../img/dancing-clear@2x.png');
}
.good_food .known-for-inner{
	background-image: url('../img/food-clear@2x.png');
}
.music .known-for-inner{
	background-image: url('../img/music-clear@2x.png');	
}
.inline{
	float: left;
}
.directions-social-container{
	height:47px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#social-media-container{
	overflow:hidden;
}
#social-media-container div{
	margin: 5px;
}
.social-media{
	width:36px;
	height:36px;
}
.social-media#fb{
	background:url(../img/fbook_logo.png) no-repeat;
	background-size: 36px;
}
.social-media#twit{
	background: url(../img/twit_bird.png) no-repeat;
	background-size: 36px;
}
.social-media#directions-link{
	background: url(../img/maps-clear.png);
	background-size: 36px;
}

#directions-link div{
	width: 36px;
	height: 42px;
	color: white;
	line-height: 36px;
	font-size: 36px;
	text-align: center;
}

/* map styling */
#directions-name{
	width: calc(100% - 60px);
	padding-left: 10px;
	padding-right: 50px;
	color: #ECF0F1;
	line-height: 50px;
	background: rgb(50,130,220);
	margin: 0;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#directions-name h3{
	margin:0;
	margin-bottom: 20px;
}
#text-directions{
	width: 100%;
	color: #fbfbfb;
}
#directions-map{
	width:100%;
	height:300px;
}
.adp-placemark{
	display:none;
}
.adp-directions{
	width: 100%;
}



