html, body, #container{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}
html, body{
	
    min-width: 1265px;

}
ul, li{
	list-style: none;
}
#container{
	/*
	position: absolute;
	top: 0px;
	left: 150px;
	width: calc(100% - 150px);
	overflow: auto;
	padding-bottom: 40px;
	
	margin-left: 150px;
    width: calc(100% - 400px);
    height: fit-content;
    overflow: hidden;
    min-width: 1300px;
	margin-left: 150px;
    */
	width: 1080px;
	height: fit-content;
    overflow: hidden;
    position: absolute;
    left: 150px;
    z-index: 1;
}

#bg{
	width: 100%;
	height: 100%;
	position: absolute;;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	/*
	background-image: url('../img/bg1.jpg');
	*/
	opacity: 0.03;
}
#header{
	height: 110px;
	position: fixed;
	top: 0;
	left: 150px;
	background: #fff;
	right: 0;
	min-width: 850px
}
#content{
	margin-top: 110px;
}
*{
	box-sizing: border-box;
}
a{
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
img{
	display: block;
	width: 100%;
	height: auto;
}
p{
	line-height: 1.5em;
	margin-top: 0px;
}
h1, h2, h3{
	margin: 0px;
	margin-bottom: 10px;
}
.page_title{
	font-size: 24px;
	line-height: 24px;
	font-weight: lighter;
	margin-bottom: 15px;
}
.page_subtitle{
	font-size: 18px;
	line-height: 18px;
	font-weight: lighter;
	margin-bottom: 15px;
}
.article_title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
	/*
	font-weight: lighter;
	*/
}

.pagination{
	padding-top: 5px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	clear: both;
}

#left_menu ul, #left_menu li{
	margin :0;
	padding: 0;
	list-style: none;
}
#left_menu li{
	text-align: left;
	padding-left: 38px;
}
#left_menu a{
	margin-bottom: 15px;
	color: #666;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px
}
#left_menu a:hover{
	text-decoration: underline;
}
#menu{
	padding: 30px 0px;
}

#menu ul, #menu li{
	margin :0;
	padding: 0;
	list-style: none;
}
#menu li{
 	float: left;
 	width: 100px;
}
#menu li a{
	color: #666;
}
#menu li a:hover{
	text-decoration: underline;
}
#left_menu{
	width: 150px;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
}

.article_inner{
	width: 800px;
	padding-bottom: 40px;
	font-size: 16px;
}
.article_inner p img{
	margin: auto;
	width: 50%;
}
.article_info{
	text-align: center;
	padding: 20px 0px;
}
.article_info a:hover{
	text-decoration: underline;
}
.article_inner p{
	text-align: left;
}

.article_inner .center p{
	text-align: center !important;
}
.image_block{
	width: 140px;
	min-height: 240px;
	font-size: 12px;
	margin-right: 20px;
	margin-bottom: 20px;
	
}
.location_block{
	width: 300px;
}
.thumbnail{
	background-size: cover;
	background-position: center;
	width: 140px;
	height: 190px;
}
.location_thumbnail{
	width: 100%;
}
.mb_5{
	margin-bottom: 5px;
}
.feature_image, .feature_image2{
	position: fixed;
	left: 820px;
	left: 985px;
	top: 110px;
	width: 250px;
	background: #fff;
	bottom: 0px;
	overflow: auto;
}
.artists_artist_name{
	font-size: 16px;
}
.block_title{
	font-size: 14px;
	font-size: 13px;
}

.rp_title{
	font-size: 16px;
    line-height: 20px;
    font-weight: lighter;
}
.mobile{
	display: none;
}
.country_icon{
	height: 20px;
	height: 26px;
	width: auto;
	vertical-align: middle;
	display: inline-block;
}
.country_header{
	margin-bottom: 5px;
	vertical-align: middle;
	font-size: 22px;
}

.head_title{
	font-size: 32px; padding: 32px 0px; font-weight: lighter;
}
.head_subtitle{
	font-size: 24px;
}
#mobile_menu{
    position: absolute;
    z-index: 9;
    font-size: 30px;
    top: 20px;
    left: 10px;
}

#comment_box{
	padding: 10px 0px;
	text-align: center;
	padding-bottom: 0px;
}
#comment_textarea{
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	outline: none;
	border: none;
	border-bottom: 2px solid #ccc;
	resize: none;
	overflow: hidden;
	box-shadow: none;
	-webkit-appearance: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border-radius: 0;
    background: #eee;
    padding: 10px;
}
#comment_textarea::placeholder {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#comment_textarea:focus{
	border-bottom: 2px solid #666;
}
#comment_action{
	text-align: right;
	margin-top: 5px;
}
#comment_action a{
	padding: 5px 10px;
	margin-left: 10px;
}
#comment_action .submit{
	background: #eee;
	border-radius: 5px;
}
.sep{
	text-align: center;
	padding: 10px;
}

@media only screen and (max-width: 1200px) {
	html, body{
		min-width: auto;
	}
	.mobile{
		display: block;
	}
	.desktop{
		display: none;
	}
	.article_title{
		padding: 20px 10px;
		text-align: center;
		font-weight: bold;
	}
  	#container{
  		width: 100%;
  		left: 0px;
  	}
  	#left_menu{
  		position: fixed;
  		left: -155px;
  		top: 0px;
  		z-index: 10;
  		background: #000;
  		transition: 0.3s all linear;
  	}
  	#left_menu a{
  		color: #999;
  	}
  	#left_menu.show{
  		left: 0px;
  	}
  	.feature_image, .feature_image2{
  		position: relative;
  		left: auto;
  		top: auto;
  		width: 100%;
  	}
  	
  	.feature_image{
  		margin-top: 20px;
  		padding: 0px 10px;
  	}
  	.article_inner{
  		width: 100%;
  	}
  	#header{
  		position: relative;
  		left: 0px;
  		height: 80px;
  		padding-left: 50px;
  		background: #fff !important;
  	}
  	#content{
  		margin: auto;
  		padding: 10px;
		box-sizing: border-box;
  	}
  	
  	.head_title{
		font-size: 28px; padding: 21px 0px; font-weight: lighter;
	}
	.head_subtitle{
		font-size: 22px;
	}
	#footer{
		background: #333333;
		padding: 10px;
		text-align: center;
		color: #fff;
	}
	#footer a{
		color: #fff;
		padding: 10px 20px;
	}
	#content{
		padding: 0px;
	}
	.article_inner{
		padding: 10px;
	}
}

@media only screen and (max-width: 500px) {
	.article_info{
		padding-top: 0px;
	}
	.image_block{
		width: 50%;
		margin-right: 0px;
		padding: 5px;
		overflow: hidden;
	}
	.image_block .thumbnail {
		width: 100%;
	}
	.artists_artist_name{
		width: 100%;
        overflow:hidden; 
        white-space:nowrap; 
        text-overflow: ellipsis;
	}
	.location_block {
	    width: 100%;
	}
	.article_inner p{
		text-align: left;
		font-family: Times;
		font-size: 17px;
	}
	
	#mobile_menu{
	    
	    font-size: 20px;
	    top: 15px;
	    left: 15px;
	}
	.head_title, .head_subtitle{
		font-weight: bold;
	    font-size: 19px;
		font-family: Times;
	}
	.head_title{
		padding: 18px 0px;
	}
	#header {
	    position: relative;
	    left: 0px;
	    height: 60px;
	    padding-left: 0;
	    text-align: center;
	    width: 100%;
	    min-width: auto;
	    box-shadow: 0 0 5px #000;
	}
	.country_header{
		margin-bottom: 20px;
	}
	.location_block {
    	margin-bottom: 0px;
   	}
   	.country_session{
   		margin-bottom: 20px;
   	}
   	.country_session .location_block{
   		padding: 0px;
   	}

}
