/*
Theme Name: Novio
Theme URI: http://themeforest.com
Author: Chalid
Author URI: http://cme.at
Version: 1.0
*/

/**************************/
/* Default Layout */
/**************************/
body {
	 background: url("framework/images/bg/bg12.png") repeat scroll 0% 0% #f7f7f7;
	 font-family: "Open Sans", Arial;
	 font-size: 15px;
	 font-weight: 400;
	 line-height: 1.6em;
}

a {
	color: #218ce7;	
	text-decoration: underline;	
}

a:hover {
	color: #000;
	text-decoration: underline;	
}

.white-bg {
	 background: #fff;
}

.main-wrap {
	margin-bottom: 30px;
}

#content-wrap {
	display:table;	
	table-layout:fixed;
}


.wrap-white-bg {
	background: #fff; 
	border-left: 1px solid #dcdcdc; 
	border-right: 1px solid #dcdcdc;	
}

@media screen and (max-width: 991px) {

	#content-wrap {
		display:block;	
		table-layout:fixed;
	}
	
}

/**************************/
/* Header */
/**************************/
#main-header {
	height: 150px;
	line-height: 150px;
	padding: 0;
}

#main-header .headline {
	display: inline-block;
	vertical-align: middle;	
	line-height: 1.0em;
	width: 100%;
}

#main-header h1, #main-header h2 {
	margin: 0;
	padding: 0;
}


#main-header h2 {
	font-size: 1.0em;
	margin-top: -12px;
	color: #555;
	font-family: "Open Sans", Arial;
	font-weight: 300;
}

.message-top {
	text-align: right;
	padding: 0px;
	vertical-align: middle;	
	padding: 18px 0 18px 18px;
}

.message-top-text {
	padding: 8px; 
	border: 1px solid #ff7200; 
	height: 100%; 
	text-align:left; 
	line-height: 20px; 
	color: #111;	
}

.message-top-text .n-a {
	font-size: 0.8em; 
	line-height: 0.8em; 
	color: #777;	
}

@media screen and (max-width: 991px) {
	#main-header {
		height: 95px;
		line-height: 95px;
		padding-left: 0px;
	}

	.message-top {
		text-align: center;
		vertical-align: top;
		padding: 10px;
		margin: 20px 0 20px 0;
	}
	
	img.logo {
		margin: 10px auto;
		padding-top: 20px;	
	}
}

@media screen and (max-width: 520px) {
	#main-header {
		height: 115px;
		line-height: 115px;
		text-align: center;
	}
}

.header-wrap {
	padding: 0 20px 0 20px;
}

h2 {
	font-size: 22px;
}


h3 {
	font-size: 17px;
}

/**************************/
/* Navigation */
/**************************/
#main-navigation {
	position: relative;
	color: #fff; 
	background: #ffd79e;
}

#main-navigation ul {
	display: table;
	width: 99%;
	padding: 0;
	margin: 0 auto;
	height: 60px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

#main-navigation ul li {
	list-style: none;
	display: table-cell; 
	position: relative;
  	text-align: center;
  	padding: 14px 5px 13px 4px;
	vertical-align: middle;
}

#main-navigation ul li a {
	font-family: "Open Sans Condensed", Arial;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	background: none;
	text-decoration: none;
    -moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4 */
	border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
	padding: 4px 10px;
	-webkit-transition: all 75ms;
	-moz-transition: all 75ms;
	transition: all 75ms;
	border-bottom: 2px solid #ffd79e;
}

#main-navigation ul li a:hover{
	background: #ff7200;
	border-bottom: 2px solid #e86800;
	color: #fff;
}

#main-navigation ul li.current-menu-item a, #main-navigation ul li.current_page_item a, #main-navigation ul li.current-page-ancestor a{
	background: #ff7200;
	border-bottom: 2px solid #e86800;
	color: #fff;
	font-weight: bold;
}


@media (min-width: 992px) {
	#main-navigation ul li a {
		padding: 4px 6px;
		font-size: 13px;
	}
}

@media (min-width: 1200px) {
	#main-navigation ul li a {
		padding: 4px 8px;
		font-size: 16px;
	}
}

#main-navigation  ul li.arrow> a:after {
    color: #d8d8d8;
	font-size: 10px;
    font-family:'glyphicons halflings';
    content: '';
    margin-left: 4px;
    margin-right: -1px;
	font-weight: normal;
}

#main-navigation ul li.arrow:hover> a:after, 
#main-navigation ul li.current-menu-item.arrow> a:after, 
#main-navigation ul li.current-menu-ancestor.arrow> a:after {
    color: #fff;
}

/* Sub Navigation */
#main-navigation .sub-menu{
	text-align: left;
	position: absolute;
	top: 35px;
	z-index: 999;
	display: none;
	background: #444444 !important;
	padding: 1px 0px;
	margin-top : 9px;
	width: 210px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
			border-radius:0px;
}

#main-navigation .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
	width: 210px;
    border-bottom: 1px solid #555555;
	background: #444444;
	position: relative;
	text-align: left;
}

#main-navigation .sub-menu li a, 
#main-navigation .sub-menu li:first-child a,
#main-navigation .sub-menu li:last-child a {
	border: none !important;
	display: block;
	margin: 0;
	padding: 10px;
	color: #fff;
	line-height: normal;
	font-weight: normal !important;
	height: auto;
	background: #444444;
	text-transform:none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-decoration: none;	
}

#main-navigation li ul.sub-menu li a:hover,
#main-navigation li ul.sub-menu li.menu-item a:hover,
#main-navigation li ul.sub-menu li .sub-menu li a:hover,
#main-navigation li ul.sub-menu li.current-menu-item a,
#main-navigation li ul.sub-menu li.current-menu-item a:hover,
#main-navigation li ul.sub-menu li.current_page_item a,
#main-navigation li ul.sub-menu li.current_page_item a:hover {
	color: #ffffff !important;
	background: #2d2d2d !important;
	font-weight: normal;
}

#main-navigation li ul.sub-menu li.current_page_item a:hover {
	background: #000;
}

#main-navigation .sub-menu li:last-child{ 
	border: none;
}

#main-navigation .sub-menu li ul {
	top: -1px;
	left: 178px;
	border-top: none;
}

/* Responsive Navigation */
.selectnav { 
	display: none;
}

@media screen and (max-width: 991px) {
	.js #nav { 
		display: none; 
	}
	
	#primary-menu {
		display: none !important;  
	}
  
	.js .selectnav {
		display: block; 
		width: 110%;
		font-size: 16px;
		text-transform: uppercase;
		padding: 10px 8px;
		border: none;
		box-shadow: none;
		background: transparent;
		background-image: none;
		-webkit-appearance: none;
		color: #fff;
		font-family: "Open Sans Condensed", Arial;
		height:44px;
	}
  
  	.select-style {
		border: 0;
		width: 100%;
		border-radius: 2px 2px 0 0;
		-moz-border-radius: 2px 2px 0 0;
		-webkit-border-radius: 2px 2px 0 0;
		overflow: hidden;
		background: #ffd79e url("framework/images/responsive-nav.png") no-repeat scroll right center;
	}
	
	.select-style option{
		background: #ffd79e;
		background-color: #ffd79e;
		color: #000;
	}
	
	.select-style select:focus {
		outline: none;
	}
}

.sidenav {
	margin: 0;
	list-style: none;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
	   -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
	        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
}

.sidenav li ul{
	margin: 0;
	list-style: none;
}

.sidenav li ul li a{
	background: #f9f9f9;
	color: #666;
	padding: 10px 15px 10px 30px;
}

.sidenav li a {
	display: block;
	margin: 0 0 -1px;
	border: 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	color: #444;
	background: url(framework/images/arrow5.png) no-repeat 94% 15px;
	position: relative;
    z-index: 2;
    padding: 11px 15px;
    background-repeat: no-repeat;
    background-position: 94% 16px;
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
       -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
            box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
text-decoration: none;	
padding-right: 30px;
}

.sidenav li:first-child a {
	border-top-color: #dddddd;
}

.sidenav li:last-child a {
    border-bottom-color: #dddddd;
}

.sidenav li.current_page_item a, .sidenav li.current_page_item a:hover {
    position: relative;
    z-index: 2;
    padding: 11px 15px;
    border: 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
    font-weight: 700;
    background-color: #ff7200;
    background-image: url(framework/images/arrow5_white.png);
    background-repeat: no-repeat;
    background-position: 94% 16px;
    color: #ffffff !important;
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
       -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
            box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

.sidenav li a:hover {
    background-color: #ff7200;
    background-image: url(framework/images/arrow5_white.png);
    background-repeat: no-repeat;
    background-position: 94% 16px;
    color: #ffffff !important;

}

.sidenav li.current_parent_page_item a, .sidenav li.current_parent_page_item a:hover {
    margin-top: 1px;
	position: relative;
    z-index: 2;
    padding: 4px 15px 4px 15px;
    border: 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
    font-weight: 700;
	text-align: center;
	font-size: 1.2em;
	cursor: default;
    background-color: #fff;
	background-image: none;
    color: #000 !important;
   -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
       -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
            box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);


}

.sidenav li.current_page_item ul li:first-child a,
.sidenav li.current_page_item ul li:last-child a{
	-webkit-border-radius: none;
       -moz-border-radius: none;
            border-radius: none;
}

.sidenav li a:hover {
    background-color: #ff7200;
	color: #fff;
}

.sidenav li:hover {
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
		  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
			   box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

#sidebar-navigation .widget-title {
	font-size: 14px;
	background: #fff;
	color: #4C4C4C;
	padding: 4px;
	margin: 0px 0px -1px 0px;
	border: 1px solid #dcdcdc;
	border-bottom: 0px;
	font-family: "Open Sans", Arial;
	font-weight: normal;
	font-size: 12px;
	border-radius: 2px 2px 0 0;	
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	text-align: center;
}

#sidebar-navigation h3.widget-title{
	line-height: 25px;
	vertical-align: middle;
	background: none repeat scroll 0% 0% #FFF;
}

#sidebar-navigation {
	margin-bottom: 20px;	
}
  
/**************************/
/* Content */
/**************************/
#main-content {
	padding:20px; 
	background: #fff;
}

@media (min-width: 992px) {
	#main-content {
		padding:20px; 
		width: 630px !important;	
		display: table-cell;
		float:none;
		vertical-align: top;
	}
}

@media (min-width: 1200px) {
	#main-content {
		padding:20px; 
		width: 810px !important;	
		display: table-cell;
		float:none;
		vertical-align: top;
	}
}

@media (max-width: 991px) {
	#main-content {
		display: block;
		float:inherit;
	}
}

/**************************/
/* Sidebar */
/**************************/
#main-sidebar {
	padding:15px 15px 15px 10px; 
	background: #fff;
}

@media (min-width: 992px) {
	#main-sidebar {
		width: 325px !important;	
		display: table-cell;
		float:none;
		vertical-align: top;
	}
}

@media (min-width: 1200px) {
	#main-sidebar {
		width: 325px !important;	
		display: table-cell;
		float:none;
		vertical-align: top;
	}
}

@media (max-width: 991px) {
	#main-sidebar {
		padding:15px; 	
		display: block;
		float:inherit;
	}
}


#main-sidebar ul {
	list-style: none;
	margin: 0;	
	padding: 0;
}

#main-sidebar .widget-container {
	padding: 10px 10px 7px;
	margin-bottom: 20px;
	/* Well */
	/*
	background: #f2f2f2;
	margin-bottom: 20px;
	border: 1px solid #d7d7d7;
	*/
}

#main-sidebar .widget-container ul li {
	border-bottom: 1px solid #d7d7d7;
	font-size: 14px;
	line-height: 2.0em;
}

#main-sidebar .widget-container ul li:last-child {
	border-bottom: none;
}

#main-sidebar .widget-container .widget-title {
	font-size: 14px;
	background: #000;
	color: #fff;
	padding: 4px;
	margin: -11px -11px 7px;
	border: 1px solid rgb(1, 12, 22);
	font-family: "Open Sans", Arial;
	font-weight: bold;
	border-radius: 2px 2px 0 0;	
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	text-align: center;
}

#main-sidebar .widget-container h3.widget-title{
	line-height: 25px;
	vertical-align: middle;
}

.ad-sidebar {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

/**************************/
/* Footer */
/**************************/
#main-footer {
	background: #272a2d; 
	color: #a0a0a0; 
	font-size: 12px;
	padding: 0px 0 0 0;
}

#main-footer ul {
	list-style: none;
	margin: 0;	
	padding: 0;
}

#main-footer a{
	color: #fff; 
}

#main-footer a:hover{
	color: #218ce7; 
}

#main-footer .widget-container .widget-title {
	font-size: 14px;
	color: #a0a0a0;
	padding: 0;
	font-family: "Open Sans", Arial;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-bottom {
	background: #191b1d; 
	color: #a0a0a0; 
	padding: 7px 0px;
	margin-top: 15px;
}

.copyright {
}

.secondary-menu {
	text-align: right;
}

.secondary-menu ul {
	list-style: none;
	margin: 0;	
	padding: 0;
}

.secondary-menu ul li {
	display: inline-block;
	padding-left: 15px;
}

@media (max-width: 767px) {
	.secondary-menu {
		text-align: left;
	}
	
	.secondary-menu ul li {
		display: inline-block;
		padding: 0 15px 0 0;
	}
}

/**************************/
/* Blog Layout */
/**************************/
article.post, article.reviews {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px;
	padding-bottom: 38px;
}

article.single-post {
	padding-bottom: 0px;
	margin-bottom: 20px;
}

/* Image and Hover */
.featured-image {
	display:block;
	position: relative;
	margin-bottom: 10px;
}

.featured-image.full {
	width: 100%;
}

.img-hover {
	overflow: hidden;	
}

a .featured-image img {
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
}

a .featured-image:hover img {
	transform: scale(1.1);
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
}

.overlay {
	visibility: hidden;
	background: #000; 
	opacity:0; 
	-webkit-transition: visibility 0s 0.2s, opacity 0.2s linear;
	-moz-transition: visibility 0s 0.2s, opacity 0.2s linear;
    -o-transition: visibility 0s 0.2s, opacity 0.2s linear;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
	position: absolute;  
	top: 0;
	bottom: 0;
	left: 0;
    right: 0;
	margin: auto; 
    z-index:2;
}

.featured-image .glyphicon {
	visibility: hidden;
	opacity:0; 
	-webkit-transition: opacity 0.2s linear, top 0.2s linear;
	-moz-transition: opacity 0.2s linear, top 0.2s linear;
    -o-transition: opacity 0.2s linear, top 0.2s linear;
    transition: opacity 0.2s linear, top 0.2s linear;
	position: absolute; 
	color: #fff;
	text-align: center; 
	font-size: 40px; 
	top: 40%;
	bottom: 0;
	left: 0;
    right: 0;
	margin: 0 auto; 
	z-index:5;	
}	

.featured-image:hover .overlay  {
	visibility:visible;	
	opacity:0.4; 
	-webkit-transition: opacity 0.2s linear, all 0.2s linear;
	-moz-transition: opacity 0.2s linear, all 0.2s linear;
    -o-transition: opacity 0.2s linear, all 0.2s linear;
    transition: opacity 0.2s linear, all 0.2s linear;

}

.featured-image:hover .glyphicon {
	visibility:visible;	
	opacity:1; 
	top: 44%;
}

.post-title {
	padding: 0;	
}

/* Post Meta */
.entry-title, .entry-title a{
	font-family: "Open Sans Condensed", Arial;
	font-size: 37px;
	margin: 0 0 8px 0;
	padding: 0;
	color: #363636;	
}

.entry-title a:hover {
	color: #218ce7;	
}

@media (max-width: 1199px) {
	.entry-title, .entry-title a{
		font-size: 33px;
	}
}

.entry-meta {
	padding: 0px 0 10px 0;	
}

.layout-sm .entry-meta {
    padding: 0 0 6px 0;
}

.entry-meta a {
	text-decoration: none;
	color: #999999;
	font-size: 11px;
}

.entry-meta a:hover {
	color: #000;
}

.entry-meta .glyphicon {
	margin-right: 5px;	
}

.entry-date, .author, .comments-link, .meta-review {
	margin-right: 10px;	
}

.meta-category a, .meta-category span{
	position: absolute; 
	display: block;
	top:0; 
	right:0; 
	color: #fff; 
	background: #000; 
	font-family: 'Open Sans Condensed', Arial; 
	font-weight: bold; 
	font-size: 11px;
	text-transform: uppercase;
	padding: 1px 8px;
	z-index:3;	
	border-radius: 0 0 0 2px;
}

.meta-category.single a:hover {
	color: #000; 
	background: rgba(255,255,255,0.8); 
}

/* Read More Button */
.btn-read-more {
	background: #fbfbfb;
	text-shadow: none;
	font-family: "Open Sans", Arial;
	font-weight: bold;
	color: #303030;	
	font-size: 15px;
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
}

.btn-read-more:hover {
	color: #fff;
	border-color: #218ce7;
	background: #218ce7;	
}

.btn-read-more span {
	color: #7c7c7c;	
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
}

.btn-read-more:hover span {
	color: #fff;	
}

/* Comment Icon */
.comment-icon-wrap {
	padding: 0;
	margin: 0;
	text-align: right;	
}

.comment-icon {
	font-size: 15px; 
	color: #666; 
	background: url('framework/images/comments.png') no-repeat right top; 
	height: 37px; 
	width: 40px; 
	display: inline-block; 
	text-align: center; 
	padding-top: 2px;
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
}

.comment-icon:hover {
	color: #000; 
	opacity: 0.7;
}

@media (max-width: 991px) {
	.comment-icon-wrap {
		display: none;
	}
}

/* Retina Icon */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	
	.comment-icon {
		background: url('framework/images/comments@2x.png') no-repeat right top; 
		-webkit-background-size:40px 37px;
		-moz-background-size:40px 37px;
		-o-background-size:40px 37px;
		background-size:40px 37px;
	}
}

.entry-content {
	border-bottom: 0px solid #d7d7d7;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.solid {
	width: 5px;
	height: 25px;
	display:inline-block;	
	margin-right:10px;
}

h1.entry-title {
	color: #ff7200;
	margin-top: -12px;
}

/**************************/
/* Breadcrumb */
/**************************/
.breadcrumb {
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 26px;
}

.breadcrumb .glyphicon {
	font-size: 11px;
	display:inline-block;
	margin-right: 7px; 
	color: #999999;
	line-height: 23px;
    vertical-align: top;
	cursor:default;
}

.breadcrumb > li + li:before {
    content: "";
	font-family:'glyphicons halflings';
	font-size: 10px;
	cursor:default;
	color: #999999;
}

/**************************/
/* Pagination */
/**************************/
.page-numbers {
	display: inline-block;
    border: 1px solid #dddddd;
    color: #333;
    margin: 0 3px 3px 0px;
    -webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
    padding: 1px 12px 1px 12px;
    font-size: 14px;
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
}

.page-numbers:hover{
	background: #218ce7;
	border: 1px solid #218ce7;
    color: #fff;
}

.page-numbers.current {
    color: #ccc;
}

.page-numbers.current:hover {
	background: #fff;
	border: 1px solid #dddddd;
    color: #ccc;
	cursor: default;
}

.paging-navigation {
	margin-bottom: 15px;	
}

/**************************/
/* Review Summary */
/**************************/
.review-plus {
	color: #090;
	margin-right: 6px;	
}

.review-neutral {
	color: #FC0;
	margin-right: 6px;	
}

.review-con {
	color: #C00;
	margin-right: 6px;		
}

.review-sidebar h4 {
	font-family: "Open Sans", Arial;
	padding-top: 10px;
	border-top: 1px solid #d7d7d7; 	
}

.progress.part {
	opacity: 0.8;	
}

.in-content ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.in-content.top {
	width: 250px;
	float: left;	
	padding: 6px 20px 0 0;
}

.in-content .well {
	background-image: none;
	padding: 12px;
}


/**************************/
/* Archives */
/**************************/
.archive-header h1 {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 15px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Open Sans", Arial;
	color: #999;
}

/**************************/
/* Bootstrap Customizations */
/**************************/
.well {
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.page-header {
    margin: 0px 0px 20px;
	border: none;
}

.progress {
    background: #fff;
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d7d7d7;
}

.progress-bar-info {
	background-image: linear-gradient(to bottom, rgb(17, 145, 235) 0px, rgb(15, 138, 224) 100%);
}

/**************************/
/* Misc */
/**************************/
.widget-container table {
	width: 100%;	
}

.widget-container td, .widget-container th {
	text-align: center;	
}

.widget-container td#prev {
	text-align: left;	
}

.widget-container td#next {
	text-align: right;	
}

.error-page {
	text-align: center;
}

.searchform {
	text-align: center;	
}

.searchform input[type="text"] {
    padding: 6px 6px 6px 7px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 225, 225) rgb(225, 225, 225) rgb(214, 212, 212);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    transition: border 0.4s ease 0s;
}

#searchsubmit {
	display:none;
}

.widget_search {
	padding:0 !important;
	margin:0 0 20px 0 !important;
	border:none;
	box-shadow:none;	
}

#main-sidebar .searchform input[type="text"] {
	width: 100%;
}

#main-content .searchform input[type="text"] {
	width: 50%;
}

img.size-large {
	display: block;
	height: auto;
	max-width: 100%;	
}

img.alignleft {
	float:left;
	margin: 5px 10px 5px 0px;	
	display: block;
	height: auto;
	max-width: 100%;	
}

img.alignright {
	float:right;
	margin: 5px 0px 5px 10px;	
	display: block;
	height: auto;
	max-width: 100%;	
}

img.aligncenter {
	margin: 0 auto;
	padding: 5px 10px;	
	display: block;
	height: auto;
	max-width: 100%;	
}

.wp-caption {
	background: #f2f2f2;
	border: 1px solid #d7d7d7;
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 0.8em;
	text-align: center;	
}

.wp-caption p {
	margin: 0 5px;	
}

.wp-caption img {
	padding: 7px 4px 0 4px;
}

.wp-caption.aligncenter {
	margin: 0 auto;
}

.wp-caption.alignleft{
	float:left;
	margin: 5px 10px 0 0;
}

.wp-caption.alignright{
	float:right;
	margin: 5px 0 0 10px;
}

.aligncenter {
	text-align: center;	
}


@media screen and (max-width: 490px) {
	img.alignleft, img.alignright {
		float:none;
		margin: 0 auto;
	}
}

/**************************/
/* Sidebar left, content right */
/**************************/
.content-right {
	float: right;	
}

#main-sidebar.sidebar-left {
    padding: 25px;
	float:left;
}

#main-content.content-right {
    padding: 25px;
	float: right;
}

@media (max-width: 991px) {
	#main-content.content-right {
		float: none;
	}
	
	#main-sidebar.sidebar-left {
   		padding: 25px;
		float:none;
	}

	#main-content.content-right {
		padding: 25px;
	}

}

/**************************/
/* Blog Small Style */
/**************************/
.layout-sm .featured-image {
    display: block;
    width: 50%;
    position: relative;
    float: left;
	margin: 7px 10px 0 0;
}

.layout-sm .featured-image .glyphicon {
	top: 40%;
	-webkit-transition: opacity 0.2s linear, top 0.2s linear;
	-moz-transition: opacity 0.2s linear, top 0.2s linear;
    -o-transition: opacity 0.2s linear, top 0.2s linear;
    transition: opacity 0.2s linear, top 0.2s linear;
	font-size: 30px; 		
}

.layout-sm .featured-image:hover .glyphicon {
	top: 44%;
}

#secondary {
}

.promo_slider_background_image img {
	max-width:100%;
	height:auto;
}