/*   
Theme Name: Humble
Theme URI: http://www.karimhossenbux.com/lab/humble/
Description: Humble Template from ThemeForest. <a href="http://twitter.com/karimhossenbux" target="_blank">Follow me on Twitter to have Updates news</a>.
Author: Karim Hossenbux
Author URI: http://www.karimhossenbux.com
Version: 2.0.9
*/

/*-----------------------------------------------*/
/* GENERAL
/*-----------------------------------------------*/

html body {
	margin: 0px;
	padding-top: 20px;
	line-height: 18px;
}

a, a:hover {
	text-decoration:none;
}

a:focus, :focus {
	outline: none;
}

p {
	line-height: 18px;
	margin-bottom:20px;
}

hr.sep_line, .wpb_separator.wpb_content_element, .vc_text_separator {
	border:0 rgba(0, 0, 0, 0.25) dashed;
	border-top-width:1px;
	clear:both;
	height:0;
	margin-bottom:30px!important;
}

.colnb1 hr.sep_line:last-of-type {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: bold!important;
}

h1{ margin-bottom: 10px; }
h2{ margin-bottom: 10px; }
h3{ margin-bottom: 10px; }
h4{ margin-bottom: 10px; }
h5{ margin-bottom: 10px; }
h6{ margin-bottom: 5px; }

dt {
    margin-top: .8em;
    margin-bottom: .4em;
    font-weight: bold;
}

input[type="text"], input[type="email"], textarea {
	border: 1px solid #ccc;
	padding: 6px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #555;
	background: #fff url(images/trans_bg.png);
}


input[type="text"]:focus, textarea:focus,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
	border-color: #999;
	background-color: #fff;
}

.center { text-align: center; }
.tar { text-align: right; }
.truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.np { padding-left: 0!important; padding-right: 0!important; }
.pl { padding-left: 10px; }
.pr { padding-right: 20px!important; }
.nm { margin-left: 0!important; margin-right: 0!important; }

.alignright { float: right; margin: 10px; }
.alignleft { float: left; margin: 10px; }

/*-----------------------------------------------*/
/* Button
/*-----------------------------------------------*/

a.button, input[type="submit"], a.vc_read_more {
	display: inline-block;
	white-space: nowrap;
	padding: 0.8em 1em;
	border-radius: 3px;
	margin-bottom: .5em;
	transition: background-color .4s ease-in-out;
	-webkit-transition: background-color .4s ease-in-out;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	cursor: pointer;
}

a.button.bg-white, a.button.bg-white:hover {
	color: #666;
}

a.button:hover, a.vc_read_more:hover {
	color: #fff;
	text-decoration: none;
}

a.vc_read_more {
	float: right;
}


/*-----------------------------------------------*/
/* Header
/*-----------------------------------------------*/

#header-holder {
	padding:40px 0;
}

@media (max-width: 768px) {
	.header-holder {

	}
}

#logo {
	/*text-align: right;*/
	position: relative;
}

@media (min-width: 992px) {
	#logo img {	width: inherit; position: absolute; z-index: 100; }
	#logo.pull-right img { right: 20px; }
}

@media (max-width: 991px) {
	#logo { text-align: center; margin-bottom: 10px; }
	#logo img { width: inherit; }
	#header-holder { padding-top: 20px; padding-bottom: 20px; }
}

@media (max-width: 768px) {
	#logo { margin-bottom: 0; text-align: left; }
	#logo img { width: inherit; position: relative; z-index: 110; }
	#header {
		position: relative;
	}

	#header nav.navbar {
		position: absolute;
	}
	
}

/*nav {
	margin-top:5px;
	padding-left: 0;
}

nav > ul {
	margin-left: 20px;
}

nav li {
	float: left;
	background: none;
	margin-right: 10px;
	padding: 0;
}

*/

nav.navbar {
	margin: 0;
	min-height: inherit;
	background: rgba(0, 0, 0, 0.03);
	border-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border: 0;
}

@media (max-width: 768px) {
	nav.navbar {
		background-color: transparent;
	}
}

nav .nav a {
	display: block;
	text-transform: uppercase;
}

nav .nav span.glyphicon {
	opacity: 0.4;
	margin-right: 3px;
}

nav .nav .active span.glyphicon {
	opacity: 0.6;
}

div:not(.in) nav .nav a {
	border-radius: 0;
}

nav .nav .open>a, nav .nav>li:not(.active)>a:hover {
	background-color: rgba(0, 0, 0, 0.05)!important;
}

nav .dropdown-menu>li>a:hover, nav .dropdown-menu>li>a:focus {
	background-color: rgba(0, 0, 0, 0.04);
}

nav .nav .open>a {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

nav ul.dropdown-menu {
	padding: 0;
	border: none;
}

nav ul.dropdown-menu li {
 	float: none;
 	margin-right: 0;
}

nav ul.dropdown-menu li a {
	border-radius: 0;
	padding-left: 10px;
}

nav .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}

nav ul li.active > a, nav ul li.current-menu-parent > a {
	color: #fff;
}

@media (max-width: 768px) {
	.navbar {
		padding-left: 0!important;
		padding-right: 0!important;
		border: none!important;
	}
	.navbar-nav>li>a {
		text-indent: 10px;
	}

	nav.navbar-collapse {
		margin-bottom: 20px;
	}

	nav.navbar, .navbar-collapse.in {
		overflow-y: inherit!important;
	}


	#menu-menu {
		background-color: rgba(255, 255, 255, 0.92);
	}
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding: 10px!important;
	}
}

.navbar-header.navbar-default {
	background-color: inherit;
}

nav .navbar-toggle {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10px;
}

.navbar-collapse .navbar-nav {
	margin: 0!important;
}

nav .navbar-collapse {
	position: relative;
	z-index: 100;
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 768px) {
	nav .navbar-collapse {
		margin-top: 20px;
	}
}

.navbar-collapse ul {
	margin-bottom: 0
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: rgba(0, 0, 0, 0.05)!important;
}

.navbar-collapse li a {
	border-radius: 0;
}

/*-----------------------------------------------*/
/* Content
/*-----------------------------------------------*/

.single #post_content img, .entry img, .post-thumb img {
	margin-bottom: 15px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}

.img-sc {
	height: 100%;
}

#wrapper {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.container {
	background-image: url(images/trans_bg.png);
	margin-bottom: 20px;
}

.sep_line {

}

#main {
	margin-bottom:20px;
}

.notabs {
	padding: 0px 10px 0px!important;
}

#setup {
	text-align: center;
	margin: 20px 20px 60px;
}

h3#lostinspace {
	margin: 100px 0 150px;
	text-align: center;
}

.entry {
	font-size: 12px;
	text-shadow: 0 1px 0px #fff;
	margin-left: 10px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.entry.shortcode {
	margin-left: 0;
}

.entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.entry h3.title {
	text-shadow: 0 1px 0px #fff;
	margin-bottom: 0px;
	line-height: 20px;
	font-weight: bold;
}

.entry h3.title a, #portfolio h3 a, .portfolio.shortcode h3 a {
	color: #444;
}

.entry .excerpt .more {
	text-align: right;
}

.entry .excerpt .more a {
	margin-right: 0;
	font-size: 10px; 
}

#post_content .meta, .entry .meta {
	padding: 4px 1px;
	font-size: 11px;
	color: #999;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 10px;
}

#post_content .meta .comment, .entry .meta .comment {
	float: right;
}

#post_content .meta .comment a, .entry .meta .comment a {
	color: #aaa;
	font-size: 10px;
}

#post_content.fullwidth {
	padding-right: 10px;
}

.search-results h1 span, .search-no-results h1 span { color: #999; }
.nothing-found { margin-left: 10px; }

.tagcloud a {
	background-color: rgba(255,255,255,0.6);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px 5px;
	margin-right: 3px;
	border: 1px solid #ccc;
}

table {
	background: transparent url(images/comment_bg.png) repeat 0 0;
}

/*-----------------------------------------------*/
/* PAGE - POST
/*-----------------------------------------------*/

#main-holder h1.big-title{
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	padding: 5px 0 1px 10px;
	color: #fff;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
	background: transparent url(images/title_bg.png) repeat center 0;
	text-transform: uppercase;
	margin: 0;
}

#breadcrumb {
	padding: 4px 10px 3px;
	background: transparent url(images/breadcrumb_bg.png) repeat-x 0 0;
	font-size: 11px;
	text-shadow: #fff 0 1px 0;
	color: #999;
	border-bottom:1px dashed #ccc;
}

#breadcrumb a {
	color: #666;
}

#breadcrumb .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	float: none;
}

#page_content, #post_content {
	margin-top: 4px;
	margin-bottom: 20px;
	padding-left: 10px;
}

#page_content.fullwidth {
	padding-right: 10px;
}

#page_content.left_sidebar {
	padding-right: 10px;
	padding-left: 0;
}

#page_content p, #post_content p {
	text-shadow: #fff 0 1px 0;
}

#comment {
	padding: 10px;
	width: 590px;
}



/*-----------------------------------------------*/
/* Pagination
/*-----------------------------------------------*/

.pagination>li>a {
	color: inherit!important;
}

.pagination>li>a, .pagination>li>span, .woocommerce-pagination ul.page-numbers  span.page-numbers {
	background: url(images/trans_bg.png);
}

.pagination>li>a:hover,
body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce #content nav.woocommerce-pagination ul li span.current,
body.woocommerce #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce #content nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page nav.woocommerce-pagination ul li span.current,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
	background: #000 url(images/trans_bg.png)!important;
}

.pagination>li>span.current {
	color: #bbb;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span,
body.woocommerce #content nav.woocommerce-pagination ul li a,
body.woocommerce #content nav.woocommerce-pagination ul li span,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce-page #content nav.woocommerce-pagination ul li a,
body.woocommerce-page #content nav.woocommerce-pagination ul li span {
	color: inherit;
}

.woocommerce-pagination ul.page-numbers {
	border-radius: 4px;
}

.woocommerce-pagination ul.page-numbers  span.page-numbers {
	padding: 6px 12px;
	line-height: 1.4em;
}

.woocommerce-pagination ul.page-numbers  a.page-numbers {
	padding: 6px 12px;
	line-height: 1.4em;
}

/*-----------------------------------------------*/
/* Slide
/*-----------------------------------------------*/

#slide #sleft {
	background: transparent url(images/slide_bg_left.jpg) repeat 0 0;
	height: 350px;
}

#slide #sleft h1 { 
	margin:30px 20px 25px;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
	line-height: 1.2em;
	background: none;
}

#slide #sleft h2 {
	background: none;
	margin: 0 30px 0 20px;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
	line-height: 1.2em;
}

#slide #sleft h1 i, #slide #sleft h2 i {
	opacity: 0.3;
}

#slide #sleft.tac {
	height: auto;
	padding-bottom: 20px;
}

#slide #sleft.tac h1, #slide #sleft.tac h2 {
	text-align: center;
}

#slide #sright {
	height: 350px;
}

#slide #sright #texture {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
	z-index: 90;
}

@media (min-width: 991px) and (max-width: 1200px) {
	#slide #sright, #slide #sleft {
		height: 290px;
	}
	#slide #sleft h1 { font-size: 2em!important; }
	#slide #sleft h2 { font-size: 1.7em!important; }
}

@media (min-width: 768px) and (max-width: 991px) {
	#slide #sright, #slide #sleft {
		height: 224px;
	}

	#slide #sleft h1 { font-size: 1.8em!important; }
	#slide #sleft h2 { font-size: 1.5em!important; }
}

@media (max-width: 768px) {
	#slide #sleft h1 {
		margin-top: 0;
		margin-bottom: 10px;
		padding-top: 10px;
		font-size: 2em!important;
	}
	#slide #sleft h2 { font-size: 1.7em!important; }
	#slide #sleft {
		height: auto;
		padding-bottom: 10px;
	}

	#slide #sright {
		height: auto;
	}
}

/*-----------------------------------------------*/
/* Boxes
/*-----------------------------------------------*/

#boxes {
	margin-bottom: 15px;
}

#boxes h3 {
	color: #fff;
	text-shadow: 0 0 0 transparent, 0 1px 0px rgba(0, 0, 0, 1);
	background: transparent url(images/boxes_bg.png) repeat-x center 0;
	text-align: center;
	font-size: 19px;
	padding: 5px 5px 3px;
}


#boxes p {
	margin: 10px 0 0 10px;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
}

#boxes img {
	float: right;
	margin: 10px 0 10px 10px;
	width: inherit;
}

#boxes i {
	color: #333;
	float: right;
	margin: 10px 10px 10px 15px;
}

@media (max-width: 768px) {
	#boxes i { margin-top: 0; }
}

#box1, #box2, #box3 {
	cursor: pointer;
}

#boxes_content {
	width: 100%;
	margin:15px 0 30px;
}

.box_content {
	display: none;
	font-size: 12px;
	text-shadow: 0 1px 0 #fff;
	padding: 20px 10px 0;
}

#boxes_content h1, #boxes_content h2, #boxes_content h3 {
	margin-top: 0!important;
}

#boxes_content img {
	margin-bottom: 15px;
}

/*-----------------------------------------------*/
/* Minitabs
/*-----------------------------------------------*/

.minitabs_container {
    margin-bottom: 20px;    
}
ul.minitabs {
    overflow:hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left:10px;
}

ul.minitabs li {  
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #bbb;
    border-bottom: 0;
    display: inline;
    float: left;
    margin: 0 5px 0 0;
    padding: 1px 1px 0px;
    background: none;
}
ul.minitabs a { 
    display: block;
    padding: 0 10px;
    background: transparent url(images/minitabs_bg.png) repeat 0 0;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    padding: 2px 10px 2px;
    font-size: 12px;
    font-weight:bold;
    line-height: 20px;
    white-space: nowrap;
    margin-bottom: 1px;
}
ul.minitabs a:hover {
    background: transparent url(images/minitabs_bg.png) repeat 0 0;
    text-shadow: 0 1px 0 #fff;
}
ul.minitabs li a.current {
    background: transparent url(images/minitabs_bg.png) repeat 0 0;
    text-shadow: 0 1px 0 #fff;
    cursor: default;
    margin-bottom: 0px;
    padding-bottom:3px;
}
.minitabs_container .panes {
    margin: 0;
    padding: 20px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: transparent url(images/minitabs_bg.png) repeat 0 0;
    color: #888;
}
.minitabs_container .panes p {
	margin-bottom: 10px;
}
.minitabs_container .panes > div{
    display:none;
    overflow:hidden;
}

/*-----------------------------------------------*/
/* Toggle
/*-----------------------------------------------*/

.toggle_title {
	font-size: 16px;
	text-transform: none;
	background: transparent url(images/minitabs_bg.png) repeat 0 0;
	color: #888;
	padding: 10px 15px 8px;
	border-radius: 2px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.toggle_title span {
	float: left;
	margin-right: 15px;
	margin-top: -4px;
	display: inline-block;
	width: 23px;
	height: 23px;
	background: transparent url(images/toggle-plus.png) no-repeat 0 0;
}

.toggle_title.active span {
	background: transparent url(images/toggle-minus.png) no-repeat 0 0;
}

.toggle_content {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
	background: transparent url(images/minitabs_bg.png) repeat 0 0;
	color: #888;
	text-shadow: 0 1px 0 #fff;
	display: none;
}

/*-----------------------------------------------*/
/* Home - Page
/*-----------------------------------------------*/

#home_content {
	padding: 30px 10px 0;
	overflow: hidden;
}

#home_content.blank {
	padding: 0;
}


/*-----------------------------------------------*/
/* Sidebar
/*-----------------------------------------------*/

.blank .wpb_widgetised_column {
	margin-top: 0;
}

#sidebar, .wpb_widgetised_column {
	margin-top:20px;
	margin-bottom:20px;
	text-shadow: #fff 0 1px 0;
	font-size: 12px;
	line-height: 16px;
	color: #888;
}

#sidebar a, .wpb_widgetised_column a {
	color: #666;
}

.widget_search fieldset, .woocommerce #searchform {
	position: relative;
	text-shadow: none;
}

.widget_search fieldset:before, .woocommerce #searchform:before {
	font-family: fontAwesome;
	content: "\f111";
    display: block;
    color: #000;
    position: absolute;
    right: 3px;
    top: 8px;
    font-size: 28px;
    opacity: 0.5;
}

.widget_search fieldset:after, .woocommerce #searchform:after {
	font-family: fontAwesome;
	content: "\f002";
    display: block;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 7px;
    font-size: 14px;
    opacity: 0.9;
}

/*-----------------------------------------------*/
/* Footer
/*-----------------------------------------------*/

#footer {
	padding: 15px 0 10px;
	background: transparent url(images/footer_bg.png) repeat 0 0;
	font-size: 11px;
	overflow: auto;
}

#footer.blank {
	margin-top: 30px;
}

#footer .widget h6 {
	text-transform: uppercase;
	color: #ccc;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
	background: transparent url(images/footer_bg_title.png) repeat-x center bottom;
	padding-bottom: 10px;
	margin-bottom:10px;
}

#footer ul {
	padding-left: 20px;
}

#footer .widget ul li {
	margin-bottom: 3px;
}

#footer .recentpost ul li {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	#footer .recentpost ul {
		padding-left: 20px;
		padding-right: 20px;
	}
	#footer .recentpost ul li {
		padding-left: 0!important;
		padding-right: 20px!important;
		margin-bottom: 0;
		list-style: none;
	}
	#footer .col-md-3.col-sm-6 {
		margin-bottom: 20px;
	}
	#footer .col-md-3.col-sm-6.last {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {
	#footer .flickr_badge_image img {
		width: 46px;
		height: 46px;
	}
}

@media (min-width: 450px) {
	#footer .flickr_badge_image img {
		width: 58px;
		height: 58px;
	}
}

@media (max-width: 450px) {
	#footer .recentpost ul li {
		width: 100%;
		margin-bottom: 10px;

	}
}

#footer a {
	color: #ddd;
}

#footer .title {
	font-size: 14px;
	margin: 0;
}

#footer .date, #footer .desc {
	color: #666;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
}

#footer .desc { color: #999; }

#menu-footer {
	margin-top: 20px;
	background: url(images/minitabs_bg.png);
}

#footer .nav-pills>li.active>a, #footer .nav-pills>li>a:hover, #footer .nav-pills>li>a:focus {
	background: url(images/minitabs_bg.png);
}

#footer .nav a {
	text-transform: uppercase;
	border-radius: 0;
	border-bottom: 1px solid transparent;
}

#copyright {
	margin: 20px 0 0;
	padding: 0 20px;
	font-size: 10px;
	color: #666;
	text-shadow: 0 1px 0 #000;
}

.blank #copyright {
	margin-top: 0;
}

#footer .hb_social_widget a {
	color: rgba(0, 0, 0, 0.4);
}

#footer img { width: inherit; }

/*-----------------------------------------------*/
/* Widget
/*-----------------------------------------------*/

#sidebar .widget, .wpb_widgetised_column .widget {
	margin: 0 10px 20px 10px;
	padding: 0 10px;
	background: transparent url(images/widget_sidebar_bg.png) repeat 0 0;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
}

#sidebar .widget.widget_search, .wpb_widgetised_column .widget.widget_search {
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar .widget.widget_search input, .wpb_widgetised_column  .widget.widget_search input {
	width: 100%;
}

#sidebar .widget:last-of-type, .wpb_widgetised_column  .widget:last-of-type {
	margin-bottom: 0!important;
}

#sidebar .widget h4, .wpb_widgetised_column .widget h4 {
	text-transform: uppercase;
	text-shadow: #fff 0 1px 0;
}

#sidebar .widget_nav_menu ul ul, .wpb_widgetised_column .widget_nav_menu ul ul {
	padding-left: 20px;
}

#sidebar .widget .recentpost ul, .wpb_widgetised_column .widget .recentpost ul {
	margin-bottom: 0;
}

#sidebar .widget .recentpost li, .wpb_widgetised_column .widget .recentpost li {
	margin-bottom: 10px;
	line-height: 15px;
}

.tagcloud {
	line-height: 2em;
}

.widget .recentpost .thumb_widget {
	float: right;
	margin-left: 10px;
	color: #444;
	-webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0 5px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0 5px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	padding: 2px;
}

#sidebar .widget .recentpost .desc, .wpb_widgetised_column  .wdiget .recentpost .desc {
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 3px;
}

#sidebar .widget .recentpost span.date, .wpb_widgetised_column .widget .recentpost span.date {
	font-size: 10px;
	color: #999;
}

#footer .hb_flickr_widget .flickr_badge_image {
	float: left;
	margin:0 7px 7px 0;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	line-height: 0;
	padding: 2px;
	background: rgba(255, 255, 255, 255);
	opacity: 0.4;
}

#footer .hb_flickr_widget .flickr_badge_image:hover {
	opacity: 1;
}

#sidebar .hb_flickr_widget .flickr_badge_image, .wpb_widgetised_column .hb_flickr_widget .flickr_badge_image {
	float: left;
	margin:0 15px 10px 0;
	background: none;
	padding: 0;
	line-height: 0;
}

#sidebar .hb_flickr_widget .flickr, .wpb_widgetised_column .hb_flickr_widget .flickr {
	padding: 0 0 0 20px;
}

#sidebar .hb_flickr_widget .flickr_badge_image img, .wpb_widgetised_column .hb_flickr_widget .flickr_badge_image img {
	width: 60px;
	height: 60px;
	filter: alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	border: 1px solid #282828;
}

.widget ul {
	margin-bottom: 20px;
	padding-left: 20px;
}

/*-----------------------------------------------*/
/* Loading Stuff
/*-----------------------------------------------*/

#loading {
	width: 16px;
	height: 11px;
	background: transparent url(images/loading.gif) no-repeat 0 0;
	position: absolute;
	top:175px;
	left:320px;
	display: none;
}

/*-----------------------------------------------*/
/* SEP
/*-----------------------------------------------*/

.sep.line {
	border-top:1px dashed #fff;
	border-bottom:1px dashed #ccc;
	margin: 15px 0;
}

/*-----------------------------------------------*/
/* Typography Shortcode
/*-----------------------------------------------*/

blockquote {
	font-size: 16px;
	font-style: italic;
	border-left: none!important;
}
blockquote i.fa {
	margin-top: 26px;
	opacity: 0.8
}
blockquote p {
	margin-bottom:8px;
	line-height: 20px;
}
blockquote.pull-right {
	margin-left: 20px;
	border: none;
}
blockquote cite {
	color: #666;
	font-size: 12px;
	margin-left: 15px;
	font-style: normal;
}

.blockquote-reverse, blockquote.pull-right {
	border: none!important;
}

/*-----------------------------------------------*/
/* Code Shortcode
/*-----------------------------------------------*/
.code, .pre {
	border: 1px solid #ccc;
	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	overflow:auto;
	text-shadow: #fff 0 1px 0;
	font-size: 11px;
	display: block;
	margin-bottom: 20px;
}
.code {
	padding:20px 4px;
	background: #F2F3F5 url("images/code_bg.gif") repeat scroll 0 0;
	line-height: 20px;
}

.pre {
	padding:20px 4px;
	line-height: 20px;
}

/*-----------------------------------------------*/
/* Hightlight Shortcode
/*-----------------------------------------------*/
.highlight {
	padding: 0 3px;
	padding: 1px 3px;
	text-shadow: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.highlight.red {
	background-color: #ffcccf;
	color: #A14A40;
}

.highlight.blue {
	background-color: #D7E7F5;
	color: #5E6984;
}

.highlight.yellow {
	background-color: #FFF9CC;
	color: #736B4C;
}

.highlight.green {
	background-color: #E2F2CE;
	color: #466840;
}

.highlight.dark {
	background: transparent url(images/title_bg.png) repeat 0 0;
	color:#fff;
	text-shadow: #000 0 1px 0;
}

/*-----------------------------------------------*/
/* List Shortcode
/*-----------------------------------------------*/

ul.customlist {
	padding-left: 0;
}

ul.customlist li {
	background-position: 0 1px;
	padding-left: 25px;
	list-style: none;
}

ul.list-attach li { background: transparent url(images/bullet-attach.png) no-repeat 0 0; }
ul.list-delete li {background: transparent url(images/bullet-delete.png) no-repeat 0 0; }
ul.list-go li { background: transparent url(images/bullet-go.png) no-repeat 0 0; }
ul.list-help li { background: transparent url(images/bullet-help.png) no-repeat 0 0; }
ul.list-info li { background: transparent url(images/bullet-info.png) no-repeat 0 0; }
ul.list-plus li { background: transparent url(images/bullet-plus.png) no-repeat 0 0; }
ul.list-star-mini li { background: transparent url(images/bullet-star-mini.png) no-repeat 0 0; }
ul.list-star li { background: transparent url(images/bullet-star.png) no-repeat 0 0; }
ul.list-tag-blue li { background: transparent url(images/bullet-tag-blue.png) no-repeat 0 0; }
ul.list-tag-green li { background: transparent url(images/bullet-tag-green.png) no-repeat 0 0; }
ul.list-tag-pink li { background: transparent url(images/bullet-tag-pink.png) no-repeat 0 0; }
ul.list-tag-purple li { background: transparent url(images/bullet-tag-purple.png) no-repeat 0 0; }
ul.list-tag-red li { background: transparent url(images/bullet-tag-red.png) no-repeat 0 0; }
ul.list-tag-yellow li { background: transparent url(images/bullet-tag-yellow.png) no-repeat 0 0; }
ul.list-tick li { background: transparent url(images/bullet-tick.png) no-repeat 0 0; }

/*-----------------------------------------------*/
/* Videos
/*-----------------------------------------------*/
.video {
	margin-bottom: 20px;
}


/*-----------------------------------------------*/
/* Images
/*-----------------------------------------------*/

.thumbnail img {
	position: relative;
	padding: 4px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 2px 5px rgba(0, 0, 0, 0.3);
}



.overlay_glass {
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fefefe url(images/glass.png) no-repeat center center;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	cursor: pointer;
}

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
.gallery .gallery-row {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    margin: 0;
    text-align: center;
    list-style: none;
    padding: 0;
}
.gallery .gallery-image-wrap {
    overflow:hidden;
    position:relative;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    max-width: 89%;
    height: auto;
    display:block;
    margin: 0 auto;
	padding: 3px;
	background-color: #fff;
	border-width: 1px!important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
.gallery-caption {
    margin-left: 0;
}

.gallery .col-0 { width: 100%; }
.gallery .col-1 { width: 100%; }
.gallery .col-2 { width: 50%; }
.gallery .col-3 { width: 33.33%; }
.gallery .col-4 { width: 25%; }
.gallery .col-5 { width: 20%; }
.gallery .col-6 { width: 16.66%; }
.gallery .col-7 { width: 14.28%; }
.gallery .col-8 { width: 12.5%; }
.gallery .col-9 { width: 11.11%; }
.gallery .col-10 { width: 10%; }
.gallery .col-11 { width: 9.09%; }
.gallery .col-12 { width: 8.33%; }
.gallery .col-13 { width: 7.69%; }
.gallery .col-14 { width: 7.14%; }
.gallery .col-15 { width: 6.66%; }
.gallery .col-16 { width: 6.25%; }
.gallery .col-17 { width: 5.88%; }
.gallery .col-18 { width: 5.55%; }
.gallery .col-19 { width: 5.26%; }
.gallery .col-20 { width: 5%; }
.gallery .col-21 { width: 4.76%; }
.gallery .col-22 { width: 4.54%; }
.gallery .col-23 { width: 4.34%; }
.gallery .col-24 { width: 4.16%; }
.gallery .col-25 { width: 4%; }
.gallery .col-26 { width: 3.84%; }
.gallery .col-27 { width: 3.7%; }
.gallery .col-28 { width: 3.57%; }
.gallery .col-29 { width: 3.44%; }
.gallery .col-30 { width: 3.33%; }

/*-----------------------------------------------*/
/* Dropcaps
/*-----------------------------------------------*/

.dropcap1 {
	float: left;
	font-size: 36px;
	margin: 4px 10px 2px 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: transparent url(images/title_bg.png) repeat 0 0;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	padding: 12px 6px;
	font-weight: bold;
}

.dropcap2 {
	float: left;
	font-size: 36px;
	margin-right: 10px;
	margin-top: 8px;
	font-weight: bold;
}

.dropcap3 {
	float: left;
	font-size: 36px;
	margin-right: 10px;
	margin-top: 8px;
	font-style: italic;
	font-weight: bold;
}

/*-----------------------------------------------*/
/* BOXES
/*-----------------------------------------------*/
.info, .error, .notice, .success, .message {
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid;
	margin-right: 15px;
	margin-left: 15px;
}

.info {
	color: #31708f;
	background-color: rgba(217, 237, 247, 0.6);
	border-color: #bce8f1;
}
.error {
	color: #a94442;
	background-color: rgba(242, 222, 222,  0.6);
	border-color: #ebccd1;
}
.notice {
	color: #8a6d3b;
	background-color: rgba(252, 248, 227, 0.6);
	border-color: #faebcc;
}
.success {
	color: #3c763d;
	background-color: rgba(223, 240, 216, 0.6);
	border-color: #d6e9c6;
}
.message {
	background: transparent url(images/message_bg.png) repeat 0 0;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.info a {
	color: #5E6984 !important;
}
.error a {
	color: #A14A40 !important;
}
.notice a {
	color: #736B4C !important;
}
.success a {
	color: #466840 !important;
}

/*-----------------------------------------------*/
/* Comments
/*-----------------------------------------------*/

#comments {
	margin:20px 0 10px 1px;
	padding:35px 0 0
}

#comments ul, #comments ol {
	list-style: none;
}

#commentform a {
	text-shadow: 0 1px 0 #fff;
}

#comments h3, #respond h3{
	font-weight:normal;
	font-size:16px;
	padding:30px 0 15px 0;
	margin:0 0 0px 0;
}

#comments h3{
	padding-top:0;
}

#comments .image{
	float:left;
	height:40px;
}

#comments .image img {
	-webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0 5px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0 5px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 2px;
}

#comments .image a{
	float:left;
	height:61px;
}

#comments ol{
	padding-left: 10px;
}

#comments ol.pinglist li{
	padding:0;
	margin:0;
	border:none;
	width:100%;
}

#comments ol.pinglist li a{
	font-weight:normal;
}

#comments h3.pingheader{
	margin:30px 0 15px 0;
}

#comments ol, #comments ul{
	float:left;
	background: transparent url(images/comment_bg.png) repeat 0 0;
}

#comments ol ul{
	float:left;
	border-left:1px dashed #ccc;
	margin:0 0 0 20px;
	padding:0 0 0 35px
}

#comments ul.children {
	background: none;
}

#comments ol li.depth-1 > ul.children {
	margin-bottom: 20px!important;
}

#comments .children .image {
	margin-left: -10px;
}


#comments ol ul ul{
	margin:8px 0 0 10px;
}

#comments ol .line{
	display:none;
}

#comments ol ul .line{
	display: block;;
	width:30px;
	height:50px;
	position:absolute;
	border-bottom:1px dashed #ccc;
	margin:-15px 0 0 -59px;
}

#comments ol ul li{
	padding: 0;
	border:none;
}

#comments ol ul .details {
	margin: 0 0 0 15px;
	float:left;
}

.wp-smiley {
	width: inherit;
}

#comments ol li{
	border-bottom:1px dashed #ccc;
	float:left;
	text-shadow: #fff 0 1px 0;
	margin:10px 10px 0;
	background: none;
	width: 96%;
}

#comments ol li:last-of-type{
	border-bottom: none;
}

#comments .details {
	margin: 0 0 0 15px;
	float:left;
	color: #777;
}

#comments .details .name span.date{
	font-size:11px;
	color:#999;
	font-style:italic;
}

#comments .details .name span.date a {
	color:#999;
	font-size:11px;
}

#comments .details .name a{
	font-size:12px;
}

#comments .details .name{
	margin:0 0 5px 0;
}

#comments .details .name span.author a:hover {
	text-decoration: underline;
}

#comments .details .name span.author a, #respond a, ol.pinglist li a, #comments .details .name span.author{
	color:#555;
	font-weight: bold;
}

/* respond -------------- */

#respond{
	border-top:none;
	border-bottom:none;
	margin:1px 0 0 1px;
}

#respond h3 {
	padding-bottom: 0;
}

#respond.contact{
	border:none;
	margin:1px 0 0 1px;
	padding:25px 25px 0 10px;
}

#respond form {
	display:block;
	margin: 0 10px;
}

#respond form p, #respond .cancel-comment-reply, #respond form p textarea {
	float: none;
}

#respond.contact form {
	margin:0;
}

ol #respond form{ margin:0;}

ol #respond{ border:none; padding:30px 0 0 0; float:left;}

#respond p{
	float:left;
	margin:0 0 10px 0;
}

#respond input[type="submit"] {
	margin: 10px 0 0;
	display: block;
}

#respond input[type="submit"]:hover {
	color: #fff;
}

#respond input[type="text"]{
	margin:0 18px 0 0;
	width: 40%;
}

@media (max-width: 768px) {
	#respond input[type="text"] {
		width: 70%;
	}
}

#respond textarea {
	margin:0 0 0 0;
	width: 100%;
	float:left;
}

#respond label, .cancel-comment-reply {
	width:100px;
	display:block;
	float:left;
	padding:5px 0 0 0;
	color: #999;
	text-shadow: 0 1px 0 #fff;
	font-size: 11px;
}

.cancel-comment-reply{
	padding:10px 0 10px 0;
	width:300px;
}

#respond.contact label{
	width:400px;
	display:block;
	float:left;
	padding:0 0 10px 0;
}

/*-----------------------------------------------*/
/* PORTFOLIO
/*-----------------------------------------------*/

#portfolio h3, .portfolio.shortcode h3 {
	font-size: 24px;
}

#portfolio h3.mini_title {
	font-size: 16px;
	margin-bottom: 5px;
}

#portfolio .desc {
	margin-top: 10px;
	font-size: 11px;
	line-height: 16px;
}

#portfolio #filters {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: right;
}

#portfolio #filters a {
	padding: 5px 10px;
	margin-left: 5px;
}

#portfolio #filters a:not(.current) {
	background-color: #ddd!important;
}

#portfolio #filters a.current {
	font-weight: bold;
}

#portfolio .thumbnail, .portfolio.shortcode .thumbnail {
	border: 5px solid #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 2px 5px rgba(0, 0, 0, 0.15);
	position: relative;
}

#portfolio .thumbnail a.overlay, .portfolio.shortcode .thumbnail a.overlay {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fefefe;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	cursor: pointer;
}

#portfolio .thumbnail h3, .portfolio.shortcode .thumbnail h3 {
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	background-color: #000;
	color: #fff;
	line-height: 1em;
	text-shadow: none;
	position: absolute;
	top: 50px;
	text-align: center;
	padding: 10px 10px 8px;
	cursor: pointer;
	font-weight: normal;
	font-size: 16px;
}

#portfolio .thumbnail h3 a, .portfolio.shortcode .thumbnail h3 a {
	color: #fff;
}

#portfolio .thumbnail .meta, .portfolio.shortcode .thumbnail .meta {
	position: absolute;
	bottom: 50px;
	background-color: #444;
	padding: 5px 10px;
	font-size: 10px;
	color: #fff;
	text-shadow: none;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

#portfolio .thumbnail .meta a, .portfolio.shortcode .thumbnail .meta a {
	color: #fff;
}

#portfolio .thumbnail .meta .category, .portfolio.shortcode .thumbnail .meta .category {
	float: right;
}

#portfolio .thumbnail .meta .time, .portfolio.shortcode .thumbnail .meta .time {
	float: left;
}

#portfolio .one_col, .portfolio.shortcode .one_col {
	position: relative;
	height: 250px;
}
#portfolio .one_col h3, .portfolio.shortcode .one_col h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}
#portfolio .one_col h3 a, .portfolio.shortcode .one_col h3 a {
	text-shadow: 0 1px 0 #fff;
}
#portfolio .one_col .project_desc, .portfolio.shortcode .one_col .project_desc {
	color: #999;
	text-shadow: 0 1px 0 #fff;
	line-height: 17px;
}
.portfolio.shortcode .one_col .project_desc { color: #666; }
#portfolio .one_col .meta, .portfolio.shortcode .one_col .meta {
	width: 100%;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	padding-right: 30px;
}
#portfolio .one_col .time, .portfolio.shortcode .one_col .time {
	float: left;
}
#portfolio .one_col .category, .portfolio.shortcode .one_col .category {
	float: right;
}
#portfolio .one_col .category a, #portfolio .one_col .meta, .portfolio.shortcode .one_col .category a, .portfolio.shortcode .one_col .meta {
	color: #999;
	text-shadow: 0 1px 0 #fff;
}

.portfolio_item {
	margin-bottom: 30px;
}

.portfolio.shortcode .col-sm-8 { padding: 0; }
.col-sm-6.odd {	margin-left: -15px; }
.col-sm-6.even { margin-left: 10px; }

#portfolio .col-sm-6 {
	margin-bottom: 20px;
}

.wrap .link-img {
	display: block;
	overflow: hidden;
	position: relative;
}

.wrap .link-img:hover:after {
	font-family: fontAwesome;
	content: "\f055";
	content: "\f0fe";
    display: block;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
   	margin-top: -25px;
    font-size: 50px;
}

.wrap .link-img:hover:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}

/*-----------------------------------------------*/
/* Sitemap
/*-----------------------------------------------*/

.sitemap a {
	color: #666;
}

/*-----------------------------------------------*/
/* Google Maps
/*-----------------------------------------------*/

.gmaps {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	display: inline-block;
    position: relative;
    margin: 0 auto;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	margin-bottom: 15px;
}

.gmaps .holder {
    overflow: hidden;
    position: relative;
    z-index: 799;
}

.gmaps iframe {
    z-index: -999;
    position: absolute;
}

.gmaps .shadow1, .gmaps .shadow2, .gmaps .shadow3, .gmaps .shadow4 {
	width: 50%;
	height: 50%;
	z-index: 999;
	position: absolute;
	background: url(data: image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	background: linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=1 );
	pointer-events: none;
}

.gmaps .shadow2 {
	left: 50%;
}

.gmaps .shadow3 {
	top: 50%;
}

.gmaps .shadow4 {
	top: 50%;
	left: 50%;
}

/*-----------------------------------------------*/
/* WOOCOMMERCE
/*-----------------------------------------------*/

del .amount { text-shadow: none; }

ins, ins .amount { text-decoration: none;
	font-weight: bold;
	color: #ff3131;
	opacity: 0.9;
	
}
	
body .woocommerce ul.cart_list li img, body .woocommerce-page ul.cart_list li img, body .woocommerce ul.product_list_widget li img, body .woocommerce-page ul.product_list_widget li img {
	background-color: #fff;
	padding: 2px;
	box-shadow: none;
	-moz-box-shadow: none;
}

body .woocommerce ul.cart_list li, body .woocommerce-page ul.cart_list li, body .woocommerce ul.product_list_widget li, body .woocommerce-page ul.product_list_widget li {
	border-bottom: 1px dashed #ccc;
	padding-top: 6px;
	padding-bottom: 6px;
}

body .woocommerce .star-rating:before, body .woocommerce-page .star-rating:before {
	color: #ccc;
}
body .woocommerce .star-rating span:before, body .woocommerce-page .star-rating span:before,
.product a, .product a:hover {
	color: #ffb100;
}

.star-rating { text-shadow: 0 1px 0 #fff; }
.star-rating span {
	opacity: 0.5;
}

#sidebar .star-rating {
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px
}

#sidebar .screen-reader-text, #sidebar .woocommerce #searchsubmit {
	display: none;
}

.widget.woocommerce.widget_product_search {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}

.widget.woocommerce.widget_product_search input {
	width: 100%
}

body.woocommerce div.product div.images img,
body.woocommerce #content div.product div.images img,
body.woocommerce-page div.product div.images img,
body.woocommerce-page #content div.product div.images img,
img.attachment-shop_catalog.wp-post-image {
	background-color: #fff;
	padding: 3px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}

body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body.woocommerce #respond input#submit.alt,
body.woocommerce #content input.button.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page button.button.alt,
body.woocommerce-page input.button.alt,
body.woocommerce-page #respond input#submit.alt,
body.woocommerce-page #content input.button.alt,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce #respond input#submit,
body.woocommerce #content input.button,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-page #respond input#submit,
body.woocommerce-page #content input.button,
.shipping_calculator h2 a,
.shipping-calculator-form button {
	color: #fff!important;
	text-shadow: none!important;
	border: none!important;
	border-radius: 4px!important;
	min-height: 27px!important;
}

body.woocommerce a.button.alt:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce input.button.alt:hover,
body.woocommerce #respond input#submit.alt:hover,
body.woocommerce #content input.button.alt:hover,
body.woocommerce-page a.button.alt:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page input.button.alt:hover,
body.woocommerce-page #respond input#submit.alt:hover,
body.woocommerce-page #content input.button.alt:hover {
	text-shadow: inherit;
}

body.woocommerce ul.products li.product .price, body.woocommerce-page ul.products li.product .price {
	float: right;
	font-size: 20px;
	text-shadow: none;
	margin-top: -2px;
}

.single-product #page_content {
	margin-top: 20px;
}

body.woocommerce span.onsale, .woocommerce-page span.onsale {
	border-radius: 1px;
	line-height: inherit;
	min-width: 75px;
	min-height: 28px;
	text-shadow: inherit;
	border: none;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	opacity: 0.7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: transparent!important;
	background: transparent url(images/minitabs_bg.png) repeat 0 0!important;
	color: inherit!important;
	border-bottom: none!important;
	margin-right: 10px!important;
	box-shadow: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #666;
}

.woocommerce-tabs ul.tabs {
	margin-bottom: 0!important;
}

.woocommerce .panel {
	background: transparent url(images/minitabs_bg.png) repeat 0 0!important;
	padding: 0 10px 10px!important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	padding: 2px!important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	border: 1px dashed #ccc!important;
}

#comments .star-rating {
	text-shadow: 0 1px 0 #fff;
	font-size: 18px;
}

#comments .star-rating span {
	color: #ffb100!important;
	opacity: 0.5;
}

#comments .commentlist .star-rating {
	font-size: 12px;
}

#comments .star-rating:before {
	color: #ccc!important;
}

.woocommerce .summary.entry-summary .amount {
	font-size: 22px;
}

.woocommerce .summary.entry-summary del .amount {
	font-size: 14px;
}

.cart_totals table {
	width: 100%;
}

.shipping_calculator h2 {
	margin-bottom: 20px;
}

.shipping_calculator h2 a {
	padding: 10px 20px;
}

.shipping_calculator h2 a:hover {
	text-decoration: none;
}

#shiptobilling-checkbox {
	position: relative;
	top: 20px;
}

#payment img {
	width: inherit;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
	line-height: 0!important;
}

.woocommerce-info {
	margin-top: 20px!important;
}

.woocommerce ul.products li.product .price .from, .woocommerce-page ul.products li.product .price .from {
	font-size: 10px!important;
}


/**
*
* Visual Composer
*
**/

.blank .vc_row-fluid [class*="vc_span"] > .wpb_wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.blank .teaser_grid_container {
	padding: 0 0 0 10px;
}

#page_content {
	margin-top: 20px;
}

.wpb_separator.wpb_content_element, .vc_text_separator {
	margin-top: 20px;
}

.vc_text_separator {
	margin-bottom: 35px!important;
}

.vc_text_separator div {
	background: url(images/title_bg.png);
	color: #fff!important;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 10px!important;
	top: -20px!important;
}

.messagebox_text {
	background: none!important;
	position: relative;
}

.messagebox_text:before {
	font-family: fontAwesome!important;
    display: block;
    position: absolute;
    left: -3px;
    top: 1px;
    font-size: 20px;
    text-shadow: 0 1px 0 #fff;
}

.wpb_alert .messagebox_text:before {
	color: #C09853;
	content: "\f071"!important;
}

.wpb_alert.wpb_alert-success .messagebox_text:before {
	color: #468847;
	content: "\f058"!important;
}

.wpb_alert.wpb_alert-error .messagebox_text:before {
	color: #B94A48;
	content: "\f057"!important;
}

.wpb_alert.wpb_alert-info .messagebox_text:before {
	color: #3A87AD;
	content: "\f06a"!important;
}

.pp_gallery ul li img {
	width: 50px;
}

.wpb_content_element .wpb_tabs_nav li {
	background-color: #eee!important;
	border: 1px solid #ddd;
	border-bottom: none;
	border-top-left-radius: 3px; 
	border-top-right-radius: 3px;
	margin-right: 2px!important;

}

.wpb_tour.wpb_content_element .wpb_tabs_nav li {
	border-top-right-radius: 0;
	border-bottom-left-radius: 3px!important;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2px;
	margin-right: 0!important;
	border-right:none;
}

.wpb_content_element .wpb_tabs_nav li.ui-state-active {
	background-color: rgba(255, 255, 255, 0.6)!important;
}


.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: rgba(255, 255, 255, 0.6)!important;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	border-top-left-radius: 0;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover {
	background-color: rgba(255, 255, 255, 0.6)!important;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, .wpb_content_element .wpb_accordion_header a {
	color: #bbb;
}

.wpb_tour_next_prev_nav {
	background-color: rgba(255, 255, 255, 0.6)!important;
	border: 1px solid #ddd;
	padding: 10px;
	padding-left: 10px!important;
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
	padding-top: 15px!important;
	padding-right: 20px!important;
}

.post-thumb img {
	border-radius: 6px;
}

.post-title {
	margin-top: 0;
}

.post-title a { color: inherit; }

.wpb_image_grid .wpb_image_grid_ul {
	margin: 0 auto!important;
}

.wpb_gallery.wpb_content_element {
	margin-bottom: 20px!important;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
	width: 33%;
}

.wpb_content_element .entry-content {
	margin-bottom: 10px;
}

ul.wpb_thumbnails-fluid li .entry-content p:last-child {
	margin-bottom: 10px!important;
}

.wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
	width: 100%!important;
	margin-left: 0!important;
}

.wpb_row ul.wpb_thumbnails-fluid > li.[class*="vc_span"] {
	/*margin-left: 2%!important;*/
	margin-left: 0!important;
	margin-right: 2.5%;
}

.blank .teaser_grid_container { 
	width: 106%;
}

.teaser_grid_container .isotope .isotope-item {
	border-bottom: 1px dashed #ccc;		
	padding-bottom: 20px;
}

@media (max-width: 550px) {
	.wpb_grid ul.wpb_thumbnails-fluid > .vc_span6, .wpb_filtered_grid ul.wpb_thumbnails-fluid > .vc_span6 {
		width: 100%!important;
	}
}

@media (max-width: 768px) {
	
	.blank .teaser_grid_container {
		width: 100%;
		padding-left: 0;
	}

	.vc_row-fluid [class*="vc_span"] {
		width: 100%!important;
		margin-left: 0!important;
	}

	.teaser_grid_container .isotope-item {
		margin-right: 3.5%!important;
	}
}

@media (max-width: 991px) {
	.isotope-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.wpb_grid .wpb_thumbnails-fluid > .vc_span6, .wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span6 {
		width: 46.45%!important;
	}

	.blank .teaser_grid_container {
		padding-left: 0;
	}

}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.5s!important;
	-moz-transition-duration: 0.5s!important;
	-ms-transition-duration: 0.5s!important;
	-o-transition-duration: 0.5s!important;
	transition-duration: 0.5s!important;
}

.vc_span12 .wpb_call_to_action {
	background-color: rgba(255, 255, 255, 0.35)!important;
	border: none;
}

.wpb_row.vc_row-fluid {
	background-position: center;
}

.wpb_call_text {
	text-shadow: 0 1px 2px #000;
	opacity: 0.7;
	color: #FFF;
}

.woocommerce #footer .widget img, .woocommerce-page #footer .widget img {
	width: 50px!important;
}



/** CHANGES FOR A2O BELOW **/

#header #logo img {
	position: relative;
	max-width: 100%;
}

#header nav.navbar {
	position: relative;
	margin-top: 30px;
}

#header .navbar-toggle {
	float: left;
	margin-left: 15px;
}