
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.row {
	margin-left: -20px;
	*zoom: 1;
}
.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}
.row:after {
	clear: both;
}
[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}
.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}

.container-fluid:before,
.container-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.container-fluid:after {
	clear: both;
}


/**********************************/

#dm_tabs_1 ul.dm_menu_1 li.dm_menu_item_1 a{
border: 1px solid transparent;
text-transform:uppercase;
}
#portfolio_single_content .post-texts{margin-top:0px;}
#blog .item-image img{width:100%;}
.post-texts .page-header{padding:0px; margin:0px; border:0px;}
.post-texts .page-header h2{padding:0px; margin:0px; }
.pull-left{width:100%;}
.navbar-toggle .icon-bar {
background-color: #121212;
}
.navbar-collapse{padding-left:0px; padding-right:0px;}

.post-img .carousel-control {
position: absolute;
top: 50%;
left: 15px;
width: 40px;
height: 40px;
margin-top: 0px; 
font-size: 40px;
font-weight: 100;
line-height: 30px;
color: #fff;
text-align: center;
background: #222;
border: 3px solid #fff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
opacity: 0;
filter: alpha(opacity=0);
}
.post-img .carousel:hover .carousel-control{
opacity: .5;
filter: alpha(opacity=50);
}
.post-img .carousel-control.right {
right: 15px;
left: auto;
}
.post-img .carousel-control.left{
left: 15px;
}
.post-img .carousel-indicators li{width:14px; height:14px; margin-right:5px;}
.post-img .carousel-indicators .active{width:15px; height:15px;}
.item-img:hover img{opacity:1;}