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

/* 
	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;
}

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


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

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
	margin-top: 1em;
}
.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;
}


/* 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%;
}

html
{
	height: 100%;
}

blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}

p {
	padding-top:0.1em;
	padding-bottom:0.1em;
}

em
{
	font-style: italic;
}

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

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

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

html, body {
	height: 100%;
}

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

em { font-style: italic; }

::selection {
	background: #000;
	color: #fff;
}

table
{
	border-spacing: 0;
}

.sticky
{
	background: #ffffe0;
	padding: 30px 20px 20px 20px;
	border: 1px solid #e6db55 !important;
}


/*
	Global Layout
*/


body
{
	background: #fff;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	color: #555;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 1.5;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
}

body.notouch
{
	-webkit-overflow-scrolling: auto !important;
}

body.js_nav #wrapper, body.js_nav #footer
{
	-webkit-transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
	-moz-transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
	transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
	background: #000;
}

body.js_nav .footer_bar_wrapper 
{
	-webkit-transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
	-moz-transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
	transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
}

body.js_nav
{
	background: #000;
}

body.js_nav #wrapper
{
	background: #fff;
}

body.js_nav .tf_bg img
{
	position: static;
}

body.js_nav .ls-wp-fullwidth-helper, body.js_nav .ls-container
{
	position: static  !important;
}

.ls-wp-fullwidth-container
{
	overflow-x: hidden !important;
}

#wrapper
{
	float: left;
	width: 100%;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body[data-style=fullscreen] #wrapper, body[data-style=flow] #wrapper, body[data-style=flip] #wrapper, body[data-style=carousel] #wrapper, body[data-style=fullscreen_video] #wrapper
{
	height: 100%;
	overflow-y: visible;
}

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; }

hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #d5d5d5;
	background: transparent;
	margin: auto;
	width: 100%;
}

.small_line
{
	height: 1px;
	border: 0;
	border-top: 1px solid #666;
	background: transparent;
	margin: auto;
	width: 30px;
	display: block;
	margin-top: 30px;
}

a
{
	color: #00a498;
	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;
}

.20, a.comment-reply-link
{
	color: #ff8b84;
}

h1
{
	font-size: 36px;
}

h2
{
	font-size: 30px;
}

#searchform label
{
	display: none;
}

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

h3
{
	font-size: 24px;
}

h3#reply-title
{
	font-size: 18px;
}

h4
{
	font-size: 22px;
}

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

h5
{
	font-size: 18px;
}

h6
{
	font-size: 16px;
}

h7
{
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, h7
{
	color: #000;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	letter-spacing: 0px;
	font-weight: 600;
}

.ls-layer h1, .ls-layer h2, .ls-layer h3, .ls-layer h4, .ls-layer h5, .ls-layer h6, .ls-layer h7
{
	color: #fff !important;
}

body.home.ls-container
{
	margin-top: 25px !important;
}

.ls-minimal
{
	box-shadow: 0 0 0 0 #000 !important;
}

.ls-shadow
{
	display: none !important;
}

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', Arial,Verdana,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: #000;
	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;
	font-weight: bold;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	color: #333;
	font-size: 13px;
}

#commentform > p
{
	clear: both;
}

#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: 24px;
	line-height: 40px;
	background: #333;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	text-shadow: none;
}

blockquote
{
	width: 85%;
	min-height: 50px;
	margin: 20px 0 20px 20px;
	font-size: 22px;
	font-style: italic;
	color: #000;
	font-weight: bold;
	font-family: 'Times New Roman', 'Helvetica Neue', Arial,Verdana,sans-serif !important;
}

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

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

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

.logo_wrapper
{
	margin: 20px 0 15px 0;
	float: left;
}

.top_bar
{
	padding: 0;
	width: 100%;
	z-index: 999;
	position: relative;
	background: #fff;
	background-color: rgba(256,256,256, 0.95);
	float: left;
	border-bottom: 1px solid #d5d5d5;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
}

.top_bar.fullscreen, .top_bar.flip
{
	background: transparent url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/fullscreen_menu_bg.png) repeat-x !important;
	border: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	min-height: 99px;
}

.gallery_bar
{
	width: 100%;
	height: 40px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 3px solid #000;
	display: none;
}

.gallery_bar .inner
{
	width: 80%;
	margin: 7px 0 0 50px;
}

.gallery_bar h6
{
	color: #000;
}

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

#menu_wrapper
{
	margin:auto;
	width: 1170px;
	z-index: 99999;
}

#nav_wrapper
{
	float: right;
}

.nav_wrapper_inner
{	
	
}

#menu_border_wrapper
{
	display: block;
	float: right;
}

.nav_wrapper_inner #searchform
{
	display: block;
	float: right;
	margin-left: 0;
	margin-top: 10px;
	padding: 0px 0 20px 0;
}

@-moz-document url-prefix() 
{ 
  .nav_wrapper_inner #searchform 
  {
     padding-bottom: 19px;
  }
}

.nav_wrapper_inner #searchform input
{
	border: 0;
	color: #999;
	background: transparent !important;
	padding: 0;
	padding-left: 15px;
	width: 120px;
	top: -4px;
	position: relative;
	border-left: 1px solid #d5d5d5;
	display: none;
}

.nav_wrapper_inner #searchform button
{
	padding: 17px 15px 0 0;
	margin: 0 0 0 5px;
	background: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}

#autocomplete
{
    display: none;
	position:absolute;
    z-index:1001;
	width:280px;
	font-size: 13px;
	color:#555;
	margin-left: -100px;
	margin-top: 22px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
}

@-moz-document url-prefix() { 
  #autocomplete {
     margin-top: 20px;
  }
}

#autocomplete a, #autocomplete a:hover, #autocomplete a:active
{
	color: #000 !important;
}
#autocomplete ul 
{
    margin: 0;
    padding: 0;
    border: 1px solid #d5d5d5;
    border-top: 2px solid #000 !important;
    background: #fff;
    float: left;
    list-style: none;
}
#autocomplete li
{
    display:block;
    clear:both;
    float: left;
    width: 250px;
    padding: 5px 15px 5px 15px;
}
#autocomplete li:first-child
{
	margin-top: 10px;
}
#autocomplete li:last-child
{
	margin-bottom: 10px;
}

#autocomplete li.view_all
{
	font-weight: bold;
	text-align: center;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 14px;
	padding-top: 15px;
	margin-top: 5px;
	border-top: 1px solid #d5d5d5;
}
#autocomplete li.view_all a
{
	color: #000 !important;
}
#autocomplete li .ajax_post
{
	float:left;
	width:180px;
}

#mobile_nav_icon 
{
	margin-top: 19px;
	margin-left: 20px;
	display: block;
	border-bottom: 10px double #000;
	border-top: 3px solid #000;
	height: 4px;
	width: 25px;
	float: left;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: none;
	cursor: pointer;
}

.mobile_menu_wrapper
{
	left: 0px;
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate3d(-100%, 0px, 0px);
	transform: translate3d(-100%, 0px, 0px);
	-o-transform: translate(-100%, 0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: subpixel-antialiased;
	 width: 70%; 
	 background: #000; 
	 position: absolute;
	 top: 0px;
	 overflow: scroll !important;
	 height: 100%;
	 z-index: 99999;
	 -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0,0,0,0.5);
	-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0,0,0,0.5);
	box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0,0,0,0.5);
}

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

body #imageFlow_gallery_info
{
	display: block;
	height: 100%;
	max-height: 100%;
	overflow: scroll;
}

body.js_nav #imageFlow_gallery_info
{
	display: none;
}

@-moz-document url-prefix() {
	.mobile_menu_wrapper
	{
		display: none;
	}
    body.js_nav .mobile_menu_wrapper 
    {
        display: block;
    }
}

#menu_border_wrapper .notice
{
	margin-top: 27px;
	margin-right: 15px;
	text-align: center;
}

.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: 25px;
	float: right;
	text-transform: uppercase;
}

#menu_wrapper .nav ul li, #menu_wrapper div .nav li
{
	display: block;
	float :left;
	margin: 0 0 0 0;
}

#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: #777;
	font-size: 16px;
	padding: 0;
	margin: 0 20px 25px 20px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-weight: 600;
	text-transform: none;
}

#menu_wrapper .nav ul li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after
{
	font-size: 13px;
	vertical-align: 5%;
}

#menu_wrapper .nav ul li:first-child a, #menu_wrapper div .nav li:first-child a
{

}

#menu_wrapper .nav ul li:last-child a, #menu_wrapper div .nav li:last-child a
{
	
}

#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: #000;
	z-index: 2;
	position: relative;
}

#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: #000;
	z-index: 2;
	position: relative;
}

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

#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul
{
	display: none;
	list-style: none;
	background: #fff;
	background-color: rgba(256,256,256, 0.95);
	border: 1px solid #d5d5d5;
	border-top: 2px solid #000;
	position: absolute;
 	padding: 10px 0 10px 0;
 	width: 230px;
 	height: auto;
 	z-index: 1000; 
	margin: 0 0 0 0;
	margin-left: -1px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
	opacity: 0;
}

#menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul li ul
{
	position: absolute;
	left: 231px;
	padding: 10px 0 10px 0;
	margin-top: -49px;
	display: none;
	z-index: 99999;
	opacity: 1;
	border-top: 2px solid #000;
}

#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: #777;
	display: block;
	background: transparent;
	height: auto;
}

#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: 190px;
	display: block;
	border-top: 0;
	font-weight: normal;
	text-transform: none;
	border: 0;
	margin: 0;
	font-size: 14px;
	padding: 8px 20px 8px 20px;
}

#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: #000;
}

.footer_bar
{
	width: 100%;
	margin: auto;
	padding: 0 0 10px 0;
	float: left;
	background: #000;
}

.footer_bar.wall
{
	padding-top: 0;
	margin-top: 0;
}

.footer_bar.carousel
{
	display: none;
}

.footer_bar.fullscreen, .footer_bar.flow, .footer_bar.kenburns, .footer_bar.flip, .footer_bar.static, .footer_bar.fullscreen_video
{
	display: none;
}

.footer_bar.flow, .footer_bar.flip, .footer_bar.fullscreen, .footer_bar.fullscreen_video
{
	position: fixed;
	bottom: 0;
	z-index: 0;
}

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%;
	margin: auto;
	padding-bottom: 35px;
	color: #777;
	word-wrap: break-word;
	background: #000;
	margin-bottom: 20px;
	padding-top: 50px;
	float: left;
	border-top: 1px solid #d5d5d5;
}

#footer.wall
{
	margin-top: 0;
}

#footer.fullscreen, #footer.flow, #footer.flip, #footer.fullscreen_video
{
	display: none;
}

#footer a
{
	color: #ccc;
}

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

#footer .sidebar_widget li h2.widgettitle
{
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
}

#footer ul.sidebar_widget
{
	width: 1170px;
	list-style: none;
	margin: 0;
	margin: auto;
	font-size: 14px;
}

#footer ul.sidebar_widget li ul
{
	list-style: none;
	margin-left: 0;
}

#footer .sidebar_widget.four > li
{
	width: 23%;
	float: left;
	margin-right: 2%;
}

#footer .sidebar_widget.four > li.last
{
	margin-right: 0;
	width: 25%;
}

#footer .sidebar_widget.three > li
{
	width: 31%;
	float: left;
	margin-right: 2%;
}

#footer .sidebar_widget.three > li.last
{
	margin-right: 0;
	width: 33%;
}

#footer .sidebar_widget.two > li
{
	width: 48%;
	float: left;
	margin-right: 2%;
}

#footer .sidebar_widget.two > li.last
{
	margin-right: 0;
	width: 50%;
}

#footer .sidebar_widget.one > li
{
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 30px;
}

#footer ul.sidebar_widget li ul.posts.blog li img
{
	width: 70px;
	float: left;
	margin: 0 15px 15px 0;
}

#footer ul.sidebar_widget li ul.posts.blog li
{
	clear: both !important;
	float: left;
}

#footer ul.sidebar_widget li ul li
{
	margin: 0 0 10px 0;
}

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

#footer ul.sidebar_widget li ul.flickr li
{
	margin: 0 9px 0 0;
	border-bottom: 0;
}

#footer ul.sidebar_widget li ul.flickr li img
{
	width: 70px;
	height: auto;
}

#copyright
{
	float: left;
	width: 100%;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #888;
	font-weight: normal;
	margin-top: 2px;
	text-align: center;
}

.footer_bar.fullscreen #copyright
{
	color: #fff;
}

.footer_bar.fullscreen .footer_bar_wrapper, .footer_bar.flow .footer_bar_wrapper, .footer_bar.kenburns .footer_bar_wrapper, .footer_bar.wall .footer_bar_wrapper, .footer_bar.flip .footer_bar_wrapper, .footer_bar.static .footer_bar_wrapper
{
	margin: auto;
	float: none;
}

.footer_bar.flip #copyright
{
	color: #fff;
}

#copyright p.attachment
{
	display: none;
}

#content_wrapper
{
	width: 72%;
	float: left;
	margin: 0;
}

#page_content_wrapper, .page_content_wrapper
{
	width: 1170px;
	margin: auto;
	margin-top: 0px;
	padding-bottom: 0;
}

.one.withpadding
{
	padding: 40px 0 40px 0;
}

.one.withbg
{
	padding: 140px 0 170px 0;
}

#page_content_wrapper
{
	margin-top: 25px;
}

#content_wrapper .inner
{
	overflow: hidden;
}

#page_content_wrapper .inner
{
	width: 100%;
	margin: auto;
}

.post.type-post
{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 50px;
	float: left;
	border-bottom: 1px solid #d5d5d5;
}

body.single .post.type-post
{
	border: 0;
	margin-bottom: 20px;
}

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

#blog_grid_wrapper
{
	padding-top: 30px;
}

#blog_grid_wrapper .post.type-post
{
	margin-bottom: 20px;
	border: 0;
}

body.page-template-blog_g-php .post.type-post, body.error404 .post.type-post, body.search .hentry, body.page-template-galleries-php .galleries.type-galleries, body.tax-gallerycat .galleries.type-galleries, .ppb_blog_posts .post.type-post
{
	float: left;
	width : 390px;
	padding: 0;
	margin-right: 8px;
	margin-bottom: 20px;
}

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

#galleries_grid_wrapper .gallery.type-galleries
{
	opacity: 0;
}

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

.post_wrapper.grid_layout
{
	padding-bottom: 35px;
}

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

.post_wrapper.full
{
	text-align: center;
}

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

.post_date
{
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	border: 2px solid #d5d5d5;
	border-color: #ccc;
	background: #ffffff;
	border-radius: 100px;
}

.post_date.center
{
	float: none;
	margin: auto;
	margin-top: -60px;
	position: relative;
	background: #fff;
}

.post_date .date
{
	width: 80%;
	font-size: 32px;
	color: #000;
	margin: auto;
	text-align: center;
	line-height: 30px;
	margin-top: 18px;
}

.post_date .month
{
	width: 80%;
	font-size: 16px;
	color: #000;
	margin: auto;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.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: 30px;
}

.post_header.grid
{
	margin-bottom: 15px;
	text-align: center;
}

.post_header.full, .post_excerpt_full
{
	width: 75%;
	margin: auto;
	margin-bottom: 20px;
	float: none;
}

body.page-template-blog_f-php .post_excerpt_full
{
	margin-bottom: 0;
}

.post_header.grid h6
{
	font-size: 22px;
}

.post_header h3 a, .post_header.grid h6 a
{
	color: #000;
}

.post_header h5
{
	font-size: 36px;
	letter-spacing: -1px;
	font-weight: normal;
}

.post_header h5 a
{
	color: #000;
}

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

.post_content_wrapper
{
	width: 650px;
	padding: 0;
	float: right;
	margin: 0 0 0 0;
}

.post_content_wrapper.fullwidth
{
	width: 1110px;
}

.post_header .post_detail, .recent_post_detail, .post_detail
{
	width: 100%;
	padding: 0;
	float: left;
	font-size: 11px !important;
	color: #afafaf;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}

.post_header .post_detail.grid
{
	margin-bottom: 0;
}

.post_attribute
{
	font-size: 11px !important;
	color: #999;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.post_header .post_detail, .recent_post_detail, .post_detail a
{
	color: #999;
}

#page_caption .post_detail
{
	padding: 0;
}

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

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

#about_the_author
{
	width: 98%;
	float: left;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

#about_the_author .header span
{
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 14px;
}

#about_the_author .thumb
{
	width: 80px;
	float: left;
	margin: 20px 0 0 20px;
}

#about_the_author .thumb img
{
	padding: 3px;
	width: 50px;
}

#about_the_author .description
{
	width: 370px;
	float: left;
	padding: 20px 0 20px 0;	
}

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

.comment
{
	width: 770px;
	padding-bottom: 20px;
	float: left;
}

.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: 87%;
	float: left;
	margin-left: 25px;
	padding: 0 15px 10px 0;
	border-bottom: 1px dashed #d5d5d5;
}

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

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

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

.fullwidth_comment_wrapper  .comment .right
{
	border-color: #d3d3d3 !important;
}

.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: 10px 0 0 0;
	clear: both;
	font-size: 11px !important;
color: #afafaf;
letter-spacing: 2px;
text-transform: uppercase;
}

ul.children .comment
{
	width: 100%;
	margin: 0;
	padding: 20px 0 10px 0;
	margin-top: 20px;
	margin-left: 45px;
	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: 47%;
}

.portfolio2filter_wrapper
{
	overflow: hidden;
	margin: 0 12px 0 0;
	float: left;
}

.one_half.portfolio2_wrapper
{
	width: 50%;
	margin-bottom: 0px;
}

.one_half.last
{
	margin-left: 0;
}

.one_half.gallery2
{
	width: 565px;
	height: 480px;
	margin-right: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

.one_half.gallery2.filterable
{
	overflow:hidden;
	position: relative;
	width: 565px;
	height: 480px;
    margin-right: 30px;
    float: left;
}

.one_half.gallery2.filterable.portfolio_type
{
	margin: 0;
}

.one_half.gallery2.last
{
	float: right;
	margin-right: 0;
}

.one_half.gallery2 .mask {
	width: 565px;
	height: 480px;
	top: 0;
	left: 0;
	position: absolute;
	background: #000;
	background-color: rgba(0, 0, 0, 0.2);
   -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;
}

.one_half.gallery2 .mask .mask_circle {
	opacity: 0;
}

.one_half.gallery2:hover .mask .mask_circle {
	border-radius: 200px;
	padding: 20px;
	background: #fff;
	background-color: rgba(256, 256, 256, 0.9);
	width: 60px;
	height: 60px;
	margin: auto;
	margin-top: 32%;
	
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

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

.one_half.gallery2:hover img.blur_effect {
	-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;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-moz-filter: blur(3px);
}

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

.one_half.gallery2 a[rel=gallery]
{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99999;
	background: #000;
}

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

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

.one_third.portfolio3_wrapper
{
	width: 30%;
	margin-bottom: 0;
	margin-right: 25px;
}

.portfolio3filter_wrapper
{
	overflow: hidden;
	margin: 0 28.3px 0 0;
	float: left;
}

#page_content_wrapper .inner .sidebar_content.full_width.portfolio3_content_wrapper
{
	width: 1250px;
}

#page_content_wrapper .inner .sidebar_content.full_width.portfolio4_content_wrapper, .page_content_wrapper.portfolio4_content_wrapper
{
	width: 1260px;
}

.page_content_wrapper.portfolio4_content_wrapper
{
	margin-top: 50px;
}

.one_third.gallery3
{
	overflow:hidden;
	position: relative;
	width: 370px;
    height: 370px;  
    margin-right: 30px;
	margin-bottom: 30px;
}

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

.one_third.gallery3 .mask {
	width: 370px;
    height: 370px;
	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)";
   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;
}

.one_third.gallery3 .mask .mask_circle {
	opacity: 0;
}

.one_third.gallery3:hover .mask .mask_circle {
	border-radius: 200px;
	padding: 20px;
	background: #fff;
	background-color: rgba(256, 256, 256, 0.9);
	width: 50px;
	height: 50px;
	margin: auto;
	margin-top: 37%;
	
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

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

.one_third.gallery3:hover img.blur_effect {
	-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;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-moz-filter: blur(3px);
}

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

.one_third.portfolio3
{
    margin-right: 2%;
}

.one_third.gallery3 .one_third_img
{
	position: absolute;
}

.one_third.filterable
{
	overflow:hidden;
	position: relative;
    width: 370px;
    height: 370px;
    margin-right: 20px;
    float: none;
}

.one_third.filterable.gallery3.portfolio_type
{
	margin: 0;
}

.one_third.gallery3.filterable
{
	margin-right: 0;
}

.one_third.gallery3 a[rel=gallery]
{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99999;
	background: #000;
}

.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.gallery4
{
	overflow: hidden;
	position: relative;
    width: 277px;
    height: 277px;
    margin-right: 20px;
}

.one_fourth.portfolio4_wrapper
{
	margin-right: 20px;
	margin-bottom: 0;
}

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

.one_fourth.gallery4.filterable
{
	margin: 0;
	float: none;
	width: 277px;
    height: 277px;
    overflow:hidden;
    margin-right: 21.45px;
    margin-bottom: 20px;
}

.one_fourth.gallery4.filterable.portfolio_type
{
	margin-bottom: 0;
}

.one_fourth.gallery4 .mask {
	width: 277px;
	height: 277px;
	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)";
   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;
}

.one_fourth.gallery4 .mask .mask_circle {
	opacity: 0;
}

.one_fourth.gallery4:hover .mask .mask_circle {
	border-radius: 200px;
	padding: 20px;
	background: #fff;
	background-color: rgba(256, 256, 256, 0.9);
	width: 40px;
	height: 40px;
	margin: auto;
	margin-top: 35%;
	
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

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

.one_fourth.gallery4:hover img.blur_effect {
	-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;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-moz-filter: blur(3px);
}

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

.one_fourth.portfolio4
{
    margin:0;
}

.one_fourth.gallery4 .one_fourth_img
{
	position: absolute;
}

.portfolio4filter_wrapper
{
	float: left;
}

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

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

.one_sixth
{
	width: 11%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

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

.post_img
{
	position: relative;
	height: auto;
	text-align: center;
	margin-bottom: 5px;
	visibility: hidden;
}

.post_img img
{
	max-width: 100%;
	height: auto;
}

.post_img .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)";
   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%;
}

.post_img .mask .mask_circle {
	opacity: 0;
}

.post_img:hover .mask .mask_circle {
	border-radius: 200px;
	padding: 20px;
	background: #fff;
	background-color: rgba(256, 256, 256, 0.9);
	width: 40px;
	height: 40px;
	margin: auto;
	margin-top: 21%;
	
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

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

.post_img:hover img.blur_effect {
	-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;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-moz-filter: blur(3px);
}

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

.post_img.grid
{
	margin-bottom: 5px;
}

.post_img.grid .mask
{
	left: 10px;
}

.post_img.grid:hover .mask .mask_circle
{
	margin-top: 17%;
	width: 32px;
	height: 32px;
}

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

#page_content_wrapper .inner .sidebar_content
{
	width: 770px;
	padding: 0 15px 0 0px;
	margin-top: 0;
	float: left;
	margin-top: 10px;
}

#page_content_wrapper .inner .sidebar_content.full_width
{
	width: 100%;
	padding: 0;
	margin-top: 0;
}

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

#page_content_wrapper .inner .sidebar_content div.wp-caption
{
	max-width: 100%;
}

#page_content_wrapper .inner .sidebar_content.full_width.gallery
{
	margin-top: 10px;
}

#page_content_wrapper .inner .sidebar_content.full_width#blog_grid_wrapper, #page_content_wrapper .inner .sidebar_content.full_width#galleries_grid_wrapper
{
	width: 1195px;
}

#blog_grid_wrapper
{
	width: 1195px;
}

#page_content_wrapper .inner .sidebar_content.full_width.nomargintop
{
	margin-top: 0 !important;
}

#page_content_wrapper .inner .sidebar_wrapper
{
	width: 380px;
	float: left;
	margin-top: 10px;
}

#page_content_wrapper .inner .sidebar_wrapper.left_sidebar
{
	width: 360px;
	margin-right: 20px;
}

#page_content_wrapper .inner .sidebar_wrapper a
{
	color: #444;
	font-weight: normal;
}

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

#page_content_wrapper .inner .sidebar_wrapper .sidebar .content
{
	width: 100%;
	margin: 0 10px 0 20px;
	color: #666;
	font-size: 14px;
}

/*
	Input layout
*/

input[type=text], 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: 8px 10px 7px 10px;
	font-size: 100%;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin: 0;
	background: #fff;
	color: #666;
	border: 1px solid #ccc;
	-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, .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: #999;
}

#contact_form input[type="text"], #contact_form textarea, #commentform input[type="text"], #commentform textarea 
{
	margin-bottom: 15px;
	width: 97%;
}

#commentform input[type="text"] 
{
	width: 97%;
}

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

.fullwidth_comment_wrapper .post_content_wrapper
{
	background: transparent !important;
	padding: 30px 0 30px 0 !important;
	width: 100% !important;
}

#commentform label
{
	clear: both;
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
	display: block;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	color: #333;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
}

#commentform > p 
{
	clear: both;
	padding: 0.2em 0 0.2em 0;
}

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

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

textarea
{
	font-size: 100%;
	color: #666;
	background: #fff;
	border: 0;
	margin: 0;
	height: 200px;
	overflow: auto;
	padding: 8px 10px 7px 10px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	border: 1px solid #ccc;
}

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 1em .7em 1em;
	color: #fff;
	background: #333;
	border: 1px solid #333;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-shadow: none;
	margin-right: 5px;
	letter-spacing: 1px;
	font-style: normal;
	text-shadow: none !important;
}

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
{
	background: #fff;
	color: #000 !important;
	border-color: #fff !important;
}

input[type=button]:hover, input[type=submit]:hover, a.button:hover, .button:hover
{
	color: #000;
	background: transparent;
	border: 1px solid #000;
}

.error
{
	color: #ff0000;
}

a.comment-reply-link
{
	margin-top: 10px;
	float:left;
}

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: 15px 20px 0 10px;
	font-size: 12px;
	text-transform: uppercase;
}

input[type=submit]:hover, input[type=button]:hover, .button:hover, input[type=submit]:active, input[type=button]:active, .button:active
{
	border-color: #000;
}


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: 0 0 0 0;
	float: left;
}

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

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

.pagination a, .pagination span
{
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	color: #000;
	background: #fff;
	border: 2px solid #ccc;
	margin-right: 10px;
	border-radius: 100px;
	overflow: hidden;
}

.pagination span, .pagination a:hover
{
	border-color: #333;
	background: transparent;
	font-weight: bold;
}

.pagination_detail
{
	margin-top: 9px;
	float: right;
}

.slideshow #thumbNav
{
	position: relative;
	clear: both;
	top: 94%;
}

#thumbNav a{ 
	display:block;
	width: 14px;
	height: 14px;
	background: url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/slider_bullet_nav.png) no-repeat 0 -14px;
	border:0;
	margin-right: 3px;
	float: left;
	cursor: pointer;
	position: relative;
	top: 140px;
	left: 0;
	padding-right: 4px;
	cursor: pointer;
	color: transparent;
	text-indent: -9999px;
}

.slideshow #thumbNav a
{
	top: 0;
}

#thumbNav a:hover{ background-position: 0 0px; }
#thumbNav a.cur{ background-position: 0 0; }

.caption-left h3, .caption-right h3, .caption-bottom h3
{
	color: #b11623;
	line-height: 0.9em;
	text-transform: uppercase;
	font-size: 40px;
	padding-top: 25px;
	letter-spacing: -2px;
	display: none;
}
.caption-left p, .caption-right p, .caption-bottom p
{
	color: #fff;
	margin: 10px 0 0 3px;
}

@-moz-document url-prefix() { .caption-left p, .caption-right p, .caption-bottom p { margin-top: 30px } } 

.caption-left
{
	background: #000;
	width: 300px !important;
	position: relative;
	top: -200px;
	padding: 0 12px 20px 15px;
	z-index: 999;
	display: none;
}

.caption-right
{
	width: 300px;
	background: transparent;
	position: relative;
	left: 612px;
	padding: 0 12px 20px 15px;
	top: -200px;
	z-index: 999;
	display: none;
}

#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;
 	width: 70px;
}

.post_circle_thumb 
{
	position: relative;
	z-index: 2;
	border-radius: 200px;
	overflow: hidden;
	float: left;
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
	-webkit-transition: 0.2s ease-out; 
	-moz-transition: 0.2s ease-out; 
	-o-transition: 0.2s ease-out;
	
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

.post_circle_thumb.flickr
{
	margin-right: 0;
}

#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_content_wrapper .sidebar .content .sidebar_widget li select, .textwidget select
{
	margin: 10px 0 10px 0;
	max-width: 100%;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle, h5.widgettitle
{
	font-size: 20px;
	display: block;
	text-align: left;
	font-family: 'Times New Roman', 'Helvetica Neue', Arial,Verdana,sans-serif;
	color: #000;
	font-weight: bold;
	font-style: italic !important;
	border-bottom: 1px solid #ccc;
}

#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, #page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul
{
	margin-left: 15px;
	margin-bottom: 0;
	border-left: 1px solid #ebebeb;
	padding-top: 0;
	padding-left: 20px;
	margin-top: 10px;
}

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

#page_content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li, #footer .sidebar_widget li.widget_nav_menu ul li, #page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li
{
	border: 0;
}

#footer .sidebar_widget li ul li
{
	border: 0 !important;
}

#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 .textwidget
{
	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;
}

#wp-calendar tr td
{
	padding: 3px 0 3px 0;
	text-align: center;
	background: transparent;
}

#wp-calendar tr td#prev, #wp-calendar tr td#next
{
	text-transform: uppercase;
	padding-top: 20px;
}

#wp-calendar tr td.pad, #wp-calendar tr td#prev, #wp-calendar tr td#next
{
	background: transparent !important;
}

#wp-calendar caption
{
	display:none;
}

#wp-calendar
{
	margin: 20px 0 0 0;
	width: 100%;
}

table
{
	margin: 10px 0 10px 0;
}

table tr td
{
	border-bottom: 1px solid #d5d5d5;
}

table tr th, table tr td
{
	padding: 20px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #d5d5d5;
}

table thead tr th
{
	background: transparent;
}

table#wp-calendar thead tr th
{
	text-align: center;
}

table tfoot tr, table tfoot tr td
{
	background: transparent;
	border-bottom: 0;
}

#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 10px 0;
	padding: 0;
	border: 0;
}

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

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

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li
{
	padding-left:32px;
	padding-bottom: 15px;
	background-image:url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/icon_twitter_bird.png);
	background-repeat:no-repeat;
	background-position:0px 0.5em;
	border: 0;
}

#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;
	text-shadow: -1px 0 1px #fff;
}

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

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

#page_content_wrapper ul.twitter li
{
	padding-left:32px !important;
	padding-top: 0 !important;
	background-image:url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/icon_twitter_bird.png);
	background-repeat:no-repeat;
	background-position:0px 0.3em;
	padding-bottom: 2em;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr
{
	list-style: none;
	margin: 10px 0 -10px 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.withthumb
{
	margin-top: 10px;
}

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

#page_content_wrapper .sidebar .content .posts.blog.withthumb li, #page_content_wrapper .posts.blog.withthumb li
{
	line-height: 2.2em;
	border: 0;
}

#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;
}

#cover_content
{
	position:fixed;top:20%;left:40px;z-index:9;
}

.tf_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:120px;
	left:0px;
	z-index:-1;
}
.tf_bg img{
	position:absolute;
	top:0px; /*-482px;	 -(imgh/2 - wh/2) */
	left:0px;	/* calculate a negative value to center horizontally */
	width:100%;	/* windowwidth plus negative value of left */
	/*height:1650px; /* windowheight plus negative value of top */
	z-index: 1;
	display:none;
}
.tf_pattern{
	position:absolute;
	width:100%;
	height:100%;
	background:transparent url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/flip/pattern.png) repeat top left;
	z-index:2;
}
.tf_content{
	position:absolute;
	bottom:50px;
	left:50px;
	z-index:10;
	display:none;
}
.tf_content h2{
	color:#fff;
	font-size:90px;
	padding:0;
	margin:0;
	font-family: 'Dancing Script', arial, serif;
	text-shadow:1px 1px 2px #000;
}
.tf_content p{
	color:#fff;
	padding:0;
	margin:0;
	background:transparent url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/flip/bg_content.png) repeat top left;
	padding:40px;
	width:500px;
	font-family: 'PT Sans Narrow', arial, serif;
	font-size:20px;
	line-height:25px;
	text-transform:uppercase;
	text-shadow:2px 2px 1px #000;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	border:4px solid #fff;
}
.tf_thumbs{
	position:absolute;	
	z-index:12;
	right:50px;
	top:80%;
	margin-top:-79px;
	border:4px solid #fff;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;	
	-webkit-box-reflect:
		below 5px
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(transparent),
			color-stop(0.6, transparent),
			to(rgb(18, 18, 18))
		);
}
.tf_thumbs img{
	display:block;
}
.tf_loading{
	position:fixed;
	top:50%;
	left:50%;
	margin:-30px 0px 0px -30px;
	width:60px;
	height:60px;
	background:#000000 url(//monteirophotoartgoa.com/wp-content/themes/mercury/js/fullscreen/ajax-loader_dark.gif) no-repeat center center;
	z-index:999;
}
.tf_next,
.tf_prev{
	width:35px;
	height:14px;
	position:absolute;
	top:79%;
	right:240px;
	z-index:100;
	cursor:pointer;
	background:transparent url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/flip/nav.png) no-repeat top left;
	opacity:1;
}
.tf_next{
	background-position:0px -14px;
	margin-top:80px;
}
.tf_prev{
	background-position:0px 0px;
	margin-top:-55px;
}
.tf_next:hover,
.tf_prev:hover{
	opacity:0.9;
}
.tf_zoom,
.tf_fullscreen{
	width:20px;
	height:20px;
	position:absolute;
	top:6px;
	right:6px;
	cursor:pointer;
	z-index:100;
	opacity:0.6;
	background:transparent url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/flip/icons.png) no-repeat top left;
}
.tf_zoom{
	background-position:0px -20px;
}
.tf_fullscreen{
	background-position:0px 0px;
}
.tf_zoom:hover,
.tf_fullscreen:hover{
	opacity:0.9;
}

.continue
{
	font-size: 16px;
}

#slidecaption
{
	width: 100%;
	position: fixed;
	bottom: 50px;
	left: 37%;
	width: 350px;
	height: 350px;
	border-radius: 200px;
	background: #fff;
	text-align: center;
	background-color: rgba(256,256,256, 0.95);
	
	animation-name: fadeOut;
	-webkit-animation-name: fadeOut;	

	animation-duration: 0.3s;	
	-webkit-animation-duration: 0.3s;

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

body.hover #slidecaption
{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;
	
	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    
    visibility: visible;
    opacity: 1;
}

body[data-style=carousel] #slidecaption, body[data-style=carousel].hover #slidecaption
{
	bottom: 200px;
}

#gallery_caption
{
	color: #777;
	z-index: 999;
	font-size: 18px;
	margin-top: 90px;
}

#gallery_caption h2
{
	font-size: 32px;
	margin-top: 15px;
	color: #000;
	clear: both;
	width: 340px;
	margin: auto;
	letter-spacing: -2px;
}

#gallery_caption .gallery_desc
{
	font-size: 18px;
   font-family: 'Times New Roman', 'Helvetica Neue', Arial,Verdana,sans-serif;
   color: #999;
   font-style: italic;
	display: block;
	padding: 0;
	margin-top: -35px;
	clear: both;
	width: 70%;
	margin: auto;
}

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

.jp-pause
{
	background:transparent url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/sound_on.png) no-repeat left center;
}

.social_wrapper
{
	width: 100%;
	margin: 50px 0 5px 0;
	text-align: center;
}

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

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

.social_wrapper ul li
{
	display: inline-block;
	-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;
	padding: 10px;
	width: 20px;
	height: 20px;
	border-radius: 200px;
	text-align: center;
}

.social_wrapper ul li a
{
	opacity: 1;
}

.social_wrapper ul li.instagram:hover
{
	background: #1c5380;
}

.social_wrapper ul li.youtube:hover
{
	background: #cc181e;
}

.social_wrapper ul li.twitter:hover
{
	background: #33ccff;
}

.social_wrapper ul li.facebook:hover
{
	background: #4c66a4;
}

.social_wrapper ul li.flickr:hover
{
	background: #ff0084;
}

.social_wrapper ul li.vimeo:hover
{
	background: #17b3e8;
}

.social_wrapper ul li.tumblr:hover
{
	background: #6aa5cf;
}

.social_wrapper ul li.google:hover
{
	background: #dd4b39;
}

.social_wrapper ul li.dribbble:hover
{
	background: #ea4c89;
}

.social_wrapper ul li.linkedin:hover
{
	background: #007bb6;
}

.social_wrapper ul li.pinterest:hover
{
	background: #ab171e;
}

.social_wrapper ul li a img
{
	width: 20px;
	height: 20px;
}

#tray-button
{
	display: none;
}

#page_caption
{
	margin: 20px 0 0 0;
	text-align: center;
	padding: 25px 0 2px 0;
}

#page_caption h1, h2.ppb_title
{
	color: #000;
	padding: 0;
	letter-spacing: -2px;
	font-size: 56px;
	display: block;
	font-weight: normal;
}

.withbg h2.ppb_title
{
	color: #fff;
	position: relative;
	z-index: 2;
}

.page_caption_desc
{
	font-size: 18px;
	color: #999;
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}

.withbg .page_caption_desc
{
	color: #ccc;
	position: relative;
	z-index: 2;
}

.ppb_blog_desc
{
	width:91%;
	margin:auto;
	margin-top: -10px;
	text-align:center;
	background: #fff;
	padding: 20px 2% 25px 2%;
}

.page_caption_desc a
{
	color: #999;
}

.page_caption_desc a:hover, .page_caption_desc a:active
{
	color: #000;
}

.page_caption_desc .portfolio_nav a
{
	display: inline;
	margin: 0 10px 0 10px;
}

#page_caption h2
{
	color: #333;
	padding: 0 0 0 0;
	font-size: 22px;
	font-weight: normal;
}

.page_control
{
	position: fixed;
	bottom: 50px;
	left: 47.5%;
	text-align: center;
	z-index: 999;
}

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

#page_maximize, #page_maximize:hover, #page_maximize:active
{
	visibility: hidden;
	position: fixed;
	bottom: 120px;
	left: 20px;
}

.tubular-pause
{
	position: fixed;
	bottom: 50px;
	left: 51.5%;
}

#tubular-container iframe
{
	top: 90px !important;
}

.page_control_static
{
	position: fixed;
	bottom: 40px;
	left: 20px;
	text-align: center;
	z-index: 999;
	display: none !important;
}

.page_control_static #page_maximize, .page_control_static #page_maximize:hover, .page_control_static #page_maximize:active
{
	visibility: hidden;
	position: fixed;
	bottom: 40px;
	left: 20px;
}

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

.textwidget img
{
	max-width: 95%;
	height: auto;
}

#option_btn
{
	position: absolute;
	top: 60px;
	left:0;
	cursor:pointer;
	z-index: 999;
}

#option_wrapper
{
	position: absolute;
	top: 20px;
	left:-245px;
	width: 240px;
	padding: 19px 0 23px 0;
	background: #fff;
	z-index: 99999;
	color: #666;
	font-size: 13px;
	-moz-box-shadow: 1px 1px 10px #999;
	-webkit-box-shadow: 1px 1px 10px #999;
	box-shadow: 1px 1px 10px #999;
}

#option_wrapper .inner
{
	width: 80%;
	margin:auto;
}

a.skin_box
{
	display: block;
	float: left;
	width: 33px;
	height: 33px;
	margin: 5px 5px 0 0;
}

.pp_checkbox_wrapper {
	border: 1px solid #e5e5e5;
	margin: 3px 6px 3px 0;
}

.colorpicker_preview
{
	width: 100%;
	height: 30px;
	margin: 5px 0 0 0;
}

#option_wrapper select
{
	width: 195px;
}

#jquery_jplayer_1
{
	display: none;
}

#logo_arrow_right, #logo_arrow_left
{
	margin-left: 10px;
}

#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-top: -2px;
}
#captcha-wrap .text-box label{
	 color:#000000;
	 font-family: helvetica,sans-serif;
	 font-size:11px;	
	 width:140px;
	 padding-top:3px; 
	 padding-bottom:3px; 
	 margin: 0;
	 font-weight: normal;
}
#captcha-wrap .captcha-action{
	float:right; width:117px; 
	background:url(//monteirophotoartgoa.com/wp-content/themes/mercury/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_portfolio_gallery
{
	width: 100%;
	height: 620px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top: 20px;
	background: transparent url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/loading.gif) no-repeat center center;
}

#imageFlow {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 13%;
}

#imageFlow.single_portfolio {
	position: absolute;
	height: 1200px;
	background: transparent;
	top: 0;
}

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

#imageFlow.single_portfolio .text
{
	display: none;
}

#imageFlow .text {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 30%;
    text-align: center;
    z-index: 10;
    color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
}

.single_flow_wrapper #imageFlow .text {
	display: none !important;
}

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

#imageFlow .title {
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	color: #000;
	font-size: 22px;
	font-weight: 600;
	padding: 0 10px 0 10px;
}
#imageFlow .legend {
    width: 80%;
    margin: auto;
    font-size: 18px !important;
   font-family: 'Times New Roman', 'Helvetica Neue', Arial,Verdana,sans-serif;
   color: #999;
   font-style: italic;
}
#imageFlow .scrollbar {
    position: absolute;
    left: 30%;
    bottom: 27%;
    width: 40%;
    height: 16px;
    z-index: 1000;
}
#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;
}

#imageFlow_gallery_info
{
	width: 350px;
	height: 100%;
	background: #fff;
	border-right: 1px solid #d5d5d5;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(256,256,256, 0.9);
	box-shadow: 8px 0 15px rgba(0, 0, 0, 0.05);
	z-index: 1000;
	text-align: center;
}

.imageFlow_gallery_info_author
{
	font-size: 18px !important;
   font-family: 'Times New Roman', 'Helvetica Neue', Arial,Verdana,sans-serif;
   color: #000;
   font-style: italic;
}

.imageFlow_gallery_info_wrapper
{
	margin: auto;
	margin-top: 50%;
	width: 80%;
}

.imageFlow_gallery_info_wrapper h1
{
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 56px;
	font-weight: normal;
}

.imageFlow_gallery_info_wrapper #flow_view_button
{
	margin-top: 50px;
}

#flow_info_button
{
	position: fixed;
	bottom: 15px;
	left: 15px;
	display: none;
	z-index: 99;
}

.diapo {
	opacity: 1;
}

.diapo.current {
	opacity: 1;
}

.portfolio_desc {
	background: #fff;
	float: left;
	text-align: left;
}

.portfolio_desc.last {
	float: right;
}

.portfolio_desc.portfolio2 {
	width: 565px;
	padding: 20px 10px 20px 10px;
}
.portfolio_desc.portfolio3 {
	width: 350px;
	padding: 20px 10px 20px 10px;
	margin-top: -30px;
}

.portfolio_desc.portfolio3.filterable {
	margin-top: -25px;
}

.portfolio_desc.portfolio4 {
	width: 247px;
	padding: 20px 15px 20px 15px;
	margin-top: -6px;
}

.portfolio_desc.portfolio4.filterable {
	margin-top: -25px;
}

.portfolio_desc .portfolio_excerpt {
	font-size: 16px !important;
   font-family: 'Times New Roman', 'Helvetica Neue', Arial,Verdana,sans-serif;
   color: #999;
   font-style: italic;
   display: block;
}

.gallery-main {
	display: none;
}

.mansory_thumbnail {
	float:left;
	margin: 10px 5px 11px 5px;
	overflow: hidden;
	width: 31.5%;
	height: auto;
}

.mansory_thumbnail.double_height {
	width: 31.5%;
	height: auto;
}

.mansory_thumbnail.double_width {
	width: 65%;
	height: auto;
	max-height: 473px;
}

.mansory_thumbnail img {
	display: block;
}

.mansory_thumbnail .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)";
   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_thumbnail .mask .mask_circle {
	opacity: 0;
}

.mansory_thumbnail:hover .mask .mask_circle {
	border-radius: 200px;
	padding: 20px;
	background: #fff;
	background-color: rgba(256, 256, 256, 0.9);
	width: 40px;
	height: 40px;
	margin: auto;
	margin-top: 19%;
	
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

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

.mansory_thumbnail.three_cols:hover .mask .mask_circle
{
	margin-top: 25%;
}

.mansory_thumbnail.double_height:hover .mask .mask_circle
{
	margin-top: 48%;
}

.mansory_thumbnail.double_width:hover .mask .mask_circle
{
	margin-top: 25%;
}

.mansory_thumbnail:hover img.blur_effect {
	-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;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-moz-filter: blur(3px);
}

.mansory_thumbnail: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.5);
   -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_circle {
	opacity: 0;
}

.wall_thumbnail:hover .mask .mask_circle {
	border-radius: 200px;
	padding: 20px;
	background: #fff;css filter blur not work ie9
	
	background-color: rgba(256, 256, 256, 0.9);
	width: 32px;
	height: 32px;
	margin: auto;
	margin-top: 31%;
	
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

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

.wall_thumbnail:hover img.blur_effect {
	-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;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-moz-filter: blur(3px);
}

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

#photo_wall_wrapper {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0;
}

#photo_wall_wrapper.has_sidebar {
	margin-top: 0;
}

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

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

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

#photo_wall_wrapper .wall_entry.three_cols {
	width: 33.1%;
}

#photo_wall_wrapper .wall_entry.two_cols {
	width: 49.8%;
}

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

#photo_wall_wrapper .wall_entry img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.gallery_audio
{
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999999;
}

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

.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;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.gallery_mansory_wrapper, .gallery_mansory4_wrapper {
	padding: 0;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 1190px;
}

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

.tf_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
}
.tf_bg img{
	position:absolute;
	top:0px; /*-482px;	 -(imgh/2 - wh/2) */
	left:0px;	/* calculate a negative value to center horizontally */
	width:100%;	/* windowwidth plus negative value of left */
	/*height:1650px; /* windowheight plus negative value of top */
	z-index: 1;
	display:none;
}
.tf_pattern{
	position:absolute;
	width:100%;
	height:100%;
	background:transparent url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/flip/pattern.png) repeat top left;
	z-index:2;
}
.tf_content{
	position:absolute;
	bottom:50px;
	left:50px;
	z-index:10;
	display:none;
}
.tf_content h2{
	color:#fff;
	font-size:90px;
	padding:0;
	margin:0;
	font-family: 'Dancing Script', arial, serif;
	text-shadow:1px 1px 2px #000;
}
.tf_content p{
	color:#fff;
	padding:0;
	margin:0;
	background:transparent url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/flip/bg_content.png) repeat top left;
	padding:40px;
	width:500px;
	font-family: 'PT Sans Narrow', arial, serif;
	font-size:20px;
	line-height:25px;
	text-transform:uppercase;
	text-shadow:2px 2px 1px #000;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	border:4px solid #fff;
}
.tf_thumbs{
	position:fixed;	
	z-index:12;
	right:30px;
	top:80%;
	margin-top:-79px;
	border:4px solid #fff;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;	
	-webkit-box-reflect:
		below 5px
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(transparent),
			color-stop(0.6, transparent),
			to(rgb(18, 18, 18))
		);
}
.tf_thumbs img{
	display:block;
}
.tf_loading{
	position:fixed;
	top:50%;
	left:50%;
	margin:-30px 0px 0px -30px;
	width:60px;
	height:60px;
	background: #fff url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/loading.gif) no-repeat center center;
	z-index:999;
	border-radius: 200px;
}
.tf_next,
.tf_prev{
	width:35px;
	height:14px;
	position:fixed;
	top: 48%;
	right:40px;
	z-index:100;
	cursor:pointer;
	background:transparent url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/flip/nav.png) no-repeat top left;
	opacity:1;
}
.tf_next{
	background-position:0px -14px;
	margin-top:30px;
}
.tf_prev{
	background-position:0px 0px;
	margin-top:-55px;
}
.tf_next:hover,
.tf_prev:hover{
	opacity:0.9;
}
.tf_zoom,
.tf_fullscreen{
	width:20px;
	height:20px;
	position:absolute;
	top:6px;
	right:6px;
	cursor:pointer;
	z-index:100;
	opacity:0.6;
	background:transparent url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/flip/icons.png) no-repeat top left;
}
.tf_zoom{
	background-position:0px -20px;
}
.tf_fullscreen{
	background-position:0px 0px;
}
.tf_zoom:hover,
.tf_fullscreen:hover{
	opacity:0.9;
}

.map_shadow
{
	width: 100%;
	margin-top: 0;
}

.map_shadow.fullwidth
{
	width: 100%;
	margin-top: 0;
}

#map_contact
{
	width: 100%;
	height: 400px;
	margin: auto;
	margin-bottom: 10px;
}

#vimeo_bg, #youtube_bg {
	height: 87%;
	left: 0;
	position: fixed;
	top: 70px;
	width: 100%;
}

#vimeo_bg .fluidvids, #youtube_bg .fluidvids {
	width: 100%;
	height: 100%;
}

#vimeo_bg > iframe, #youtube_bg > iframe {
	display: block;
	height: 100%;
	width: 100%;
}

#searchsubmit
{
	display: none;
}

.filter, .shop_filter
{
	margin: auto !important;
	margin-bottom: 20px !important;
	margin-top: 0 !important;
	display: inline-table;
	width: 100%;
	text-align: center;
}

.filter li, .shop_filter li
{
	margin: 0 0 0 0;
	display: inline-table;
	list-style: none;
}

.filter li:first-child, .shop_filter li:first-child
{
	margin: 0;
	border-right: 0;
}

.filter li a, .shop_filter li a
{
	padding: 0 15px 0 15px;
	font-size: 18px;
	font-weight: normal;
	color: #999;
}

.filter li .separator
{
	display: none;
}

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

.filter li a:hover, .shop_filter li a:hover
{
	color: #000;
}

.filter li a.active, .shop_filter li a.active
{
	color: #000;
}

#portfolio_filter_wrapper
{
	width: 1195px;
}

#portfolio_filter_wrapper.gallery
{
	width: 1235px;
}

.gallery_a_title
{
	text-align: center;
	margin: 5px 0 10px 0;
	padding: 20px 0 20px 0;
}

.gallery_a_title h5 {
   font-size: 22px !important;
   font-weight: 600;
}

.gallery_a_title span.caption {
   font-size: 18px !important;
   font-family: 'Times New Roman', 'Helvetica Neue', Arial,Verdana,sans-serif;
   color: #999;
   font-style: italic;
}

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

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

.widget_tag_cloud div a, .meta-tags a, .tag_cloud a
{
	display: inline-block;
	color: #666;
	line-height: 1.8em;
	margin: 0 0 4px 0;
	padding: 6px 14px 6px 14px;
	border: 1px solid #ccc;
	-webkit-transition: color .2s linear, border .1s linear;
	-moz-transition: color .2s linear, border .1s linear;
	-ms-transition: color .2s linear, border .1s linear;
	-o-transition: color .2s linear, border .1s linear;
	transition: color .2s linear, border .1s linear;
}

.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: 1px solid #000;
}

#reponse_msg ul:empty
{
	margin: 0;
}

#reponse_msg ul
{
	margin-left: 20px;
}

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

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

.fancybox-title-outside-wrap
{
	text-align: center !important;
	margin-top: 25px !important;
	color: #999 !important;
	font-size: 18px !important;
	font-family: 'Times New Roman', 'Helvetica Neue', Arial,Verdana,sans-serif !important;
	color: #999;
	font-style: italic !important;
}

.fancybox-title-outside-wrap strong
{
	font-style: normal !important;
	font-weight: 600;
	color: #fff !important;
	display: block;
	clear: both;
	font-size: 22px;
	margin-bottom: 5px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
}

.footer_bar_wrapper
{
	width: 1170px;
	margin: auto;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 600;
	color: #999;
}

.footer_bar_wrapper.fullscreen .social_wrapper, .footer_bar_wrapper.flow .social_wrapper, .footer_bar_wrapper.flip .social_wrapper
{
	display: none;
}

#toTop 
{
	width:30px;
    background:#666;
    border-radius: 100px;
    opacity: 0.5;
    text-align:center;
    padding:15px 10px 12px 10px;
    position:fixed; /* this is the magic */
    bottom:0; /* together with this to put the div at the bottom*/
    right:20px;
    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;
}

.mejs-container
{
	background: #333 !important;
	border: 1px solid #333 !important;
}

.mejs-container:hover
{
	background: transparent !important;
	color: #000 !important;
	border-color: transparent !important;
}

#toTop img
{
	width: 20px;
	height: auto;
}

#toTop:hover 
{
	opacity: 1 !important;
}

.gallery_type, .portfolio_type
{
	opacity: 0;
}

.gallery_img
{
	opacity: 0;
	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

body[data-style=fullscreen] #thumb-tray #thumb-list
{
	display: none !important;
}

html[data-style=flow]
{
	overflow-y: hidden;
}

a#kb-prevslide, a#imgflow-prevslide { z-index:999; cursor: pointer; display: block; position: fixed; left: 0; top: 46%; opacity: 1 !important; padding: 10px 15px 10px 15px; visibility: hidden; }
a#kb-nextslide, a#imgflow-nextslide { z-index:999; cursor: pointer;  display: block; position: fixed; right: 0; top: 46%; opacity: 1 !important; padding: 10px 15px 10px 15px; visibility: hidden; }
a#imgflow-prevslide, a#imgflow-nextslide { top: 39%; }
body.hover a#kb-prevslide, body.hover a#imgflow-prevslide { 
    animation-name: slideRight;
    -webkit-animation-name: slideRight;	

    animation-duration: 0.5s;	
    -webkit-animation-duration: 0.5s;

    animation-timing-function: ease-in-out;	
    -webkit-animation-timing-function: ease-in-out;		

    visibility: visible !important;	
}
body.hover a#kb-nextslide, body.hover a#imgflow-nextslide { 
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;	

    animation-duration: 0.5s;	
    -webkit-animation-duration: 0.5s;

    animation-timing-function: ease-in-out;	
    -webkit-animation-timing-function: ease-in-out;		

    visibility: visible !important;
}
a#kb-prevslide img, a#imgflow-prevslide img { margin: 11px 8px 5px 5px; }
a#kb-nextslide img, a#imgflow-nextslide img { margin: 11px 5px 5px 8px; }

#social_share_wrapper
{
	text-align: center;
	border-top: 1px solid #d5d5d5;
}

#imageFlow_gallery_info #social_share_wrapper
{
	margin-top: 40px;
}

#social_share_wrapper h5
{
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 5px;
}

#social_share_wrapper ul
{
	display: block;
	clear: both;
	list-style: none;
	margin: 0;
}

#social_share_wrapper ul li
{
	display: inline-block;
	margin: 0 10px 0 10px;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
}

#post_more_wrapper
{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 320px;
	padding: 20px;
	background: #fff;
	border: 1px solid #d5d5d5;
	box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.1);
	-webkit-transition:right 500ms ease-in-out;
	-moz-transition:right 500ms ease-in-out;
	-o-transition:right 500ms ease-in-out;
	-ms-transition:right 500ms ease-in-out;
	transition:right 500ms ease-in-out;
	z-index: 9999;
	visibility: visible !important;
}

#post_more_wrapper img
{
	max-width: 320px;
	height: auto;
}

#post_more_wrapper.hiding
{
	right: -380px;
}

#post_more_close
{
	position: absolute;
	top: -20px;
	left: -20px;
}

.post_more_img_wrapper
{
	margin-top: 20px;
}

.post_more_title
{
	margin: 15px 0 10px 0;
	display: block;
}

.ppb_background_overlay
{
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.service_content_wrapper
{
	margin-top: 50px;
}

.service_wrapper
{
	margin-top: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}

.service_title
{
	margin: 0 0 15px 0;
	text-align: center;
}

.service_icon
{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #fff;
	border: 2px solid #00a498;
	width: 80px;
	height: 80px;
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;
	
	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	margin: auto;
	margin-bottom: 10px;
}

.service_icon img
{
	max-width: 40px;
	height: auto;
	margin-top: 20px;
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

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

.service_title h3
{
	font-size: 16px;
	margin-bottom: 20px;
}

.service_content
{
	clear: both;
}

/*
	Woocommerce CSS
*/

h1.page-title
{
	display: none;
}

.woocommerce-result-count
{
	display: none;
}

h1.page-title
{
	float: left;
}

.woocommerce .products ul, .woocommerce-page .products ul, .woocommerce ul.products, .woocommerce-page ul.products
{
	padding-top: 30px !important;
}

.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;
}

#content_wrapper ul.products
{
	margin-left: 0px !important;
}

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

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3
{
	font-size: 14px !important;
	font-weight: normal;
	margin-top: 10px !important;
	padding-bottom: 0 !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
{
	font-size: 20px !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 30px;
}

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

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del
{
	font-size: 1em !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
{
	text-decoration: none !important;
	font-size: 24px !important;
	font-weight: bold !important;
	padding: 0 !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: 24px !important;
}

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

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

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

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

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6
{
	font-size: 14px !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: 5px 0 10px 0;
}

.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 #cecece !important;
	background: #e4e4e4 !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;
	text-shadow: none !important;
	background: #f7f6f7 !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;
	color: #666 !important;
}

.woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page ul.products li.product a.add_to_cart_button, .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 button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button
{
	outline: none !important;
	cursor: pointer !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	font-weight: normal !important;
	color: #000 !important;
	border: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	background: #fff !important;
	letter-spacing: 0 !important;
	padding: 0 0 5px 23px !important;
	background:url(//monteirophotoartgoa.com/wp-content/themes/mercury/images/icon_cart.png) no-repeat top left !important;
	margin-bottom: 5px !important;
	margin-top: 10px !important;
	-webkit-transition: color .2s linear, opacity .1s linear;
	-moz-transition: color .2s linear, opacity .1s linear;
	-ms-transition: color .2s linear, opacity .1s linear;
	-o-transition: color .2s linear, opacity .1s linear;
	transition: color .2s linear, opacity .1s linear;
	border-radius: 0 !important;
}

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button
{
	padding: .8em 1em .6em !important;
	margin-right: 10px;
	border-radius: 0 !important;
}

.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button
{
	padding: .8em 1em .6em !important;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button
{
	background-image: none !important;
	background: #00a498 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	padding: 1.1em 1.2em 1em 1.2em !important;
	margin: 0 0 0 10px !important;
	border-radius: 0 !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;
}

.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;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale
{
	top: 20px !important;
	right: 215px !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
{
	outline: none !important;
	cursor: pointer !important;
	text-align: center !important;
	text-decoration: none !important;
	padding: .8em 1em .6em !important;
	color: #fff !important;
	background: #ff0000 !important;
	text-transform: uppercase !important;
	border: 0 !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	text-shadow: none !important;
	margin-right: 5px !important;
	border-radius: 0 !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: 60px !important;
	float: left !important;
	margin-right: 15px !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: 22.05% !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: #000 !important;
	padding-right: 0 !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 form .form-row, .woocommerce-page form .form-row
{
	margin-top: 15px !important;
}

#billing_country_chzn.chzn-container .chzn-results, #shipping_country_chzn.chzn-container .chzn-results
{
	width: 445px !important;
	margin-left: 0 !important;
	color: #444 !important;
}

#billing_state_chzn.chzn-container .chzn-results, #shipping_state_chzn.chzn-container .chzn-results
{
	width: 200px !important;
	margin-left: 0 !important;
	color: #444 !important;
}

.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods
{
	color: #444 !important;
}

h3#order_review_heading
{
	margin: 15px 0 15px 0 !important;
}

#content_wrapper ul.order_details
{
	margin-left: 0 !important;
}

dl.customer_details
{
	margin: 20px 0 20px 0;
}

.sidebar_widget > li.widget_product_search
{
	background: none !important;
	padding-left: 12px !important;
	float: left;
	width: 100%;
	border-bottom: 0;
	margin-left: 8px;
}

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

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
	padding-bottom: 10px !important;
	text-align: center !important;
	border: 1px solid #d5d5d5;
}

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

.price_slider_wrapper
{
	margin-top: 20px;
}

h1.product_title
{
	font-size: 20px;
}

#tab-description h2, #tab-reviews h2, .cart_totals h2, .shipping_calculator h2, form.checkout h3
{
	font-size: 18px;
}

.shipping_calculator h2 a
{
	color: #000 !important;
}

#page_content_wrapper ul.tabs
{
	margin: 30px 0 0 0;
	padding-left: 0 !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
{
	color: #000 !important;
	font-weight: normal !important;
	box-shadow: none !important;
	border: 1px solid #dfdbdf !important;
	border-radius: 0 !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
	color: #cccccc;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
	border: 0 !important;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first
{
	clear: none !important;
}

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

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
	color: #000;
	background: #f9f9f9;
}

.woocommerce table.cart th.product-quantity
{
	text-align: center !important;
}

.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
{
	box-shadow: 0 0 0 #000 !important;
	line-height: 1.5em !important;
}

.woocommerce table.cart td.actions .coupon .input-text#coupon_code
{
	margin-top: 10px;
	margin-right: 10px;
	width: 155px;
}

.woocommerce .products ul, .woocommerce-page .products ul, .woocommerce ul.products, .woocommerce-page ul.products, #page_content_wrapper ul.products
{
	width: 1210px !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel 
{
	margin: 0 !important;
	background: transparent !important;
	padding: 20px !important;
	border: 1px solid #d5d5d5 !important;
	border-top: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li
{
	background: #f0f0f0 !important;
	margin-left: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active
{
	background: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content 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:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after
{
	box-shadow: none !important;
	border-radius: 0 !important;
}

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

.woocommerce div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs
{
	padding-top: 1px !important;
	margin-bottom: 60px !important;
}



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

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

.woocommerce span.onsale, .woocommerce-page span.onsale
{
	top: 15px !important;
	left: 15px !important;
}

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

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images
{
	width: 50% !important;
}

.woocommerce div.product form.cart div.quantity
{
	width: 122px !important;
}

.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce .quantity .minus:hover
{
	width: 40px !important;
	height: 40px !important;
	float: left !important;
	position: static !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	background: #f0f0f0 !important;
	border-right: 0 !important;
}

.woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce .quantity .plus:hover
{
	width: 40px !important;
	height: 40px !important;
	float: right !important;
	position: static !important;
	box-shadow: none !important;
	border-bottom: 1px solid #c7c0c7 !important;
	border-radius: 0 !important;
	background: #f0f0f0 !important;
	border-left: 0 !important;
}

.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty
{
	width: 40px !important;
	height: 38px !important;
	border-right: 1px solid #c7c0c7 !important;
}

.related.products h2
{
	font-size: 18px !important;
	margin-bottom: 10px;
}

div.pp_overlay
{
	background: #000 !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
{
	background: transparent !important;
	margin-top: 5px !important;
}

.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity
{
	width: 122px !important;
}

.woocommerce table.cart th, .woocommerce table.cart td, .woocommerce #content table.cart th, .woocommerce #content table.cart td, .woocommerce-page table.cart th, .woocommerce-page table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page #content table.cart td
{
	text-align: left !important;
}

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

.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail
{
	width: 100px !important;
}

.product-subtotal span, .cart-subtotal span, .total span
{
	font-weight: bold;
	color: #00a499;
	font-size: 18px;
}

.product-name a
{
	color: #000;
}

.product-remove
{
	width: 40px;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table
{
	border-radius: 0px !important;
	border: 1px solid #d5d5d5 !important;
	border-bottom: 0 !important;
}

#page_content_wrapper .inner .sidebar_content div.woocommerce
{
	min-height: 200px;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td
{
	border-top: 0 !important;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals
{
	margin-bottom: 50px;
	margin-top: 30px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals
{
	padding: 20px;
	width: 45% !important;
	border: 1px solid #d5d5d5;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator
{
	clear: none !important;
	float: left !important;
	width: 45% !important;
	padding: 20px !important;
	border: 1px solid #d5d5d5;
	margin: 0 !important;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th
{
	border-top: 0 !important;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th
{
	border-bottom: 1px solid #d5d5d5;
}

#page_content_wrapper ul.woocommerce-error
{
	margin-left: 0 !important;
	margin-top: 0;
}

.woocommerce #payment, .woocommerce-page #payment
{
	background: transparent !important;
	border: 1px solid #d5d5d5 !important;
	margin-bottom: 50px !important;
	border-radius: 0 !important;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box
{
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding-left: 27px !important;
	padding-top: 10px !important;
	margin: 0 !important;
}

.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after
{
	display: none !important;
}

.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li
{
	padding: 10px 0 10px 0 !important;
}

.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li
{
	border-bottom: 1px solid #d5d5d5 !important;
}

.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods
{
	border-bottom: 0 !important;
}

.woocommerce-page #payment ul.payment_methods li label
{
	color: #000;
	font-weight: bold;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box
{
	text-shadow: none !important;
}

.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th, .woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row
{
	border-top: 0 !important;
}

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row
{
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/*
	End Woocommerce CSS
*/