@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic);


/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body 
{
	line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}

#page_content_wrapper p {
	padding-top:0.5em;
	padding-bottom:0.5em;
}

#page_content_wrapper p:empty {
	padding: 0 !important;
}

img, a img {
	image-rendering: optimizeQuality;
}

em {
	font-style: italic;
}

/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}

div.alignleft, img.alignleft {
	display: inline-block;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
div.alignright, img.alignright {
	display: inline-block;
	float: right;
	margin-left: 1em;
	margin-top: 1em;
}
div.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	font-weight: bold;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
	border: 0;
	padding: 0;
}
.gallery-caption, .bypostauthor {
	text-align: center;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.sticky, .bypostauthor { font-weight: bold; }

.sticky, .tag-sticky-2
{
	background: #ffffe0;
	padding: 30px 20px 20px 20px;
	border: 1px solid #e6db55 !important;
	box-sizing: border-box;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/*
	Global Layout
*/


html
{
	overflow-x: hidden;
}

body
{
	background: #f0f0f0;
	font-size: 14px;
	font-family: "Open Sans", 'helvetica neue', Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.875;
	height: 100%;
	word-wrap: break-word;
}

html, body[data-style=password], body[data-style=wall], body.page-template-contact-php
{
	height: 100%;
}

body.loading
{
	background: #fff;
}

body.error404
{
	background: #000;
}

body.js_nav
{
	height: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
	body.js_nav .frame_left, body.js_nav .frame_right, body.js_nav .grid_cover_wrapper
	{
		left: 250px;
	}
	body.loading .frame_left, body.loading .frame_right, body.loading .grid_cover_wrapper
	{
		left: 0;
	}
	body.js_nav .frame_bottom.fixed
	{
		position: fixed !important;
	}
}

body.js_nav.page-template-blog_f-php
{
	height: auto;
}

hr
{
	height: 0;
	border: 0;
	border-top: 3px solid #000;
	background: transparent;
	display: block;
	margin: auto;
	width: 100%;
	clear: both;
}

hr.thin
{
	border-top: 1px solid #000;
}

a
{
	color: #000;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

a:active
{
	color: #000;
	text-decoration: none;
}

h1
{
	font-size: 36px;
}

h2
{
	font-size: 32px;
}

#searchform label
{
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#searchform input[type=text]
{
	width: 91%;
}

h3
{
	font-size: 26px;
}

h3#reply-title
{
	font-size: 20px;
	margin-bottom: 5px;
}

h4
{
	font-size: 20px;
}

.gmap_marker h4
{
	font-size: 18px;
	color: #000;
}

h5
{
	font-size: 18px;
}

h6
{
	font-size: 16px;
}

h7
{
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, h7
{
	color: #000;
	font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: -1px;
}

h1.white
{
	color: #fff;
}

.fixed
{
	position: fixed;
	z-index: 10;
}

.frame_top
{
	top: 0;
	left:0;
	width: 100%;
	height: 28px;
	background: #fff;
}

.frame_bottom
{
	bottom: 0;
	left:0;
	width: 100%;
	height: 28px;
	background: #fff;
}

body.js_nav .frame_bottom.fixed
{
	position: absolute;
}

.frame_left
{
	top: 0;
	left: 0;
	height: 100%;
	width: 28px;
	background: #fff;
}

.frame_right
{
	top: 0;
	right: 0;
	height: 100%;
	width: 28px;
	background: #fff;
}

div.home_header
{
	font-size: 90px;
	line-height: 110px;
	display: block;
	margin: 30px 50px 30px 50px;
	letter-spacing: -5px;
	color: #000;
	font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

div.home_header strong
{
	color: #e64946;
	font-weight: 500;
}

.strong
{
	font-weight: bold;
}

.middle
{
	vertical-align: -30%;
}

pre, code, tt {font:12px 'andale mono', 'lucida console', monospace;line-height:1.5;padding: 15px 10px 15px 10px;display: block; overflow: auto; margin-top: 20px;
margin: 20px 0 20px 0;
width:92%;
	border: 0;
	color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.clear
{
	clear: both;
}

img.mid_align
{ 
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

#contact_form label
{
	clear: both;
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
	display: block;
}

#contact_form input, #contact_form textarea, #commentform input, #commentform textarea
{
	margin-bottom: 15px;
}

.dropcap1
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 40px;
	line-height: 40px;
	background: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #000;
	width: 40px;
	height: 40px;
	text-align: center;
	text-shadow: none;
}

blockquote
{
	width: 85%;
	border-left: 1px solid #000;
	margin: 10px 0 10px 0;
	padding-left: 25px;
	font-family: 'Crimson Text', georgia,Verdana,sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #000;
}

blockquote h2
{
	font-weight: normal;
	font-size: 20px;
}

blockquote h3
{
	font-weight: normal;
	font-size: 18px;
}

#respond
{
	width: 100%;
	float: left;
	margin: 0;
}

#respond.comment-respond
{
	margin: 15px 0 10px 0;
}

#wrapper
{
	position: relative;
}

body[data-style=wall] #wrapper, body.page-template-contact-php #wrapper
{
	height: 100%;
}

#wrapper, #supersized, #imageFlow
{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
}

body[data-style=fullscreen], body[data-style=flow], body[data-style=password]
{
	overflow: hidden;
}

@-moz-document url-prefix() {
	body.js_nav #wrapper
	{
		min-height: 100%;
	}
}

#supersized
{
	position: fixed;
}

#supersized li
{
	background: #f0f0f0;
}

body.js_nav #wrapper, body.js_nav #supersized, body.js_nav #imageFlow
{
	-webkit-transform: translate(250px, 0px);
	-ms-transform: translate(250px, 0px);
	-moz-transform: translate(250px, 0px);
	-o-transform: translate(250px, 0px);
	transform: translate(250px, 0px);
}

body.js_nav #wrapper
{
	z-index: 9;
	height: auto;
	position: relative;
}

body.loading #wrapper, body.loading #supersized, body.loading #wrapper, body.loading #imageFlow
{	
	-webkit-transform: translate(0px, 0px) !important;
	-ms-transform: translate(0px, 0px) !important;
	-moz-transform: translate(0px, 0px) !important;
	transform: translate(0px, 0px) !important;
}

body.loading .top_bar
{	
	-webkit-transform: translate(-250px, 0px) !important;
	-ms-transform: translate(-250px, 0px) !important;
	-moz-transform: translate(-250px, 0px) !important;
	transform: translate(-250px, 0px) !important;
}

body.page-template-template-gallery-masonry-fullwidth-php #wrapper, body.page-template-template-gallery-masonry-fullwidth-verticle-php #wrapper, body.page-template-portfolio-fullwdith-masonry-php #wrapper, body.home #wrapper
{
	width: 100%;
}

.logo_wrapper
{
	margin: 0 0 10px 0;
}

.top_bar
{
	left: 0px;
	-webkit-transform: translate(-250px, 0px);
	transform: translate(-250px, 0px);
	-o-transform: translate(-250px, 0px);
	-moz-transform: translate(-250px, 0px);
	
	-webkit-backface-visibility: hidden;
	
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-font-smoothing: subpixel-antialiased;
	 width: 250px; 
	 background: #000; 
	 position: fixed;
	 top: 0px;
	 height: 100%;
	 z-index: 99;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
	.top_bar, #wrapper
	{
		-ms-transition: none;
	}
}

body.js_nav .top_bar
{
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
}

body.admin-bar .top_bar
{
	top: 27px;
}

.top_bar_wrapper
{
	height: 100%;
}

#mobile_menu
{
	display: none;
	cursor: pointer;
}

#menu_wrapper
{
	margin:auto;
	margin-top: 90px;
	width: 210px;
	height: 100%;
	z-index: 99999;
    padding: 0 20px 0 20px;
}

#menu_border_wrapper
{
	display: block;
}

#menu_border_wrapper .notice
{
	color: #000;
	margin-top: 19px;
	text-align: left;
}

.nav, .subnav, .nav_page_number
{
	list-style: none;
	float: right;
	padding: 10px 0 10px 0;
}

.subnav
{
	background: none;
}

.nav > li, .nav_page_number > li
{
	display: inline-block;
}

.nav_page_number
{
	margin-top: 2px;
}

#menu_wrapper .nav ul, #menu_wrapper div .nav
{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	margin-top: 60px;
	width: 100%;
}

#menu_wrapper .nav ul li, #menu_wrapper div .nav li
{
	display: block;
	margin: 0 0 0 0;
	width: 100%;
	padding-right: 20px;
}

#menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li
{
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}

#menu_wrapper .nav ul li:last-child, #menu_wrapper div .nav li:last-child
{
	margin-right: 0;
}

#menu_wrapper .nav ul li a, #menu_wrapper div .nav li a
{
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #999;
	font-size: 14px;
	line-height: 42px;
	border-bottom: 1px solid #444;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	display: block;
}

#menu_wrapper .nav ul li ul li.arrow > a:after, #menu_wrapper div .nav li ul li.arrow > a:after
{
	font-weight: bold;
	font-size: 10px;
	margin-left: 0.5em;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: 10%;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	font-family: 'FontAwesome';
	content: "\f0da";
	float: right;
	margin-right: 0px;
	margin-top: 4px;
}

#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover
{
	color: #fff;
}

#menu_wrapper div .nav li.current-menu-item > a, #menu_wrapper div .nav li.current-menu-parent > a, #menu_wrapper div .nav li.current-menu-ancestor > a
{
	color: #fff;
}

#menu_wrapper div .nav li ul li.current-menu-ancestor a
{
	color: #fff;
}

#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul
{
	display: none;
	list-style: none;
	background: transparent;
	position: absolute;
 	padding: 0;
 	width: 220px;
 	height: auto;
 	z-index: 1000; 
	margin: -88px 0 0 0;
	left: 250px;
	border: 1px solid #ccc;
	border-left: 0;
	background: #fff;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

#menu_wrapper div .nav li ul:before
{
	z-index: 50;
	display: block;
	content: "";
	position: absolute;
	top: 59px;
	left: -8px;
	border-top: 0.6em transparent solid;
	border-bottom: 0.6em transparent solid;
	border-right: 0.6em #ffffff solid;
}

#menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li
{
	width: 100%;
	padding: 0;
	padding-right: 25px;
	display: block;
	margin-left: 0;
}

#menu_wrapper .nav ul li ul li:first-child, #menu_wrapper div .nav li ul li:first-child
{
	padding-top: 5px;
}

#menu_wrapper .nav ul li ul li:last-child, #menu_wrapper div .nav li ul li:last-child
{
	padding-bottom: 5px;
}

#menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul li ul
{
	position: absolute;
	margin-top: -47px;
	display: none;
	z-index: 99;
	opacity: 1;
	left: 221px;
	border: 1px solid #ccc;
	border-left: 0;
}

#menu_wrapper .nav ul li ul li ul:before, #menu_wrapper div .nav li ul li ul:before
{
	display: none;
}

#menu_wrapper .nav ul li:hover ul, #menu_wrapper div .nav li:hover ul
{
	display: block;
}

#menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a
{
	color: #000;
	display: block;
	background: transparent;
	height: auto;
	line-height: normal;
}

#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a
{
	width: 180px;
	display: block;
	border-top: 0;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0px;
	border: 0;
	margin: 0 20px 0 20px;
	padding: 11px 0 11px 0;
	text-align: left;
	border-top: 0 !important;
	border-bottom: 1px solid #ccc;
}

#menu_wrapper .nav ul li ul li:last-child a, #menu_wrapper div .nav li ul li:last-child a, #menu_wrapper div .nav li.current-menu-parent ul li:last-child a
{
	border-bottom: 0;
}

#menu_wrapper .nav ul li ul li a:hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li.current-menu-item ul li a:hover, #menu_wrapper div .nav li.current-menu-parent ul li a:hover
{
	color: #777;
}

#menu_close_icon
{
	position: fixed;
	left: 250px;
	top: 80px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

#menu_close_icon:after
{
	z-index: 50;
	display: block;
	font-family: 'FontAwesome';
	content: "\f0c9";
	color: #fff;
	font-size: 1.4em;
	font-weight: 300;
	text-align: center;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 0 40px 50px;
	border-color: transparent transparent transparent #000000;
	text-indent: -70px;
	line-height: 0px;
	-ms-transform: translateX(-250px);
}

doesnotexist:-o-prefocus, #menu_close_icon:after 
{
  line-height: 1px;
}

body.js_nav #menu_close_icon:after
{
	-ms-transform: translateX(0px);
}

body.js_nav #menu_close_icon:after
{
	content: "\f00d";
}

#menu_close_icon.open:after
{
	content: "\f00d";
}

.footer_bar
{
	width: 210px;
	margin-top: 30px;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
}

body.page-template-portfolio-2-php .footer_bar, body.page-template-portfolio-3-php .footer_bar, body.page-template-portfolio-4-php .footer_bar
{
	margin: 0;
}

#footer 
{
	width: 100%;
	clear: both;
	margin: auto;
	color: #999;
	word-wrap: break-word;
	font-size: 90%;
	background: #000;
	margin-top: 0;
	padding: 20px 0 20px 0;
}

#footer a
{
	color: #ccc;
}

#footer a:hover, #footer a:active
{
	color: #888;
}

#footer.fullscreen , #footer.flow, #footer.kenburns, #footer.wall, #footer.flip, #footer.static
{
	display: none;
}

#copyright
{
	float: left;
	width: 100%;
	font-size: 14px;
	font-style: italic;
	font-family: 'Crimson Text', georgia,Verdana,sans-serif;
	margin-top: 0;
	color: #999;
}

.oldtext
{
	font-family: 'Crimson Text', georgia,Verdana,sans-serif;
}

.continue_reading
{
	font-size: 18px;
	font-style: italic;	
}

#page_content_wrapper, .page_content_wrapper
{
	width: 960px;
	background: #fff;
	padding-bottom: 0;
	padding-top: 40px;
	margin: auto;
	margin-top: 55px;
	margin-bottom: 75px;
}

#page_content_wrapper.nobg, .page_content_wrapper.nobg
{
	background: transparent !important;
}

#page_content_wrapper:not(.noanimation), .page_content_wrapper:not(.noanimation)
{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 0.4s;	
	-webkit-animation-duration: 0.4s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;
	
	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

#page_content_wrapper.transparentbg, .page_content_wrapper.transparentbg
{
	padding: 0;
}

.transparentbg
{
	background: transparent !important;
}

.vertical_center_wrapper.transparentbg
{
	color: #fff;
}

.transparentbg input[type=password]
{
	background: #fff !important;
}

body.loading #page_content_wrapper, body.loading .page_content_wrapper, #page_content_wrapper.slideDown, .page_content_wrapper.slideDown, body.loading #photo_wall_wrapper, body.loading .grid_cover_wrapper .mask, body.loading #supersized, body.loading #kenburns, body.loading #imageFlow, body.loading #ajax_portfolio_wrapper, body.loading .vertical_center_wrapper, body.loading #page_caption, body.loading .backstretch, body.loading .grid_cover_wrapper
{
	animation-name: fadeOut;
	-webkit-animation-name: fadeOut;	

	animation-duration: 0.2s;	
	-webkit-animation-duration: 0.2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;
	
	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

body.loading #menu_close_icon
{
	visibility: hidden !important;
}

#page_content_wrapper.withtitle, .page_content_wrapper.withtitle
{
	margin-top: 30px;
}

#content_wrapper .inner
{
	overflow: hidden;
}

#page_content_wrapper .inner
{
	margin: auto;
}

.post.type-post
{
	margin-bottom: 20px;
}

body[data-style=blog_grid] .post.type-post, body.page-template-galleries-php .gallery.type-gallery, body[data-style=blog_grid] .post.type-post
{
	float: left;
	background: #fff;
	width : 405px;
	padding: 25px;
	margin-bottom: 30px;
}

.post.type-post:last-child
{
	margin-bottom: 0;
}

.post_wrapper
{
	width: 100%;
	padding: 20px 0 35px 0;
}

.type-post:first-child .post_wrapper, body.single .post_wrapper
{
	padding-top: 0;
}

.post_wrapper
{
	border-bottom: 1px dashed #ccc;
}

body.single .post_wrapper
{
	border-bottom: 0;
}

.type-post:first-child .post_wrapper
{
	padding-top: 0;
}

.type-post:last-child .post_wrapper
{
	border-bottom: 0;
	padding-bottom: 10px;
}

.type-post:last-child .post_wrapper.fullwidth
{
	padding-bottom: 35px;
}

.post_wrapper.grid_layout
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.post_wrapper.grid_layout .flex-direction-nav a
{
	bottom: 10% !important;
}

.post_wrapper.single
{
	width: 100%;
	margin: 0;
}

.post_date
{
	margin: auto;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Oswald',Helvetica,Verdana,sans-serif;
	margin-top: -20px;
}

.post_date.fullwidth
{
	margin-top: -10px;
	text-align: center;
}

.post_date .month
{
	font-size: 20px;
	font-weight: 300;
	line-height: 16px;
}

.post_date .year
{
	width: 100%;
	font-size: 20px;
}

.post_date .date
{
	font-size: 55px;
	display: inline-block;
}

.post_date .post_date_right
{
	display: inline-block;
	position: relative;
	top: 0;
	left: 3px;
}

.post_date .comments
{
	width: 100%;
	font-size: 11px;
	text-align: center;
	margin-top: 11px;
	font-weight: normal;
	text-shadow: 0 0 0;
}

.post_header
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: -10px;
}

.post_header.fullwidth
{
	text-align: center;
	margin-top: -10px;
	margin-bottom: 20px;
}

body.page-template-galleries-php .post_header
{
	margin-bottom: 0 !important;
}

.post_header.fullwidth h4
{
	font-size: 30px;
	line-height: 40px;
}

.post_header h5
{
	font-size: 24px;
	line-height: 34px;
}

.post_excerpt
{
	width: 98%;
	margin:18px 0 0 0;
}

.post_tag
{
	float: left;
	margin: 0;
}

.uppercase
{
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

body.single-galleries #social_share_wrapper, body[data-style=portfoliogrid] #social_share_wrapper 
{
	position: fixed;
	background: #ffffff;
	float: none;
	bottom: 38px;
	right: 38px;
	z-index: 99;
	padding: 0 15px 0 3px;
	margin: 0;
}

#social_share_wrapper.attachment
{
	float: right !important;
	margin-top: -5px !important;
	background: transparent  !important;
	position: static !important;
	padding: 0 !important;
}

#social_share_wrapper ul
{
	margin: 0 !important;
	list-style: none !important;
}

#social_share_wrapper ul li
{
	float: right;
	margin-left: 10px;
	font-size: 1.5em;
}

.post_header .post_detail, .recent_post_detail, .post_detail
{
	width: 90%;
	padding: 5px 10px 5px 0;
	float: left;
	font-size: 13px;
	color: #999;
	letter-spacing: 1px;
}

#page_caption .post_detail
{
	padding: 0;
	margin-bottom: 5px;
}

.post_detail_wrapper
{
	float: left;
	width:96%;
	margin: 0 0 10px 0;
}

#blog_grid_wrapper
{
	width: 100% !important;
}

#blog_grid_wrapper .post.type-post
{
	visibility: hidden;
	opacity: 0;
}

#blog_grid_wrapper .post.type-post.visible
{
	animation-name: slideUpGrid;
	-webkit-animation-name: slideUpGrid;	

	animation-duration: 0.2s;	
	-webkit-animation-duration: 0.2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;
	
	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

.comment .left img.avatar
{
	width: 50px;
	height: 50px;
}

.comment
{
	width: 100%;
	padding-bottom: 0;
	float: left;
	border-bottom: 1px dashed #ccc;
	padding: 30px 0 30px 0;
}

.comment .children
{
	float: left;
	margin-top: 10px !important;
}

.fullwidth_comment_wrapper .comment
{
	width: 100%;
}

.comment .left
{
	float: left;
	margin-right: 15px;
}

.comment_arrow
{
	width: 10px;
	height: 10px;
	float: left;
	position: relative;
	left: 5px;
	margin-top: 20px;
	display: none;
}

.comment .right
{
	width: 85%;
	float: left;
	padding: 0 15px 0 15px;
}

.fullwidth_comment_wrapper .comment .right
{
	width: 89%;
}

ul.children div.comment .right
{
	width: 72%;
}

.fullwidth_comment_wrapper ul.children div.comment .right
{
	width: 83%;
}

.comment .right p
{
	margin: 0;
	padding: 0;
}

.comment .right strong
{
	font-weight: #fff;
}

#content_wrapper ul.children
{
	list-style: none;
	margin: -40px 0 0px 74px;
	border-left: 1px solid #ccc;
	padding: 5px 20px 2px 0;
	float: left;
	width: 106%;
}

#content_wrapper ul.children ul.children
{
	margin-top: -10px;
	padding-bottom: 0;
	width: 83.5%;
}

.comment_wrapper
{
	float: left;
	margin-left: 25px;
	border-left: 1px solid #eeeeee;
}

.comment_date
{
	margin: 1px 0 0 10px;
	float: left;
	font-size: 13px;
}

.gravatar {
	position: relative;
	z-index: 2;
	border-radius: 200px;
	overflow: hidden;
	float: left;
	width: 60px;
	height: 60px;
}

ul.children .comment
{
	width: 96%;
	margin: 0;
	padding: 20px 0 10px 0;
	margin-top: 20px;
	margin-left: 25px;
	float: left;
}

ul.children .comment:last-child
{
	padding-top: 0;
	padding-bottom: 15px;
}

ul.children .comment:first-child
{
	padding-top: 10px;
	margin-top: 0px;
}

.one_half
{
	float: left;
	width: 48%;
	margin-right: 4%;
}

.one_half.last
{
	float: right;
	width: 48%;
	margin-right: 0;
	clear: right;
}

.one_third
{
	width: 30%;
	float: left;
	min-height: 50px;
	margin-right: 3%;
}

.one_third.last
{
	margin-right: 0;
}

.two_third
{
	float: left;
	width: 64%;
	margin-right: 3%;
}

.one_fourth
{
	width: 22%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
}

.one_fourth.last
{
	margin-right: 0;
}

.one_fourth.portfolio4
{
    margin:0;
}

.one_fifth
{
	width: 14%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_fifth.last
{
	margin-right: 0;
}

.post_img
{
	position: relative;
	height: auto;
}

#content_slider_wrapper
{
	width: 100%;
	height: 20px;
	background: transparent;
	position: fixed;
	bottom: 200px;
}

#page_content_wrapper .inner .sidebar_content
{
	width: 600px;
	padding: 30px;
	margin-top: 0;
	float: left;
	background: #fff;
}

#page_content_wrapper .inner .sidebar_content:not(.full_width)
{
	opacity: 0;
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 0.2s;	
	-webkit-animation-duration: 0.2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;
	
	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    
    -webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

#page_content_wrapper .inner .sidebar_content img, #page_content_wrapper .inner .sidebar_content iframe
{
	max-width: 100%;
	height: auto;
}

#page_content_wrapper .inner .sidebar_content.full_width
{
	width: 880px;
	padding: 0 0 0 0;
	margin: auto;
	float: none !important;
}

#page_content_wrapper .inner .sidebar_wrapper
{
	opacity: 0;
	width: 270px;
	margin-left: 30px;
	float: left;
	
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 0.4s;	
	-webkit-animation-duration: 0.4s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;
	
	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    
    -webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

#page_content_wrapper .inner .sidebar_wrapper a
{
	color: #000;
}

#page_content_wrapper .inner .sidebar_wrapper a:hover, #page_content_wrapper .inner .sidebar_wrapper a:active
{
	color: #000;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar
{
	width: 100%;
	float: left;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar .content
{
	width: 100%;
	margin: 0;
	color: #444;
}

/*
	Input layout
*/

input[type=text], input[type=email], input[type=url], input[type=password], .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text
{
	padding: 12px 10px 11px 10px;
	font-size: 100%;
	margin: 0;
	background: transparent;
	border: 1px solid #ccc;
	color: #444;
	font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, .woocommerce table.cart td.actions .coupon .input-text:focus, .woocommerce-page table.cart td.actions .coupon .input-text:focus, .woocommerce #content table.cart td.actions .coupon .input-text:focus, .woocommerce-page #content table.cart td.actions .coupon .input-text:focus
{
	border-color: #000;
	outline: 0;
}

input[type=text].blur, textarea.blur
{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#contact_form input[type="text"], #contact_form textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea 
{
	margin-bottom: 15px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fullwidth_comment_wrapper #commentform textarea 
{
	width: 100%;
}

#commentform
{
	margin-left: -1.33333rem;
}

#commentform label
{
	display: none;
}

.logged-in-as
{
	display: none;
}

#commentform > p 
{
	border-left: 0 solid transparent;
	border-left-width: 24px;
	border-left-width: 1.33333rem;
}

#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url
{
	float: left;
	width: 29.9%;
}

.fullwidth_comment_wrapper #commentform p.comment-form-author, .fullwidth_comment_wrapper #commentform p.comment-form-email, .fullwidth_comment_wrapper #commentform p.comment-form-url
{
	width: 30.9%;
}

::-webkit-input-placeholder {
   color: #999;
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999; 
   font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999; 
   font-style: italic;
}

:-ms-input-placeholder {  
   color: #999;
   font-style: italic;
}

.form-allowed-tags
{
	display: none !important;
}

p.comment-notes
{
	margin-bottom: 20px;
}

.error
{
	color: #ff0000 !important;
}

textarea
{
	font-size: 100%;
	color: #444;
	background: transparent;
	border: 1px solid #ccc;
	margin: 0;
	height: 200px;
	overflow: auto;
	padding: 12px 10px 12px 10px;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
}

textarea:focus
{
	border-color: #000;
	outline: 0;
}

input[type=submit], input[type=button], a.button, .button
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .8em 1.5em .6em;
	color: #fff;
	background: #000;
	border-radius: 200px;
	border: 1px solid #000;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
	text-shadow: none;
	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
	-webkit-appearance: none;
}

.form-submit #submit
{
	float: right;
}

input[type=submit].white, input[type=button].white, a.button.white, .button.white, a.button.white:hover, .button.white:hover, a.button.white:active, .button.white:active
{
	color: #fff !important;
	border-color: #fff !important;
	border: 2px solid #fff;
	background: transparent !important;
}

input[type=submit]:hover, input[type=button]:hover, .button:hover
{
	color: #fff !important;
	background: #000 !important;
	border-color: #000 !important;
}

p.comment-reply-link
{
	padding: 0 !important;
}

input[type=submit].medium, input[type=button].medium, a.button.medium
{
	font-size: 15px;
}

input[type=submit].large, input[type=button].large, a.button.large
{
	font-size: 17px;
}

#cancel-comment-reply-link
{
	float: right;
	display: block;
	margin: 0;
}

input[type=submit].left, input[type=button].left, a.button.left
{
	float: left;
}

input[type=submit].right, input[type=button].right, a.button.right
{
	float: right;
}

input[type=submit].center, input[type=button].center, a.button.center
{
	margin: auto;
}

.pagination {
	margin: 40px 0 40px 0;
	float: left;
}

.pagination p a:first-child {
	float: left;
}

.pagination p a:last-child {
	float: right;
}

.pagination a, .pagination span
{
	padding-left: 12px;
	padding-right: 12px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	margin-left: 5px;
	color: #999;
}

.pagination span
{
	color: #fff;
	background: #000;
}

.pagination span, .pagination a:hover
{
	color: #fff;
	background: #000;
}

#page_content_wrapper ul
{
	margin: 15px 0 15px 40px;
	list-style-type: disc;
}

#page_content_wrapper ol
{
	margin: 15px 0 15px 40px;
}

#page_content_wrapper ul.flickr
{
	margin: 0 0 10px 0;
}

#page_content_wrapper ul.flickr li img
{
	width: 65px;
	height: auto;
}

#page_content_wrapper .sidebar .content .posts.blog li img, #page_content_wrapper .posts.blog li img
{
	float: left;
	margin: 0 10px 2px 0;
	padding: 3px;
 	width: 55px;
}

#page_content_wrapper .sidebar .content .sidebar_widget, #page_content_wrapper .sidebar .content .posts.blog
{
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
}

#page_content_wrapper .sidebar .content .posts.blog li
{
	padding: 0 0 10px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li
{
	margin: 30px 0 50px 0;
	padding: 0;
}

.page_item_has_children
{
	margin-left: 15px !important;
}

#page_content_wrapper .inner .sidebar_wrapper.hasbg
{
	padding: 30px 15px 0 15px;
	box-sizing: border-box;
	margin-left: 20px;
	width: 280px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: center;
	display: block;
	padding: 5px 0 5px 0;
	color: #000;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

#page_content_wrapper .sidebar .content .sidebar_widget li:first-child
{
	margin-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul
{
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.sub-menu
{
	margin-left: 15px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li
{
	padding: 0 0 10px 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li .flickr
{
	padding-top: 10px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, #footer ul.sidebar_widget li ul.flickr li:first-child
{
	border: 0;
	padding-top: 0;
}

#page_content_wrapper table#wp-calendar
{
	margin-bottom: 30px;
	width: 100%;
	padding: 5px 0 5px 0;
}

#page_content_wrapper table#wp-calendar a
{
	font-weight: bold;
}

#page_content_wrapper table#wp-calendar caption
{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
}

#page_content_wrapper table#wp-calendar tr th, #page_content_wrapper table#wp-calendar tr td
{
	padding: 0;
	border-bottom: 0;
	text-align: center;
}

table#wp-calendar tr th
{
	font-weight: bold;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr
{
	list-style: none;
	margin: 5px 0 30px 0;
	float: left;
	display: block;
	padding: 15px 0 3px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .sidebar .content .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 0 10px 3px 0;
	padding: 0;
	border: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img
{
	width: 79px;
	height: auto;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter
{
	margin: 0;
	margin-top: 15px;
	list-style:none;
	padding: 0 0 3px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:first-child
{
	background-position:0px 1.3em;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media
{
	list-style: none;
	margin: 10px 0 15px 0;
	float: left;
	display: block;
	padding: 0 0 3px 0;
	margin-left: -5px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li
{
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

ul.list
{
	margin: 5px 0 0 20px;
}

.highlight_yellow
{
	background: #ffc600;
	color: #000;
}

.highlight_black
{
	background: #000;
	color: #fff;
}

#page_content_wrapper ul.twitter
{
	margin: 0;
	list-style:none;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr
{
	list-style: none;
	margin: 10px 0 0 0;
	float: left;
	display: block;
	clear: both;
}

ul.flickr li
{
	float: left;
	margin: 0 5px 0 0;
}

#page_content_wrapper  ul.flickr li a, #page_content_wrapper ul.flickr li a:hover, #page_content_wrapper ul.flickr li a:active
{
	background: transparent;
}

#page_content_wrapper .sidebar .content .posts.blog
{
	list-style: none;
	margin-top: 15px;
}

#page_content_wrapper .sidebar .content .posts.blog li, #page_content_wrapper .posts.blog li
{
	line-height: 1.7em;
	clear: both;
	border:0;
	background: none;
}

#page_content_wrapper .sidebar .content .posts.blog li
{
	padding-top: 10px;
}

#page_content_wrapper .sidebar .content .posts.blog li strong.header, #page_content_wrapper .posts.blog li strong.header
{
	font-weight: normal;
}

.gallery-caption
{
	font-weight: bold;
}

#slidecaption
{
	width: 50%;
	position: fixed;
	left: 45px;
	bottom: 35px;
}

#slidecaption.invisible { opacity: 0; visibility: hidden; }

#gallery_caption
{
	margin: auto;
	width: 100%;
	text-align: left;
	margin: 25px 0 0 0;
}

#gallery_caption a, #gallery_caption a:hover, #gallery_caption a:active
{
	color: #fff;
}

#gallery_caption h2
{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
	display: inline-block;
	color: #fff;
	clear: both;
	text-transform: none;
}

#gallery_caption .gallery_desc
{
	color: #fff;
	font-size: 16px;
	font-family: 'Crimson Text', georgia,Verdana,sans-serif;
	font-style: italic;
	margin-top: -5px;
	opacity: .7;
}

.jp-play, .jp-pause
{
	position: fixed;
	top: 46.5%;
	left: 4px;
	width: 22px;
	height: 20px;
	background:transparent url('../images/sound_off.png') no-repeat left center;
	text-indent: -9999px;
	z-index: 99999;
}

.jp-pause
{
	background:transparent url('../images/sound_on.png') no-repeat left center;
}

.social_wrapper
{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.social_wrapper.shortcode
{
	margin: 0;
	text-align: left;
}

.social_wrapper.shortcode ul
{
	margin-top: 0 !important;
}

.social_wrapper ul
{
	list-style: none;
	margin-left: 0 !important;
}

#page_content_wrapper .social_wrapper ul
{
	list-style: none;
	margin-top: 5px;
}

.social_wrapper ul li
{
	float: left;
	margin-right: 10px;
}

.social_wrapper ul li a
{
	opacity: .6;
}

.social_wrapper ul li a:hover
{
	opacity: 1;
}

.social_wrapper ul li i
{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.social_wrapper.shortcode ul li i
{
	font-size: 24px;
	line-height: 24px;
	color: #000;
}

#tray-button
{
	display: none;
}

#page_caption
{
	width: 960px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}

.password_container
{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.password_wrapper
{
	height: 100%;
	width: 100%;
	position: relative;
	display: table;
}

.vertical_center_wrapper
{
	display: table-cell;
	vertical-align: middle;
	
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 0.4s;	
	-webkit-animation-duration: 0.4s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;
	
	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

.lock_wrapper
{
	text-align: center;
	margin: auto;
	margin-top: 0;
	margin-bottom: 20px;
}

.lock_wrapper i
{
	color: #fff;
	font-size: 10em;
}

#page_caption h1
{
	font-weight: 300;
	font-family: 'Oswald',Helvetica,Verdana,sans-serif;
	font-size: 92px;
	line-height: 102px;
	letter-spacing: -3px;
	
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 0.4s;	
	-webkit-animation-duration: 0.4s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;
	
	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

h1.name
{
	font-weight: 300;
	font-family: 'Oswald',Helvetica,Verdana,sans-serif;
	font-size: 92px;
	line-height: 102px;
	letter-spacing: -3px;
}

#page_caption hr
{
	margin: 0 0 20px 0;
}

#page_caption h2
{
	color: #000;
	padding: 0 0 25px 0;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -1px;
}

#crumbs
{
	text-align: center;
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
	letter-spacing: 1px;
}

.page_control
{
	position: fixed;
	bottom: 20px;
	right: 65px;
	text-align: center;
	z-index: 999;
}

.page_control img, .page_control_static img
{
	width: 40px;
	height: 40px;
}

.tubular-pause
{
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.page_control_static
{
	position: fixed;
	top: 33px;
	right: 43px;
	text-align: center;
	z-index: 999;
}

.page_control_static.invisible { opacity: 0; visibility: hidden; }

.page_control_static #page_maximize:after
{
	display: block;
	font-family: 'FontAwesome';
	content: "\f065";
	color: #fff;
	font-size: 1.5em;
}

.page_control_static #page_maximize.minimize:after
{
	content: "\f066";
}

#page_content_wrapper .sidebar .content .tagcloud, #page_content_wrapper .sidebar .content .textwidget
{
	margin-top: 10px;
	padding: 0 0 15px 0;
}

#page_content_wrapper .sidebar .content .textwidget img, #page_content_wrapper .sidebar .content .textwidget iframe, #page_content_wrapper .sidebar .content .textwidget video, #page_content_wrapper .sidebar .content .textwidget select
{
	max-width: 100%;
}

select[name=archive-dropdown]
{
	margin-top: 15px;
}

#jquery_jplayer_1
{
	display: none;
}

#kenburns
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
}

#kenburns_overlay
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.portfolio_header h6
{
	color: #fff;
	margin: 10px 0 10px 0;
	font-size: 20px;
	font-weight: 200;
}

/* 
Recaptcha Style Captcha 
=======================
 re-Captcha Style Captcha with php and jQuery 
 
 Created By: Zeeshan Rasool 
 URL : http://www.99Points.info 
 
 Get JQuery, PHP, AJAX, Codeigniter and MYSQL Tutorials and Demos on Blog
 */
 
#captcha-wrap{
	border:solid #870500 1px;
	width:270px;
	-webkit-border-radius: 10px;
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#870500;
	text-align:left;
	padding:3px;
	margin-top:3px;
	height:107px;
}
#captcha-wrap .captcha-box{
	-webkit-border-radius: 7px;
	background:#fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	border:solid #fff 1px;
}
#captcha-wrap .text-box{
	-webkit-border-radius: 7px;
	background:#ffdc73;
	-moz-border-radius: 7px;
	width:140px;
	height:43px;
	float:left;
	margin:4px;
	border-radius: 7px;
	text-align:center;
	border:solid #ffdc73 1px;
}

#captcha-wrap .text-box input{ 
	width:120px; 
	-webkit-appearance: textfield;
padding: 1px;
background-color: white;
border: 2px inset;
border-image: initial;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
cursor: auto;
float: none;
margin: auto;
display: block;
margin-top: -5px;
}
#captcha-wrap .text-box label{
	 color:#000000;
	 font-size:11px;	
	 width:140px;
	 padding-top:3px; 
	 padding-bottom:3px; 
	 margin: 0;
	 font-weight: normal;
	 margin-top: -2px;
}
#captcha-wrap .captcha-action{
	float:right; width:117px; 
	background:url(../images/logos.jpg) top right no-repeat; 
	height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh{
	margin-top:9px;
	border:solid #333333 1px;
	margin-right:6px;
	cursor:pointer;
}

#menu_border_wrapper select
{
	display: none !important;
}

.single_flow_wrapper { 
	width: 760px;
	height: 600px;
	position: relative;
	background: #000;
	overflow: hidden;
}

#imageFlow {
    width: 100%;
    height: 80%;
    min-height: 80%;
    background: transparent;
    position: absolute;
    overflow: hidden;
    top: 14%;
}

#imageFlow.single_portfolio {
	position: absolute;
	height: 600px;
	width: 760px;
}

#imageFlow .diapo {
    position: absolute;
    left: -4000px;
    cursor: pointer;
    -ms-interpolation-mode: nearest-neighbor;
}

#imageFlow .link {
    margin-left: -1px;
    margin-bottom: -1px;
}
#imageFlow .text {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 25%;
    text-align: center;
    z-index: 1000;
    color: #fff;
	z-index: 999;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
}

#imageFlow.collection .text {
	bottom: 60%;
}

#imageFlow .title {
	display: inline-block;
	color: #000;
	padding: 0 10px 0 10px;
}
#imageFlow .legend, #imageFlow .legend a, #imageFlow .legend a:hover, #imageFlow .legend a:active
{
    width: 50%;
    margin: auto;
    font-size: 16px;
	font-family: 'Crimson Text', georgia,Verdana,sans-serif;
	color: #797979;
	font-style: italic;
	margin-top: -5px;
}
#imageFlow .scrollbar {
    position: absolute;
    left: 30%;
    bottom: 27%;
    width: 40%;
    height: 16px;
    z-index: 1000;
    display: none !important;
}
#imageFlow .track {
    position: absolute;
    left: 1%;
    width: 98%;
    height: 10px;
    -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
#imageFlow .arrow-left {
    position: absolute;
    display: none;
}
#imageFlow .arrow-right {
    position: absolute;
    right: 0px;
    display: none;
}
#imageFlow .bar {
    position: absolute;
    height: 10px;
    left: 0;
    width: 100px;
    -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.diapo {
	opacity: 1;
}

.diapo.current {
	opacity: 1;
}

.gallery-main {
	display: none;
}

.mansory_entry.four_column {
	width: 24.5%;
	height: auto;
	margin-bottom: 0.4%;
}

.mansory_entry.three_column {
	width: 32.5%;
	height: auto;
	margin-bottom: 0.7%;
}

.mansory_entry.two_column {
	width: 49.2%;
	height: auto;
	margin-bottom: 0.8%;
}

.mansory_img
{
	opacity: 0;
	visibility: hidden;
}

.mansory_img.two_column.visible, .mansory_img.three_column.visible, .mansory_img.four_column.visible
{
	animation-name: slideUpGrid;
	-webkit-animation-name: slideUpGrid;	

	animation-duration: 0.2s;	
	-webkit-animation-duration: 0.2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;
	
	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

.mansory_entry.two_column:nth-child(odd)
{
	margin-right: 0;
}

.mansory_entry.two_column:nth-child(even)
{
	margin-right: 0;
}

.mansory_entry.three_column
{
	margin-right: 0;
}

.mansory_entry.three_column:nth-child(3n)
{
	margin-right: 0;
}

.mansory_img.two_column img
{
	width: 440px;
	height: auto;
}

.mansory_img.three_column img
{
	width: 286px;
	height: auto;
}

.mansory_img.four_column img
{
	width: 216px;
	height: auto;
}

.mansory_img img {
	display: block;
}

.mansory_img .mask {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background: #000;
	background-color: rgba(0,0,0, 0.7);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   text-align: center;
   width:100%;
   height:100%;
}

.mansory_img .mask .mask_frame
{
	width: 100%;
	height: 100%;
}

.mansory_img.two_column .mask .mask_frame .mask_image_content
{
	margin: 10px;
	border: 1px solid #fff;
	width: 411px;
	height: 411px;
	display: table;
}

.mansory_img.masonry.two_column .mask .mask_frame .mask_image_content
{
	width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
	height: -moz-calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
}

.mansory_img.three_column .mask .mask_frame .mask_image_content
{
	margin: 10px;
	border: 1px solid #fff;
	width: 266px;
	height: 266px;
	display: table;
}

.mansory_img.masonry.three_column .mask .mask_frame .mask_image_content
{
	width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
	height: -moz-calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
}

.mansory_img.four_column .mask .mask_frame .mask_image_content
{
	margin: 10px;
	border: 1px solid #fff;
	width: 196px;
	height: 196px;
	display: table;
}

.mansory_img.masonry.four_column .mask .mask_frame .mask_image_content
{
	width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
	height: -moz-calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
}

.mansory_img .mask .mask_frame .mask_image_content .mask_image_content_frame
{
	display: table-cell;
	vertical-align: middle;
}

.mansory_img .mask .mask_frame .mask_image_content h6 {
   width: 80%;
   font-size: 22px !important;
   line-height: 28px;
   color: #fff;
   font-weight: bold;
   margin: auto;
   display: block;
}

.mansory_img.four_column .mask .mask_frame .mask_image_content h6
{
	font-size: 16px !important;
	line-height: 22px;
}

.mansory_img.three_column .mask .mask_frame .mask_image_content h6
{
	font-size: 20px !important;
	line-height: 24px;
}

.mansory_img .mask .mask_frame .mask_image_content span
{
	font-size: 16px;
	color: #fff;
	font-family: 'Crimson Text', georgia,Verdana,sans-serif;
	font-style: italic;
	display: block;
}

.mansory_img.four_column .mask .mask_frame .mask_image_content span
{
	font-size: 14px;
}

.mansory_img:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.wall_thumbnail {
	float:left;
	margin: 0;
	overflow: hidden;
}

.wall_thumbnail img {
	display: block;
}

.wall_thumbnail .mask {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background: #000;
	background-color: rgba(0,0,0, 0.7);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   text-align: center;
   width: 100%;
   height: 100%;
}

.wall_thumbnail .mask .mask_frame
{
	display: table;
	width:100%;
	height:100%;
}

.wall_thumbnail .mask .mask_frame .mask_image_content
{
	margin: 10px;
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	display: table;
}

.wall_thumbnail .mask .mask_frame .mask_image_content .mask_image_content_frame
{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

.wall_thumbnail h6 {
   width: 80%;
   font-size: 22px !important;
   line-height: 28px;
   color: #fff;
   font-weight: bold;
   margin: auto;
   display: block;
}

.wall_thumbnail .mask .mask_frame .mask_image_content span
{
	font-size: 16px;
	color: #fff;
	font-family: 'Crimson Text', georgia,Verdana,sans-serif;
	font-style: italic;
	display: block;
}

.wall_thumbnail:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.wall_thumbnail:hover .mask h6 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.photo_wall_wrapper_cover
{
	background: #f0f0f0;
	position: relative;
}

#photo_wall_wrapper {
	padding: 0;
	width: 100%;
	position: relative;
	margin: 0 0 0 28px;
	padding-top: 0;
	background: #f0f0f0;
	top: 28px;
	padding-bottom: 14px;
}

#photo_wall_wrapper.parallax
{
	padding-top: 14px;
}

#photo_wall_wrapper .wall_entry {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 31%;
	margin-bottom: 1.2%;
	word-wrap: break-word;
	overflow: hidden;
}

#photo_wall_wrapper .wall_entry .wall_thumbnail
{
	opacity: 0;
	visibility: hidden;
}

#photo_wall_wrapper .wall_entry .wall_thumbnail.visible
{
	animation-name: slideUpGrid;
	-webkit-animation-name: slideUpGrid;	

	animation-duration: 0.2s;	
	-webkit-animation-duration: 0.2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;
	
	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

@media only screen and (min-width: 1400px) {
	#photo_wall_wrapper .wall_entry {
		width: 23%;
	}
}

@media only screen and (min-width: 1720px) {
	#photo_wall_wrapper .wall_entry {
		width: 19%;
		margin-bottom: 0.5%;
	}
}

@media only screen and (min-width: 2200px) {
	#photo_wall_wrapper .wall_entry {
		width: 15.8%;
		margin-bottom: 0.5%;
	}
}

#photo_wall_wrapper .wall_entry .wall_entry_wrapper {
	position: relative;
}

#photo_wall_wrapper .wall_entry img {
	display: block;
	width: 100%;
	height: auto;
}

.page_audio
{
	position: fixed;
	bottom: 20px;
	right: 27px;
	z-index: 999999;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s !important;
     -moz-transition-duration: 0s !important;
      -ms-transition-duration: 0s !important;
       -o-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

.gallery_mansory_wrapper, .gallery_mansory_wrapper_four_column,  .gallery_mansory_wrapper_three_column,  .gallery_mansory_wrapper_two_column {
	padding: 0;
	margin: 0 auto;
	width: 880px;
	margin-bottom: 10px;
}

.page-template-template-gallery-thumbnails-php .gallery_mansory_wrapper {
  padding: 0px;
  margin: 0 auto;
}

#map_contact
{
	width: 100%;
	height: 100%;
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: -1;
}

#map_contact.visible
{
	z-index: 1;
}

.map_contact_cover
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.4);
}

#full_video_bg {
	height: 100%;
	left: 28px;
	position: fixed;
	top: 28px;
	width: 100%;
}

#full_video_bg > iframe {
	display: block;
	height: 100%;
	width: 100%;
}

#searchsubmit
{
	display: none;
}

#portfolio_wall_filters
{
	margin: auto;
	width: 960px;
}

.filter
{
	margin: 0 0 0 0 !important;
}

.filter li
{
	margin: 0 5px 0 0;
	display: inline-block;
	list-style: none;
}

.filter li:first-child, .filter li:first-child a
{
	margin-left: 0 !important;
}

.filter li a
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 1em .5em;
	color: #999;
	border: 1px solid transparent;
	background: transparent;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
	text-shadow: none;
	margin-left: 10px;
	margin-top: 15px;
}

#portfolio_wall_filters li a
{
	padding: .4em 1em .4em;
	margin-left: -5px;
	color: #999;
}

.filter li .separator
{
	display: none !important;
}

.filter li:last-child .separator
{
	display: none;
}

.filter li a:hover
{
	color: #000 ;
	border-color: #999;
}

.filter li a.active, #portfolio_wall_filters li a.active,  #portfolio_wall_filters li a:hover
{
	color: #000;
	border-color: #999;
}

#portfolio_filter_wrapper
{
	width: 720px;
}

.gallery_a_title
{
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff;
}

.gallery_a_title h5 {
   font-size: 16px;
   font-weight: bold;
   color: #fff;
}

.gallery_a_title span
{
	font-size: 16px;
	color: #fff;
	font-family: 'Crimson Text', georgia,Verdana,sans-serif;
	font-style: italic;
	margin-top: -10px;
	display: block;
}

.gallery_a_title a, .gallery_a_title a:hover, .gallery_a_title a:active
{
	color: #fff;
}

body.single-attachment p.attachment {
	display: none;
}

.widget_tag_cloud div, .tag_cloud
{
	margin: 15px 0 10px 0;	
}

.widget_tag_cloud div a, .meta-tags a, .tag_cloud a
{
	display: inline-block;
	font-size: 14px;
	line-height: 0.8em;
	margin: 0 0 4px 0;
	padding: 6px 10px 6px 10px;
}

.tag_cloud a
{
	margin-right: 5px;
}

.widget_tag_cloud div a:hover, .meta-tags a:hover, #footer .widget_tag_cloud div a:hover, #footer .meta-tags a:hover, .tag_cloud a:hover
{
	border-color: #000 !important;
	color: #fff !important;
	background: #000 !important;
}

#reponse_msg ul:empty
{
	margin: 0;
}

#reponse_msg ul
{
	margin-left: 20px;
	margin-top: 0 !important;
}

#reponse_msg ul li:last-child
{
	margin-bottom: 20px;
}

#reponse_msg ul li.error
{
	color: #000;
}

.fancybox-title-outside-wrap
{
	margin-top: 15px !important;
}

.fancybox-title-outside-wrap h5
{
	font-size: 16px !important;
	font-weight: bold !important;
	color: #fff !important;
}

.fancybox-title-outside-wrap .fancy_image_desc
{
	font-size: 16px;
	color: #999;
	font-family: 'Crimson Text', georgia,Verdana,sans-serif;
	font-style: italic;
}

.fancybox-title-outside-wrap a, .fancybox-title-outside-wrap a:hover, .fancybox-title-outside-wrap a:active
{
	color: #fff !important;
}

.footer_bar_wrapper
{
	width: 100%;
	margin: auto;
}

#toTop 
{
	width:30px;
    background: transparent;
	color: #fff;
    text-align:center;
    padding:15px 10px 12px 10px;
    position:fixed; /* this is the magic */
    bottom:40px; /* together with this to put the div at the bottom*/
    right:40px;
    cursor:pointer;
    visibility: hidden;
	transition: color 300ms, background-color 300ms, opacity 300ms;
	-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
	-o-transition: color 300ms, background-color 300ms, opacity 300ms;
	-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
	z-index: 999;
}

#toTop i
{
	font-size: 1.2em;
	line-height: 1em;
}

#toTop:hover
{
	background: #000;
}

#toTop:hover i
{
	color: #fff;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeInBlack { from { opacity:0; } to { opacity:1; background: #000; } }
@-moz-keyframes fadeInBlack { from { opacity:0; } to { opacity:1; background: #000; } }
@keyframes fadeInBlack { from { opacity:0; } to { opacity:1; background: #000; } }

.backstretch
{
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeInBlack ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeInBlack ease-in 1;
	animation:fadeInBlack ease-in 1;
	
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	
	-webkit-animation-duration:.2s;
	-moz-animation-duration:.2s;
	animation-duration:.2s;
}

.backstretch img
{
	opacity: 0.4;
}

.backstretch.visible img
{
	opacity: 1;
}

body.page-template-template-image-php .backstretch img
{
	opacity:  1 !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.slider_wrapper
{
	width: 100%;
	min-height: 322px;
	position: relative;
	overflow: hidden;
}

.post_previous
{
	width: 50%;
	float: left;
	margin-top: 20px;
	border-right: 1px solid #000;
}

.post_previous h6, .post_next h6
{
	margin: 0;
}

.post_previous_icon
{
	color: #000;
	float: left;
	font-size: 4em;
	line-height: 0em;
	margin-top: -10px;
	margin-right: 20px;
}

.post_previous_content
{
	float: left;
	width: 85%;
	margin-top: -5px;
	text-align: center;
}

.post_previous_content h6, .post_next_content h6
{
	font-size: 22px;
	letter-spacing: 0;
	font-weight: 300;
	color: #999;
	text-transform: uppercase;
	font-family: 'Oswald',Helvetica,Verdana,sans-serif;
	line-height: 28px;
}

.post_next
{
	width: 49.5%;
	float: right;
	margin-top: 20px;
}

.post_next_icon
{
	color: #000;
	float: right;
	font-size: 4em;
	line-height: 0em;
	margin-top: -10px;
	margin-left: 20px;
}

.post_next_content
{
	float: right;
	width: 85%;
	margin-top: -5px;
	text-align: center;
}

.post_previous_content h5, .post_next_content h5
{
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
}

.gallery_audio
{
	position: fixed;
	top: 38px;
	right: 65px;
	z-index: 999;
}

.fancybox-wrap a, .fancybox-wrap a:hover, .fancybox-wrap a:active
{
	color: #fff;
}

.grid_cover_wrapper
{
	width: 100%;
	height: 100%;
	position: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: 28px;
	left: 28px;
	display: none;
}

.grid_cover_wrapper .mask {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background: #000;
	background-color: rgba(0,0,0, 0.5);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	width: 100%;
   	height: 100%;
   	z-index: 0;
}

.grid_cover_wrapper .frame
{
	width: 100%;
   	height: 100%;
   	display: table;
}

.grid_cover_wrapper .frame .gallery_content
{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #fff;
}

.grid_cover_wrapper .frame .gallery_content h1
{
	font-weight: 300;
	font-family: 'Oswald',Helvetica,Verdana,sans-serif;
	font-size: 92px;
	line-height: 102px;
	letter-spacing: -2px;
}

.grid_cover_wrapper .frame .gallery_content .gallery_desc
{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ebebeb;
	width: auto;
	margin: auto;
	display: inline-block;
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
	margin-top: 5px;
}

.view_gallery, .view_gallery_full
{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 13px;
	font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
	padding: .6em 1.5em .6em;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	position: relative;
	top: 40px;
	display: inline-block;
	clear: both;
	border-radius: 200px;
	font-weight: bold;
	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
}

.view_gallery:hover, .view_gallery:active, .view_gallery_full:hover, .view_gallery_full:active
{
	color: #fff;
	background: rgba(0,0,0, .4);
	border-color: transparent;
}

.fancybox-inner iframe
{
	max-width: 100%;
	max-height: 100%;
}

.fancybox-inner video
{
	width: 100%;
	height: 100%;
}

#ajax_portfolio_wrapper
{
	margin: auto;
	width: 960px;
	max-height: 0px;
	overflow: hidden;
	
	-webkit-transition: max-height 1.5s;
	-moz-transition: max-height 1.5s;
	-ms-transition: max-height 1.5s;
	-o-transition: max-height 1.5s;
	transition: max-height 1.5s;
}

#ajax_portfolio_wrapper.visible
{
	max-height: 3000px;
}

#ajax_portfolio_wrapper img, #ajax_portfolio_wrapper iframe, #ajax_portfolio_wrapper video
{
	max-width: 100%;
}

#ajax_portfolio_wrapper img
{
	height: auto;
}

#ajax_portfolio_content
{
	width: 100%;
	margin: auto;
	opacity: 0;
	padding-bottom: 20px;
}

#ajax_portfolio_content.visible
{
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	
	-webkit-animation-duration:.2s;
	-moz-animation-duration:.2s;
	animation-duration:.2s;
}

.ajax_close, .ajax_close:hover, .ajax_close:active, .ajax_next, .ajax_next:hover, .ajax_next:active, .ajax_prev, .ajax_prev:hover, .ajax_prev:active {
	padding: 10px;
	width: 30px;
	background: #fff;
	color: #000;
	display: block;
	text-align: center;
	float: right;
	cursor: pointer;
	margin-bottom: 10px;
}

#ajax_loading
{
	position: fixed;
	top: 49%;
	left: 49%;
	z-index: 999;
	visibility: hidden;
	padding: 20px;
	border-radius: 5px;
	font-size: 3em;
	color: #000;
	top: 35%;
	left: 47%;
	background: #fff;
	line-height: 0.6em;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

#ajax_loading.visible
{
	visibility: visible;
}

.progress_bar
{
	background: #f0f0f0;
	height: 37px !important;
	position: relative;
	margin-bottom: 10px;
	visibility: hidden;
	border-radius: 5px;
}

.progress_bar_content
{
	height: 37px !important;
	-webkit-transition: width s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    border-radius: 5px;
}

.progress_bar_title
{
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	top: 6px;
	left: 13px;
	font-weight: bold;
}

#supersized_overlay
{
	display: none !important;
}

.gallery_mansory_wrapper_two_column
{
	position: relative;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img
{
	box-shadow: 0px 0px 0px black !important;
	width: 100% !important;
	text-align: center !important;
	margin: auto !important;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3
{
	font-size: 18px !important;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin-top: 5px !important;
	padding: 0 !important;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del
{
	font-size: 0.9em !important;
}

.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li ins
{
	text-decoration: none;
	font-weight: bold;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart
{
	display: none !important;
}

.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img
{
	box-shadow: 0px 0px 0px black !important;
	-webkit-box-shadow: 0px 0px 0px black !important;
	-moz-box-shadow: 0px 0px 0px black !important;
	width: 45px;
	height: auto;
}

.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img
{
	box-shadow: 0px 0px 0px black !important;
	-webkit-box-shadow: 0px 0px 0px black !important;
	-moz-box-shadow: 0px 0px 0px black !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs
{
	margin-left: 0 !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1
{
	font-size: 30px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h2
{
	font-size: 18px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h3
{
	font-size: 16px !important;
	padding-bottom: 0;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h4
{
	font-size: 14px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h5
{
	font-size: 13px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6
{
	font-size: 12px !important;
}

.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a
{
	margin-bottom: 3.8%;
}

div[itemprop="description"]
{
	margin: 0 0 0 0;
	padding-left: 0 !important;
}

.review-summary
{
	display: none !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
	font-size: 14px !important;
	color: #000;
	padding-top: 10px !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
	border-color: #E5E5E5 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range
{
	background: #f1f1f1 !important;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5) !important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.5) !important;
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
{
	border: 1px solid #ccc !important;
	background: #fff !important;
	box-shadow: none !important;
}

.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce .quantity .minus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page #content .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page #content .quantity .plus:hover
{
	border-color: #c7c0c7 !important;
	background: #f7f6f7 !important;
	color: #5e5e5e !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf)) !important;
	background: -webkit-linear-gradient(#f7f6f7,#dfdbdf) !important;
	background: -moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%) !important;
	background: -moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%) !important;
}

.woocommerce ul.products li.product a.add_to_cart_button.loading, .woocommerce-page ul.products li.product a.add_to_cart_button.loading, .woocommerce ul.products li.product a.add_to_cart_button:hover, .woocommerce-page ul.products li.product a.add_to_cart_button:hover, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page input.button:active
{
	background: #888;
	color: #fff !important;
	text-shadow: none !important;
	text-transform: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	font-weight: normal !important;
	font-family: 'Roboto Condensed', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: none !important;
	letter-spacing: 0px !important;
	float: none !important;
	font-size: 14px !important;
	border: 0 !important;
	padding: 8px 14px !important;
}

.woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page ul.products li.product a.add_to_cart_button
{
	opacity: 0.2 !important;
	display: none;
}

.woocommerce ul.products li.product:hover a.add_to_cart_button, .woocommerce-page ul.products li.product:hover a.add_to_cart_button
{
	opacity: 1 !important;
}

.woocommerce ul.products li.product:hover a.add_to_cart_button, .woocommerce-page ul.products li.product:hover
{
	border-color: #777 !important;
}

.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button
{
	opacity: 1 !important;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content a.button, .woocommerce table.cart td.actions .button.alt.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce table.cart td.actions .button.alt
{
	background: #000 !important;
	color: #fff !important;
	text-shadow: none !important;
	border-color: #000 !important;
	font-weight: normal !important;
}

.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button
{
	font-weight: normal !important;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a
{
	font-weight: normal !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img
{
	width: 55px !important;
	float: left !important;
	margin-right: 15px !important;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button
{
	font-weight: normal !important;
	text-transform: none !important;
}

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist
{
	margin-top: 20px !important;
}

.cart-collaterals .cart_totals table {
	width: 100% !important;
}

.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
	width: 46.5% !important;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove
{
	color: #999 !important;
}

.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover
{
	color: #fff !important;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering
{
	display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
	width: 47.6% !important;
	margin: 0 2em 1em 0 !important;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
	margin-right: 0 !important;
}

body.woocommerce .page-title
{
	display: none;
}

h1.product_title
{
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	border-bottom: 3px solid #000;
	padding-bottom: 10px !important;
	text-align: center;
}

p.price
{
	padding-top: 0;
	margin-top: 0;
	text-align: center;
}

p.price span.amount
{
	font-weight: bold;
}

#tab-description h2, .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2
{
	font-size: 18px;
}

.checkout h3
{
	font-size: 18px;
}

.related.products h2, .cart_totals h2, .shipping_calculator h2
{
	font-size: 18px;
	margin-bottom: 15px;
}

.cart_totals h2
{
	display: none;
}

.shipping_calculator h2
{
	text-align: left;
}

.related.products
{
	margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before
{
	border-bottom: 3px solid #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li
{
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a
{
	padding: 10px 23px 9px 23px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	text-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active
{
	background: #000 !important;
	border-radius: 0px !important;
	height: auto !important;
	z-index: 0 !important;
	padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a
{
	color: #fff !important;
	font-weight: bold !important;
	border: 0 !important;
	border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs
{
	padding-left: 0 !important;
}

.widget_shopping_cart_content a.button
{
	margin-right: 5px !important;
}

.woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price
{
	font-size: 1.5em !important;
}

.product_meta > span
{
	clear: both;
	display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after
{
	border: 0 !important;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info
{
	box-shadow: 0 0 0 #000 !important;
	border-radius: 0 !important;
}

.woocommerce-message
{
	background: #23B064 !important;
	border-color: #23B064 !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-info
{
	background: #4db2ec !important;
	border-color: #4db2ec !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-error
{
	background: #e62c22 !important;
	border-color: #e62c22 !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-info a, .woocommerce-message a, .woocommerce-error a
{
	color: #fff !important;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before
{
	box-shadow: none !important;
	top: 0.4em !important;
	background: #23B064 !important;
}

.woocommerce-info:before
{
	background: #4db2ec !important;
}

.woocommerce-error:before
{
	background: #e62c22 !important;
}

.woocommerce .woocommerce-message a.button
{
	display: none;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals, #order_review
{
	margin-bottom: 0;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
	text-align: center;
}

.search_form_wrapper
{
	margin-bottom: 10px;
}

.post_carousel.flexslider .slides > li
{
	margin-right: 20px;
}

.woocommerce-result-count
{
	display: none;
}
.woocommerce-page .products .star-rating
{
	display: none;
}

.woocommerce span.onsale, .woocommerce-page span.onsale, .woocommerce-page button.button.alt
{
	box-shadow: none;
	text-shadow: none;
	background: #ea0909;
}

.woocommerce-page button.button.alt
{
	text-transform: uppercase !important;
	font-size: 13px !important;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce-page ul.product_list_widget li ins, .woocommerce div.product p.price
{
	color: #ea0909;
}

.woocommerce-page div.product p.price ins
{
	text-decoration: none !important;
}

.woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination
{
	text-align: left;
}

.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers
{
	margin-left: 0 !important;
}

.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a
{
	text-align: center;
}

.price_slider_wrapper
{
	margin-top: 30px;
}

.woocommerce-page ul.product_list_widget li .star-rating
{
	display: none;
}

.woocommerce-page ul.product_list_widget li a
{
	font-weight: bold !important;
}

.woocommerce-page ul.product_list_widget li ins
{
	background: transparent;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button
{
	float: left !important;
}

ul.product_list_widget li
{
	padding: 10px 0 10px 0 !important;
}

.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product
{
	clear: both;
}

.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating
{
	display: none;
}

.woocommerce-page div.product form.cart
{
	margin-top: 0;
}

.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-message:before
{
	display: block;
	clear: none;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img
{
	width: 70px;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
	font-size: 14px;
	padding: 12px 12px 10px 12px;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before
{
	line-height: 1em;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .wc-forward a:after, .wc-forward:after
{
	display: none;	
}

.woocommerce ul.products, .woocommerce-page ul.products
{
	margin: 0 !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images
{
	width: 100%;
	margin-bottom: 10px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary
{
	width: 100%;
}

.woocommerce-page div.product div.summary
{
	margin-bottom: 4em;
}

.woocommerce table.cart td.actions .coupon .input-text
{
	padding: 8px 10px 1px 10px;
	width: 130px;
	margin-right: 5px;
}