@font-face {
      font-family: 'raleway';
      src: url(../fonts/Raleway-Regular.ttf) format('truetype');
}

html,body{
	background: rgb(240, 238, 224); 
	color: rgb(56, 56, 56); 
	font-family: raleway, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
}/*210, 205, 164*/

body{overflow-x: hidden;}
td{padding-left: 8px; padding-right: 8px;}
.icon-bar{background: rgb(56, 56, 56) !important;}
.navbar{background: rgb(240, 238, 224) !important; overflow-y: hidden !important;}
.nav-bar li a{
	font-size: 12pt; 
	font-family: raleway, sans-serif;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;

/*color: rgb(56, 56, 56);*/
}
.nav li a:hover{background: rgb(56, 56, 56) !important; color: white !important; border-radius: 3px;}
.navbar-brand{ 
	margin-top: 0px; 
	padding-top: 0px;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;

}
.navbar-brand img{
	width:150px;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.navbar-brand:hover img{
	width: 157px;
}
.menu_btn{
	height: 35px;
	width: 35px;
	float: right;
	margin: 10px;
	color: rgb(56, 56, 56);
	background: transparent;
	border: 1px solid rgb(56, 56, 56);
	border-radius: 2px;
	padding: none;
	font-size: 18pt;
	display: none;
}

.mobile_menu{
	background: rgb(56, 56, 56); 
	color: white; 
	width: 250px; 
	height: 100%; 
	position: absolute; 
	right: -250px; 
	top: 0; 
	padding: 15px;
	box-shadow: -1px 0px 2px #999;
	z-index: 9999999;
}
.mobile_menu ul, .mobile_menu ul li {
list-style: none;
text-decoration: none;
	
}
.mobile_menu ul{padding: 0px;}
.mobile_menu ul li{padding-top: 6px; padding-bottom: 6px;}
.mobile_menu ul li a{display: block; width: 100%; height: 100%; padding-top: 4px; padding-bottom: 4px; padding-left: 5px; transition: 0.4s all;}
.mobile_menu ul li a:hover{text-decoration: none; background: rgb(235, 235, 235); color: black; border-radius: 2px;}
.mobile_menu .txtBx{width: 220px;}
.mobile_menu_wrap{position: relative; width: 100%; height: 100%;}
.mobile_menu_foot{position: absolute; bottom: 0; width: 100%;}
.close_menu{
	color: white; 
	font-family: sans-serif; 
	font-weight: bold;
}
.close_menu:hover, .close_menu:active, .close_menu:visited{
	text-decoration: none;
	color: white;
	text-shadow: 1px 1px 1px #000;
	font-weight: normal;	
	
}
.modal-header{background: rgb(240, 238, 224); border-radius: 4px;}
.modal-body {width: 320px; margin: 0px auto;}
#main{margin-top: 200px;}
#main_other{margin-top: 90px; }
#main_content{margin-top:100px;}
.txtBx, .txtBx_static, .txtBx_srch, .modal-body  input[text]{
	height: 40px; 
	width: 280px; 
	padding: 8px; 
	border-radius: 3px; 
	border: 1px solid gray; 
	color: black;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.txtBx_srch{
	width: 225px; 	
}
.txtBx:focus{width: 330px;}
.btnSearch{height: 40px !important; width: 100px !important;}
#about_img{
background: url('../images/tumblr_o3r5419nl01teue7jo1_1280.jpg'); 
background-size: 100%;
min-height: 450px;
}
.blog_head_wrap{background: white; border-radius: 3px; box-shadow: 0px 2px 2px #999; padding-bottom: 5px; margin-bottom: 10px;}
.blog_head_wrap h4{ margin-left: 5px;}
.blog_img{background: url('../images/photo-1434871619871-1f315a50efba.jpg'); background-size: 100%; height: 300px;}
.blog_img_sm{background: url('../images/photo-1434871619871-1f315a50efba.jpg'); background-size: 100%; height: 150px;}
#list_view {overflow: hidden;}
#list_view ul {list-style: none; overflow: hidden; margin: 0px; padding: 0px;}
#list_view ul  li{padding: 8px; transition: 0.3s all;}
#list_view ul  li:hover{transform: scale(1.1); padding-left: 40px;}
#list_view ul  li:hover:first-child{transform: scale(1);padding:8px;}
#list_view ul  li:first-child{border-bottom: 2px solid black;}
#list_view ul li:nth-child(odd){background: rgb(230, 230, 230);}
#list_view ul  li a{color: rgb(56, 56, 56); display: block; width: 100%; height: 100%;}
#list_view ul  li a img{width: 70px; margin-right: 20px; border-radius: 2px;}
.fixed_box{position: fixed; right: 0px;}
#blog_list .txtBx:active, #blog_list .txtBx:focus{width: 100%;}
#profile_data{
	
}
.edit_content{
	width: 100%;
	min-height: 450px;
}
.hiddenBox{
	display: none;
	opacity: 0;
}
.profile_img_wrap{
	width: 300px;
	padding: 6px; 
	margin: 0px auto; 
	background: white; 
	border-radius: 2px; 
	box-shadow: 0px 1px 2px #999;
	font-size: 14pt;
}
.profile_img_wrap img{
	width: 100%;
	margin-bottom: 6px;
}
.profile_img_wrap .save_btn{
	float: right;
	display: block;
	border: 1px solid gray;
	border-radius: 1px;
	background: linear-gradient(white, rgb(210, 210, 210));
}
.profile_img_wrap span:hover{

}
.input_file{
	width: 60px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}
.profile_img_wrap .edit_btn{
	border: 1px solid gray;
	border-radius: 1px;
	background: linear-gradient(white, rgb(210, 210, 210));
}
.input_file + label{
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
	z-index: 1;
}
.profile_wrap{
	width: 300px;
	padding: 6px; 
	margin: 10px auto; 
	border-radius: 2px; 
	font-size: 14pt;
}
.control_wrap{
	background: rgb(56, 56, 56);
	border-radius: 2px;
	margin-top: 80px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: white;
}
.control_wrap h3{
color: white;
}
.control_table{
	margin: 0px auto;
	width:330px;
}

.album_art{width: 300px;}
.pagination li a {background: rgb(248, 70, 68) !important; color: white !important;}
.pagination li a:hover, .pagination li a.active{background: rgb(198, 70, 61) !important; color: white !important;}
.content_view{width: 90%; background: transparent; border: none; overflow: visible; text-align: center}

#footer{position: absolute; bottom: 0; width: 100%; padding-top: 20px; padding-bottom: 20px;}
#footer_other{position: relative; width:100%; padding-top: 20px; padding-bottom: 20px;}

.form-control{border-radius: 0px !important; border: 1px solid gray;}
.legend{
	width: 100%; 
	position: absolute; 
	top: 70%;
	color: white; 
	background: rgba(0,0,0,0.4); 
	padding-top: 15px; 
	padding-bottom: 25px;
}
#blog_article{
	/*position: relative; */
	margin: -120px auto; 
	background: white; border-radius: 4px; box-shadow: 0px 0px 3px #000; 
}

.like, .like:focus, .like:active {color: rgb(217, 83, 79);}
@media all and (max-width: 760px){
	.hdn{/*display: none;*/}
	.navbar-toggle{display: none !important;}
	.menu_btn{
	display: block;
	}
	#about_image{
	height: 230px;
	background-position: 0px -190px;
	}
	#main_other{margin-top: 0px;}
	.control_wrap{
	margin-top: 10px;
	}
	#main_content{margin-top: 0px; padding-top: 100px;}
	#footer_other{
	  clear:both;
	  position: relative; 
	  /*margin-top: 340px; */
	  float: bottom; 
	  width: 100%; 
	  padding-top: 20px; 
	  padding-bottom: 20px; 
	  }
	 #blog_article{
		margin-top: -40px;
	 }
	
}