/*FILESTART*/

/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 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, .search_box p
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

/* -------------------------------------------------------------- 
   
   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-size:12px;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption, .bypostauthor {
	font-weight: bold;
}


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

.post_wrapper_inner img , #content_wrapper .inner .inner_wrapper img
{
	max-width: 100%;
	height: auto;
}

.textwidget p:empty
{
	display: none;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul, #content_wrapper .inner .inner_wrapper .sidebar_content ol, #content_wrapper .inner .inner_wrapper ul, #content_wrapper .inner .inner_wrapper ol
{
	margin: 20px;
	margin-right: 0;
}

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

#content_wrapper .inner .inner_wrapper .sidebar_content ul.flex-direction-nav
{
	margin: 0 !important;
}

em
{
	font-style: italic;
}

.middle
{
	vertical-align: -15%;
	margin-right: 5px;
}

img.thumb
{
	width: 90px;
	height: 90px;
}

/*
	Global Layout
*/

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

#wrapper
{
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: auto;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: antialiased;
	left: 0px;
}

body.js_nav #wrapper, body.js_nav .footer_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);
}

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

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

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

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

hr.thick
{
	border-top: 3px solid #000;
}

#footer 
{
	padding: 0;
	width: 960px;
	margin: auto;
	margin-top: 0;
}

.footer_wrapper
{
	width: 100%;
	background: #f5f5f5;
	margin: auto;
}

#copyright
{
	width: 100%;
	padding: 20px 0 40px 0;
	margin: auto;
	color: #888;
	background: #000;
}

#copyright a, #copyright a:hover, #copyright a:active
{
	color: #fff;
	text-decoration: none !important;
}

#copyright_left
{
	width: 500px;
	float: left;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 5px;
}

.social_wrapper
{
	width: auto;
	float: right;
}

#header_wrapper .social_wrapper
{
	margin-top: 0;
}

.social_wrapper ul
{
	list-style: none;
}

.social_wrapper ul li
{
	float: right;
	-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;
}

.social_wrapper ul li:hover
{
	background: #333;
}

.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 img
{
	width: 18px;
}

.social_wrapper ul li a
{
	opacity: 0.6;
	filter:alpha(opacity=60);
	padding: 16px 7px 10px 7px;
	display: block;
}

.social_wrapper ul li a:hover, .social_wrapper ul li:hover a
{
	opacity: 1;
	filter:alpha(opacity=100);
}

#header_wrapper #searchform
{
	display: block;
	float: right;
	margin-left: 5px;
	padding: 0px 0 0 15px;
	background: #000;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

@-moz-document url-prefix() 
{ 
  #header_wrapper #searchform 
  {
     margin-top: -1px;
  }
}

#header_wrapper #searchform input
{
	border: 0 !important;
	color: #999;
	background: transparent !important;
	width: 90px;
	top: -2px;
	position: relative;
}

#header_wrapper #searchform button
{
	padding: 15px 15px 0 0;
	margin: 0 0 0 0;
	background: #000;
	border-color: #000;
	border: 0;
}

pre, code, tt {font:12px 'andale mono', 'lucida console', monospace;line-height:1.5;display: block;word-wrap: break-word; color: #000; 
	overflow:auto; padding: 20px;
line-height: 19px; background: #f5f5f5;
}

/*
	Input layout
*/

input[type=text], input[type=password]
{
	padding: 10px;
	font-size: 14px;
	margin: 0;
	border: 0;
	background: #f5f5f5;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	-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;
}

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
{
	background: #ebebeb;
	outline: 0;
}

#footer input[type=text], #footer input[type=password], #footer textarea
{
	background: #363636 url(../../../themes/jupiter/images/search_box_bg.png) repeat-x;
	border: 1px solid #555;
	border-top: 0;
}

#footer textarea
{
	height: 16px;
}

input[type=text].blur, textarea.blur
{
	color: #999;
}

textarea
{
	background: #f5f5f5;
	padding: 10px;
	font-size: 14px;
	margin: 0;
	border: 0;
	height: 200px;
	overflow: auto;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	padding-top: 8px;
	-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;
}

textarea:focus
{
	background: #ebebeb;
	outline: 0;
}

input[type=submit], input[type=button], a.button, a.button:hover, a.button:active, .btn2 a, .btn2 a:hover, button, button:hover
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	padding: .65em 2em .65em 2em;
	color: #fff;
	background: #888;
	letter-spacing: 1px;
	border: 0;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	-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;
}

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

.btn2 a
{
	width: 240px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.rating
{
	background: #F4F4F7;
	border: 1px solid #fff;
	margin: 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.rating li
{
	border-top: 1px solid #fff;
}

.rev_title
{
	text-shadow: none;
}

.base
{
	display: none;
}

input[type=submit], input[type=button]
{
	padding: 8px 15px 8px 14px;
}

a.button
{
	float: left;
}

a.button span
{
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
	display: block;
}

#cancel-comment-reply-link
{
	margin: 7px 0 0 10px;
	background: transparent;
}

h1, h2, h3, h4, h5, h6, h7
{
	color: #000;
	font-weight: bold;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.5em;
}

span[rel=author], a[rel=author]
{
	color: #000;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
}

strong.title, a.post_title
{
	font-weight: bold;
}

#footer strong.title
{
	font-size: 14px;
}

label
{
	letter-spacing: 0px;
}

label.error
{
	color: #ffc000;
}

h1
{
	font-size: 30px;
	display: block;
}

h1.error
{
	font-size: 40px;
	margin-bottom: 0;
}

h2
{
	font-size: 28px;
}

h3
{
	font-size: 26px;
}

h4
{
	font-size: 24px;
}

h5, h3#reply-title
{
	font-size: 22px;
}

h5.ppb_classic_title
{
	font-size: 20px;
	margin-top: 0;
}

h5.author_name
{
	margin: 0;
	margin-bottom: 5px;
	font-size: 18px;
}

h5.header_line
{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 3px solid #000;
}

#content_wrapper .inner .inner_wrapper .sidebar_content h5.header_line
{
	font-size: 22px;
}

h5.header_line.subtitle
{
	font-size: 22px;
}

h5.header_line.post_width
{
	margin: 0;
}

h5.header_line span
{
	display: inline-block;
	margin: 0 20px;
	padding: 0 20px;
}

h1 span, h5 span
{
	padding-right: 10px;
}

h1 a, h5 a
{
	color: #000000;
}

h3 small
{
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 14px;
}

h1 span a span, h2.widgettitle span a span, h5 span a span
{
	padding-right: 0;
	background: transparent;
}

h6
{
	font-size: 18px;
}

h7
{
	font-size: 16px;
}

h7.ppb_cat_title
{
	margin: 0;
	margin-bottom: 25px;
	display: block;
	width: 90%;
}

.black
{
	color: #000;
}

.clear
{
	clear: both;
}

.gallery_item_bg
{
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #ffc000;
}

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

.frame_left
{
	padding: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption
{
	margin: 7px 0 2px 0;
	display: block;
	color: #000;
	font-size: 12px;
}

.frame_right
{
	padding: 10px;
	border: 1px solid #ccc;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
 	background: #f5f5f5;
}

.dropcap1
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 24px;
	line-height: 39px;
	background: black;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: white;
	width: 40px;
	height: 40px;
	text-align: center;
}

blockquote
{
	padding-left: 30px;
	width: 90%;
	border-left: 1px solid #ccc;
	font-style: oblique;
	font-size: 20px;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #000;
	margin-top: 15px;
	margin-left: 3%;
}

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

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

#respond
{
	width: 99%;
	float: left;
	margin: 0 0 20px 0;
}

.comment_inner #respond
{
	margin-left: 5px;
}

ul.children #respond
{
	margin-left: -20px;
	margin-top: 20px;
}

.comment_inner
{
	margin-bottom: 20px;
}

.space
{
	margin-bottom: 10px;
}

#header_wrapper
{
	width: 100%;
	margin: auto;
	background: #000;
	height: 50px;
}

#header_wrapper .topmenu.notice
{
	float: left;
	width: 500px;
	margin-top: 15px;
	color: #fff;
}

#top_menu a
{
	color: #fff;
}

#top_menu
{
	display: block;
	float: left;
	list-style: none;
	margin-top: 12px;
}

#top_menu li
{
	display: inline-block;
	margin-right: 15px;
	font-family: 'Oswald', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif, Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#top_menu li ul
{
	display: none;
}

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

.standard_wrapper
{
	width: 960px;
	margin: auto;
}

.standard_wrapper.wide
{
	width: 960px;
}

.standard_wrapper.header
{
	margin-bottom: 0px;
}

.logo
{
	margin: auto;
	margin-top: 45px;
	text-align: center;
}

.header_ads
{
	text-align: center;
	margin: auto;
	margin-top: 30px;
}

.footer_ads
{
	margin: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}

.search_box
{
	display: block;
	float: right;
}

.search_box input[type=text], .search_box input[type=text]:hover
{
	display: block;
	float: right;
	width: 170px;
	height: 18px;
	border: 1px solid #555;
	border-top: 0;
	margin: 10px 20px 0 0;
	background: #363636 url(../../../themes/jupiter/images/search_box_bg.png) repeat-x;
	color: #999;
}

.search_box input[type=text].blur
{
	font-style: italic;
}

#menu_wrapper
{
	width: 930px;
	height: 50px;
	padding: 0;
	margin:auto;
}

.mainmenu.notice
{
	float: left;
	width: 600px;
	padding: 15px 0 10px 12px;
	z-index: 999;
	color: #fff;
}

#menu_wrapper .nav ul, #menu_wrapper .nav
{
	list-style: none;
	display: block;
	float: left;
	margin: 0 23px 0 5px;
	width: 700px;
}

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

#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul, .main_nav li ul
{
	display: none;
	list-style: none;
	background: #000;
	position:absolute;
 	padding: 0;
 	margin-top: 50px;
 	width: 200px;
 	height: auto;
 	z-index: 1000;
}

#menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul, .main_nav li ul li ul
{
	margin-left: 200px;
	margin-top: -2px;
	padding-top: 2px;
}

#menu_wrapper .nav li ul li a, .nav li ul li a, #menu_wrapper .nav ul li.current_page_parent ul.sub-menu li.current_page_item a, .nav li.current-menu-parent ul.sub-menu li.current_page_item a
{
	background: none;
}

.main_nav li ul li
{
	width: 100%;
}

#menu_wrapper .nav li ul li a, #menu_wrapper .nav li.current-menu-item ul li a, #menu_wrapper .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
{
	color: #fff;
	display: block;
	width: 188px;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 0 10px 12px;
	background: none;
}

.main_nav ul, .main_nav
{
	list-style: none;
	margin: auto;
	width: 440px;
	height: 50px;
	z-index: 999;
	float: left;
	position: relative;
	z-index: 1001;
}

.main_nav ul li,  .main_nav li
{
	display: block;
	float :left;
	margin: 0;
}

.main_nav ul li a,  .main_nav li a
{
	display: block;
	float :left;
	margin: 0 0 0 0;
	padding: 20px 15px 14px 15px;
	color: #999;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

.main_nav ul > li:first-child a,  .main_nav > li:first-child a
{
	padding-left: 0;
}

.main_nav ul li ul li a,  .main_nav li ul li a
{
	width: 165px;
	padding: 8px 19px 8px 16px !important;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	border-bottom: 1px solid #333;
}

.main_nav ul li ul li:last-child a,  .main_nav li ul li:last-child a
{
	border-bottom: 0;
}

.main_nav ul > li a:hover,  .main_nav li > a:hover, .main_nav ul > li a.hover,  .main_nav > li a.hover, .main_nav ul > li a:active,  .main_nav > li a:active, .main_nav > li.current-menu-item > a
{
	color: #fff;
	text-decoration: none;
}

.main_nav ul li ul li a:hover,  .main_nav li ul li a:hover, .main_nav ul li ul li a.hover,  .main_nav li ul li a.hover
{
	color: #fff;
	background: #333;
}

.main_nav li:last-child a:hover, .main_nav li:last-child a.hover
{
	border-right: 0;
}

.main_nav li ul li a,  .main_nav li.current-menu-item ul li 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,
{
	display: block;
	width: 170px;
	line-height: 0.7em;
	padding: 5px 0 5px 30px;
}

.secondmenu.notice
{
	width: 960px;
	margin: auto;
	margin-top: 10px;
}

#menu_wrapper div .nav li ul.sub-menu, .second_nav li ul.sub-menu
{
	display: none;
	list-style: none;
	background: #fff;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	position:absolute;
 	padding: 0;
 	margin-top: 35px;
 	margin-left: 0;
 	width: 200px;
 	height: auto;
 	z-index: 1001;
	text-align: left;
	border-top: 0;
	border: 1px solid #ebebeb;
	padding-top: 5px;
}

#menu_wrapper div .nav li .mega_menu_wrapper, .second_nav li .mega_menu_wrapper
{
	width: 920px;
	padding: 15px 20px 0 20px;
	min-height: 200px;
	position: absolute;
	margin-top: 35px;
	left: 0;
	background: #fff;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	border: 1px solid #ebebeb;
	visibility: hidden;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul, .second_nav li .mega_menu_wrapper ul
{
	border: 0;
	margin: 0;
	display: block !important;
	text-align: left;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul.post_slideshow_widget, .second_nav li .mega_menu_wrapper ul.post_slideshow_widget
{
	text-align: center;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li, .second_nav li .mega_menu_wrapper ul li
{
	width: 31%;
	margin-right: 2%;
	margin-bottom: 1%;
	display: block;
	float: left;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li.nth-child-3n, .second_nav li .mega_menu_wrapper ul li.nth-child-3n
{
	float: right;
	margin-right: 0;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li.nth-child-4n, .second_nav li .mega_menu_wrapper ul li.nth-child-4n
{
	clear: both;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper, .second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper
{
	margin-top: 0 !important;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-prev, .second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-prev
{
	top: -170px !important;
	left: 0;
	background: #fff;
	opacity: 1 !important;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-next, .second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-next
{
	right: 0;
	top: -170px !important;
	background: #fff;
	opacity: 1 !important;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul.sub-menu li ul li, .second_nav li .mega_menu_wrapper ul.sub-menu li ul li, #menu_wrapper div .nav li .mega_menu_wrapper ul li ul.posts li, .second_nav li .mega_menu_wrapper ul li ul.posts li, #menu_wrapper div .nav li .mega_menu_wrapper ul li ul.menu li, .second_nav li .mega_menu_wrapper ul li ul.menu li, #menu_wrapper div .nav li .mega_menu_wrapper ul li ul.twitter li, .second_nav li .mega_menu_wrapper ul li ul.twitter li, .second_nav li .mega_menu_wrapper ul li.widget_pages ul li, #menu_wrapper div .nav li .mega_menu_wrapper ul li ul.twitter li, .second_nav li .mega_menu_wrapper ul li.widget_recent_comments ul li, .second_nav li .mega_menu_wrapper ul li.widget_recent_entries ul li, .second_nav li .mega_menu_wrapper ul li.reviews-posts-widget ul li, .second_nav li .mega_menu_wrapper ul li.woocommerce ul li
{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li ul.twitter li, .second_nav li .mega_menu_wrapper ul li ul.twitter li
{
	width: 80%;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li ul.menu li ul.sub-menu, .second_nav li .mega_menu_wrapper ul li ul.menu li ul.sub-menu, #menu_wrapper div .nav li .mega_menu_wrapper ul li.widget_pages ul.children li, .second_nav li .mega_menu_wrapper ul li.widget_pages ul.children li
{
	width: 90%;
	padding-left: 10%;
	box-shadow: 0px 0px 0px black;
	position: static;
}

.second_nav li .mega_menu_wrapper ul li #wp-calendar, .second_nav li .mega_menu_wrapper ul li.widget_tag_cloud div.tagcloud, .second_nav li .mega_menu_wrapper ul li.widget_text div.textwidget, .second_nav li .mega_menu_wrapper ul li.widget_text div.textwidget a
{
	margin: 0;
	padding: 0;
	text-transform: none;
	letter-spacing: 0;
}

.second_nav li .mega_menu_wrapper ul li.widget_archive ul li, .second_nav li .mega_menu_wrapper ul li.widget_categories ul li, .second_nav li .mega_menu_wrapper ul li.widget_meta ul li
{
	width: 49%;
	display: inline-block;
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li ul li a, .second_nav li .mega_menu_wrapper ul li ul li a
{
	padding: 0;
	color: #000;
	display: inline;
	float: none;
	letter-spacing: 0;
	font-size: 13px !important;
	text-transform: none;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul > li h2.widgettitle, .second_nav li .mega_menu_wrapper ul > li h2.widgettitle
{
	font-size: 14px;
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul > li .slider_widget_wrapper, .second_nav li .mega_menu_wrapper ul > li .slider_widget_wrapper
{
	max-width: 100%;
	height: auto;
}

.second_nav li ul.sub-menu li ul.sub-menu
{
	margin-left: 200px;
	margin-top: -6px;
}

.second_nav li ul.sub-menu li
{
	width: 100%;
}

.second_nav ul, .second_nav
{
	list-style: none;
	margin: auto;
	border-bottom: 3px solid #000;
	text-align: center;
	margin-top: 10px;
	position: relative;
	z-index: 1000;
}

.second_nav ul li,  .second_nav li
{
	display: inline-block;
	margin: 0 0 0 0;
}

.second_nav ul li a, .second_nav li a
{
	display: block;
	float :left;
	margin: 0 0 0 0;
	padding: 5px 15px 9px 15px;
	color: #888;
	background: transparent;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.second_nav ul li ul.sub-menu li a,  .second_nav li ul.sub-menu li a
{
	width: 165px;
	padding: 6px 19px 6px 16px;
	border: 0;
	font-size: 11px;
	color: #999;
}

.second_nav ul > li a:hover,  .second_nav > li a:hover, .second_nav ul > li a.hover,  .second_nav > li a.hover, .second_nav ul > li a:active,  .second_nav > li a:active, .second_nav > li.current-menu-item > a, .second_nav > li.current-menu-parent > a
{
	color: #000;
	text-decoration: none;
}

.second_nav ul li ul li a:hover,  .second_nav li ul li a:hover, .second_nav ul li ul li a.hover,  .second_nav li ul li a.hover
{
	color: #000;
	text-decoration: none;
}

.second_nav li:last-child a:hover, .second_nav li:last-child a.hover
{
	border-right: 0;
}

.second_nav li ul.sub-menu li a,  .second_nav li.current-menu-item ul.sub-menu li a,#menu_wrapper .nav ul.sub-menu li ul.sub-menu li a, #menu_wrapper .nav ul.sub-menu li.current-menu-item ul.sub-menu li a, #menu_wrapper .nav ul.sub-menu li ul.sub-menu li.current-menu-item a,
{
	display: block;
	width: 170px;
	line-height: 0.7em;
	font-size: 12px;
	padding: 5px 0 5px 30px;
}

#page_caption
{
	margin-top: 40px;
	margin-bottom: 10px;
}

#page_caption.single_post
{
	text-align: center;
	margin-bottom: 0;
}

.single_post_ft_wrapper
{
	text-align: center;
	width: 960px;
	margin: auto;
	margin-top: -5px;
	margin-bottom: 25px;
}

.single_post_ft_wrapper.gallery_ft
{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

#page_caption .boxed_wrapper
{
	width: 960px;
	margin: auto;
}

#page_caption .sub_page_caption
{
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	letter-spacing: 2px;
}

#page_caption .sub_page_caption a, #page_caption .sub_page_caption a:hover, #page_caption .sub_page_caption a:active
{
	color: #999;
}

#page_caption .sub_page_caption a:hover
{
	text-decoration: underline;
}

#page_caption h2
{
	margin-top: 0;
	margin-bottom: 20px;
}

#page_caption.single_post h2
{
	font-size: 32px;
}

.post_comment_number, .post_comment_number:hover, .post_comment_number:active
{
	display: block;
	float: right;
	padding: 10px 12px 10px 15px;
	background: #ffc000;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-weight: 500;
	margin-top: -10px;
}

.readmore
{
	float: left;
	padding: 10px 12px 10px 15px;
	background: #ffc000;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
}

.readmore:hover, .readmore:active
{
	background: #2C2F32;
	color: #fff;
}

.post_img
{
	margin-bottom: 15px;
	clear: both;
	position: relative;
}

.post_img.ppb_classic_fullwidth, .post_img.ppb_cat_fullwidth, .post_img.ppb_cat, .post_img.ppb_cat_sidebar, .post_img.ppb_classic_sidebar
{
	margin-bottom: 5px;
}

.post_img.half
{
	margin-bottom: 0;
}

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

.post_img.single
{
	margin-bottom: 0;
	margin-top: 0;
}

.post_img.nospace
{
	margin-bottom: 0;
}

.post_img.masonry
{
	margin-left: 0;
}

.post_sound_cloud_wrapper
{
	width: 960px;
	margin: auto;
	margin-top: 8px;
}

.recent_post_wrapper
{
	margin: 10px 0 0 11px;
}

.recent_post_item_wrapper
{
	margin-top: 5px;
}

#content_wrapper
{
	width: 960px;
	margin: auto;
	margin-top: 0;
	padding-bottom: 30px;
	position: relative;
	word-wrap: break-word;
}

body.single #content_wrapper
{
	padding-bottom: 30px;
}

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


#content_wrapper.full_page_width
{
	width: 880px;
}

#content_wrapper .inner .inner_wrapper.fullwidth
{
	padding: 0;
	width: 960px;
	margin: auto;
	min-height: 200px;
	position: relative;
}

#content_wrapper .inner .inner_wrapper .sidebar_content
{
	width: 620px;
	padding: 0;
	float: left;
	min-height: 200px;
	position: relative;
	z-index: 2;
}

#content_wrapper .inner .inner_wrapper .sidebar_content p:first-child
{
	padding: 0 !important;
	margin: 0 !important;
}

#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding
{
	width: 600px;
	padding: 20px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content .withpadding
{
	padding: 15px;
}

#content_wrapper.cat_width .inner .inner_wrapper .sidebar_content
{
	width: 620px;
	margin: 0 0 0 0;
}

#content_wrapper.cat_width .inner .inner_wrapper .sidebar_content ul
{
	margin: 0 0 0 20px;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper
{
	width: 300px;
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar
{
	width: 100%;
	float: right;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar .content
{
	margin: 0;
}

#content_wrapper .sidebar .content .sidebar_widget
{
	list-style: none;
	margin: 0 !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li
{
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
	border: 0;
}

#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Ads
{
	border: 0 !important;
	padding: 0 !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Facebook_Page iframe
{
	margin: 5px 0 5px 5px;
}

#content_wrapper .sidebar .content .sidebar_widget > li.widget_search
{
	background: transparent;
	border: 0;
	padding-bottom: 0;
	margin-bottom: 16px;
	-webkit-box-shadow: 0 1px 0 transparent, 0 1px 3px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 1px 0 transparent, 0 1px 3px rgba(0,0,0,0);
	-o-box-shadow: 0 1px 0 transparent, 0 1px 3px rgba(0,0,0,0);
	box-shadow: 0 1px 0 transparent, 0 1px 3px rgba(0, 0, 0, 0);
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_archive, #content_wrapper .sidebar .content .sidebar_widget li.widget_categories, #content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu, #content_wrapper .sidebar .content .sidebar_widget li.Custom_Photos_News, #content_wrapper .sidebar .content .sidebar_widget li.widget_link, #content_wrapper .sidebar .content .sidebar_widget li.widget_meta
{
	padding-bottom: 5px;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_links ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_meta ul li
{
	float: left;
	margin: 0;
	width: 50%;
	margin-right: 0%;
	padding-bottom: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_meta ul li
{
	text-align: center;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li:nth-child(odd), #content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li:nth-child(odd), #content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li:nth-child(odd), #content_wrapper .sidebar .content .sidebar_widget li.widget_links ul li:nth-child(odd), #content_wrapper .sidebar .content .sidebar_widget li.widget_meta ul li:nth-child(odd)
{
	clear: none;
	float: left;
	margin: 0;
	width: 50%;
	margin-right: 0%;
	padding-bottom: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget ul.menu li
{
	width: 100% !important;
}

#content_wrapper .sidebar .content .sidebar_widget li object
{
	margin-left: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_tag_cloud div, #footer .sidebar_widget li.widget_tag_cloud div
{
	width: 100%;
}

div.textwidget
{
	margin: 20px 0 0 0;
}

div.textwidget img, div.textwidget select
{
	max-width: 100%;
	height: auto;
}

#footer div.textwidget
{
	margin: 0;
}

#footer .sidebar_widget li.widget_tag_cloud div
{
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li form#searchform, #footer .sidebar_widget li form#searchform
{
	width: 100%;
}

#content_wrapper .sidebar .content .sidebar_widget li form#searchform div, #footer .sidebar_widget li form#searchform div
{
	width: 95%;
}

label.screen-reader-text
{
	display: none;
}

#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type=text], #footer .sidebar_widget li form#searchform input[type=text]
{
	width: 280px;
	margin: 10px 0 10px 0;
	background: #ebebeb;
	border: 0;
}

#footer .sidebar_widget li form#searchform input[type=text]
{
	margin-top: 10px;
	max-width: 90%;
}

#footer .sidebar_widget li
{
	clear: none;
	padding: 15px 0 10px 0;
}

#footer .sidebar_widget li
{
	float: left;
	width: 31%;
	margin-right: 32px;
}

#footer .sidebar_widget > li.nth-child-3n
{
	float: right;
	margin-right: 0;
}

#footer .sidebar_widget li iframe
{
	max-width: 200px;
	background: #fff;
	margin-top: 15px;
}

#footer .sidebar_widget li ul li
{
	width: auto;
	margin: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul
{
	margin: 5px 0 0 0;
	float: left;
	list-style: none;
	width: 100%;
}

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

#content_wrapper .sidebar .content .sidebar_widget li ul li ul.sub-menu, #content_wrapper .sidebar .content .sidebar_widget li ul li ul.children
{
	border-left: 1px solid #ccc;
	font-size: 12px;
	margin: 10px 10px 10px 20px !important;
	padding-left: 20px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul#recentcomments, #footer .sidebar_widget li ul#recentcomments
{
	width: 95%;
	color: #999;
}

.comment_date
{
	color: #999;
	padding: 0;
	float: left;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-reply-link
{
	color: #999;
	float: right;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin-top: -10px;
}

#cancel-comment-reply-link
{
	color: #999;
	float: right;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
}

#commentform
{
	margin-top: 10px;
}

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

#footer .sidebar_widget li ul li ul.sub-menu
{
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-left: 15px;
	margin-top: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li
{
	padding: 0 0 10px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li:last-child, #footer .sidebar_widget li ul li:last-child
{
	padding-bottom: 0;
}

#footer .sidebar_widget li ul li
{
	padding-bottom: 7px;
	padding-left: 0;
	float: none;
	margin-bottom: 5px;
}

#footer .sidebar_widget li ul.thumb li
{
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.one_half
{
	float: left;
	width: 48%;
}

.one_half.ppb_classic
{
	margin-bottom: 25px;
}

.one_half.right
{
	float: right;
	margin-right: 12px;
}

.one_half.last
{
	float: right;
}

.one_half.last.ppb_cat_last
{
	width: 50%;
}

.recent_thumbnail
{
	display: block;
	width: 290px;
	height: 200px;
	overflow: hidden;
}

.recent_thumbnail h6
{
	background: transparent url(//http://goaleurope.com/wp-content/themes/jupiter/images/trans_000_bg.png) repeat;
	display: block;
	padding: 5px 10px 5px 10px;
	position: relative;
	top: -62px;
	left: 0;
	color: #fff;
	font-size: 16px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb, #content_wrapper .one_half.home .sidebar_widget li ul.thumb
{
	list-style: none;
	display: block;
	float: none;
	width: 100%;
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li
{
	margin: 0 9px 7px 0;
	float: left;
	clear: none;
	padding-bottom: 0;
}

#content_wrapper .one_half.home .sidebar_widget li ul.thumb li
{
	margin: 0 10px 5px 0;
	padding-bottom: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle
{
	display: block;
	padding: 10px 15px 5px 15px;
	font-size: 18px;
	margin: 0;
	margin-bottom: 15px;
	color: #000;
	border-bottom: 3px solid #000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

h2.widgettitle.header
{
	font-size: 22px;
	margin-left: 5px;
}

#content_wrapper .inner .inner_wrapper.fullwidth h2.widgettitle.header
{
	margin: 0;
}

#content_wrapper .one_half.home .sidebar_widget li h2.widgettitle
{
	margin: 0;
}

#footer .sidebar_widget
{
	list-style: none;
	width: 100%;
	margin: auto;
	padding-top: 10px;
}

#content_wrapper .one_half.home .sidebar_widget li h2.widgettitle
{
	width: 100%;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts, #content_wrapper .one_half.home .sidebar_widget li ul.posts, #footer .sidebar_widget li ul.posts, ul.posts
{
	list-style: none;
	width: 100%;
	margin-top: 10px;
	float: left;
}

ul.posts
{
	margin-left: 10px;
}

#footer .sidebar_widget
{
	margin-top: 0;
	float: left;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts li, #content_wrapper .one_half.home .sidebar_widget li ul.posts li, #footer .sidebar_widget li ul.posts li, ul.posts li
{
	padding-bottom: 10px;
	width: 100%;
	float: left;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts li:last-child, #content_wrapper .one_half.home .sidebar_widget li ul.posts li:last-child, #footer .sidebar_widget li ul.posts li, ul.posts li:last-child
{
	padding-bottom: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts li h6, #content_wrapper .one_half.home .sidebar_widget li ul.posts li h6, #footer .sidebar_widget li ul.posts li h6
{
	font-size: 16px;
	color: #000;
}

ul.posts li
{
	clear: both;
}

#footer .sidebar_widget li ul.posts li h6
{
	font-size: 14px;
}

.line_shadow
{
	display: none;
}

.page_header
{
	margin: 20px 0 0 0;
}

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

.social_profile
{
	float: left;
	width: 100%;
	margin: auto;
	margin-top: 10px;
}

#footer .social_profile
{
	margin-top: 10px;
}

.social_profile .profile
{
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}

.social_profile .profile:last-child
{
	margin-bottom: 0;
}

.social_profile .social_icon
{
	float: left;
	display: block;
	margin-right: 15px;
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 0 !important;
}

.social_profile .social_icon.facebook
{
	background: #4c66a4;
}

.social_profile .social_icon.facebook img
{
	width: 18px;
	height: auto;
	margin-top: 8px;
}

.social_profile .social_icon.twitter
{
	background: #33ccff;
}

.social_profile .social_icon.twitter img
{
	width: 18px;
	height: auto;
	margin-top: 7px;
}

.social_profile .social_icon.youtube
{
	background: #cc181e;
}

.social_profile .social_icon.youtube img
{
	width: 18px;
	height: auto;
	margin-top: 7px;
}

#footer .social_profile .profile
{
	width: 27%;
}

.social_profile .profile .counter
{
	float: left;
	margin-top: 7px;
}

.social_profile .profile .counter h4
{
	float: left;
	display: block;
	font-family: Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif !important;
	font-size: 18px;
	font-weight: bold;
	line-height: 0em;
}

.social_profile .count
{
	word-spacing: 1px;
	color: #888;
	margin-left: 7px;
	float: left;
	font-size: 12px;
}

.social_profile .profile a.button
{
	font-size: 11px;
	float: right;
	margin-top: 3px;
	padding: 5px 10px 5px 10px;
	background: #888 !important;
	color: #fff;
}

.post_wrapper
{
	width: 100%;
	margin: 0;
	padding-top: 20px;
}

.post_wrapper.ppb_classic_fullwidth
{
	margin-bottom: 20px;
}

.review_score_bg
{
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 10px;
	padding: 4px 10px 7px 10px;
	background: #fff;
	background: rgba(256,256,256,.95);
	color: #000;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
}

.post_type_bg
{
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 10px;
	padding: 4px 10px 2px 10px;
	background: #fff;
	background: rgba(256,256,256,.95);
}

.post_type_bg img
{
	margin-top: 5px;
}

.review_score_bg.marginright, .post_type_bg.marginright
{
	right: 30px;
}

.review_score_bg.marginright.ppb, .post_type_bg.marginright.ppb
{
	right: 35px;
}

.review_point
{
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin-top: -7px;
}

.post_wrapper.dark
{
	background: #000;
	color: #ebebeb;
	border: 0;
	padding-top: 10px;
}

.post_wrapper.dark h5
{
	color: #fff;
}

.post_wrapper.half
{
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 10px;
}

.post_wrapper.full
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 10px;
}

.type-post[rel=two_columns], .ppb_column_post
{
	width: 48%;
	float: left;
	margin-right: 20px;
}

.type-post[rel=two_columns].last, .ppb_column_post.last
{
	float: right;
	margin-right: 0;
}

.element[rel=two_columns]
{
	width: 48%;
	float: left;
}

.element[rel=two_columns].last
{
	width: 48%;
	float: right;
	margin-left: 10px;
}

.element[rel=two_columns]
{
	margin-bottom: 20px;
}

.element[rel=two_columns].noexcerpt
{
	margin-bottom: 10px;
}

.ppb_column_post.masonry
{
	width: 31%;
	float: left;
	margin-right: 32px;
}

.ppb_column_post.masonry.last
{
	float: right;
	margin-right: 0;
}

.ppb_column_post.ppb_column
{
	margin-bottom: 25px;
}

#post_mansory_wrapper.ppb_fullwidth
{
	width: 990px;
}

#content_wrapper #post_mansory_wrapper.inner
{
	width: 990px;
	min-width: 100%;
	min-height: 300px;
	margin-left: -10px;
	margin-top: -10px;
	background: #fff url(../../../themes/jupiter/images/loading.gif) no-repeat center center;
	padding-bottom: 10px;
	position: relative;
	z-index: 999;
}

.video_wrapper
{
	background: transparent url(../../../themes/jupiter/images/loading.gif) no-repeat center center;
}

#post_mansory_wrapper
{
	background: #fff url(../../../themes/jupiter/images/loading.gif) no-repeat center center;
	min-width: 100%;
	min-height: 300px;
}

.post_wrapper.half.mansory
{
	float:left;
	margin: 10px 0 10px 10px;
	width: 320px;
	padding-bottom: 0;
}

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

.post_wrapper.half.last
{
	float: right;
	margin-right: 0;
}

body.single .post_wrapper
{
	margin-top: 0;
	border: 0 !important;
	padding-bottom: 0 !important;
}

.post_inner_wrapper
{
	width: 100%;
	margin-bottom: 15px;
}

.post_wrapper_inner
{
	margin: 15px 0 0 0;
}

body.single .post_wrapper_inner
{
	margin-top: 0;
}

.author_wrapper_inner
{
	margin: 10px 0 10px 5px;
}

.search_form_wrapper
{
	margin-bottom: 40px;
}

.post_inner_wrapper.half.header, body.home .post_inner_wrapper.half.header
{
	margin: -10px 0 0 0;
	width: 95%;
}

.post_header_wrapper
{
	width: 100%;
	float: left;
}

.post_header_wrapper.single
{
	width: 300px;
}

.post_social
{
	width: 98px;
	float: right;
	margin-top: 7px;
}

.post_social.single
{
	width: 195px;
}

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

.post_wrapper.author
{
	padding: 15px;
	border: 0 !important;
	background: #f9f9f9;
	width: auto;
	margin-bottom: 15px;
}

.post_header
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 12px 15px 12px 15px;
	border-bottom: 1px solid #ebebeb;
}

.post_header.half
{
	width: 100%;
	text-align: left;
	padding: 0;
	margin: auto;
	float: none;
	border: 0;
}

.post_header.single_post
{
	text-align: left;
	border: 0 ;
	padding: 0;
	margin: 0;
}

.post_header h3
{
	margin: 0;
}

.post_header.half h4
{
	margin: 0;
	margin-bottom: 10px;
	font-size: 18px;
}

.post_header h2 a
{
	color: #000;
}

.post_detail
{
	font-size: 11px;
	letter-spacing: 2px;
	color: #999;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
}

.post_detail a, .post_detail a:hover, .post_detail a:active
{
	color: #cb1511;
}

.post_detail.half
{
	width: 100%;
	margin-top: 5px;
}

.post_detail.space
{
	margin-bottom: 20px;
}

.post_img_date
{
	padding: 5px;
	background: #000;
	position: relative;
	top: -60px;
	left: 7px;
	width: 150px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 0 #fff;
	text-align: center;
}

.post_header .post_comment
{
	float: right;
	margin: 10px 0 0 0;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	background: #cccccc url(//http://goaleurope.com/wp-content/themes/jupiter/images/bt_g.png) repeat-x top;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #ccc;
}

#about_the_author .thumb
{
	float: left;
	margin: 0 15px 15px 0;
	text-align: center;
}

#about_the_author
{
	width: 100%;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#about_the_author .description
{
	width: 480px;
	float: left;
}

#about_the_author .description.author
{
	margin: 0;
}

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

.gravatar.comment_reply
{
	width: 50px;
	height: 50px;
}

.colorful
{
	background: #ffc000;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 10px 3px 10px;
	margin-bottom: 10px;
}

.colorful a
{
	color: #fff;
}

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

.comment
{
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #ebebeb;
	float: left;
}

.comment .left
{
	width: 65px;
	float: left;
}

.comment .right
{
	width: 88.5%;
	float: left;
}

.comment .right a[rel="author"], .comment .right span[rel="author"]
{
	font-weight: bold;
	float: left;
}

ul.children
{
	list-style: none;
	width: 100%;
	margin-left: 5%;
	float: left;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

ul.children .comment
{
	width: 90%;
	margin: 20px 0 0 32px;
	padding: 0 0 20px 15px;
	float: left;
}

ul.children .comment .right
{
	width: 86.5%;
	float: left;
}

ul.children .comment:last-child
{
	margin-bottom: 0;
}

.comment_inner .comment:last-child
{
	margin-bottom: 0;
}

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

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

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .one_half.home .sidebar_widget li ul.flickr li, ul.flickr li, ul.flickr li
{
	margin-bottom: 10px;
	clear: none;
	float: left;
}

#content_wrapper .one_half.home .sidebar_widget li ul.flickr li, ul.flickr li
{
	margin: 0 9px 0 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .sidebar .content .sidebar_widget li ul.flickr li a, , #content_wrapper .one_half.home .sidebar_widget li ul.flickr li, , #content_wrapper .one_half.home .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 0;
	clear: none;
}

#footer .sidebar_widget li ul.flickr li, #footer .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 0;
}

#footer .sidebar_widget li ul.flickr li
{
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li im, #content_wrapper .one_half.home .sidebar_widget li ul.flickr li img, ul.flickr li img
{
	width: 91px;
	height: 91px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li img, #footer .sidebar_widget li ul.thumb li img, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li img, ul.thumb li img
{
	width: 91px;
	height: 91px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb, #content_wrapper .one_half.home .sidebar_widget li ul.thumb, ul.thumb
{
	margin: 0;
	margin-top: 25px;
}

#footer .sidebar_widget li ul.thumb
{
	margin-top: 10px !important;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #footer .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li, ul.thumb li
{
	padding: 0;
}

ul.flickr li
{
	padding: 0 !important;
}

ul.flickr li img
{
	width: 91px;
	height: auto;
}

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

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter, #footer .sidebar_widget li ul.twitter, #content_wrapper .one_half.home .sidebar_widget li ul.twitter, ul.twitter
{
	margin: 0;
	margin-top: 5px;
	margin-left: 0;
	list-style:none;
	width: 100%;
}

#footer .sidebar_widget li ul.thumb li, #footer .sidebar_widget li ul.thumb li img
{
	width: 62px;
	height: 62px;
}

#footer .sidebar_widget li ul.twitter
{
	width:100%;
	margin-top: 15px;
	margin-left: 0;
}

#content_wrapper .one_half.home .sidebar_widget li ul.twitter
{
	margin-left: 5px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, #footer .sidebar_widget li ul.twitter li, #content_wrapper .one_half.home .sidebar_widget li ul.twitter li, ul.twitter li
{
	padding-left:45px;
	background-image:url(../../../themes/jupiter/images/icon_twitter.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	min-height: 30px;
	padding-bottom: 20px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:last-child, #footer .sidebar_widget li ul.twitter li:last-child, #content_wrapper .one_half.home .sidebar_widget li ul.twitter li:last-child, ul.twitter li:last-child
{
	padding-bottom: 0;
}

#footer .sidebar_widget li ul.twitter li
{
	background-image:url(../../../themes/jupiter/images/icon_twitter_white.png);
}

#content_wrapper .inner .inner_wrapper .sidebar_content.page_sidebar ul.twitter li
{
	line-height: 3.5em;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.social_media, #footer .sidebar_widget li ul.social_media, #content_wrapper .one_half.home .sidebar_widget li ul.social_media
{
	list-style: none;
	margin: 10px 0 15px 0;
	float: left;
	display: block;
	clear: both;
}

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

#content_wrapper .sidebar .content .sidebar_widget li ul.social_media li, #content_wrapper .one_half.home .sidebar_widget li ul.social_media
{
	display: block;
	float: left;
	margin: 10px 0 15px 0;
	clear: none;
}

#footer .sidebar_widget li ul.social_media li, #content_wrapper .one_half.home .sidebar_widget li ul.social_media li
{
	margin: 0 5px 0 0;
	display: block;
	float: left;
	clear: none;
}

#footer .sidebar_widget li ul.social_media li
{
	margin-right: 0;
}

.pagination {
	margin: 20px 0 10px 0;
	width: auto;
	float: left;
}

.pagination a, .pagination a:active, .pagination a.active, .pagination span.current
{
	padding: 10px 12px 10px 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 14px;
	color: #555;;
}

.pagination span.current, .pagination a:hover
{
	color: #fff;
	background: #cb1511;
	text-decoration: none;
}

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

.navigation
{
	font-size: 11px;
}

.fullwidth
{
	padding-top: 10px;
}

.one_third .one_half
{
	margin-right: 6%;
}

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

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

.one_third.page, .one_third.right_sidebar
{
	width: 33%;
}

.sidebar .one_half .posts li img
{
	width: 40px;
}

.one_third.home
{
	width: 31%;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

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

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

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

.one_fourth.home, .one_fourth.home_left
{
	margin-top: 10px;
}

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

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

.two_third.last
{
	width: 67%;
	float: right;
	margin-right: 0;
}

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

#content_wrapper .inner .inner_wrapper .sidebar_content.page_sidebar
{
	width: 560px;
	padding-left: 15px;
}

.navigation div
{
	width: 40%;
}

.navigation div.alignright
{
	text-align:right;
}

.post_attribute
{
	font-size: 11px;
	letter-spacing: 2px;
	color: #999;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}

.post_attribute.ppb_cat_last
{
	margin: 5px 0 0 0;
}

.post_attribute.ppb_cat_last_fullwidth
{
	margin-top: 0;
	margin-bottom: 20px;
}

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

.ads125_wrapper
{
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

.ads125
{
	width: 125px;
	height: 125px;
	background: #ffffff;
	border: 1px solid #dddddd;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	float: left;
	font-size: 11px;
	color: #ccc;
}

.ads125 div.text
{
	position: relative;
	top: 43%;
	text-align: center;
	width: 100%;
}

.ads125.last
{
	float: right;
}

.ads468
{
	width: 468px;
	height: 60px;
	background: #ffffff;
	border: 1px solid #dddddd;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	float: left;
	font-size: 11px;
	color: #ccc;
}

.ads468 div.text
{
	position: relative;
	top: 38%;
	text-align: center;
	width: 100%;
}

#wp-calendar tr td
{
	padding: 3px 0 3px 0;
	background: #ebebeb;
}

#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 tr
{
	background: #ebebeb;
}

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

table tr th
{
	padding: 5px 0 3px 0;
	text-align: center;
	font-weight: bold;
}

table thead tr th
{
	background: transparent;
}

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

ul.posts.blog li a img.frame
{
	width: 90px;
}

#footer ul.posts.blog li a img.frame
{
	width: 90px;
}

.comment_inner h2.widgettitle
{
	margin-left: 0px;
}

.comment_inner #respond h2.widgettitle
{
	margin-left: 0;
}

img.post_thumb
{
	width: 90px;
	height: auto;
}

#option_btn
{
	position: fixed;
	top: 85px;
	left:0;
	cursor:pointer;
	z-index: 99999;
}

#option_wrapper
{
	position: fixed;
	top: 45px;
	left:-245px;
	width: 240px;
	padding: 19px 0 23px 0;
	background: #fff url(//http://goaleurope.com/wp-content/themes/jupiter/images/option_bg.png) repeat-x;
	z-index: 999999;
	color: #666;
	font-size: 11px;
	border: 1px solid #E1E1E1;
	border-bottom: 1px solid rgba(150, 150, 150, 0.2);
	-webkit-box-shadow: 4px 4px 0px 0px rgba(150, 150, 150, 0.1);
	-moz-box-shadow: 4px 4px 0px 0px rgba(150, 150, 150, 0.1);
	box-shadow: 4px 4px 0px 0px rgba(150, 150, 150, 0.1);
}

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

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

#option_wrapper select
{
	width: 195px;
}

.option_menu_style
{
	width: 100%;
	float: left;
}

.option_menu
{
	float: left;
	width: 96px;
	margin-bottom: 5px;
}

.option_menu img
{
	width: 90px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#preview
{
	position:absolute;
	top: 107px;
	left: 114px;
	display:none;
	z-index: 99999;
	padding: 5px 5px 2px 5px;
	background: #272625;
}

#preview img
{
	z-index: 999999;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#menu_border_wrapper select
{
	display: none;
	width: 100%;
	height: 30px;
	margin: 0px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media
{
	list-style: none;
	display: block;
	margin-left: 0;
	margin-bottom: 20px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media li
{
	display: inline-block;
	margin-right: 3px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media li img
{
	width: 24px;
}

.widget_tag_cloud div
{
	margin: 25px 0 0 0;	
}

.second_nav li .mega_menu_wrapper ul li.widget_tag_cloud div.tagcloud a, .widget_tag_cloud div a, .meta-tags a, a.meta-tags
{
	background: #ebebeb;
	padding: 5px 8px 5px 8px;
	font-weight: 400;
	margin: 0px 0px 5px 0px;
	display: inline-block;
	font-weight: 500;
	float: none;
	letter-spacing: 0;
}

.widget_tag_cloud div a:hover, .meta-tags a:hover, a.meta-tags:hover
{
	background: #000;
	color: #fff;
	text-decoration: none;
}

.pp_list ul
{
	margin-top: 15px;
}

.pp_list ul li
{
	margin: 5px 0 0 0;
	padding-left: 22px;
	padding-bottom: 5px;
}

table
{
	border: 0;
}

#content_wrapper table thead tr th
{
	background: #ebebeb;
}

table tr
{
	background: #ffffff;
}

table tr td, table tr th
{
	border-bottom: 1px solid transparent;
}

table tr th
{
	text-transform: uppercase;
	text-align: left;
}

table tr th, table tr td
{
	padding: 5px 12px 5px 12px;
}

#footer table tr th, table tr td
{
	padding: 5px 5px 3px 5px;
	text-align: center;
}

.ui-accordion .ui-accordion-header a
{
	font-size: 16px;
	margin: 5px 0 5px 25px;
}

.ui-accordion .ui-accordion-content
{
	border-left: 1px solid #ccc;
	padding-left: 25px;
	margin-left: 17px;
}

.ui-state-default .ui-icon
{
	background: #000;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.ui-state-active .ui-icon
{
	background: #000;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	left: 0;
}

.accordion
{
 	border: 1px solid #ebebeb;
 	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
}

.accordion h3, .accordion div
{
	border: 0;
	background: transparent;
}

.pp_accordion, .pp_accordion_close
{
 	margin:0;
	margin-bottom: 10px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
	border: 1px solid #ebebeb;
}

.ui-corner-all, .ui-corner-top, .ui-corner-bottom
{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-widget-content
{
	border: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	background: transparent;
}

.ui-accordion .ui-accordion-header
{
	font-weight: normal;
	display: block;
	position: relative;
}

.pp_accordion
{
	
}

.accordion div
{
	border-top: 1px solid #ebebeb;	
}

.accordion h3
{
	padding: 5px 0 5px 8px;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	left: 10px;
}

.ui-tabs-panel
{
	margin-top: 10px;
}

.ui-widget-header
{
	border-bottom: 1px solid #ebebeb;
}

.tabs .ui-state-default
{
	background: transparent;
	border: 0;
}

.tabs .ui-state-default a
{
	color: #999;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	background: #ebebeb;
}

.ui-tabs .ui-tabs-nav li a 
{
	padding: 10px 30px 9px 30px;
	font-size: 12px;
	outline: 0;
	text-transform: uppercase;
}

.tabs .ui-state-active
{
	font-weight: bold;
	background: #000;
	display: block;	
}

.tabs .ui-widget-header, #content_wrapper .inner .inner_wrapper .sidebar_content .tabs .ui-widget-header
{
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.tabs .ui-tabs-panel
{
	border-top: 3px solid #000;
	margin:0;
}

.tabs .ui-state-active a
{
	color: #fff;
	font-weight: bold;
}

.ui-tabs li:first-child
{
	margin-left: -2px;
}

.highlight_yellow
{
	background: #FF9;
}

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

#contact_form
{
	margin-top: 15px;
}

#contact_form label, #commentform label
{
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	display: block;
	color: #999;
}

#contact_form label
{
	float: left;
	margin-top: 8px;
}

.comment-notes
{
	display: none;
}

#commentform > p
{
	clear: both;
}

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

#contact_form label.error, #commentform label.error
{
	color: #AC1C20;
	float: none;
	margin-top: 8px;
	margin-bottom: 0;
}

#contact_form textarea, #commentform textarea
{
	float: left;
	margin-bottom: 15px;
	width: 97%;
}

#commentform input[type=text]
{
	float: left;
	margin-bottom: 15px;
	width: 97%;
}

.post_previous
{
	width: 50%;
	float: left;
	margin-top: 10px;
}

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

.post_previous_icon
{
	width: 17px;
	height: 28px;
	float: left;
	background: transparent url(../../../themes/jupiter/images/prev_icon.png) no-repeat center center;
	margin-right: 15px;
	margin-top: 10px;
}

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

.post_previous_content a
{
	color: #999;
}

.post_next
{
	width: 50%;
	float: right;
	margin-top: 10px;
}

.post_next_icon
{
	width: 17px;
	height: 28px;
	float: right;
	background: transparent url(../../../themes/jupiter/images/next_icon.png) no-repeat center center;
	margin-left: 15px;
	margin-top: 10px;
}

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

.post_next_content a
{
	color: #999;
}

.post-ratings
{
	margin-top: 10px;
	margin-bottom: 20px;
}

#content_wrapper .post-ratings img, #content_wrapper .post-ratings-loading img, #content_wrapper .post-ratings-image img
{
	margin-right: 3px;
}

.post_category_rating
{
	float: right;
	margin-top: 22px;
}

.post_category_rating img
{
	margin-right: 3px;
}

#toTop {
	display: block;
	float: right;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
	margin-top: 5px;
}

#toTop:hover
{
	text-decoration: none;
}

.ads_wrapper
{
	width: 90%;
	margin: auto;
	text-align: center;
	padding-bottom: 15px;
}

#post_more_wrapper
{
	position: fixed;
	bottom: 60px;
	right: 0;
	width: 300px;
	padding: 20px;
	background: #fff;
	background: rgba(256,256,256,.95);
	border: 1px solid #ccc;
	box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.1);
	border-right: 0;
	-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: 1000;
}

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

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

.post_ft_gallery_wrapper
{
	text-align: left;
}

.post_ft_gallery_wrapper.gallery_ft
{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.post_ft_gallery_wrapper a
{
	display: inline-block;
}

.page_layerslider
{
	margin: 0;
	margin-top: 10px;
	width: 100%;
	background: #000;
	height: auto;
}

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

.ppb_header
{
	margin-top: 10px;
	margin-bottom: 25px;
}

.ppb_header.fullwidth
{
	padding-top: 0;
	margin-bottom: 30px;
}

.one
{
	width: 100%;
	margin-bottom: 25px;
	float: none;
}

.one.ppb_classic, .one.ppb_column
{
	margin-bottom: 0;
}

.item_bg
{
	background: #ffc000;
	display: block;
}

.carousel_thumb
{
	margin: 0 0 5px 0;
}

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

#review-box h2.review-box-header
{
	text-align: center;
	margin-bottom: 1px !important;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 3px solid #000;
	margin-top: 0;
	padding-top: 0;
}

.review-box
{
	padding: 0 !important;
	margin-top: 0 !important;
}

.review-item
{
	margin-bottom: 1px !important;
}

#review-box p
{
	color: #444 !important;
}

.review-percentage .review-item span span
{
	background-image: none !important;
}

.user-rate-wrap
{
	background: #f5f5f5 !important;
	color: #444 !important;
	margin-top: 0 !important;
}

.user-rate-wrap strong
{
	color: #444 !important;
}

.review-final-score
{
	background: #f5f5f5 !important;
	border: 0 !important;
}

#review-box .review-final-score h3
{
	color: #000;
	font-weight: 400;
}

#review-box.review-stars .review-item h5
{
	color: #000;
	font-weight: 400;
}

.review-box
{
	background: #f5f5f5 !important;
}

.review-bottom
{
	margin-top: 40px !important;
	margin-bottom: 20px !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li #review-box h2.review-box-header
{
	display: none !important;
}

#content_wrapper .sidebar .content .sidebar_widget li.taqyeem-review-widget h2.widgettitle
{
	margin-bottom: 1px !important;
}

ul.reviews-posts h3
{
	font-size: 14px;
	font-family: Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif !important;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
	margin: 0;
}

#footer ul.reviews-posts h3
{
	font-size: 12px;
}

ul.reviews-posts li
{
	width: 90%;
}

#review-box.review-percentage .review-item h5, #review-box.review-percentage .review-item h5
{
	padding: 0 !important;
	color: #000 !important;
	font-size: 12px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.review-percentage .review-item span span
{
	top: 30px !important;
	height: 10px !important;
}

.review-summary
{
	background: #f5f5f5 !important;
}

.review-box
{
	font-size: 14px;
}

#content_wrapper .sidebar .content .sidebar_widget > li.taqyeem-review-widget .review_wrap
{
	padding-top: 15px;
}

#autocomplete 
{
    display: none;
	position:absolute;
    z-index:1001;
	width:280px;
	font-size: 13px;
	color:#555;
	background:#f9f9f9;
	margin-left: -15px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-top: 0;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
#autocomplete a, #autocomplete a:hover, #autocomplete a:active
{
	text-decoration: none !important;
}
#autocomplete ul 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#autocomplete li
{
    display:block;
    clear:both;
    float: left;
    width: 250px;
    padding: 15px 15px 0 15px;
}
#autocomplete li:last-child
{
	padding-bottom: 15px;
}
#autocomplete li:hover
{
    background-color: #ffffff;
    background-image: none;
}
#autocomplete li.view_all
{
	color: #555;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	border-top: 1px solid #ebebeb;
	background: #fff;
}
#autocomplete li.view_all a
{
	color: #555;
}
#autocomplete li .ajax_post
{
	float:left;
	width:180px;
}
.screen-reader-text 
{
	display:none;
}

#mobile_nav_icon 
{
	margin-top: 17px;
	display: block;
	border-bottom: 10px double #999;
	border-top: 3px solid #999;
	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;
	border-top-color: rgba(255,255,255,0.7);
	border-bottom-color: rgba(255,255,255,0.7);
	display: none;
	cursor: pointer;
}

#mobile_nav_icon:hover, #mobile_nav_icon:active
{
	border-color: #fff;
}

.mobile_menu_wrapper
{
	left: 0px;
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate3d(-100%, 0px, 0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: subpixel-antialiased;
	 width: 70%; 
	 background: #000; 
	 position: absolute;
	 top: 0px;
	 overflow: visible;
}

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

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

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

ins {
	background: #fff9c0;
	text-decoration: none;
}

.gallery .gallery-item img
{
	border: 0 !important;
}

#imageFlow {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    overflow: hidden;
}

#imageFlow.single_post {
	position: absolute;
	height: 100%;
	width: 100%;
}

#imageFlow .diapo {
    position: absolute;
    left: -4000px;
    cursor: pointer;
    -ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
    margin-left: -1px;
    margin-bottom: -1px;
}
#imageFlow .text {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 45%;
    text-align: center;
    z-index: 1000;
    color: #fff;
	z-index: 999;
	font-size: 14px;
	font-weight: 500;
	font-family: Arial, 'helvetica neue', Helvetica, sans-serif;
}

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

#imageFlow .title {
	display: inline-block;
	color: #fff;
	padding: 0 10px 0 10px;
}
#imageFlow .legend {
    width: 50%;
    margin: auto;
    margin-top: 5px;
    color: #999;
    font-weight: bold;
}
#imageFlow .scrollbar {
    position: absolute;
    left: 30%;
    bottom: 2%;
    width: 40%;
    height: 16px;
    z-index: 1000;
}
#imageFlow .track {
    position: absolute;
    left: 1%;
    width: 98%;
    height: 10px;
}
#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;
}

.diapo {
	opacity: 1;
	margin-right: 10px;
}

.diapo.current {
	opacity: 1;
}

.slider_wrapper
{
	width: 960px;
	height: 420px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 10px;
	background: #f5f5f5 url(../../../themes/jupiter/images/loading.gif) no-repeat center center;
}

.slider_wrapper .main_post
{
	float: left;
	width: 660px;
	height: 420px;
	position: relative;
	background: #000;
}

.slider_wrapper .main_post a img
{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	max-width: 100%;
	height: auto;
}

.slider_wrapper .main_post a:hover img
{
	opacity: .6;
}

.slider_wrapper .main_post .post_title
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 130px;
	background: transparent url(../../../themes/jupiter/images/main_post_title.png) repeat-x bottom center;
}

.slider_wrapper .main_post .post_title h3
{
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 2%;
	display: block;
	text-align: center;
	width: 640px;
	padding: 0 10px 0 10px;
}

.slider_wrapper .sub_post
{
	float: left;
	width: 300px;
	height: 210px;
	position: relative;
	background: #000;
}

.slider_wrapper .sub_post a img
{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	max-width: 100%;
	height: auto;
}

.slider_wrapper .sub_post a:hover img
{
	opacity: .6;
}

.slider_wrapper .sub_post .post_title
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 69px;
	background: transparent url(../../../themes/jupiter/images/sub_post_title.png) repeat-x bottom center;
}

.slider_wrapper .sub_post .post_title h4
{
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 5%;
	display: block;
	text-align: center;
	width: 280px;
	padding: 0 10px 0 10px;
}

.slider_wrapper .main_post_full
{
	float: left;
	width: 960px;
	height: 420px;
	position: relative;
	background: #000;
}

.slider_wrapper .main_post_full a img
{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	max-width: 100%;
	height: auto;
}

.slider_wrapper .main_post_full a:hover img
{
	opacity: .6;
}

.slider_wrapper .main_post_full .post_title
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 200px;
	background: transparent url(../../../themes/jupiter/images/main_post_full_title.png) repeat-x bottom center;
	vertical-align: bottom;
}

.slider_wrapper .main_post_full .post_title .post_title_full_wrapper
{
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.slider_wrapper .main_post_full .post_title h3
{
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align: center;
	width: 900px;
	padding: 0 10px 0 10px;
	margin-bottom: 0;
}

.slider_wrapper .main_post_full .post_title .post_excerpt
{
	margin: auto;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 700px;
	color: #ebebeb;
}

.slider_widget_wrapper
{
	width: 300px;
	height: 260px;
	margin: auto;
	margin-top: 25px !important;
	background: transparent url(../../../themes/jupiter/images/loading.gif) no-repeat center center;
	text-align: center;
}

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;
	margin-top: 0px !important;
}

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

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3
{
	font-size: 18px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div[itemprop="description"]
{
	margin: 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;
	background: #f7f6f7 !important;
	color: #5e5e5e !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf)) !important;
	background: -webkit-linear-gradient(#f7f6f7,#dfdbdf) !important;
	background: -moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%) !important;
	background: -moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%) !important;
}

.woocommerce ul.products li.product a.add_to_cart_button, .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 a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button
{
	background: #888 !important;
	color: #fff !important;
	text-shadow: none !important;
	border-color: #888 !important;
	text-transform: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 0px !important;
	font-weight: normal !important;
}

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

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

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

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

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button
{
	font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif;
	text-transform: uppercase !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: #999 !important;
}

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

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

h1.product_title
{
	font-size: 28px;
	margin: 0;
}

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

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

body.single-product #page_caption
{
	margin-top: 20px;
	margin-bottom: 40px;
}

body.single-product #page_caption h2
{
	display: none;
}

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

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

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

.cart_totals h2
{
	display: none;
}

.shipping_calculator h2
{
	text-align: left;
}

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

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

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

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

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

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

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

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

#mc4wp_email {
	padding: 10px;
    font-size: 14px;
    margin: 0;
    border: 0;
    background: #f5f5f5;
    font-family: 'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;
    -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;
}/*
Theme Name: Jupiter
Theme URI: http://themes.themegood2.com/jupiter
Description: Blog Magazine Newspaper Template
Version: 2.1
Tags: gray, black, white, fixed-width, custom-header, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
Author: Peerapong Pulpipatnan
Author URI: http://themeforest.net/user/peerapong
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: jupiter
*/


/*FILESTART*/

/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 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, .search_box p
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

/* -------------------------------------------------------------- 
   
   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-size:12px;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption, .bypostauthor {
	font-weight: bold;
}


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

.post_wrapper_inner img , #content_wrapper .inner .inner_wrapper img
{
	max-width: 100%;
	height: auto;
}

.textwidget p:empty
{
	display: none;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul, #content_wrapper .inner .inner_wrapper .sidebar_content ol, #content_wrapper .inner .inner_wrapper ul, #content_wrapper .inner .inner_wrapper ol
{
	margin: 20px;
	margin-right: 0;
}

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

#content_wrapper .inner .inner_wrapper .sidebar_content ul.flex-direction-nav
{
	margin: 0 !important;
}

em
{
	font-style: italic;
}

.middle
{
	vertical-align: -15%;
	margin-right: 5px;
}

img.thumb
{
	width: 90px;
	height: 90px;
}

/*
	Global Layout
*/

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

#wrapper
{
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: auto;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: antialiased;
	left: 0px;
}

body.js_nav #wrapper, body.js_nav .footer_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);
}

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

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

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

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

hr.thick
{
	border-top: 3px solid #000;
}

#footer 
{
	padding: 0;
	width: 960px;
	margin: auto;
	margin-top: 0;
}

.footer_wrapper
{
	width: 100%;
	background: #f5f5f5;
	margin: auto;
}

#copyright
{
	width: 100%;
	padding: 20px 0 40px 0;
	margin: auto;
	color: #888;
	background: #000;
}

#copyright a, #copyright a:hover, #copyright a:active
{
	color: #fff;
	text-decoration: none !important;
}

#copyright_left
{
	width: 500px;
	float: left;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 5px;
}

.social_wrapper
{
	width: auto;
	float: right;
}

#header_wrapper .social_wrapper
{
	margin-top: 0;
}

.social_wrapper ul
{
	list-style: none;
}

.social_wrapper ul li
{
	float: right;
	-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;
}

.social_wrapper ul li:hover
{
	background: #333;
}

.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 img
{
	width: 18px;
}

.social_wrapper ul li a
{
	opacity: 0.6;
	filter:alpha(opacity=60);
	padding: 16px 7px 10px 7px;
	display: block;
}

.social_wrapper ul li a:hover, .social_wrapper ul li:hover a
{
	opacity: 1;
	filter:alpha(opacity=100);
}

#header_wrapper #searchform
{
	display: block;
	float: right;
	margin-left: 5px;
	padding: 0px 0 0 15px;
	background: #000;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

@-moz-document url-prefix() 
{ 
  #header_wrapper #searchform 
  {
     margin-top: -1px;
  }
}

#header_wrapper #searchform input
{
	border: 0 !important;
	color: #999;
	background: transparent !important;
	width: 90px;
	top: -2px;
	position: relative;
}

#header_wrapper #searchform button
{
	padding: 15px 15px 0 0;
	margin: 0 0 0 0;
	background: #000;
	border-color: #000;
	border: 0;
}

pre, code, tt {font:12px 'andale mono', 'lucida console', monospace;line-height:1.5;display: block;word-wrap: break-word; color: #000; 
	overflow:auto; padding: 20px;
line-height: 19px; background: #f5f5f5;
}

/*
	Input layout
*/

input[type=text], input[type=password]
{
	padding: 10px;
	font-size: 14px;
	margin: 0;
	border: 0;
	background: #f5f5f5;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	-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;
}

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
{
	background: #ebebeb;
	outline: 0;
}

#footer input[type=text], #footer input[type=password], #footer textarea
{
	background: #363636 url(../../../themes/jupiter/images/search_box_bg.png) repeat-x;
	border: 1px solid #555;
	border-top: 0;
}

#footer textarea
{
	height: 16px;
}

input[type=text].blur, textarea.blur
{
	color: #999;
}

textarea
{
	background: #f5f5f5;
	padding: 10px;
	font-size: 14px;
	margin: 0;
	border: 0;
	height: 200px;
	overflow: auto;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	padding-top: 8px;
	-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;
}

textarea:focus
{
	background: #ebebeb;
	outline: 0;
}

input[type=submit], input[type=button], a.button, a.button:hover, a.button:active, .btn2 a, .btn2 a:hover, button, button:hover
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	padding: .65em 2em .65em 2em;
	color: #fff;
	background: #888;
	letter-spacing: 1px;
	border: 0;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	-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;
}

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

.btn2 a
{
	width: 240px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.rating
{
	background: #F4F4F7;
	border: 1px solid #fff;
	margin: 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.rating li
{
	border-top: 1px solid #fff;
}

.rev_title
{
	text-shadow: none;
}

.base
{
	display: none;
}

input[type=submit], input[type=button]
{
	padding: 8px 15px 8px 14px;
}

a.button
{
	float: left;
}

a.button span
{
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
	display: block;
}

#cancel-comment-reply-link
{
	margin: 7px 0 0 10px;
	background: transparent;
}

h1, h2, h3, h4, h5, h6, h7
{
	color: #000;
	font-weight: bold;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.5em;
}

span[rel=author], a[rel=author]
{
	color: #000;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
}

strong.title, a.post_title
{
	font-weight: bold;
}

#footer strong.title
{
	font-size: 14px;
}

label
{
	letter-spacing: 0px;
}

label.error
{
	color: #ffc000;
}

h1
{
	font-size: 30px;
	display: block;
}

h1.error
{
	font-size: 40px;
	margin-bottom: 0;
}

h2
{
	font-size: 28px;
}

h3
{
	font-size: 26px;
}

h4
{
	font-size: 24px;
}

h5, h3#reply-title
{
	font-size: 22px;
}

h5.ppb_classic_title
{
	font-size: 20px;
	margin-top: 0;
}

h5.author_name
{
	margin: 0;
	margin-bottom: 5px;
	font-size: 18px;
}

h5.header_line
{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 3px solid #000;
}

#content_wrapper .inner .inner_wrapper .sidebar_content h5.header_line
{
	font-size: 22px;
}

h5.header_line.subtitle
{
	font-size: 22px;
}

h5.header_line.post_width
{
	margin: 0;
}

h5.header_line span
{
	display: inline-block;
	margin: 0 20px;
	padding: 0 20px;
}

h1 span, h5 span
{
	padding-right: 10px;
}

h1 a, h5 a
{
	color: #000000;
}

h3 small
{
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 14px;
}

h1 span a span, h2.widgettitle span a span, h5 span a span
{
	padding-right: 0;
	background: transparent;
}

h6
{
	font-size: 18px;
}

h7
{
	font-size: 16px;
}

h7.ppb_cat_title
{
	margin: 0;
	margin-bottom: 25px;
	display: block;
	width: 90%;
}

.black
{
	color: #000;
}

.clear
{
	clear: both;
}

.gallery_item_bg
{
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #ffc000;
}

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

.frame_left
{
	padding: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption
{
	margin: 7px 0 2px 0;
	display: block;
	color: #000;
	font-size: 12px;
}

.frame_right
{
	padding: 10px;
	border: 1px solid #ccc;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
 	background: #f5f5f5;
}

.dropcap1
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 24px;
	line-height: 39px;
	background: black;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: white;
	width: 40px;
	height: 40px;
	text-align: center;
}

blockquote
{
	padding-left: 30px;
	width: 90%;
	border-left: 1px solid #ccc;
	font-style: oblique;
	font-size: 20px;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #000;
	margin-top: 15px;
	margin-left: 3%;
}

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

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

#respond
{
	width: 99%;
	float: left;
	margin: 0 0 20px 0;
}

.comment_inner #respond
{
	margin-left: 5px;
}

ul.children #respond
{
	margin-left: -20px;
	margin-top: 20px;
}

.comment_inner
{
	margin-bottom: 20px;
}

.space
{
	margin-bottom: 10px;
}

#header_wrapper
{
	width: 100%;
	margin: auto;
	background: #000;
	height: 50px;
}

#header_wrapper .topmenu.notice
{
	float: left;
	width: 500px;
	margin-top: 15px;
	color: #fff;
}

#top_menu a
{
	color: #fff;
}

#top_menu
{
	display: block;
	float: left;
	list-style: none;
	margin-top: 12px;
}

#top_menu li
{
	display: inline-block;
	margin-right: 15px;
	font-family: 'Oswald', Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif, Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#top_menu li ul
{
	display: none;
}

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

.standard_wrapper
{
	width: 960px;
	margin: auto;
}

.standard_wrapper.wide
{
	width: 960px;
}

.standard_wrapper.header
{
	margin-bottom: 0px;
}

.logo
{
	margin: auto;
	margin-top: 45px;
	text-align: center;
}

.header_ads
{
	text-align: center;
	margin: auto;
	margin-top: 30px;
}

.footer_ads
{
	margin: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}

.search_box
{
	display: block;
	float: right;
}

.search_box input[type=text], .search_box input[type=text]:hover
{
	display: block;
	float: right;
	width: 170px;
	height: 18px;
	border: 1px solid #555;
	border-top: 0;
	margin: 10px 20px 0 0;
	background: #363636 url(../../../themes/jupiter/images/search_box_bg.png) repeat-x;
	color: #999;
}

.search_box input[type=text].blur
{
	font-style: italic;
}

#menu_wrapper
{
	width: 930px;
	height: 50px;
	padding: 0;
	margin:auto;
}

.mainmenu.notice
{
	float: left;
	width: 600px;
	padding: 15px 0 10px 12px;
	z-index: 999;
	color: #fff;
}

#menu_wrapper .nav ul, #menu_wrapper .nav
{
	list-style: none;
	display: block;
	float: left;
	margin: 0 23px 0 5px;
	width: 700px;
}

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

#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul, .main_nav li ul
{
	display: none;
	list-style: none;
	background: #000;
	position:absolute;
 	padding: 0;
 	margin-top: 50px;
 	width: 200px;
 	height: auto;
 	z-index: 1000;
}

#menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul, .main_nav li ul li ul
{
	margin-left: 200px;
	margin-top: -2px;
	padding-top: 2px;
}

#menu_wrapper .nav li ul li a, .nav li ul li a, #menu_wrapper .nav ul li.current_page_parent ul.sub-menu li.current_page_item a, .nav li.current-menu-parent ul.sub-menu li.current_page_item a
{
	background: none;
}

.main_nav li ul li
{
	width: 100%;
}

#menu_wrapper .nav li ul li a, #menu_wrapper .nav li.current-menu-item ul li a, #menu_wrapper .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
{
	color: #fff;
	display: block;
	width: 188px;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 0 10px 12px;
	background: none;
}

.main_nav ul, .main_nav
{
	list-style: none;
	margin: auto;
	width: 440px;
	height: 50px;
	z-index: 999;
	float: left;
	position: relative;
	z-index: 1001;
}

.main_nav ul li,  .main_nav li
{
	display: block;
	float :left;
	margin: 0;
}

.main_nav ul li a,  .main_nav li a
{
	display: block;
	float :left;
	margin: 0 0 0 0;
	padding: 20px 15px 14px 15px;
	color: #999;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

.main_nav ul > li:first-child a,  .main_nav > li:first-child a
{
	padding-left: 0;
}

.main_nav ul li ul li a,  .main_nav li ul li a
{
	width: 165px;
	padding: 8px 19px 8px 16px !important;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	border-bottom: 1px solid #333;
}

.main_nav ul li ul li:last-child a,  .main_nav li ul li:last-child a
{
	border-bottom: 0;
}

.main_nav ul > li a:hover,  .main_nav li > a:hover, .main_nav ul > li a.hover,  .main_nav > li a.hover, .main_nav ul > li a:active,  .main_nav > li a:active, .main_nav > li.current-menu-item > a
{
	color: #fff;
	text-decoration: none;
}

.main_nav ul li ul li a:hover,  .main_nav li ul li a:hover, .main_nav ul li ul li a.hover,  .main_nav li ul li a.hover
{
	color: #fff;
	background: #333;
}

.main_nav li:last-child a:hover, .main_nav li:last-child a.hover
{
	border-right: 0;
}

.main_nav li ul li a,  .main_nav li.current-menu-item ul li 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,
{
	display: block;
	width: 170px;
	line-height: 0.7em;
	padding: 5px 0 5px 30px;
}

.secondmenu.notice
{
	width: 960px;
	margin: auto;
	margin-top: 10px;
}

#menu_wrapper div .nav li ul.sub-menu, .second_nav li ul.sub-menu
{
	display: none;
	list-style: none;
	background: #fff;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	position:absolute;
 	padding: 0;
 	margin-top: 35px;
 	margin-left: 0;
 	width: 200px;
 	height: auto;
 	z-index: 1001;
	text-align: left;
	border-top: 0;
	border: 1px solid #ebebeb;
	padding-top: 5px;
}

#menu_wrapper div .nav li .mega_menu_wrapper, .second_nav li .mega_menu_wrapper
{
	width: 920px;
	padding: 15px 20px 0 20px;
	min-height: 200px;
	position: absolute;
	margin-top: 35px;
	left: 0;
	background: #fff;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	border: 1px solid #ebebeb;
	visibility: hidden;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul, .second_nav li .mega_menu_wrapper ul
{
	border: 0;
	margin: 0;
	display: block !important;
	text-align: left;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul.post_slideshow_widget, .second_nav li .mega_menu_wrapper ul.post_slideshow_widget
{
	text-align: center;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li, .second_nav li .mega_menu_wrapper ul li
{
	width: 31%;
	margin-right: 2%;
	margin-bottom: 1%;
	display: block;
	float: left;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li.nth-child-3n, .second_nav li .mega_menu_wrapper ul li.nth-child-3n
{
	float: right;
	margin-right: 0;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li.nth-child-4n, .second_nav li .mega_menu_wrapper ul li.nth-child-4n
{
	clear: both;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper, .second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper
{
	margin-top: 0 !important;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-prev, .second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-prev
{
	top: -170px !important;
	left: 0;
	background: #fff;
	opacity: 1 !important;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-next, .second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-next
{
	right: 0;
	top: -170px !important;
	background: #fff;
	opacity: 1 !important;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul.sub-menu li ul li, .second_nav li .mega_menu_wrapper ul.sub-menu li ul li, #menu_wrapper div .nav li .mega_menu_wrapper ul li ul.posts li, .second_nav li .mega_menu_wrapper ul li ul.posts li, #menu_wrapper div .nav li .mega_menu_wrapper ul li ul.menu li, .second_nav li .mega_menu_wrapper ul li ul.menu li, #menu_wrapper div .nav li .mega_menu_wrapper ul li ul.twitter li, .second_nav li .mega_menu_wrapper ul li ul.twitter li, .second_nav li .mega_menu_wrapper ul li.widget_pages ul li, #menu_wrapper div .nav li .mega_menu_wrapper ul li ul.twitter li, .second_nav li .mega_menu_wrapper ul li.widget_recent_comments ul li, .second_nav li .mega_menu_wrapper ul li.widget_recent_entries ul li, .second_nav li .mega_menu_wrapper ul li.reviews-posts-widget ul li, .second_nav li .mega_menu_wrapper ul li.woocommerce ul li
{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li ul.twitter li, .second_nav li .mega_menu_wrapper ul li ul.twitter li
{
	width: 80%;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li ul.menu li ul.sub-menu, .second_nav li .mega_menu_wrapper ul li ul.menu li ul.sub-menu, #menu_wrapper div .nav li .mega_menu_wrapper ul li.widget_pages ul.children li, .second_nav li .mega_menu_wrapper ul li.widget_pages ul.children li
{
	width: 90%;
	padding-left: 10%;
	box-shadow: 0px 0px 0px black;
	position: static;
}

.second_nav li .mega_menu_wrapper ul li #wp-calendar, .second_nav li .mega_menu_wrapper ul li.widget_tag_cloud div.tagcloud, .second_nav li .mega_menu_wrapper ul li.widget_text div.textwidget, .second_nav li .mega_menu_wrapper ul li.widget_text div.textwidget a
{
	margin: 0;
	padding: 0;
	text-transform: none;
	letter-spacing: 0;
}

.second_nav li .mega_menu_wrapper ul li.widget_archive ul li, .second_nav li .mega_menu_wrapper ul li.widget_categories ul li, .second_nav li .mega_menu_wrapper ul li.widget_meta ul li
{
	width: 49%;
	display: inline-block;
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul li ul li a, .second_nav li .mega_menu_wrapper ul li ul li a
{
	padding: 0;
	color: #000;
	display: inline;
	float: none;
	letter-spacing: 0;
	font-size: 13px !important;
	text-transform: none;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul > li h2.widgettitle, .second_nav li .mega_menu_wrapper ul > li h2.widgettitle
{
	font-size: 14px;
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

#menu_wrapper div .nav li .mega_menu_wrapper ul > li .slider_widget_wrapper, .second_nav li .mega_menu_wrapper ul > li .slider_widget_wrapper
{
	max-width: 100%;
	height: auto;
}

.second_nav li ul.sub-menu li ul.sub-menu
{
	margin-left: 200px;
	margin-top: -6px;
}

.second_nav li ul.sub-menu li
{
	width: 100%;
}

.second_nav ul, .second_nav
{
	list-style: none;
	margin: auto;
	border-bottom: 3px solid #000;
	text-align: center;
	margin-top: 10px;
	position: relative;
	z-index: 1000;
}

.second_nav ul li,  .second_nav li
{
	display: inline-block;
	margin: 0 0 0 0;
}

.second_nav ul li a, .second_nav li a
{
	display: block;
	float :left;
	margin: 0 0 0 0;
	padding: 5px 15px 9px 15px;
	color: #888;
	background: transparent;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.second_nav ul li ul.sub-menu li a,  .second_nav li ul.sub-menu li a
{
	width: 165px;
	padding: 6px 19px 6px 16px;
	border: 0;
	font-size: 11px;
	color: #999;
}

.second_nav ul > li a:hover,  .second_nav > li a:hover, .second_nav ul > li a.hover,  .second_nav > li a.hover, .second_nav ul > li a:active,  .second_nav > li a:active, .second_nav > li.current-menu-item > a, .second_nav > li.current-menu-parent > a
{
	color: #000;
	text-decoration: none;
}

.second_nav ul li ul li a:hover,  .second_nav li ul li a:hover, .second_nav ul li ul li a.hover,  .second_nav li ul li a.hover
{
	color: #000;
	text-decoration: none;
}

.second_nav li:last-child a:hover, .second_nav li:last-child a.hover
{
	border-right: 0;
}

.second_nav li ul.sub-menu li a,  .second_nav li.current-menu-item ul.sub-menu li a,#menu_wrapper .nav ul.sub-menu li ul.sub-menu li a, #menu_wrapper .nav ul.sub-menu li.current-menu-item ul.sub-menu li a, #menu_wrapper .nav ul.sub-menu li ul.sub-menu li.current-menu-item a,
{
	display: block;
	width: 170px;
	line-height: 0.7em;
	font-size: 12px;
	padding: 5px 0 5px 30px;
}

#page_caption
{
	margin-top: 40px;
	margin-bottom: 10px;
}

#page_caption.single_post
{
	text-align: center;
	margin-bottom: 0;
}

.single_post_ft_wrapper
{
	text-align: center;
	width: 960px;
	margin: auto;
	margin-top: -5px;
	margin-bottom: 25px;
}

.single_post_ft_wrapper.gallery_ft
{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

#page_caption .boxed_wrapper
{
	width: 960px;
	margin: auto;
}

#page_caption .sub_page_caption
{
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	letter-spacing: 2px;
}

#page_caption .sub_page_caption a, #page_caption .sub_page_caption a:hover, #page_caption .sub_page_caption a:active
{
	color: #999;
}

#page_caption .sub_page_caption a:hover
{
	text-decoration: underline;
}

#page_caption h2
{
	margin-top: 0;
	margin-bottom: 20px;
}

#page_caption.single_post h2
{
	font-size: 32px;
}

.post_comment_number, .post_comment_number:hover, .post_comment_number:active
{
	display: block;
	float: right;
	padding: 10px 12px 10px 15px;
	background: #ffc000;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-weight: 500;
	margin-top: -10px;
}

.readmore
{
	float: left;
	padding: 10px 12px 10px 15px;
	background: #ffc000;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
}

.readmore:hover, .readmore:active
{
	background: #2C2F32;
	color: #fff;
}

.post_img
{
	margin-bottom: 15px;
	clear: both;
	position: relative;
}

.post_img.ppb_classic_fullwidth, .post_img.ppb_cat_fullwidth, .post_img.ppb_cat, .post_img.ppb_cat_sidebar, .post_img.ppb_classic_sidebar
{
	margin-bottom: 5px;
}

.post_img.half
{
	margin-bottom: 0;
}

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

.post_img.single
{
	margin-bottom: 0;
	margin-top: 0;
}

.post_img.nospace
{
	margin-bottom: 0;
}

.post_img.masonry
{
	margin-left: 0;
}

.post_sound_cloud_wrapper
{
	width: 960px;
	margin: auto;
	margin-top: 8px;
}

.recent_post_wrapper
{
	margin: 10px 0 0 11px;
}

.recent_post_item_wrapper
{
	margin-top: 5px;
}

#content_wrapper
{
	width: 960px;
	margin: auto;
	margin-top: 0;
	padding-bottom: 30px;
	position: relative;
	word-wrap: break-word;
}

body.single #content_wrapper
{
	padding-bottom: 30px;
}

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


#content_wrapper.full_page_width
{
	width: 880px;
}

#content_wrapper .inner .inner_wrapper.fullwidth
{
	padding: 0;
	width: 960px;
	margin: auto;
	min-height: 200px;
	position: relative;
}

#content_wrapper .inner .inner_wrapper .sidebar_content
{
	width: 620px;
	padding: 0;
	float: left;
	min-height: 200px;
	position: relative;
	z-index: 2;
}

#content_wrapper .inner .inner_wrapper .sidebar_content p:first-child
{
	padding: 0 !important;
	margin: 0 !important;
}

#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding
{
	width: 600px;
	padding: 20px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content .withpadding
{
	padding: 15px;
}

#content_wrapper.cat_width .inner .inner_wrapper .sidebar_content
{
	width: 620px;
	margin: 0 0 0 0;
}

#content_wrapper.cat_width .inner .inner_wrapper .sidebar_content ul
{
	margin: 0 0 0 20px;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper
{
	width: 300px;
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar
{
	width: 100%;
	float: right;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar .content
{
	margin: 0;
}

#content_wrapper .sidebar .content .sidebar_widget
{
	list-style: none;
	margin: 0 !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li
{
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
	border: 0;
}

#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Ads
{
	border: 0 !important;
	padding: 0 !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Facebook_Page iframe
{
	margin: 5px 0 5px 5px;
}

#content_wrapper .sidebar .content .sidebar_widget > li.widget_search
{
	background: transparent;
	border: 0;
	padding-bottom: 0;
	margin-bottom: 16px;
	-webkit-box-shadow: 0 1px 0 transparent, 0 1px 3px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 1px 0 transparent, 0 1px 3px rgba(0,0,0,0);
	-o-box-shadow: 0 1px 0 transparent, 0 1px 3px rgba(0,0,0,0);
	box-shadow: 0 1px 0 transparent, 0 1px 3px rgba(0, 0, 0, 0);
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_archive, #content_wrapper .sidebar .content .sidebar_widget li.widget_categories, #content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu, #content_wrapper .sidebar .content .sidebar_widget li.Custom_Photos_News, #content_wrapper .sidebar .content .sidebar_widget li.widget_link, #content_wrapper .sidebar .content .sidebar_widget li.widget_meta
{
	padding-bottom: 5px;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_links ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_meta ul li
{
	float: left;
	margin: 0;
	width: 50%;
	margin-right: 0%;
	padding-bottom: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li, #content_wrapper .sidebar .content .sidebar_widget li.widget_meta ul li
{
	text-align: center;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li:nth-child(odd), #content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li:nth-child(odd), #content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li:nth-child(odd), #content_wrapper .sidebar .content .sidebar_widget li.widget_links ul li:nth-child(odd), #content_wrapper .sidebar .content .sidebar_widget li.widget_meta ul li:nth-child(odd)
{
	clear: none;
	float: left;
	margin: 0;
	width: 50%;
	margin-right: 0%;
	padding-bottom: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget ul.menu li
{
	width: 100% !important;
}

#content_wrapper .sidebar .content .sidebar_widget li object
{
	margin-left: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_tag_cloud div, #footer .sidebar_widget li.widget_tag_cloud div
{
	width: 100%;
}

div.textwidget
{
	margin: 20px 0 0 0;
}

div.textwidget img, div.textwidget select
{
	max-width: 100%;
	height: auto;
}

#footer div.textwidget
{
	margin: 0;
}

#footer .sidebar_widget li.widget_tag_cloud div
{
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li form#searchform, #footer .sidebar_widget li form#searchform
{
	width: 100%;
}

#content_wrapper .sidebar .content .sidebar_widget li form#searchform div, #footer .sidebar_widget li form#searchform div
{
	width: 95%;
}

label.screen-reader-text
{
	display: none;
}

#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type=text], #footer .sidebar_widget li form#searchform input[type=text]
{
	width: 280px;
	margin: 10px 0 10px 0;
	background: #ebebeb;
	border: 0;
}

#footer .sidebar_widget li form#searchform input[type=text]
{
	margin-top: 10px;
	max-width: 90%;
}

#footer .sidebar_widget li
{
	clear: none;
	padding: 15px 0 10px 0;
}

#footer .sidebar_widget li
{
	float: left;
	width: 31%;
	margin-right: 32px;
}

#footer .sidebar_widget > li.nth-child-3n
{
	float: right;
	margin-right: 0;
}

#footer .sidebar_widget li iframe
{
	max-width: 200px;
	background: #fff;
	margin-top: 15px;
}

#footer .sidebar_widget li ul li
{
	width: auto;
	margin: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul
{
	margin: 5px 0 0 0;
	float: left;
	list-style: none;
	width: 100%;
}

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

#content_wrapper .sidebar .content .sidebar_widget li ul li ul.sub-menu, #content_wrapper .sidebar .content .sidebar_widget li ul li ul.children
{
	border-left: 1px solid #ccc;
	font-size: 12px;
	margin: 10px 10px 10px 20px !important;
	padding-left: 20px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul#recentcomments, #footer .sidebar_widget li ul#recentcomments
{
	width: 95%;
	color: #999;
}

.comment_date
{
	color: #999;
	padding: 0;
	float: left;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-reply-link
{
	color: #999;
	float: right;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin-top: -10px;
}

#cancel-comment-reply-link
{
	color: #999;
	float: right;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
}

#commentform
{
	margin-top: 10px;
}

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

#footer .sidebar_widget li ul li ul.sub-menu
{
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-left: 15px;
	margin-top: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li
{
	padding: 0 0 10px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li:last-child, #footer .sidebar_widget li ul li:last-child
{
	padding-bottom: 0;
}

#footer .sidebar_widget li ul li
{
	padding-bottom: 7px;
	padding-left: 0;
	float: none;
	margin-bottom: 5px;
}

#footer .sidebar_widget li ul.thumb li
{
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.one_half
{
	float: left;
	width: 48%;
}

.one_half.ppb_classic
{
	margin-bottom: 25px;
}

.one_half.right
{
	float: right;
	margin-right: 12px;
}

.one_half.last
{
	float: right;
}

.one_half.last.ppb_cat_last
{
	width: 50%;
}

.recent_thumbnail
{
	display: block;
	width: 290px;
	height: 200px;
	overflow: hidden;
}

.recent_thumbnail h6
{
	background: transparent url(//http://goaleurope.com/wp-content/themes/jupiter/images/trans_000_bg.png) repeat;
	display: block;
	padding: 5px 10px 5px 10px;
	position: relative;
	top: -62px;
	left: 0;
	color: #fff;
	font-size: 16px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb, #content_wrapper .one_half.home .sidebar_widget li ul.thumb
{
	list-style: none;
	display: block;
	float: none;
	width: 100%;
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li
{
	margin: 0 9px 7px 0;
	float: left;
	clear: none;
	padding-bottom: 0;
}

#content_wrapper .one_half.home .sidebar_widget li ul.thumb li
{
	margin: 0 10px 5px 0;
	padding-bottom: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle
{
	display: block;
	padding: 10px 15px 5px 15px;
	font-size: 18px;
	margin: 0;
	margin-bottom: 15px;
	color: #000;
	border-bottom: 3px solid #000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

h2.widgettitle.header
{
	font-size: 22px;
	margin-left: 5px;
}

#content_wrapper .inner .inner_wrapper.fullwidth h2.widgettitle.header
{
	margin: 0;
}

#content_wrapper .one_half.home .sidebar_widget li h2.widgettitle
{
	margin: 0;
}

#footer .sidebar_widget
{
	list-style: none;
	width: 100%;
	margin: auto;
	padding-top: 10px;
}

#content_wrapper .one_half.home .sidebar_widget li h2.widgettitle
{
	width: 100%;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts, #content_wrapper .one_half.home .sidebar_widget li ul.posts, #footer .sidebar_widget li ul.posts, ul.posts
{
	list-style: none;
	width: 100%;
	margin-top: 10px;
	float: left;
}

ul.posts
{
	margin-left: 10px;
}

#footer .sidebar_widget
{
	margin-top: 0;
	float: left;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts li, #content_wrapper .one_half.home .sidebar_widget li ul.posts li, #footer .sidebar_widget li ul.posts li, ul.posts li
{
	padding-bottom: 10px;
	width: 100%;
	float: left;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts li:last-child, #content_wrapper .one_half.home .sidebar_widget li ul.posts li:last-child, #footer .sidebar_widget li ul.posts li, ul.posts li:last-child
{
	padding-bottom: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.posts li h6, #content_wrapper .one_half.home .sidebar_widget li ul.posts li h6, #footer .sidebar_widget li ul.posts li h6
{
	font-size: 16px;
	color: #000;
}

ul.posts li
{
	clear: both;
}

#footer .sidebar_widget li ul.posts li h6
{
	font-size: 14px;
}

.line_shadow
{
	display: none;
}

.page_header
{
	margin: 20px 0 0 0;
}

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

.social_profile
{
	float: left;
	width: 100%;
	margin: auto;
	margin-top: 10px;
}

#footer .social_profile
{
	margin-top: 10px;
}

.social_profile .profile
{
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}

.social_profile .profile:last-child
{
	margin-bottom: 0;
}

.social_profile .social_icon
{
	float: left;
	display: block;
	margin-right: 15px;
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 0 !important;
}

.social_profile .social_icon.facebook
{
	background: #4c66a4;
}

.social_profile .social_icon.facebook img
{
	width: 18px;
	height: auto;
	margin-top: 8px;
}

.social_profile .social_icon.twitter
{
	background: #33ccff;
}

.social_profile .social_icon.twitter img
{
	width: 18px;
	height: auto;
	margin-top: 7px;
}

.social_profile .social_icon.youtube
{
	background: #cc181e;
}

.social_profile .social_icon.youtube img
{
	width: 18px;
	height: auto;
	margin-top: 7px;
}

#footer .social_profile .profile
{
	width: 27%;
}

.social_profile .profile .counter
{
	float: left;
	margin-top: 7px;
}

.social_profile .profile .counter h4
{
	float: left;
	display: block;
	font-family: Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif !important;
	font-size: 18px;
	font-weight: bold;
	line-height: 0em;
}

.social_profile .count
{
	word-spacing: 1px;
	color: #888;
	margin-left: 7px;
	float: left;
	font-size: 12px;
}

.social_profile .profile a.button
{
	font-size: 11px;
	float: right;
	margin-top: 3px;
	padding: 5px 10px 5px 10px;
	background: #888 !important;
	color: #fff;
}

.post_wrapper
{
	width: 100%;
	margin: 0;
	padding-top: 20px;
}

.post_wrapper.ppb_classic_fullwidth
{
	margin-bottom: 20px;
}

.review_score_bg
{
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 10px;
	padding: 4px 10px 7px 10px;
	background: #fff;
	background: rgba(256,256,256,.95);
	color: #000;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
}

.post_type_bg
{
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 10px;
	padding: 4px 10px 2px 10px;
	background: #fff;
	background: rgba(256,256,256,.95);
}

.post_type_bg img
{
	margin-top: 5px;
}

.review_score_bg.marginright, .post_type_bg.marginright
{
	right: 30px;
}

.review_score_bg.marginright.ppb, .post_type_bg.marginright.ppb
{
	right: 35px;
}

.review_point
{
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin-top: -7px;
}

.post_wrapper.dark
{
	background: #000;
	color: #ebebeb;
	border: 0;
	padding-top: 10px;
}

.post_wrapper.dark h5
{
	color: #fff;
}

.post_wrapper.half
{
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 10px;
}

.post_wrapper.full
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 10px;
}

.type-post[rel=two_columns], .ppb_column_post
{
	width: 48%;
	float: left;
	margin-right: 20px;
}

.type-post[rel=two_columns].last, .ppb_column_post.last
{
	float: right;
	margin-right: 0;
}

.element[rel=two_columns]
{
	width: 48%;
	float: left;
}

.element[rel=two_columns].last
{
	width: 48%;
	float: right;
	margin-left: 10px;
}

.element[rel=two_columns]
{
	margin-bottom: 20px;
}

.element[rel=two_columns].noexcerpt
{
	margin-bottom: 10px;
}

.ppb_column_post.masonry
{
	width: 31%;
	float: left;
	margin-right: 32px;
}

.ppb_column_post.masonry.last
{
	float: right;
	margin-right: 0;
}

.ppb_column_post.ppb_column
{
	margin-bottom: 25px;
}

#post_mansory_wrapper.ppb_fullwidth
{
	width: 990px;
}

#content_wrapper #post_mansory_wrapper.inner
{
	width: 990px;
	min-width: 100%;
	min-height: 300px;
	margin-left: -10px;
	margin-top: -10px;
	background: #fff url(../../../themes/jupiter/images/loading.gif) no-repeat center center;
	padding-bottom: 10px;
	position: relative;
	z-index: 999;
}

.video_wrapper
{
	background: transparent url(../../../themes/jupiter/images/loading.gif) no-repeat center center;
}

#post_mansory_wrapper
{
	background: #fff url(../../../themes/jupiter/images/loading.gif) no-repeat center center;
	min-width: 100%;
	min-height: 300px;
}

.post_wrapper.half.mansory
{
	float:left;
	margin: 10px 0 10px 10px;
	width: 320px;
	padding-bottom: 0;
}

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

.post_wrapper.half.last
{
	float: right;
	margin-right: 0;
}

body.single .post_wrapper
{
	margin-top: 0;
	border: 0 !important;
	padding-bottom: 0 !important;
}

.post_inner_wrapper
{
	width: 100%;
	margin-bottom: 15px;
}

.post_wrapper_inner
{
	margin: 15px 0 0 0;
}

body.single .post_wrapper_inner
{
	margin-top: 0;
}

.author_wrapper_inner
{
	margin: 10px 0 10px 5px;
}

.search_form_wrapper
{
	margin-bottom: 40px;
}

.post_inner_wrapper.half.header, body.home .post_inner_wrapper.half.header
{
	margin: -10px 0 0 0;
	width: 95%;
}

.post_header_wrapper
{
	width: 100%;
	float: left;
}

.post_header_wrapper.single
{
	width: 300px;
}

.post_social
{
	width: 98px;
	float: right;
	margin-top: 7px;
}

.post_social.single
{
	width: 195px;
}

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

.post_wrapper.author
{
	padding: 15px;
	border: 0 !important;
	background: #f9f9f9;
	width: auto;
	margin-bottom: 15px;
}

.post_header
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 12px 15px 12px 15px;
	border-bottom: 1px solid #ebebeb;
}

.post_header.half
{
	width: 100%;
	text-align: left;
	padding: 0;
	margin: auto;
	float: none;
	border: 0;
}

.post_header.single_post
{
	text-align: left;
	border: 0 ;
	padding: 0;
	margin: 0;
}

.post_header h3
{
	margin: 0;
}

.post_header.half h4
{
	margin: 0;
	margin-bottom: 10px;
	font-size: 18px;
}

.post_header h2 a
{
	color: #000;
}

.post_detail
{
	font-size: 11px;
	letter-spacing: 2px;
	color: #999;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
}

.post_detail a, .post_detail a:hover, .post_detail a:active
{
	color: #cb1511;
}

.post_detail.half
{
	width: 100%;
	margin-top: 5px;
}

.post_detail.space
{
	margin-bottom: 20px;
}

.post_img_date
{
	padding: 5px;
	background: #000;
	position: relative;
	top: -60px;
	left: 7px;
	width: 150px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 0 #fff;
	text-align: center;
}

.post_header .post_comment
{
	float: right;
	margin: 10px 0 0 0;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	background: #cccccc url(//http://goaleurope.com/wp-content/themes/jupiter/images/bt_g.png) repeat-x top;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #ccc;
}

#about_the_author .thumb
{
	float: left;
	margin: 0 15px 15px 0;
	text-align: center;
}

#about_the_author
{
	width: 100%;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#about_the_author .description
{
	width: 480px;
	float: left;
}

#about_the_author .description.author
{
	margin: 0;
}

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

.gravatar.comment_reply
{
	width: 50px;
	height: 50px;
}

.colorful
{
	background: #ffc000;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 10px 3px 10px;
	margin-bottom: 10px;
}

.colorful a
{
	color: #fff;
}

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

.comment
{
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #ebebeb;
	float: left;
}

.comment .left
{
	width: 65px;
	float: left;
}

.comment .right
{
	width: 88.5%;
	float: left;
}

.comment .right a[rel="author"], .comment .right span[rel="author"]
{
	font-weight: bold;
	float: left;
}

ul.children
{
	list-style: none;
	width: 100%;
	margin-left: 5%;
	float: left;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

ul.children .comment
{
	width: 90%;
	margin: 20px 0 0 32px;
	padding: 0 0 20px 15px;
	float: left;
}

ul.children .comment .right
{
	width: 86.5%;
	float: left;
}

ul.children .comment:last-child
{
	margin-bottom: 0;
}

.comment_inner .comment:last-child
{
	margin-bottom: 0;
}

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

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

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .one_half.home .sidebar_widget li ul.flickr li, ul.flickr li, ul.flickr li
{
	margin-bottom: 10px;
	clear: none;
	float: left;
}

#content_wrapper .one_half.home .sidebar_widget li ul.flickr li, ul.flickr li
{
	margin: 0 9px 0 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .sidebar .content .sidebar_widget li ul.flickr li a, , #content_wrapper .one_half.home .sidebar_widget li ul.flickr li, , #content_wrapper .one_half.home .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 0;
	clear: none;
}

#footer .sidebar_widget li ul.flickr li, #footer .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 0;
}

#footer .sidebar_widget li ul.flickr li
{
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li im, #content_wrapper .one_half.home .sidebar_widget li ul.flickr li img, ul.flickr li img
{
	width: 91px;
	height: 91px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li img, #footer .sidebar_widget li ul.thumb li img, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li img, ul.thumb li img
{
	width: 91px;
	height: 91px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb, #content_wrapper .one_half.home .sidebar_widget li ul.thumb, ul.thumb
{
	margin: 0;
	margin-top: 25px;
}

#footer .sidebar_widget li ul.thumb
{
	margin-top: 10px !important;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #footer .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li, ul.thumb li
{
	padding: 0;
}

ul.flickr li
{
	padding: 0 !important;
}

ul.flickr li img
{
	width: 91px;
	height: auto;
}

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

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter, #footer .sidebar_widget li ul.twitter, #content_wrapper .one_half.home .sidebar_widget li ul.twitter, ul.twitter
{
	margin: 0;
	margin-top: 5px;
	margin-left: 0;
	list-style:none;
	width: 100%;
}

#footer .sidebar_widget li ul.thumb li, #footer .sidebar_widget li ul.thumb li img
{
	width: 62px;
	height: 62px;
}

#footer .sidebar_widget li ul.twitter
{
	width:100%;
	margin-top: 15px;
	margin-left: 0;
}

#content_wrapper .one_half.home .sidebar_widget li ul.twitter
{
	margin-left: 5px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, #footer .sidebar_widget li ul.twitter li, #content_wrapper .one_half.home .sidebar_widget li ul.twitter li, ul.twitter li
{
	padding-left:45px;
	background-image:url(../../../themes/jupiter/images/icon_twitter.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	min-height: 30px;
	padding-bottom: 20px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:last-child, #footer .sidebar_widget li ul.twitter li:last-child, #content_wrapper .one_half.home .sidebar_widget li ul.twitter li:last-child, ul.twitter li:last-child
{
	padding-bottom: 0;
}

#footer .sidebar_widget li ul.twitter li
{
	background-image:url(../../../themes/jupiter/images/icon_twitter_white.png);
}

#content_wrapper .inner .inner_wrapper .sidebar_content.page_sidebar ul.twitter li
{
	line-height: 3.5em;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.social_media, #footer .sidebar_widget li ul.social_media, #content_wrapper .one_half.home .sidebar_widget li ul.social_media
{
	list-style: none;
	margin: 10px 0 15px 0;
	float: left;
	display: block;
	clear: both;
}

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

#content_wrapper .sidebar .content .sidebar_widget li ul.social_media li, #content_wrapper .one_half.home .sidebar_widget li ul.social_media
{
	display: block;
	float: left;
	margin: 10px 0 15px 0;
	clear: none;
}

#footer .sidebar_widget li ul.social_media li, #content_wrapper .one_half.home .sidebar_widget li ul.social_media li
{
	margin: 0 5px 0 0;
	display: block;
	float: left;
	clear: none;
}

#footer .sidebar_widget li ul.social_media li
{
	margin-right: 0;
}

.pagination {
	margin: 20px 0 10px 0;
	width: auto;
	float: left;
}

.pagination a, .pagination a:active, .pagination a.active, .pagination span.current
{
	padding: 10px 12px 10px 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 14px;
	color: #555;;
}

.pagination span.current, .pagination a:hover
{
	color: #fff;
	background: #cb1511;
	text-decoration: none;
}

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

.navigation
{
	font-size: 11px;
}

.fullwidth
{
	padding-top: 10px;
}

.one_third .one_half
{
	margin-right: 6%;
}

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

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

.one_third.page, .one_third.right_sidebar
{
	width: 33%;
}

.sidebar .one_half .posts li img
{
	width: 40px;
}

.one_third.home
{
	width: 31%;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

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

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

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

.one_fourth.home, .one_fourth.home_left
{
	margin-top: 10px;
}

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

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

.two_third.last
{
	width: 67%;
	float: right;
	margin-right: 0;
}

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

#content_wrapper .inner .inner_wrapper .sidebar_content.page_sidebar
{
	width: 560px;
	padding-left: 15px;
}

.navigation div
{
	width: 40%;
}

.navigation div.alignright
{
	text-align:right;
}

.post_attribute
{
	font-size: 11px;
	letter-spacing: 2px;
	color: #999;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}

.post_attribute.ppb_cat_last
{
	margin: 5px 0 0 0;
}

.post_attribute.ppb_cat_last_fullwidth
{
	margin-top: 0;
	margin-bottom: 20px;
}

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

.ads125_wrapper
{
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

.ads125
{
	width: 125px;
	height: 125px;
	background: #ffffff;
	border: 1px solid #dddddd;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	float: left;
	font-size: 11px;
	color: #ccc;
}

.ads125 div.text
{
	position: relative;
	top: 43%;
	text-align: center;
	width: 100%;
}

.ads125.last
{
	float: right;
}

.ads468
{
	width: 468px;
	height: 60px;
	background: #ffffff;
	border: 1px solid #dddddd;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	float: left;
	font-size: 11px;
	color: #ccc;
}

.ads468 div.text
{
	position: relative;
	top: 38%;
	text-align: center;
	width: 100%;
}

#wp-calendar tr td
{
	padding: 3px 0 3px 0;
	background: #ebebeb;
}

#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 tr
{
	background: #ebebeb;
}

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

table tr th
{
	padding: 5px 0 3px 0;
	text-align: center;
	font-weight: bold;
}

table thead tr th
{
	background: transparent;
}

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

ul.posts.blog li a img.frame
{
	width: 90px;
}

#footer ul.posts.blog li a img.frame
{
	width: 90px;
}

.comment_inner h2.widgettitle
{
	margin-left: 0px;
}

.comment_inner #respond h2.widgettitle
{
	margin-left: 0;
}

img.post_thumb
{
	width: 90px;
	height: auto;
}

#option_btn
{
	position: fixed;
	top: 85px;
	left:0;
	cursor:pointer;
	z-index: 99999;
}

#option_wrapper
{
	position: fixed;
	top: 45px;
	left:-245px;
	width: 240px;
	padding: 19px 0 23px 0;
	background: #fff url(//http://goaleurope.com/wp-content/themes/jupiter/images/option_bg.png) repeat-x;
	z-index: 999999;
	color: #666;
	font-size: 11px;
	border: 1px solid #E1E1E1;
	border-bottom: 1px solid rgba(150, 150, 150, 0.2);
	-webkit-box-shadow: 4px 4px 0px 0px rgba(150, 150, 150, 0.1);
	-moz-box-shadow: 4px 4px 0px 0px rgba(150, 150, 150, 0.1);
	box-shadow: 4px 4px 0px 0px rgba(150, 150, 150, 0.1);
}

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

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

#option_wrapper select
{
	width: 195px;
}

.option_menu_style
{
	width: 100%;
	float: left;
}

.option_menu
{
	float: left;
	width: 96px;
	margin-bottom: 5px;
}

.option_menu img
{
	width: 90px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#preview
{
	position:absolute;
	top: 107px;
	left: 114px;
	display:none;
	z-index: 99999;
	padding: 5px 5px 2px 5px;
	background: #272625;
}

#preview img
{
	z-index: 999999;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#menu_border_wrapper select
{
	display: none;
	width: 100%;
	height: 30px;
	margin: 0px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media
{
	list-style: none;
	display: block;
	margin-left: 0;
	margin-bottom: 20px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media li
{
	display: inline-block;
	margin-right: 3px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media li img
{
	width: 24px;
}

.widget_tag_cloud div
{
	margin: 25px 0 0 0;	
}

.second_nav li .mega_menu_wrapper ul li.widget_tag_cloud div.tagcloud a, .widget_tag_cloud div a, .meta-tags a, a.meta-tags
{
	background: #ebebeb;
	padding: 5px 8px 5px 8px;
	font-weight: 400;
	margin: 0px 0px 5px 0px;
	display: inline-block;
	font-weight: 500;
	float: none;
	letter-spacing: 0;
}

.widget_tag_cloud div a:hover, .meta-tags a:hover, a.meta-tags:hover
{
	background: #000;
	color: #fff;
	text-decoration: none;
}

.pp_list ul
{
	margin-top: 15px;
}

.pp_list ul li
{
	margin: 5px 0 0 0;
	padding-left: 22px;
	padding-bottom: 5px;
}

table
{
	border: 0;
}

#content_wrapper table thead tr th
{
	background: #ebebeb;
}

table tr
{
	background: #ffffff;
}

table tr td, table tr th
{
	border-bottom: 1px solid transparent;
}

table tr th
{
	text-transform: uppercase;
	text-align: left;
}

table tr th, table tr td
{
	padding: 5px 12px 5px 12px;
}

#footer table tr th, table tr td
{
	padding: 5px 5px 3px 5px;
	text-align: center;
}

.ui-accordion .ui-accordion-header a
{
	font-size: 16px;
	margin: 5px 0 5px 25px;
}

.ui-accordion .ui-accordion-content
{
	border-left: 1px solid #ccc;
	padding-left: 25px;
	margin-left: 17px;
}

.ui-state-default .ui-icon
{
	background: #000;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.ui-state-active .ui-icon
{
	background: #000;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	left: 0;
}

.accordion
{
 	border: 1px solid #ebebeb;
 	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
}

.accordion h3, .accordion div
{
	border: 0;
	background: transparent;
}

.pp_accordion, .pp_accordion_close
{
 	margin:0;
	margin-bottom: 10px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
	border: 1px solid #ebebeb;
}

.ui-corner-all, .ui-corner-top, .ui-corner-bottom
{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-widget-content
{
	border: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	background: transparent;
}

.ui-accordion .ui-accordion-header
{
	font-weight: normal;
	display: block;
	position: relative;
}

.pp_accordion
{
	
}

.accordion div
{
	border-top: 1px solid #ebebeb;	
}

.accordion h3
{
	padding: 5px 0 5px 8px;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	left: 10px;
}

.ui-tabs-panel
{
	margin-top: 10px;
}

.ui-widget-header
{
	border-bottom: 1px solid #ebebeb;
}

.tabs .ui-state-default
{
	background: transparent;
	border: 0;
}

.tabs .ui-state-default a
{
	color: #999;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	background: #ebebeb;
}

.ui-tabs .ui-tabs-nav li a 
{
	padding: 10px 30px 9px 30px;
	font-size: 12px;
	outline: 0;
	text-transform: uppercase;
}

.tabs .ui-state-active
{
	font-weight: bold;
	background: #000;
	display: block;	
}

.tabs .ui-widget-header, #content_wrapper .inner .inner_wrapper .sidebar_content .tabs .ui-widget-header
{
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.tabs .ui-tabs-panel
{
	border-top: 3px solid #000;
	margin:0;
}

.tabs .ui-state-active a
{
	color: #fff;
	font-weight: bold;
}

.ui-tabs li:first-child
{
	margin-left: -2px;
}

.highlight_yellow
{
	background: #FF9;
}

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

#contact_form
{
	margin-top: 15px;
}

#contact_form label, #commentform label
{
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	display: block;
	color: #999;
}

#contact_form label
{
	float: left;
	margin-top: 8px;
}

.comment-notes
{
	display: none;
}

#commentform > p
{
	clear: both;
}

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

#contact_form label.error, #commentform label.error
{
	color: #AC1C20;
	float: none;
	margin-top: 8px;
	margin-bottom: 0;
}

#contact_form textarea, #commentform textarea
{
	float: left;
	margin-bottom: 15px;
	width: 97%;
}

#commentform input[type=text]
{
	float: left;
	margin-bottom: 15px;
	width: 97%;
}

.post_previous
{
	width: 50%;
	float: left;
	margin-top: 10px;
}

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

.post_previous_icon
{
	width: 17px;
	height: 28px;
	float: left;
	background: transparent url(../../../themes/jupiter/images/prev_icon.png) no-repeat center center;
	margin-right: 15px;
	margin-top: 10px;
}

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

.post_previous_content a
{
	color: #999;
}

.post_next
{
	width: 50%;
	float: right;
	margin-top: 10px;
}

.post_next_icon
{
	width: 17px;
	height: 28px;
	float: right;
	background: transparent url(../../../themes/jupiter/images/next_icon.png) no-repeat center center;
	margin-left: 15px;
	margin-top: 10px;
}

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

.post_next_content a
{
	color: #999;
}

.post-ratings
{
	margin-top: 10px;
	margin-bottom: 20px;
}

#content_wrapper .post-ratings img, #content_wrapper .post-ratings-loading img, #content_wrapper .post-ratings-image img
{
	margin-right: 3px;
}

.post_category_rating
{
	float: right;
	margin-top: 22px;
}

.post_category_rating img
{
	margin-right: 3px;
}

#toTop {
	display: block;
	float: right;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
	margin-top: 5px;
}

#toTop:hover
{
	text-decoration: none;
}

.ads_wrapper
{
	width: 90%;
	margin: auto;
	text-align: center;
	padding-bottom: 15px;
}

#post_more_wrapper
{
	position: fixed;
	bottom: 60px;
	right: 0;
	width: 300px;
	padding: 20px;
	background: #fff;
	background: rgba(256,256,256,.95);
	border: 1px solid #ccc;
	box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.1);
	border-right: 0;
	-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: 1000;
}

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

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

.post_ft_gallery_wrapper
{
	text-align: left;
}

.post_ft_gallery_wrapper.gallery_ft
{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.post_ft_gallery_wrapper a
{
	display: inline-block;
}

.page_layerslider
{
	margin: 0;
	margin-top: 10px;
	width: 100%;
	background: #000;
	height: auto;
}

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

.ppb_header
{
	margin-top: 10px;
	margin-bottom: 25px;
}

.ppb_header.fullwidth
{
	padding-top: 0;
	margin-bottom: 30px;
}

.one
{
	width: 100%;
	margin-bottom: 25px;
	float: none;
}

.one.ppb_classic, .one.ppb_column
{
	margin-bottom: 0;
}

.item_bg
{
	background: #ffc000;
	display: block;
}

.carousel_thumb
{
	margin: 0 0 5px 0;
}

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

#review-box h2.review-box-header
{
	text-align: center;
	margin-bottom: 1px !important;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 3px solid #000;
	margin-top: 0;
	padding-top: 0;
}

.review-box
{
	padding: 0 !important;
	margin-top: 0 !important;
}

.review-item
{
	margin-bottom: 1px !important;
}

#review-box p
{
	color: #444 !important;
}

.review-percentage .review-item span span
{
	background-image: none !important;
}

.user-rate-wrap
{
	background: #f5f5f5 !important;
	color: #444 !important;
	margin-top: 0 !important;
}

.user-rate-wrap strong
{
	color: #444 !important;
}

.review-final-score
{
	background: #f5f5f5 !important;
	border: 0 !important;
}

#review-box .review-final-score h3
{
	color: #000;
	font-weight: 400;
}

#review-box.review-stars .review-item h5
{
	color: #000;
	font-weight: 400;
}

.review-box
{
	background: #f5f5f5 !important;
}

.review-bottom
{
	margin-top: 40px !important;
	margin-bottom: 20px !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li #review-box h2.review-box-header
{
	display: none !important;
}

#content_wrapper .sidebar .content .sidebar_widget li.taqyeem-review-widget h2.widgettitle
{
	margin-bottom: 1px !important;
}

ul.reviews-posts h3
{
	font-size: 14px;
	font-family: Helvetica, 'Helvetica Neue', Arial,Verdana,sans-serif !important;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
	margin: 0;
}

#footer ul.reviews-posts h3
{
	font-size: 12px;
}

ul.reviews-posts li
{
	width: 90%;
}

#review-box.review-percentage .review-item h5, #review-box.review-percentage .review-item h5
{
	padding: 0 !important;
	color: #000 !important;
	font-size: 12px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.review-percentage .review-item span span
{
	top: 30px !important;
	height: 10px !important;
}

.review-summary
{
	background: #f5f5f5 !important;
}

.review-box
{
	font-size: 14px;
}

#content_wrapper .sidebar .content .sidebar_widget > li.taqyeem-review-widget .review_wrap
{
	padding-top: 15px;
}

#autocomplete 
{
    display: none;
	position:absolute;
    z-index:1001;
	width:280px;
	font-size: 13px;
	color:#555;
	background:#f9f9f9;
	margin-left: -15px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-top: 0;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
#autocomplete a, #autocomplete a:hover, #autocomplete a:active
{
	text-decoration: none !important;
}
#autocomplete ul 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#autocomplete li
{
    display:block;
    clear:both;
    float: left;
    width: 250px;
    padding: 15px 15px 0 15px;
}
#autocomplete li:last-child
{
	padding-bottom: 15px;
}
#autocomplete li:hover
{
    background-color: #ffffff;
    background-image: none;
}
#autocomplete li.view_all
{
	color: #555;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	border-top: 1px solid #ebebeb;
	background: #fff;
}
#autocomplete li.view_all a
{
	color: #555;
}
#autocomplete li .ajax_post
{
	float:left;
	width:180px;
}
.screen-reader-text 
{
	display:none;
}

#mobile_nav_icon 
{
	margin-top: 17px;
	display: block;
	border-bottom: 10px double #999;
	border-top: 3px solid #999;
	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;
	border-top-color: rgba(255,255,255,0.7);
	border-bottom-color: rgba(255,255,255,0.7);
	display: none;
	cursor: pointer;
}

#mobile_nav_icon:hover, #mobile_nav_icon:active
{
	border-color: #fff;
}

.mobile_menu_wrapper
{
	left: 0px;
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate3d(-100%, 0px, 0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: subpixel-antialiased;
	 width: 70%; 
	 background: #000; 
	 position: absolute;
	 top: 0px;
	 overflow: visible;
}

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

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

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

ins {
	background: #fff9c0;
	text-decoration: none;
}

.gallery .gallery-item img
{
	border: 0 !important;
}

#imageFlow {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    overflow: hidden;
}

#imageFlow.single_post {
	position: absolute;
	height: 100%;
	width: 100%;
}

#imageFlow .diapo {
    position: absolute;
    left: -4000px;
    cursor: pointer;
    -ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
    margin-left: -1px;
    margin-bottom: -1px;
}
#imageFlow .text {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 45%;
    text-align: center;
    z-index: 1000;
    color: #fff;
	z-index: 999;
	font-size: 14px;
	font-weight: 500;
	font-family: Arial, 'helvetica neue', Helvetica, sans-serif;
}

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

#imageFlow .title {
	display: inline-block;
	color: #fff;
	padding: 0 10px 0 10px;
}
#imageFlow .legend {
    width: 50%;
    margin: auto;
    margin-top: 5px;
    color: #999;
    font-weight: bold;
}
#imageFlow .scrollbar {
    position: absolute;
    left: 30%;
    bottom: 2%;
    width: 40%;
    height: 16px;
    z-index: 1000;
}
#imageFlow .track {
    position: absolute;
    left: 1%;
    width: 98%;
    height: 10px;
}
#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;
}

.diapo {
	opacity: 1;
	margin-right: 10px;
}

.diapo.current {
	opacity: 1;
}

.slider_wrapper
{
	width: 960px;
	height: 420px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 10px;
	background: #f5f5f5 url(../../../themes/jupiter/images/loading.gif) no-repeat center center;
}

.slider_wrapper .main_post
{
	float: left;
	width: 660px;
	height: 420px;
	position: relative;
	background: #000;
}

.slider_wrapper .main_post a img
{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	max-width: 100%;
	height: auto;
}

.slider_wrapper .main_post a:hover img
{
	opacity: .6;
}

.slider_wrapper .main_post .post_title
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 130px;
	background: transparent url(../../../themes/jupiter/images/main_post_title.png) repeat-x bottom center;
}

.slider_wrapper .main_post .post_title h3
{
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 2%;
	display: block;
	text-align: center;
	width: 640px;
	padding: 0 10px 0 10px;
}

.slider_wrapper .sub_post
{
	float: left;
	width: 300px;
	height: 210px;
	position: relative;
	background: #000;
}

.slider_wrapper .sub_post a img
{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	max-width: 100%;
	height: auto;
}

.slider_wrapper .sub_post a:hover img
{
	opacity: .6;
}

.slider_wrapper .sub_post .post_title
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 69px;
	background: transparent url(../../../themes/jupiter/images/sub_post_title.png) repeat-x bottom center;
}

.slider_wrapper .sub_post .post_title h4
{
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 5%;
	display: block;
	text-align: center;
	width: 280px;
	padding: 0 10px 0 10px;
}

.slider_wrapper .main_post_full
{
	float: left;
	width: 960px;
	height: 420px;
	position: relative;
	background: #000;
}

.slider_wrapper .main_post_full a img
{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	max-width: 100%;
	height: auto;
}

.slider_wrapper .main_post_full a:hover img
{
	opacity: .6;
}

.slider_wrapper .main_post_full .post_title
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 200px;
	background: transparent url(../../../themes/jupiter/images/main_post_full_title.png) repeat-x bottom center;
	vertical-align: bottom;
}

.slider_wrapper .main_post_full .post_title .post_title_full_wrapper
{
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.slider_wrapper .main_post_full .post_title h3
{
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align: center;
	width: 900px;
	padding: 0 10px 0 10px;
	margin-bottom: 0;
}

.slider_wrapper .main_post_full .post_title .post_excerpt
{
	margin: auto;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 700px;
	color: #ebebeb;
}

.slider_widget_wrapper
{
	width: 300px;
	height: 260px;
	margin: auto;
	margin-top: 25px !important;
	background: transparent url(../../../themes/jupiter/images/loading.gif) no-repeat center center;
	text-align: center;
}

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;
	margin-top: 0px !important;
}

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

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3
{
	font-size: 18px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div[itemprop="description"]
{
	margin: 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;
	background: #f7f6f7 !important;
	color: #5e5e5e !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf)) !important;
	background: -webkit-linear-gradient(#f7f6f7,#dfdbdf) !important;
	background: -moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%) !important;
	background: -moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%) !important;
}

.woocommerce ul.products li.product a.add_to_cart_button, .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 a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button
{
	background: #888 !important;
	color: #fff !important;
	text-shadow: none !important;
	border-color: #888 !important;
	text-transform: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 0px !important;
	font-weight: normal !important;
}

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

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

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

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

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button
{
	font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif;
	text-transform: uppercase !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: #999 !important;
}

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

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

h1.product_title
{
	font-size: 28px;
	margin: 0;
}

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

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

body.single-product #page_caption
{
	margin-top: 20px;
	margin-bottom: 40px;
}

body.single-product #page_caption h2
{
	display: none;
}

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

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

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

.cart_totals h2
{
	display: none;
}

.shipping_calculator h2
{
	text-align: left;
}

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

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

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

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

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

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

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

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

#mc4wp_email {
	padding: 10px;
    font-size: 14px;
    margin: 0;
    border: 0;
    background: #f5f5f5;
    font-family: 'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;
    -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;
}
.addtoany_share_save_container{clear:both;margin:16px 0}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;height:auto;opacity:1;overflow:hidden;vertical-align:baseline;width:auto}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a > span{border-radius:4px;display:inline-block;height:32px;line-height:32px;opacity:1;width:32px}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.addtoany_list a:hover,.widget .addtoany_list a:hover{border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service iframe,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share_save.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share_save img{border:0;width:auto;height:auto}
/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform {
	font-family:Arial,sans-serif;
    background: none repeat scroll 0 0 #f9f9f9;
    margin: 10px auto 0;
    width: 510px;
    border: 1px solid #eee;
    border-radius: 3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

.cform fieldset	{ 
	margin-top:0; 
	padding:5px 0 15px 0; 
	border:0; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
    background: none repeat scroll 0 0 #eaeaea;
    border-radius: 0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-khtml-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;	
    color: #777777;
    font-size: 0.8em;
    font-weight: bold;
    padding: 2px 7px 3px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.cform fieldset:first-child legend { 
    border-radius: 0 0 3px 0;
	-moz-border-radius:0 0 3px 0;
	-khtml-border-radius:0 0 3px 0;
	-webkit-border-radius:0 0 3px 0;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
	font-size:0.8em;
	text-shadow: 0 1px 0 #FFFFFF;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
    color: #555555;
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0.6em 1% 0.5em 1%;
    text-align: right;
    vertical-align: top;
    width: 20%;
}

.cform label span {
}

label.cf-before {
	margin:0.4em 5px; 
}

label.cf-after 	{
	margin:0.4em 5px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:0.4em 5px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	text-shadow: 0 1px 0 #FFFFFF;
	color: #111111;
    font-size: 0.9em;
    padding: 5px 10px;
	
	background: #f9f9f9; 
	border: 1px solid #e2e2e2; 
	vertical-align:top;

	box-shadow: none;	
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top,  #f7f7f7 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
/*
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
background: #ffffff; 
background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); 
background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); 
background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); 
background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%);
background: linear-gradient(top,  #ffffff 0%,#efefef 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); 
}
*/
.cform input:hover,
.cform textarea:hover,
.cform select:hover,
.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	text-shadow: none;
	border: 1px solid #999; 
	background: #fff;
	box-shadow: 0 1px 2px #ccc inset;
}

.cform textarea,
.cform input {
	width: 65%;
}
.cform select {
	padding: 2px 5px;
    width: 69%; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
	resize:none;
}

.ui-datepicker-trigger{
	cursor:pointer;
	margin-top: 3px;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
    color: #999999;
    font-size: 0.8em;
    font-weight: bold;
	margin-left:1.5em;
    padding: 8px 0 0 22%; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:22%; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 22%; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
    color: #9B4D4D;
    display: block;
    font-size: 0.7em;
    height: 14px;
    line-height: 1em;
    margin: 0 0 0 22%;
	padding: 0 0 0 20px;
    text-align: right;
    vertical-align: top;
    width: 65%;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{  
	padding:5px 10px; 
	margin: 0 0 0 5px;
	font-size:0.8em;
	cursor:pointer;
	width:auto;

    border-radius: 3px 0 0 0;
	-moz-border-radius:3px 0 0 0;
	-khtml-border-radius:3px 0 0 0;
	-webkit-border-radius:3px 0 0 0;

	border:1px solid #ccc;
	
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 1%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7f7f7), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 1%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 1%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 1%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #f7f7f7 1%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.cform input.backbutton:hover,
.cform input.resetbutton:hover,
.cform input.sendbutton:hover {
	border:1px solid #aaa;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 1%, #c1c1c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7f7f7), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 1%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 1%,#c1c1c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 1%,#c1c1c1 100%); /* IE10+ */
	background: linear-gradient(top,  #f7f7f7 1%,#c1c1c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(../../../plugins/cforms2/styling/li-err-bg.png) repeat!important;
	border-color:#EDC4C4;
	border-style:solid;
	border-width:1px 0pt;
	padding:10px 0 1px!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(../../../plugins/cforms2/styling/icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

.captcha-reset {
	vertical-align:text-bottom;
	color:#777777;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
	cursor: pointer;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	font-family:Arial,sans-serif;
	font-size:0.8em;
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:480px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info > span{
	text-shadow: 0 1px 0 #FFFFFF;
	font-weight: bold;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
    background: url(../../../plugins/cforms2/styling/li-err-bg.png) repeat scroll 0 0 #FFDFDF !important;
    border: 1px solid #EDC4C4;
    border-radius: 3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

.disabled,
.disabled:hover,
[disabled]:hover,
[disabled] {
	color:#aaa!important;
	border-color:#dddddd!important;
	background:none!important;
	box-shadow: none!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
/*
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
/*for ie6*/
/*
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  
}
*/
/*for ie7*/
/*
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; 
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}
*/

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

/*
Theme Name: Jupiter
Theme URI: http://themes.themegood2.com/jupiter
Description: Blog Magazine Newspaper Template
Version: 2.1
Tags: gray, black, white, fixed-width, custom-header, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
Author: Peerapong Pulpipatnan
Author URI: http://themeforest.net/user/peerapong
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: jupiter
*/


.ui-helper-hidden{display:none;}.ui-helper-hidden-accessible{position:absolute; left:-99999999px;}.ui-helper-reset{margin:0; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; font-size:100%; list-style:none;}.ui-helper-clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}.ui-helper-clearfix{display:inline-block;}* html .ui-helper-clearfix{height:1%;}.ui-helper-clearfix{display:block;}.ui-helper-zfix{width:100%; height:100%; top:0; left:0; position:absolute; opacity:0; filter:Alpha(Opacity=0);}.ui-state-disabled{cursor:default !important;}.ui-icon{display:block; text-indent:-99999px; overflow:hidden; background-repeat:no-repeat;}.ui-widget-overlay{position:absolute; top:0; left:0; width:100%; height:100%;}.ui-widget .ui-widget{font-size:1em;}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-size:1em;}.ui-widget-content{border:1px solid #ccc; background:transparent}.ui-widget-content a{color:#222222;}.ui-widget-header{border-bottom:1px solid #aaaaaa; background:#cccccc url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;font-weight:bold;}.ui-widget-header a{}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3; background:#e6e6e6 url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight:normal; color:#555555;}.ui-state-default{background:#fff;}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555555; text-decoration:none;}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999999; background:#dadada url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight:normal; color:#212121;}.ui-state-hover,.ui-widget-header,.ui-state-default{background:transparent;}.ui-state-hover a,.ui-state-hover a:hover{color:#212121; text-decoration:none;}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #ccc; background:#ffffff url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight:normal; color:#212121;}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121; text-decoration:none;}.ui-widget:active{outline:none;}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1; background:#fbf9ee url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color:#363636;}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636;}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a; background:#fef1ec url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color:#cd0a0a;}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a;}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a;}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold;}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7; filter:Alpha(Opacity=70); font-weight:normal;}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35; filter:Alpha(Opacity=35); background-image:none;}.ui-icon{width:16px; height:16px; background-image:url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-icons_222222_256x240.png);}.ui-widget-content .ui-icon{background-image:url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-icons_222222_256x240.png);}.ui-widget-header .ui-icon{background-image:url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-icons_222222_256x240.png);}.ui-state-default .ui-icon{background-image:url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-icons_888888_256x240.png);}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-icons_454545_256x240.png);}.ui-state-active .ui-icon{background-image:url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-icons_454545_256x240.png);}.ui-state-highlight .ui-icon{background-image:url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-icons_2e83ff_256x240.png);}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-icons_cd0a0a_256x240.png);}.ui-icon-carat-1-n{background-position:0 0;}.ui-icon-carat-1-ne{background-position:-16px 0;}.ui-icon-carat-1-e{background-position:-32px 0;}.ui-icon-carat-1-se{background-position:-48px 0;}.ui-icon-carat-1-s{background-position:-64px 0;}.ui-icon-carat-1-sw{background-position:-80px 0;}.ui-icon-carat-1-w{background-position:-96px 0;}.ui-icon-carat-1-nw{background-position:-112px 0;}.ui-icon-carat-2-n-s{background-position:-128px 0;}.ui-icon-carat-2-e-w{background-position:-144px 0;}.ui-icon-triangle-1-n{background-position:0 -16px;}.ui-icon-triangle-1-ne{background-position:-16px -16px;}.ui-icon-triangle-1-e{background-position:-32px -16px;}.ui-icon-triangle-1-se{background-position:-48px -16px;}.ui-icon-triangle-1-s{background-position:-64px -16px;}.ui-icon-triangle-1-sw{background-position:-80px -16px;}.ui-icon-triangle-1-w{background-position:-96px -16px;}.ui-icon-triangle-1-nw{background-position:-112px -16px;}.ui-icon-triangle-2-n-s{background-position:-128px -16px;}.ui-icon-triangle-2-e-w{background-position:-144px -16px;}.ui-icon-arrow-1-n{background-position:0 -32px;}.ui-icon-arrow-1-ne{background-position:-16px -32px;}.ui-icon-arrow-1-e{background-position:-32px -32px;}.ui-icon-arrow-1-se{background-position:-48px -32px;}.ui-icon-arrow-1-s{background-position:-64px -32px;}.ui-icon-arrow-1-sw{background-position:-80px -32px;}.ui-icon-arrow-1-w{background-position:-96px -32px;}.ui-icon-arrow-1-nw{background-position:-112px -32px;}.ui-icon-arrow-2-n-s{background-position:-128px -32px;}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px;}.ui-icon-arrow-2-e-w{background-position:-160px -32px;}.ui-icon-arrow-2-se-nw{background-position:-176px -32px;}.ui-icon-arrowstop-1-n{background-position:-192px -32px;}.ui-icon-arrowstop-1-e{background-position:-208px -32px;}.ui-icon-arrowstop-1-s{background-position:-224px -32px;}.ui-icon-arrowstop-1-w{background-position:-240px -32px;}.ui-icon-arrowthick-1-n{background-position:0 -48px;}.ui-icon-arrowthick-1-ne{background-position:-16px -48px;}.ui-icon-arrowthick-1-e{background-position:-32px -48px;}.ui-icon-arrowthick-1-se{background-position:-48px -48px;}.ui-icon-arrowthick-1-s{background-position:-64px -48px;}.ui-icon-arrowthick-1-sw{background-position:-80px -48px;}.ui-icon-arrowthick-1-w{background-position:-96px -48px;}.ui-icon-arrowthick-1-nw{background-position:-112px -48px;}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px;}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px;}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px;}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px;}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px;}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px;}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px;}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px;}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px;}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px;}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px;}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px;}.ui-icon-arrowreturn-1-w{background-position:-64px -64px;}.ui-icon-arrowreturn-1-n{background-position:-80px -64px;}.ui-icon-arrowreturn-1-e{background-position:-96px -64px;}.ui-icon-arrowreturn-1-s{background-position:-112px -64px;}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px;}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px;}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px;}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px;}.ui-icon-arrow-4{background-position:0 -80px;}.ui-icon-arrow-4-diag{background-position:-16px -80px;}.ui-icon-extlink{background-position:-32px -80px;}.ui-icon-newwin{background-position:-48px -80px;}.ui-icon-refresh{background-position:-64px -80px;}.ui-icon-shuffle{background-position:-80px -80px;}.ui-icon-transfer-e-w{background-position:-96px -80px;}.ui-icon-transferthick-e-w{background-position:-112px -80px;}.ui-icon-folder-collapsed{background-position:0 -96px;}.ui-icon-folder-open{background-position:-16px -96px;}.ui-icon-document{background-position:-32px -96px;}.ui-icon-document-b{background-position:-48px -96px;}.ui-icon-note{background-position:-64px -96px;}.ui-icon-mail-closed{background-position:-80px -96px;}.ui-icon-mail-open{background-position:-96px -96px;}.ui-icon-suitcase{background-position:-112px -96px;}.ui-icon-comment{background-position:-128px -96px;}.ui-icon-person{background-position:-144px -96px;}.ui-icon-print{background-position:-160px -96px;}.ui-icon-trash{background-position:-176px -96px;}.ui-icon-locked{background-position:-192px -96px;}.ui-icon-unlocked{background-position:-208px -96px;}.ui-icon-bookmark{background-position:-224px -96px;}.ui-icon-tag{background-position:-240px -96px;}.ui-icon-home{background-position:0 -112px;}.ui-icon-flag{background-position:-16px -112px;}.ui-icon-calendar{background-position:-32px -112px;}.ui-icon-cart{background-position:-48px -112px;}.ui-icon-pencil{background-position:-64px -112px;}.ui-icon-clock{background-position:-80px -112px;}.ui-icon-disk{background-position:-96px -112px;}.ui-icon-calculator{background-position:-112px -112px;}.ui-icon-zoomin{background-position:-128px -112px;}.ui-icon-zoomout{background-position:-144px -112px;}.ui-icon-search{background-position:-160px -112px;}.ui-icon-wrench{background-position:-176px -112px;}.ui-icon-gear{background-position:-192px -112px;}.ui-icon-heart{background-position:-208px -112px;}.ui-icon-star{background-position:-224px -112px;}.ui-icon-link{background-position:-240px -112px;}.ui-icon-cancel{background-position:0 -128px;}.ui-icon-plus{background-position:-16px -128px;}.ui-icon-plusthick{background-position:-32px -128px;}.ui-icon-minus{background-position:-48px -128px;}.ui-icon-minusthick{background-position:-64px -128px;}.ui-icon-close{background-position:-80px -128px;}.ui-icon-closethick{background-position:-96px -128px;}.ui-icon-key{background-position:-112px -128px;}.ui-icon-lightbulb{background-position:-128px -128px;}.ui-icon-scissors{background-position:-144px -128px;}.ui-icon-clipboard{background-position:-160px -128px;}.ui-icon-copy{background-position:-176px -128px;}.ui-icon-contact{background-position:-192px -128px;}.ui-icon-image{background-position:-208px -128px;}.ui-icon-video{background-position:-224px -128px;}.ui-icon-script{background-position:-240px -128px;}.ui-icon-alert{background-position:0 -144px;}.ui-icon-info{background-position:-16px -144px;}.ui-icon-notice{background-position:-32px -144px;}.ui-icon-help{background-position:-48px -144px;}.ui-icon-check{background-position:-64px -144px;}.ui-icon-bullet{background-position:-80px -144px;}.ui-icon-radio-off{background-position:-96px -144px;}.ui-icon-radio-on{background-position:-112px -144px;}.ui-icon-pin-w{background-position:-128px -144px;}.ui-icon-pin-s{background-position:-144px -144px;}.ui-icon-play{background-position:0 -160px;}.ui-icon-pause{background-position:-16px -160px;}.ui-icon-seek-next{background-position:-32px -160px;}.ui-icon-seek-prev{background-position:-48px -160px;}.ui-icon-seek-end{background-position:-64px -160px;}.ui-icon-seek-start{background-position:-80px -160px;}.ui-icon-seek-first{background-position:-80px -160px;}.ui-icon-stop{background-position:-96px -160px;}.ui-icon-eject{background-position:-112px -160px;}.ui-icon-volume-off{background-position:-128px -160px;}.ui-icon-volume-on{background-position:-144px -160px;}.ui-icon-power{background-position:0 -176px;}.ui-icon-signal-diag{background-position:-16px -176px;}.ui-icon-signal{background-position:-32px -176px;}.ui-icon-battery-0{background-position:-48px -176px;}.ui-icon-battery-1{background-position:-64px -176px;}.ui-icon-battery-2{background-position:-80px -176px;}.ui-icon-battery-3{background-position:-96px -176px;}.ui-icon-circle-plus{background-position:0 -192px;}.ui-icon-circle-minus{background-position:-16px -192px;}.ui-icon-circle-close{background-position:-32px -192px;}.ui-icon-circle-triangle-e{background-position:-48px -192px;}.ui-icon-circle-triangle-s{background-position:-64px -192px;}.ui-icon-circle-triangle-w{background-position:-80px -192px;}.ui-icon-circle-triangle-n{background-position:-96px -192px;}.ui-icon-circle-arrow-e{background-position:-112px -192px;}.ui-icon-circle-arrow-s{background-position:-128px -192px;}.ui-icon-circle-arrow-w{background-position:-144px -192px;}.ui-icon-circle-arrow-n{background-position:-160px -192px;}.ui-icon-circle-zoomin{background-position:-176px -192px;}.ui-icon-circle-zoomout{background-position:-192px -192px;}.ui-icon-circle-check{background-position:-208px -192px;}.ui-icon-circlesmall-plus{background-position:0 -208px;}.ui-icon-circlesmall-minus{background-position:-16px -208px;}.ui-icon-circlesmall-close{background-position:-32px -208px;}.ui-icon-squaresmall-plus{background-position:-48px -208px;}.ui-icon-squaresmall-minus{background-position:-64px -208px;}.ui-icon-squaresmall-close{background-position:-80px -208px;}.ui-icon-grip-dotted-vertical{background-position:0 -224px;}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px;}.ui-icon-grip-solid-vertical{background-position:-32px -224px;}.ui-icon-grip-solid-horizontal{background-position:-48px -224px;}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px;}.ui-icon-grip-diagonal-se{background-position:-80px -224px;}.ui-corner-tl{-moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; border-top-left-radius:4px;}.ui-corner-tr{-moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; border-top-right-radius:4px;}.ui-corner-bl{-moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; border-bottom-left-radius:4px;}.ui-corner-br{-moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; border-bottom-right-radius:4px;}.ui-corner-top{-moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; border-top-left-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; border-top-right-radius:4px;}.ui-corner-bottom{-moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; border-bottom-left-radius:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; border-bottom-right-radius:4px;}.ui-corner-right{-moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; border-top-right-radius:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; border-bottom-right-radius:4px;}.ui-corner-left{-moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; border-top-left-radius:4px; -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; border-bottom-left-radius:4px;}.ui-corner-all{-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}.ui-widget-overlay{background:#aaaaaa url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity:.30;filter:Alpha(Opacity=30);}.ui-widget-shadow{margin:-8px 0 0 -8px; padding:8px; background:#aaaaaa url(//http://goaleurope.com/wp-content/themes/jupiter/cache/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity:.30;filter:Alpha(Opacity=30); -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;}.ui-accordion .ui-accordion-header{cursor:pointer; position:relative; margin-top:1px; zoom:1;}.ui-accordion .ui-accordion-li-fix{display:inline;}.ui-accordion .ui-accordion-header-active{border-bottom:0 !important;}.ui-accordion .ui-accordion-header a{display:block; padding:.3em .3em .3em .7em; color:#000;}.ui-accordion a{zoom:1;}.ui-accordion-icons .ui-accordion-header a{padding-left:1.6em;}.ui-accordion .ui-accordion-header .ui-icon{position:absolute; left:.5em; top:50%; margin-top:-8px;}.ui-accordion .ui-accordion-content{padding:1em 1em; border-top:0; margin-top:-2px; position:relative; top:1px; margin-bottom:2px; overflow:auto; display:none; zoom:1;}.ui-accordion .ui-accordion-content-active{display:block;}.ui-tabs{position:relative; padding:.2em; zoom:1;}.ui-tabs .ui-tabs-nav{margin:0; padding:.2em .2em 0;}.ui-tabs .ui-tabs-nav li{list-style:none; float:left; position:relative; top:1px; margin:0 .2em 1px 0; border-bottom:0 !important; padding:0; white-space:nowrap;}.ui-tabs .ui-tabs-nav li a{float:left; padding:.5em 1em; text-decoration:none;}.ui-tabs .ui-tabs-nav li.ui-tabs-selected{margin-bottom:0; padding-bottom:1px;}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a{cursor:text;}.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{cursor:pointer;}.ui-tabs .ui-tabs-panel{display:block; border-width:0; padding:1em 1.4em; background:none;}.ui-tabs .ui-tabs-hide{display:none !important;}.ui-tabs.ui-widget-content{border:0;}.tipsy{padding:5px; background-repeat:no-repeat;background-image:url(../../../themes/jupiter/images/tipsy.gif); text-shadow:none; font-size:11px; font-weight:bold;}.tipsy-inner{padding:5px 8px 4px 8px; background-color:black; color:white; max-width:200px;}.tipsy-inner{-moz-border-radius:3px; -webkit-border-radius:3px;}.tipsy-north{background-position:top center;}.tipsy-south{background-position:bottom center;}.tipsy-east{background-position:right center;}.tipsy-west{background-position:left center;}.fancybox-tmp iframe,.fancybox-tmp object{vertical-align:top;padding:0;margin:0;}.fancybox-wrap{position:absolute;top:0;left:0;z-index:1002;}.fancybox-outer{position:relative;padding:0;margin:0;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.fancybox-opened{z-index:1003;}.fancybox-opened .fancybox-outer{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5);background:#fff;}.fancybox-inner{width:100%;height:100%;padding:0;margin:0;position:relative;outline:none;overflow:hidden;}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:10px;}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;border:0;padding:0;margin:0;vertical-align:top;}.fancybox-image{max-width:100%;max-height:100%;}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../../../themes/jupiter/cache/fancybox_sprite.png);}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:1010;}#fancybox-loading div{width:44px;height:44px;background:url(../../../themes/jupiter/cache/fancybox_loading.gif) center center no-repeat;}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:1004;}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;background:transparent url(../../../themes/jupiter/cache/blank.gif);z-index:1003;}.fancybox-prev{left:0;}.fancybox-next{right:0;}.fancybox-nav span{position:absolute;top:50%;width:36px;height:36px;margin-top:-18px;cursor:pointer;z-index:1003;visibility:hidden;}.fancybox-prev span{left:20px;background-position:0 -36px;}.fancybox-next span{right:20px;background-position:0 -72px;}.fancybox-nav:hover span{visibility:visible;}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;padding:0;overflow:visible;visibility:hidden;}#fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:1001;background:#000;}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:1005;}.fancybox-opened .fancybox-title{visibility:visible;}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:1003;text-align:center;}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:bold;line-height:24px;white-space:nowrap;}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff;}.fancybox-title-inside-wrap{margin-top:10px;}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8);}.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{outline:none;}.slides,.flex-control-nav,.flex-direction-nav{padding:0; list-style:none;}.slides{margin-left:0 !important;}@font-face{font-family:'flexslider-icon';src:url(../../../themes/jupiter/cache/fonts/flexslider-icon.eot);src:url(../../../themes/jupiter/cache/fonts/flexslider-icon.eot#iefix) format('embedded-opentype'),url(../../../themes/jupiter/cache/fonts/flexslider-icon.woff) format('woff'),url(../../../themes/jupiter/cache/fonts/flexslider-icon.ttf) format('truetype'),url(//http://goaleurope.com/wp-content/themes/jupiter/cache/fonts/flexslider-icon.svg#flexslider-icon) format('svg');font-weight:normal;font-style:normal;}.flexslider{margin:0; padding:0;}.flexslider .slides > li{display:none; -webkit-backface-visibility:hidden; margin-right:17px;}.flexslider .slides.post_slideshow_widget > li{margin-right:0 !important;}.flexslider .slides.post_slideshow_widget > li img{margin-bottom:10px;}#page_slider.flexslider .slides > li{margin-right:0 !important;}.flexslider .slides img{display:block;}.flex-pauseplay span{text-transform:capitalize;}.slides:after{content:"\0020"; display:block; clear:both; visibility:hidden; line-height:0; height:0;}html[xmlns] .slides{display:block;}* html .slides{height:1%;}.no-js .slides > li:first-child{display:block;}.flexslider{margin:0; position:relative; zoom:1; margin-top:10px;}.flexslider.post_carousel{margin-top:0;}.flex-viewport{max-height:2000px; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -o-transition:all 1s ease; transition:all 1s ease;}.loading .flex-viewport{max-height:300px;}.flexslider .slides{zoom:1;}.carousel li{margin-right:5px;}.flex-direction-nav{*height:0;}.flex-direction-nav a{display:block; width:40px; height:40px; background:#fff; background:rgba(256,256,256,.95); text-align:center; position:absolute; top:32%; z-index:10; overflow:hidden; opacity:0; cursor:pointer; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease;}#page_slider .flex-direction-nav a{top:45% !important;}.slider_widget_wrapper .flex-direction-nav a{top:34% !important;}.post_carousel .flex-direction-nav a{top:20%;}.post_type_gallery .flex-direction-nav a{top:48%;}.flex-direction-nav .flex-prev{left:-50px;}.flex-direction-nav .flex-next{right:-50px;}.flexslider:hover .flex-prev{opacity:1; left:0;}.flexslider:hover .flex-next{opacity:1; right:0;}.flexslider .flex-prev:hover,.flexslider .flex-next:hover{text-decoration:none !important;}.flex-direction-nav .flex-disabled{opacity:0!important; filter:alpha(opacity=0); cursor:default;}.flex-direction-nav a:before{font-family:"flexslider-icon"; font-size:30px; display:inline-block; content:'\f001';}.flex-direction-nav a.flex-next:before{content:'\f002';}.flex-pauseplay a{display:block; width:20px; height:20px; position:absolute; bottom:5px; left:10px; opacity:0.8; z-index:10; overflow:hidden; cursor:pointer; color:#000;}.flex-pauseplay a:before{font-family:"flexslider-icon"; font-size:20px; display:inline-block; content:'\f004';}.flex-pauseplay a:hover{opacity:1;}.flex-pauseplay a.flex-play:before{content:'\f003';}.flex-control-nav{width:100%; position:absolute; bottom:-40px; text-align:center;}.flex-control-nav li{margin:0 6px; display:inline-block; zoom:1; *display:inline;}.flex-control-paging li a{width:11px; height:11px; display:block; background:#666; background:rgba(0,0,0,0.5); cursor:pointer; text-indent:-9999px; -webkit-border-radius:20px; -moz-border-radius:20px; -o-border-radius:20px; border-radius:20px; -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow:inset 0 0 3px rgba(0,0,0,0.3); box-shadow:inset 0 0 3px rgba(0,0,0,0.3);}.flex-control-paging li a:hover{background:#333; background:rgba(0,0,0,0.7);}.flex-control-paging li a.flex-active{background:#000; background:rgba(0,0,0,0.9); cursor:default;}.flex-control-thumbs{margin:5px 0 0; position:static; overflow:hidden;}.flex-control-thumbs li{width:25%; float:left; margin:0;}.flex-control-thumbs img{width:100%; display:block; opacity:.7; cursor:pointer;}.flex-control-thumbs img:hover{opacity:1;}.flex-control-thumbs .flex-active{opacity:1; cursor:default;}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0;}.me-plugin{position:absolute;}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden;}.mejs-fullscreen{overflow:hidden!important;}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000;}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%;}.mejs-clear{clear:both;}.mejs-background{position:absolute;top:0;left:0;}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%;}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;}:root .mejs-poster img{display:none;}.mejs-poster img{border:0;padding:0;border:0;}.mejs-overlay{position:absolute;top:0;left:0;}.mejs-overlay-play{cursor:pointer;}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(../../../themes/jupiter/cache/bigplay.svg) no-repeat;}.no-svg .mejs-overlay-button{background-image:url(../../../themes/jupiter/cache/bigplay.png);}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px;}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(../../../themes/jupiter/cache/background.png);background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9));}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(../../../themes/jupiter/cache/loading.gif) 50% 50% no-repeat;}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(../../../themes/jupiter/cache/background.png);background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%;}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0;}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(../../../themes/jupiter/cache/controls.svg) no-repeat;}.no-svg .mejs-controls .mejs-button button{background-image:url(../../../themes/jupiter/cache/controls.png);}.mejs-controls .mejs-button button:focus{outline:solid 1px yellow;}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}.mejs-container .mejs-controls .mejs-time span{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto;}.mejs-controls .mejs-play button{background-position:0 0;}.mejs-controls .mejs-pause button{background-position:0 -16px;}.mejs-controls .mejs-stop button{background-position:-112px 0;}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px;}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer;}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite;}@-webkit-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-moz-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-ms-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-o-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center;}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111;}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0;}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px;}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0;}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px;}.mejs-controls .mejs-mute button{background-position:-16px -16px;}.mejs-controls .mejs-unmute button{background-position:-16px 0;}.mejs-controls .mejs-volume-button{position:relative;}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(../../../themes/jupiter/cache/background.png);background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0;}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0;}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative;}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none;}.mejs-controls .mejs-captions-button{position:relative;}.mejs-controls .mejs-captions-button button{background-position:-48px 0;}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(../../../themes/jupiter/cache/background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0;}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1;}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0;}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer;}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none;}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px;}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis;}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff;}.mejs-captions-layer a{color:#fff;text-decoration:underline;}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal;}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0;}.mejs-captions-position-hover{bottom:45px;}.mejs-captions-text{padding:3px 5px;background:url(../../../themes/jupiter/cache/background.png);background:rgba(20,20,20,0.8);}.me-cannotplay a{color:#fff;font-weight:bold;}.me-cannotplay span{padding:15px;display:block;}.mejs-controls .mejs-loop-off button{background-position:-64px -16px;}.mejs-controls .mejs-loop-on button{background-position:-64px 0;}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px;}.mejs-controls .mejs-backlight-on button{background-position:-80px 0;}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0;}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001;}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333;}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333;}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff;}.mejs-controls .mejs-sourcechooser-button{position:relative;}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(../../../themes/jupiter/cache/background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(../../../themes/jupiter/cache/background.png);background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden;}.mejs-postroll-layer-content{width:100%;height:100%;}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(../../../themes/jupiter/cache/background.png);background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer;}html.swipebox{overflow:hidden!important;}#swipebox-overlay img{border:none!important;}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;}#swipebox-slider{height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;}#swipebox-slider .slide{background:url(../../../themes/jupiter/cache/img/loader.gif) no-repeat center center;height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px;}#swipebox-slider .slide img,#swipebox-slider .slide .swipebox-video-container{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle;}#swipebox-slider .slide .swipebox-video-container{background:none;max-width:1140px;max-height:100%;width:100%;padding:5%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative;}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0; left:0;}#swipebox-action,#swipebox-caption{position:absolute;left:0;z-index:999;height:50px;width:100%;}#swipebox-action{bottom:-50px;}#swipebox-action.visible-bars{bottom:0;}#swipebox-action.force-visible-bars{bottom:0!important;}#swipebox-caption{top:-50px;text-align:center;}#swipebox-caption.visible-bars{top:0;}#swipebox-caption.force-visible-bars{top:0!important;}#swipebox-action #swipebox-prev,#swipebox-action #swipebox-next,#swipebox-action #swipebox-close{background-image:url(../../../themes/jupiter/cache/img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;position:absolute;width:50px;height:50px;top:0;}#swipebox-action #swipebox-close{background-position:15px 12px;left:40px;}#swipebox-action #swipebox-prev{background-position:-32px 13px;right:100px;}#swipebox-action #swipebox-next{background-position:-78px 13px;right:40px;}#swipebox-action #swipebox-prev.disabled,#swipebox-action #swipebox-next.disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3;}#swipebox-slider.rightSpring{-moz-animation:rightSpring 0.3s;-webkit-animation:rightSpring 0.3s;}#swipebox-slider.leftSpring{-moz-animation:leftSpring 0.3s;-webkit-animation:leftSpring 0.3s;}@-moz-keyframes rightSpring{0%{margin-left:0px;}50%{margin-left:-30px;}100%{margin-left:0px;}}@-moz-keyframes leftSpring{0%{margin-left:0px;}50%{margin-left:30px;}100%{margin-left:0px;}}@-webkit-keyframes rightSpring{0%{margin-left:0px;}50%{margin-left:-30px;}100%{margin-left:0px;}}@-webkit-keyframes leftSpring{0%{margin-left:0px;}50%{margin-left:30px;}100%{margin-left:0px;}}@media screen and (max-width:800px){#swipebox-action #swipebox-close{left:0;}#swipebox-action #swipebox-prev{right:60px;}#swipebox-action #swipebox-next{right:0;}}#swipebox-overlay{background:#0d0d0d;}#swipebox-action,#swipebox-caption{text-shadow:1px 1px 1px black;background-color:#0d0d0d;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#0d0d0d),color-stop(100%,#000000));background-image:-webkit-linear-gradient(#0d0d0d,#000000);background-image:-moz-linear-gradient(#0d0d0d,#000000);background-image:-o-linear-gradient(#0d0d0d,#000000);background-image:linear-gradient(#0d0d0d,#000000);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=95);opacity:0.95;}#swipebox-action{border-top:1px solid rgba(255,255,255,0.2);}#swipebox-caption{border-bottom:1px solid rgba(255,255,255,0.2);color:white!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif;}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,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,.search_box p{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}.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-size:12px;}.wp-smiley{max-height:1em;margin:0 !important;}.gallery dl{margin:0;}.gallery-caption,.bypostauthor{font-weight:bold;}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;}.post_wrapper_inner img,#content_wrapper .inner .inner_wrapper img{max-width:100%;height:auto;}.textwidget p:empty{display:none;}#content_wrapper .inner .inner_wrapper .sidebar_content ul,#content_wrapper .inner .inner_wrapper .sidebar_content ol,#content_wrapper .inner .inner_wrapper ul,#content_wrapper .inner .inner_wrapper ol{margin:20px;margin-right:0;}#content_wrapper .inner .inner_wrapper .sidebar_content div.wp-caption,#content_wrapper .inner .inner_wrapper div.wp-caption{max-width:100%;}#content_wrapper .inner .inner_wrapper .sidebar_content ul.flex-direction-nav{margin:0 !important;}em{font-style:italic;}.middle{vertical-align:-15%;margin-right:5px;}img.thumb{width:90px;height:90px;}body{background:#000;font-size:14px;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;padding:0;margin:0;color:#555;height:100%;line-height:1.5;-webkit-overflow-scrolling:touch;word-wrap:break-word;-webkit-font-smoothing:antialiased;}#wrapper{background:#fff;width:100%;overflow:hidden;margin:auto;-webkit-transition:-webkit-transform 500ms ease;transition:-webkit-transform 500ms ease;-webkit-font-smoothing:antialiased;left:0px;}body.js_nav #wrapper,body.js_nav .footer_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);}a{color:#000;text-decoration:none;-webkit-transition:color .2s linear,background .1s linear;-moz-transition:color .2s linear,background .1s linear;-ms-transition:color .2s linear,background .1s linear;-o-transition:color .2s linear,background .1s linear;transition:color .2s linear,background .1s linear;}a:hover{color:#000;text-decoration:underline;}a:active{color:#000;text-decoration:none;}hr{height:1px;border:0;border-top:1px solid #ebebeb;background:transparent;margin:auto;width:100%;}hr.thick{border-top:3px solid #000;}#footer{padding:0;width:960px;margin:auto;margin-top:0;}.footer_wrapper{width:100%;background:#f5f5f5;margin:auto;}#copyright{width:100%;padding:20px 0 40px 0;margin:auto;color:#888;background:#000;}#copyright a,#copyright a:hover,#copyright a:active{color:#fff;text-decoration:none !important;}#copyright_left{width:500px;float:left;text-transform:uppercase;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;font-size:12px;font-weight:bold;letter-spacing:2px;margin-top:5px;}.social_wrapper{width:auto;float:right;}#header_wrapper .social_wrapper{margin-top:0;}.social_wrapper ul{list-style:none;}.social_wrapper ul li{float:right;-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;}.social_wrapper ul li:hover{background:#333;}.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 img{width:18px;}.social_wrapper ul li a{opacity:0.6;filter:alpha(opacity=60);padding:16px 7px 10px 7px;display:block;}.social_wrapper ul li a:hover,.social_wrapper ul li:hover a{opacity:1;filter:alpha(opacity=100);}#header_wrapper #searchform{display:block;float:right;margin-left:5px;padding:0px 0 0 15px;background:#000;border-left:1px solid #333;border-right:1px solid #333;}@-moz-document url-prefix(){#header_wrapper #searchform{margin-top:-1px;}}#header_wrapper #searchform input{border:0 !important;color:#999;background:transparent !important;width:90px;top:-2px;position:relative;}#header_wrapper #searchform button{padding:15px 15px 0 0;margin:0 0 0 0;background:#000;border-color:#000;border:0;}pre,code,tt{font:12px 'andale mono','lucida console',monospace;line-height:1.5;display:block;word-wrap:break-word; color:#000;overflow:auto; padding:20px;line-height:19px; background:#f5f5f5;}input[type=text],input[type=password]{padding:10px;font-size:14px;margin:0;border:0;background:#f5f5f5;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;-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;}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{background:#ebebeb;outline:0;}#footer input[type=text],#footer input[type=password],#footer textarea{background:#363636 url(../../../themes/jupiter/images/search_box_bg.png) repeat-x;border:1px solid #555;border-top:0;}#footer textarea{height:16px;}input[type=text].blur,textarea.blur{color:#999;}textarea{background:#f5f5f5;padding:10px;font-size:14px;margin:0;border:0;height:200px;overflow:auto;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;padding-top:8px;-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;}textarea:focus{background:#ebebeb;outline:0;}input[type=submit],input[type=button],a.button,a.button:hover,a.button:active,.btn2 a,.btn2 a:hover,button,button:hover{display:inline-block;outline:none;cursor:pointer;text-align:center;text-decoration:none;font-size:12px;padding:.65em 2em .65em 2em;color:#fff;background:#888;letter-spacing:1px;border:0;text-transform:uppercase;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;-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;}input[type=submit]:hover,input[type=button]:hover,a.button:hover,a.button:active,.btn2 a,.btn2 a:hover,button,button:hover{background:#000;border-color:#000;color:#fff;}.btn2 a{width:240px;}#content_wrapper .inner .inner_wrapper .sidebar_content ul.rating{background:#F4F4F7;border:1px solid #fff;margin:0;}#content_wrapper .inner .inner_wrapper .sidebar_content ul.rating li{border-top:1px solid #fff;}.rev_title{text-shadow:none;}.base{display:none;}input[type=submit],input[type=button]{padding:8px 15px 8px 14px;}a.button{float:left;}a.button span{position:relative;top:0;width:100%;text-align:center;display:block;}#cancel-comment-reply-link{margin:7px 0 0 10px;background:transparent;}h1,h2,h3,h4,h5,h6,h7{color:#000;font-weight:bold;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;margin-bottom:10px;margin-top:10px;line-height:1.5em;}span[rel=author],a[rel=author]{color:#000;font-weight:400;font-size:16px;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;}strong.title,a.post_title{font-weight:bold;}#footer strong.title{font-size:14px;}label{letter-spacing:0px;}label.error{color:#ffc000;}h1{font-size:30px;display:block;}h1.error{font-size:40px;margin-bottom:0;}h2{font-size:28px;}h3{font-size:26px;}h4{font-size:24px;}h5,h3#reply-title{font-size:22px;}h5.ppb_classic_title{font-size:20px;margin-top:0;}h5.author_name{margin:0;margin-bottom:5px;font-size:18px;}h5.header_line{text-align:center;text-transform:uppercase;font-size:30px;margin:0;padding-bottom:5px;border-bottom:3px solid #000;}#content_wrapper .inner .inner_wrapper .sidebar_content h5.header_line{font-size:22px;}h5.header_line.subtitle{font-size:22px;}h5.header_line.post_width{margin:0;}h5.header_line span{display:inline-block;margin:0 20px;padding:0 20px;}h1 span,h5 span{padding-right:10px;}h1 a,h5 a{color:#000000;}h3 small{font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;font-size:14px;}h1 span a span,h2.widgettitle span a span,h5 span a span{padding-right:0;background:transparent;}h6{font-size:18px;}h7{font-size:16px;}h7.ppb_cat_title{margin:0;margin-bottom:25px;display:block;width:90%;}.black{color:#000;}.clear{clear:both;}.gallery_item_bg{float:left;margin-right:20px;margin-bottom:20px;background:#ffc000;}img.mid_align{vertical-align:middle;margin-right:5px;border:0;}.frame_left{padding:10px;border:1px solid #ccc;background:#f5f5f5;float:left;margin:0 20px 10px 0;text-align:center;}.frame_left .caption,.frame_right .caption,.frame_center .caption{margin:7px 0 2px 0;display:block;color:#000;font-size:12px;}.frame_right{padding:10px;border:1px solid #ccc;float:right;margin:0 0 10px 20px;text-align:center;background:#f5f5f5;}.dropcap1{display:block;float:left;margin:0 8px 0 0;font-size:24px;line-height:39px;background:black;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;color:white;width:40px;height:40px;text-align:center;}blockquote{padding-left:30px;width:90%;border-left:1px solid #ccc;font-style:oblique;font-size:20px;font-family:Georgia,"Times New Roman",Times,serif;color:#000;margin-top:15px;margin-left:3%;}blockquote h2{font-weight:normal;font-size:22px;}blockquote h3{font-weight:normal;font-size:20px;}#respond{width:99%;float:left;margin:0 0 20px 0;}.comment_inner #respond{margin-left:5px;}ul.children #respond{margin-left:-20px;margin-top:20px;}.comment_inner{margin-bottom:20px;}.space{margin-bottom:10px;}#header_wrapper{width:100%;margin:auto;background:#000;height:50px;}#header_wrapper .topmenu.notice{float:left;width:500px;margin-top:15px;color:#fff;}#top_menu a{color:#fff;}#top_menu{display:block;float:left;list-style:none;margin-top:12px;}#top_menu li{display:inline-block;margin-right:15px;font-family:'Oswald',Helvetica,'Helvetica Neue',Arial,Verdana,sans-serif,Helvetica,'Helvetica Neue',Arial,Verdana,sans-serif;font-size:14px;text-transform:uppercase;}#top_menu li ul{display:none;}#boxed_wrapper{width:960px;margin:auto;}.standard_wrapper{width:960px;margin:auto;}.standard_wrapper.wide{width:960px;}.standard_wrapper.header{margin-bottom:0px;}.logo{margin:auto;margin-top:45px;text-align:center;}.header_ads{text-align:center;margin:auto;margin-top:30px;}.footer_ads{margin:auto;margin-top:0px;margin-bottom:30px;text-align:center;}.search_box{display:block;float:right;}.search_box input[type=text],.search_box input[type=text]:hover{display:block;float:right;width:170px;height:18px;border:1px solid #555;border-top:0;margin:10px 20px 0 0;background:#363636 url(../../../themes/jupiter/images/search_box_bg.png) repeat-x;color:#999;}.search_box input[type=text].blur{font-style:italic;}#menu_wrapper{width:930px;height:50px;padding:0;margin:auto;}.mainmenu.notice{float:left;width:600px;padding:15px 0 10px 12px;z-index:999;color:#fff;}#menu_wrapper .nav ul,#menu_wrapper .nav{list-style:none;display:block;float:left;margin:0 23px 0 5px;width:700px;}#menu_wrapper .nav ul li,#menu_wrapper .nav li{display:block;float:left;margin:0;}#menu_wrapper .nav ul li ul,#menu_wrapper div .nav li ul,.main_nav li ul{display:none;list-style:none;background:#000;position:absolute;padding:0;margin-top:50px;width:200px;height:auto;z-index:1000;}#menu_wrapper .nav ul li ul li ul,#menu_wrapper div .nav li ul,.main_nav li ul li ul{margin-left:200px;margin-top:-2px;padding-top:2px;}#menu_wrapper .nav li ul li a,.nav li ul li a,#menu_wrapper .nav ul li.current_page_parent ul.sub-menu li.current_page_item a,.nav li.current-menu-parent ul.sub-menu li.current_page_item a{background:none;}.main_nav li ul li{width:100%;}#menu_wrapper .nav li ul li a,#menu_wrapper .nav li.current-menu-item ul li a,#menu_wrapper .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{color:#fff;display:block;width:188px;font-weight:bold;line-height:1em;padding:10px 0 10px 12px;background:none;}.main_nav ul,.main_nav{list-style:none;margin:auto;width:440px;height:50px;z-index:999;float:left;position:relative;z-index:1001;}.main_nav ul li,.main_nav li{display:block;float:left;margin:0;}.main_nav ul li a,.main_nav li a{display:block;float:left;margin:0 0 0 0;padding:20px 15px 14px 15px;color:#999;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;text-transform:uppercase;font-size:11px;font-weight:bold;letter-spacing:1px;}.main_nav ul > li:first-child a,.main_nav > li:first-child a{padding-left:0;}.main_nav ul li ul li a,.main_nav li ul li a{width:165px;padding:8px 19px 8px 16px !important;border:0;font-size:11px;font-weight:bold;color:#999;border-bottom:1px solid #333;}.main_nav ul li ul li:last-child a,.main_nav li ul li:last-child a{border-bottom:0;}.main_nav ul > li a:hover,.main_nav li > a:hover,.main_nav ul > li a.hover,.main_nav > li a.hover,.main_nav ul > li a:active,.main_nav > li a:active,.main_nav > li.current-menu-item > a{color:#fff;text-decoration:none;}.main_nav ul li ul li a:hover,.main_nav li ul li a:hover,.main_nav ul li ul li a.hover,.main_nav li ul li a.hover{color:#fff;background:#333;}.main_nav li:last-child a:hover,.main_nav li:last-child a.hover{border-right:0;}.main_nav li ul li a,.main_nav li.current-menu-item ul li 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,{display:block;width:170px;line-height:0.7em;padding:5px 0 5px 30px;}.secondmenu.notice{width:960px;margin:auto;margin-top:10px;}#menu_wrapper div .nav li ul.sub-menu,.second_nav li ul.sub-menu{display:none;list-style:none;background:#fff;box-shadow:0 8px 15px rgba(0,0,0,0.1);position:absolute;padding:0;margin-top:35px;margin-left:0;width:200px;height:auto;z-index:1001;text-align:left;border-top:0;border:1px solid #ebebeb;padding-top:5px;}#menu_wrapper div .nav li .mega_menu_wrapper,.second_nav li .mega_menu_wrapper{width:920px;padding:15px 20px 0 20px;min-height:200px;position:absolute;margin-top:35px;left:0;background:#fff;box-shadow:0 8px 15px rgba(0,0,0,0.1);border:1px solid #ebebeb;visibility:hidden;}#menu_wrapper div .nav li .mega_menu_wrapper ul,.second_nav li .mega_menu_wrapper ul{border:0;margin:0;display:block !important;text-align:left;}#menu_wrapper div .nav li .mega_menu_wrapper ul.post_slideshow_widget,.second_nav li .mega_menu_wrapper ul.post_slideshow_widget{text-align:center;}#menu_wrapper div .nav li .mega_menu_wrapper ul li,.second_nav li .mega_menu_wrapper ul li{width:31%;margin-right:2%;margin-bottom:1%;display:block;float:left;}#menu_wrapper div .nav li .mega_menu_wrapper ul li.nth-child-3n,.second_nav li .mega_menu_wrapper ul li.nth-child-3n{float:right;margin-right:0;}#menu_wrapper div .nav li .mega_menu_wrapper ul li.nth-child-4n,.second_nav li .mega_menu_wrapper ul li.nth-child-4n{clear:both;}#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper,.second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper{margin-top:0 !important;}#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-prev,.second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-prev{top:-170px !important;left:0;background:#fff;opacity:1 !important;}#menu_wrapper div .nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-next,.second_nav li .mega_menu_wrapper ul li .slider_widget_wrapper .flex-direction-nav li a.flex-next{right:0;top:-170px !important;background:#fff;opacity:1 !important;}#menu_wrapper div .nav li .mega_menu_wrapper ul.sub-menu li ul li,.second_nav li .mega_menu_wrapper ul.sub-menu li ul li,#menu_wrapper div .nav li .mega_menu_wrapper ul li ul.posts li,.second_nav li .mega_menu_wrapper ul li ul.posts li,#menu_wrapper div .nav li .mega_menu_wrapper ul li ul.menu li,.second_nav li .mega_menu_wrapper ul li ul.menu li,#menu_wrapper div .nav li .mega_menu_wrapper ul li ul.twitter li,.second_nav li .mega_menu_wrapper ul li ul.twitter li,.second_nav li .mega_menu_wrapper ul li.widget_pages ul li,#menu_wrapper div .nav li .mega_menu_wrapper ul li ul.twitter li,.second_nav li .mega_menu_wrapper ul li.widget_recent_comments ul li,.second_nav li .mega_menu_wrapper ul li.widget_recent_entries ul li,.second_nav li .mega_menu_wrapper ul li.reviews-posts-widget ul li,.second_nav li .mega_menu_wrapper ul li.woocommerce ul li{width:100%;float:none;margin-bottom:10px;}#menu_wrapper div .nav li .mega_menu_wrapper ul li ul.twitter li,.second_nav li .mega_menu_wrapper ul li ul.twitter li{width:80%;}#menu_wrapper div .nav li .mega_menu_wrapper ul li ul.menu li ul.sub-menu,.second_nav li .mega_menu_wrapper ul li ul.menu li ul.sub-menu,#menu_wrapper div .nav li .mega_menu_wrapper ul li.widget_pages ul.children li,.second_nav li .mega_menu_wrapper ul li.widget_pages ul.children li{width:90%;padding-left:10%;box-shadow:0px 0px 0px black;position:static;}.second_nav li .mega_menu_wrapper ul li #wp-calendar,.second_nav li .mega_menu_wrapper ul li.widget_tag_cloud div.tagcloud,.second_nav li .mega_menu_wrapper ul li.widget_text div.textwidget,.second_nav li .mega_menu_wrapper ul li.widget_text div.textwidget a{margin:0;padding:0;text-transform:none;letter-spacing:0;}.second_nav li .mega_menu_wrapper ul li.widget_archive ul li,.second_nav li .mega_menu_wrapper ul li.widget_categories ul li,.second_nav li .mega_menu_wrapper ul li.widget_meta ul li{width:49%;display:inline-block;margin:0;text-align:center;margin-bottom:10px;}#menu_wrapper div .nav li .mega_menu_wrapper ul li ul li a,.second_nav li .mega_menu_wrapper ul li ul li a{padding:0;color:#000;display:inline;float:none;letter-spacing:0;font-size:13px !important;text-transform:none;}#menu_wrapper div .nav li .mega_menu_wrapper ul > li h2.widgettitle,.second_nav li .mega_menu_wrapper ul > li h2.widgettitle{font-size:14px;border-bottom:2px solid #000;margin-bottom:20px;letter-spacing:1px;}#menu_wrapper div .nav li .mega_menu_wrapper ul > li .slider_widget_wrapper,.second_nav li .mega_menu_wrapper ul > li .slider_widget_wrapper{max-width:100%;height:auto;}.second_nav li ul.sub-menu li ul.sub-menu{margin-left:200px;margin-top:-6px;}.second_nav li ul.sub-menu li{width:100%;}.second_nav ul,.second_nav{list-style:none;margin:auto;border-bottom:3px solid #000;text-align:center;margin-top:10px;position:relative;z-index:1000;}.second_nav ul li,.second_nav li{display:inline-block;margin:0 0 0 0;}.second_nav ul li a,.second_nav li a{display:block;float:left;margin:0 0 0 0;padding:5px 15px 9px 15px;color:#888;background:transparent;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;text-transform:uppercase;font-size:14px;font-weight:bold;letter-spacing:1px;}.second_nav ul li ul.sub-menu li a,.second_nav li ul.sub-menu li a{width:165px;padding:6px 19px 6px 16px;border:0;font-size:11px;color:#999;}.second_nav ul > li a:hover,.second_nav > li a:hover,.second_nav ul > li a.hover,.second_nav > li a.hover,.second_nav ul > li a:active,.second_nav > li a:active,.second_nav > li.current-menu-item > a,.second_nav > li.current-menu-parent > a{color:#000;text-decoration:none;}.second_nav ul li ul li a:hover,.second_nav li ul li a:hover,.second_nav ul li ul li a.hover,.second_nav li ul li a.hover{color:#000;text-decoration:none;}.second_nav li:last-child a:hover,.second_nav li:last-child a.hover{border-right:0;}.second_nav li ul.sub-menu li a,.second_nav li.current-menu-item ul.sub-menu li a,#menu_wrapper .nav ul.sub-menu li ul.sub-menu li a,#menu_wrapper .nav ul.sub-menu li.current-menu-item ul.sub-menu li a,#menu_wrapper .nav ul.sub-menu li ul.sub-menu li.current-menu-item a,{display:block;width:170px;line-height:0.7em;font-size:12px;padding:5px 0 5px 30px;}#page_caption{margin-top:40px;margin-bottom:10px;}#page_caption.single_post{text-align:center;margin-bottom:0;}.single_post_ft_wrapper{text-align:center;width:960px;margin:auto;margin-top:-5px;margin-bottom:25px;}.single_post_ft_wrapper.gallery_ft{position:relative;width:100%;height:500px;overflow:hidden;}#page_caption .boxed_wrapper{width:960px;margin:auto;}#page_caption .sub_page_caption{font-size:11px;color:#999;text-transform:uppercase;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;letter-spacing:2px;}#page_caption .sub_page_caption a,#page_caption .sub_page_caption a:hover,#page_caption .sub_page_caption a:active{color:#999;}#page_caption .sub_page_caption a:hover{text-decoration:underline;}#page_caption h2{margin-top:0;margin-bottom:20px;}#page_caption.single_post h2{font-size:32px;}.post_comment_number,.post_comment_number:hover,.post_comment_number:active{display:block;float:right;padding:10px 12px 10px 15px;background:#ffc000;color:#fff;font-size:14px;text-transform:uppercase;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;font-weight:500;margin-top:-10px;}.readmore{float:left;padding:10px 12px 10px 15px;background:#ffc000;margin-top:10px;color:#fff;font-size:14px;text-transform:uppercase;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;}.readmore:hover,.readmore:active{background:#2C2F32;color:#fff;}.post_img{margin-bottom:15px;clear:both;position:relative;}.post_img.ppb_classic_fullwidth,.post_img.ppb_cat_fullwidth,.post_img.ppb_cat,.post_img.ppb_cat_sidebar,.post_img.ppb_classic_sidebar{margin-bottom:5px;}.post_img.half{margin-bottom:0;}.post_img img{max-width:100%;height:auto;}.post_img.single{margin-bottom:0;margin-top:0;}.post_img.nospace{margin-bottom:0;}.post_img.masonry{margin-left:0;}.post_sound_cloud_wrapper{width:960px;margin:auto;margin-top:8px;}.recent_post_wrapper{margin:10px 0 0 11px;}.recent_post_item_wrapper{margin-top:5px;}#content_wrapper{width:960px;margin:auto;margin-top:0;padding-bottom:30px;position:relative;word-wrap:break-word;}body.single #content_wrapper{padding-bottom:30px;}#content_wrapper .inner{width:100%;margin:auto;}#content_wrapper.full_page_width{width:880px;}#content_wrapper .inner .inner_wrapper.fullwidth{padding:0;width:960px;margin:auto;min-height:200px;position:relative;}#content_wrapper .inner .inner_wrapper .sidebar_content{width:620px;padding:0;float:left;min-height:200px;position:relative;z-index:2;}#content_wrapper .inner .inner_wrapper .sidebar_content p:first-child{padding:0 !important;margin:0 !important;}#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding{width:600px;padding:20px;}#content_wrapper .inner .inner_wrapper .sidebar_content .withpadding{padding:15px;}#content_wrapper.cat_width .inner .inner_wrapper .sidebar_content{width:620px;margin:0 0 0 0;}#content_wrapper.cat_width .inner .inner_wrapper .sidebar_content ul{margin:0 0 0 20px;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper{width:300px;float:right;padding:0 0 0 0;margin:0 0 0 0;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar{width:100%;float:right;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar .content{margin:0;}#content_wrapper .sidebar .content .sidebar_widget{list-style:none;margin:0 !important;}#content_wrapper .sidebar .content .sidebar_widget > li{margin:0 0 30px 0;float:left;width:100%;border:0;}#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Ads{border:0 !important;padding:0 !important;}#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Facebook_Page iframe{margin:5px 0 5px 5px;}#content_wrapper .sidebar .content .sidebar_widget > li.widget_search{background:transparent;border:0;padding-bottom:0;margin-bottom:16px;-webkit-box-shadow:0 1px 0 transparent,0 1px 3px rgba(0,0,0,0);-moz-box-shadow:0 1px 0 transparent,0 1px 3px rgba(0,0,0,0);-o-box-shadow:0 1px 0 transparent,0 1px 3px rgba(0,0,0,0);box-shadow:0 1px 0 transparent,0 1px 3px rgba(0,0,0,0);}#content_wrapper .sidebar .content .sidebar_widget li.widget_archive,#content_wrapper .sidebar .content .sidebar_widget li.widget_categories,#content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu,#content_wrapper .sidebar .content .sidebar_widget li.Custom_Photos_News,#content_wrapper .sidebar .content .sidebar_widget li.widget_link,#content_wrapper .sidebar .content .sidebar_widget li.widget_meta{padding-bottom:5px;}#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li,#content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li,#content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li,#content_wrapper .sidebar .content .sidebar_widget li.widget_links ul li,#content_wrapper .sidebar .content .sidebar_widget li.widget_meta ul li{float:left;margin:0;width:50%;margin-right:0%;padding-bottom:10px;}#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li,#content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li,#content_wrapper .sidebar .content .sidebar_widget li.widget_meta ul li{text-align:center;}#content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li:nth-child(odd),#content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li:nth-child(odd),#content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li:nth-child(odd),#content_wrapper .sidebar .content .sidebar_widget li.widget_links ul li:nth-child(odd),#content_wrapper .sidebar .content .sidebar_widget li.widget_meta ul li:nth-child(odd){clear:none;float:left;margin:0;width:50%;margin-right:0%;padding-bottom:10px;}#content_wrapper .sidebar .content .sidebar_widget li.widget ul.menu li{width:100% !important;}#content_wrapper .sidebar .content .sidebar_widget li object{margin-left:10px;}#content_wrapper .sidebar .content .sidebar_widget li.widget_tag_cloud div,#footer .sidebar_widget li.widget_tag_cloud div{width:100%;}div.textwidget{margin:20px 0 0 0;}div.textwidget img,div.textwidget select{max-width:100%;height:auto;}#footer div.textwidget{margin:0;}#footer .sidebar_widget li.widget_tag_cloud div{margin-left:0;}#content_wrapper .sidebar .content .sidebar_widget li form#searchform,#footer .sidebar_widget li form#searchform{width:100%;}#content_wrapper .sidebar .content .sidebar_widget li form#searchform div,#footer .sidebar_widget li form#searchform div{width:95%;}label.screen-reader-text{display:none;}#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type=text],#footer .sidebar_widget li form#searchform input[type=text]{width:280px;margin:10px 0 10px 0;background:#ebebeb;border:0;}#footer .sidebar_widget li form#searchform input[type=text]{margin-top:10px;max-width:90%;}#footer .sidebar_widget li{clear:none;padding:15px 0 10px 0;}#footer .sidebar_widget li{float:left;width:31%;margin-right:32px;}#footer .sidebar_widget > li.nth-child-3n{float:right;margin-right:0;}#footer .sidebar_widget li iframe{max-width:200px;background:#fff;margin-top:15px;}#footer .sidebar_widget li ul li{width:auto;margin:0;}#content_wrapper .sidebar .content .sidebar_widget li ul{margin:5px 0 0 0;float:left;list-style:none;width:100%;}#footer .sidebar_widget li ul{margin-left:0;}#content_wrapper .sidebar .content .sidebar_widget li ul li ul.sub-menu,#content_wrapper .sidebar .content .sidebar_widget li ul li ul.children{border-left:1px solid #ccc;font-size:12px;margin:10px 10px 10px 20px !important;padding-left:20px;}#content_wrapper .sidebar .content .sidebar_widget li ul#recentcomments,#footer .sidebar_widget li ul#recentcomments{width:95%;color:#999;}.comment_date{color:#999;padding:0;float:left;font-size:11px;letter-spacing:2px;text-transform:uppercase;}.comment-reply-link{color:#999;float:right;font-weight:400;text-transform:uppercase;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;margin-top:-10px;}#cancel-comment-reply-link{color:#999;float:right;font-weight:400;text-transform:uppercase;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;}#commentform{margin-top:10px;}#footer .sidebar_widget li ul{list-style:none;}#footer .sidebar_widget li ul li ul.sub-menu{border-left:1px solid #ccc;padding-left:10px;margin-left:15px;margin-top:10px;}#content_wrapper .sidebar .content .sidebar_widget li ul li,#footer .sidebar_widget li ul li{padding:0 0 10px 0;}#content_wrapper .sidebar .content .sidebar_widget li ul li:last-child,#footer .sidebar_widget li ul li:last-child{padding-bottom:0;}#footer .sidebar_widget li ul li{padding-bottom:7px;padding-left:0;float:none;margin-bottom:5px;}#footer .sidebar_widget li ul.thumb li{padding-bottom:0px;padding-left:0;float:left;margin-right:10px;margin-bottom:10px;}.one_half{float:left;width:48%;}.one_half.ppb_classic{margin-bottom:25px;}.one_half.right{float:right;margin-right:12px;}.one_half.last{float:right;}.one_half.last.ppb_cat_last{width:50%;}.recent_thumbnail{display:block;width:290px;height:200px;overflow:hidden;}.recent_thumbnail h6{background:transparent url(//http://goaleurope.com/wp-content/themes/jupiter/images/trans_000_bg.png) repeat;display:block;padding:5px 10px 5px 10px;position:relative;top:-62px;left:0;color:#fff;font-size:16px;}#content_wrapper .sidebar .content .sidebar_widget li ul.thumb,#content_wrapper .one_half.home .sidebar_widget li ul.thumb{list-style:none;display:block;float:none;width:100%;margin-left:0;}#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li,#content_wrapper .one_half.home .sidebar_widget li ul.thumb li{margin:0 9px 7px 0;float:left;clear:none;padding-bottom:0;}#content_wrapper .one_half.home .sidebar_widget li ul.thumb li{margin:0 10px 5px 0;padding-bottom:0;}#content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle,h2.widgettitle{display:block;padding:10px 15px 5px 15px;font-size:18px;margin:0;margin-bottom:15px;color:#000;border-bottom:3px solid #000;text-transform:uppercase;font-weight:bold;text-align:center;}h2.widgettitle.header{font-size:22px;margin-left:5px;}#content_wrapper .inner .inner_wrapper.fullwidth h2.widgettitle.header{margin:0;}#content_wrapper .one_half.home .sidebar_widget li h2.widgettitle{margin:0;}#footer .sidebar_widget{list-style:none;width:100%;margin:auto;padding-top:10px;}#content_wrapper .one_half.home .sidebar_widget li h2.widgettitle{width:100%;}#content_wrapper .sidebar .content .sidebar_widget li ul.posts,#content_wrapper .one_half.home .sidebar_widget li ul.posts,#footer .sidebar_widget li ul.posts,ul.posts{list-style:none;width:100%;margin-top:10px;float:left;}ul.posts{margin-left:10px;}#footer .sidebar_widget{margin-top:0;float:left;}#content_wrapper .sidebar .content .sidebar_widget li ul.posts li,#content_wrapper .one_half.home .sidebar_widget li ul.posts li,#footer .sidebar_widget li ul.posts li,ul.posts li{padding-bottom:10px;width:100%;float:left;}#content_wrapper .sidebar .content .sidebar_widget li ul.posts li:last-child,#content_wrapper .one_half.home .sidebar_widget li ul.posts li:last-child,#footer .sidebar_widget li ul.posts li,ul.posts li:last-child{padding-bottom:0;}#content_wrapper .sidebar .content .sidebar_widget li ul.posts li h6,#content_wrapper .one_half.home .sidebar_widget li ul.posts li h6,#footer .sidebar_widget li ul.posts li h6{font-size:16px;color:#000;}ul.posts li{clear:both;}#footer .sidebar_widget li ul.posts li h6{font-size:14px;}.line_shadow{display:none;}.page_header{margin:20px 0 0 0;}.sidebar_page_header{margin:10px 0 0 0;}.social_profile{float:left;width:100%;margin:auto;margin-top:10px;}#footer .social_profile{margin-top:10px;}.social_profile .profile{width:100%;float:left;margin:0 0 15px 0;}.social_profile .profile:last-child{margin-bottom:0;}.social_profile .social_icon{float:left;display:block;margin-right:15px;width:32px;height:32px;text-align:center;padding:0 !important;}.social_profile .social_icon.facebook{background:#4c66a4;}.social_profile .social_icon.facebook img{width:18px;height:auto;margin-top:8px;}.social_profile .social_icon.twitter{background:#33ccff;}.social_profile .social_icon.twitter img{width:18px;height:auto;margin-top:7px;}.social_profile .social_icon.youtube{background:#cc181e;}.social_profile .social_icon.youtube img{width:18px;height:auto;margin-top:7px;}#footer .social_profile .profile{width:27%;}.social_profile .profile .counter{float:left;margin-top:7px;}.social_profile .profile .counter h4{float:left;display:block;font-family:Helvetica,'Helvetica Neue',Arial,Verdana,sans-serif !important;font-size:18px;font-weight:bold;line-height:0em;}.social_profile .count{word-spacing:1px;color:#888;margin-left:7px;float:left;font-size:12px;}.social_profile .profile a.button{font-size:11px;float:right;margin-top:3px;padding:5px 10px 5px 10px;background:#888 !important;color:#fff;}.post_wrapper{width:100%;margin:0;padding-top:20px;}.post_wrapper.ppb_classic_fullwidth{margin-bottom:20px;}.review_score_bg{display:inline-block;position:absolute;bottom:15px;right:10px;padding:4px 10px 7px 10px;background:#fff;background:rgba(256,256,256,.95);color:#000;text-transform:uppercase;font-size:30px;font-weight:bold;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;}.post_type_bg{display:inline-block;position:absolute;bottom:15px;right:10px;padding:4px 10px 2px 10px;background:#fff;background:rgba(256,256,256,.95);}.post_type_bg img{margin-top:5px;}.review_score_bg.marginright,.post_type_bg.marginright{right:30px;}.review_score_bg.marginright.ppb,.post_type_bg.marginright.ppb{right:35px;}.review_point{font-size:11px;color:#999;text-transform:uppercase;font-weight:bold;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;margin-top:-7px;}.post_wrapper.dark{background:#000;color:#ebebeb;border:0;padding-top:10px;}.post_wrapper.dark h5{color:#fff;}.post_wrapper.half{width:50%;float:left;margin:0;padding:0;border:0;padding-bottom:10px;}.post_wrapper.full{width:100%;float:left;margin:0;padding:0;border:0;padding-bottom:10px;}.type-post[rel=two_columns],.ppb_column_post{width:48%;float:left;margin-right:20px;}.type-post[rel=two_columns].last,.ppb_column_post.last{float:right;margin-right:0;}.element[rel=two_columns]{width:48%;float:left;}.element[rel=two_columns].last{width:48%;float:right;margin-left:10px;}.element[rel=two_columns]{margin-bottom:20px;}.element[rel=two_columns].noexcerpt{margin-bottom:10px;}.ppb_column_post.masonry{width:31%;float:left;margin-right:32px;}.ppb_column_post.masonry.last{float:right;margin-right:0;}.ppb_column_post.ppb_column{margin-bottom:25px;}#post_mansory_wrapper.ppb_fullwidth{width:990px;}#content_wrapper #post_mansory_wrapper.inner{width:990px;min-width:100%;min-height:300px;margin-left:-10px;margin-top:-10px;background:#fff url(../../../themes/jupiter/images/loading.gif) no-repeat center center;padding-bottom:10px;position:relative;z-index:999;}.video_wrapper{background:transparent url(../../../themes/jupiter/images/loading.gif) no-repeat center center;}#post_mansory_wrapper{background:#fff url(../../../themes/jupiter/images/loading.gif) no-repeat center center;min-width:100%;min-height:300px;}.post_wrapper.half.mansory{float:left;margin:10px 0 10px 10px;width:320px;padding-bottom:0;}.isotope,.isotope .isotope-item{-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;}.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;}.post_wrapper.half.last{float:right;margin-right:0;}body.single .post_wrapper{margin-top:0;border:0 !important;padding-bottom:0 !important;}.post_inner_wrapper{width:100%;margin-bottom:15px;}.post_wrapper_inner{margin:15px 0 0 0;}body.single .post_wrapper_inner{margin-top:0;}.author_wrapper_inner{margin:10px 0 10px 5px;}.search_form_wrapper{margin-bottom:40px;}.post_inner_wrapper.half.header,body.home .post_inner_wrapper.half.header{margin:-10px 0 0 0;width:95%;}.post_header_wrapper{width:100%;float:left;}.post_header_wrapper.single{width:300px;}.post_social{width:98px;float:right;margin-top:7px;}.post_social.single{width:195px;}.post_wrapper.single{width:100%;margin:0;}.post_wrapper.author{padding:15px;border:0 !important;background:#f9f9f9;width:auto;margin-bottom:15px;}.post_header{width:100%;float:left;margin-bottom:10px;padding:12px 15px 12px 15px;border-bottom:1px solid #ebebeb;}.post_header.half{width:100%;text-align:left;padding:0;margin:auto;float:none;border:0;}.post_header.single_post{text-align:left;border:0 ;padding:0;margin:0;}.post_header h3{margin:0;}.post_header.half h4{margin:0;margin-bottom:10px;font-size:18px;}.post_header h2 a{color:#000;}.post_detail{font-size:11px;letter-spacing:2px;color:#999;float:left;width:100%;text-transform:uppercase;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;}.post_detail a,.post_detail a:hover,.post_detail a:active{color:#cb1511;}.post_detail.half{width:100%;margin-top:5px;}.post_detail.space{margin-bottom:20px;}.post_img_date{padding:5px;background:#000;position:relative;top:-60px;left:7px;width:150px;text-transform:uppercase;color:#fff;text-shadow:0 0 0 #fff;text-align:center;}.post_header .post_comment{float:right;margin:10px 0 0 0;font-size:11px;padding:5px 15px 5px 15px;text-align:right;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 1px 3px #ebebeb;-webkit-box-shadow:0 1px 3px #ebebeb;box-shadow:0px 1px 3px #ebebeb;background:#cccccc url(//http://goaleurope.com/wp-content/themes/jupiter/images/bt_g.png) repeat-x top;text-align:left;text-shadow:0 1px 1px #fff;border:1px solid #ccc;}#about_the_author .thumb{float:left;margin:0 15px 15px 0;text-align:center;}#about_the_author{width:100%;float:left;box-sizing:border-box;-moz-box-sizing:border-box;}#about_the_author .description{width:480px;float:left;}#about_the_author .description.author{margin:0;}.gravatar{position:relative;z-index:2;border-radius:200px;overflow:hidden;float:left;width:80px;height:80px;margin-right:20px;}.gravatar.comment_reply{width:50px;height:50px;}.colorful{background:#ffc000;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;font-size:16px;font-weight:300;letter-spacing:1px;text-transform:uppercase;display:inline-block;padding:5px 10px 3px 10px;margin-bottom:10px;}.colorful a{color:#fff;}.comment .left img.avatar{width:50px;}.comment{width:100%;padding-bottom:20px;padding-top:20px;border-bottom:1px solid #ebebeb;float:left;}.comment .left{width:65px;float:left;}.comment .right{width:88.5%;float:left;}.comment .right a[rel="author"],.comment .right span[rel="author"]{font-weight:bold;float:left;}ul.children{list-style:none;width:100%;margin-left:5%;float:left;margin-top:0 !important;margin-bottom:0 !important;}ul.children .comment{width:90%;margin:20px 0 0 32px;padding:0 0 20px 15px;float:left;}ul.children .comment .right{width:86.5%;float:left;}ul.children .comment:last-child{margin-bottom:0;}.comment_inner .comment:last-child{margin-bottom:0;}#content_wrapper .sidebar .content .sidebar_widget li ul.flickr,#content_wrapper .one_half.home .sidebar_widget li ul.flickr,ul.flickr{list-style:none;margin:10px 0 0 0;float:left;display:block;clear:both;}#footer .sidebar_widget li ul.flickr{list-style:none;margin:10px 0 30px 0;float:left;display:block;clear:both;}#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li,#content_wrapper .one_half.home .sidebar_widget li ul.flickr li,ul.flickr li,ul.flickr li{margin-bottom:10px;clear:none;float:left;}#content_wrapper .one_half.home .sidebar_widget li ul.flickr li,ul.flickr li{margin:0 9px 0 0;}#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li,#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li a,,#content_wrapper .one_half.home .sidebar_widget li ul.flickr li,,#content_wrapper .one_half.home .sidebar_widget li ul.flickr li a{display:block;float:left;margin:0;clear:none;}#footer .sidebar_widget li ul.flickr li,#footer .sidebar_widget li ul.flickr li a{display:block;float:left;margin:0;}#footer .sidebar_widget li ul.flickr li{padding-bottom:0px;padding-left:0;float:left;margin-right:10px;margin-bottom:10px;}#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li im,#content_wrapper .one_half.home .sidebar_widget li ul.flickr li img,ul.flickr li img{width:91px;height:91px;}#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li img,#footer .sidebar_widget li ul.thumb li img,#content_wrapper .one_half.home .sidebar_widget li ul.thumb li img,ul.thumb li img{width:91px;height:91px;}#content_wrapper .sidebar .content .sidebar_widget li ul.thumb,#content_wrapper .one_half.home .sidebar_widget li ul.thumb,ul.thumb{margin:0;margin-top:25px;}#footer .sidebar_widget li ul.thumb{margin-top:10px !important;}#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li,#footer .sidebar_widget li ul.thumb li,#content_wrapper .one_half.home .sidebar_widget li ul.thumb li,ul.thumb li{padding:0;}ul.flickr li{padding:0 !important;}ul.flickr li img{width:91px;height:auto;}#footer .sidebar_widget li ul.flickr li img{width:89px;height:89px;}#content_wrapper .sidebar .content .sidebar_widget li ul.twitter,#footer .sidebar_widget li ul.twitter,#content_wrapper .one_half.home .sidebar_widget li ul.twitter,ul.twitter{margin:0;margin-top:5px;margin-left:0;list-style:none;width:100%;}#footer .sidebar_widget li ul.thumb li,#footer .sidebar_widget li ul.thumb li img{width:62px;height:62px;}#footer .sidebar_widget li ul.twitter{width:100%;margin-top:15px;margin-left:0;}#content_wrapper .one_half.home .sidebar_widget li ul.twitter{margin-left:5px;}#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li,#footer .sidebar_widget li ul.twitter li,#content_wrapper .one_half.home .sidebar_widget li ul.twitter li,ul.twitter li{padding-left:45px;background-image:url(../../../themes/jupiter/images/icon_twitter.png);background-repeat:no-repeat;background-position:0px 4px;min-height:30px;padding-bottom:20px;}#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:last-child,#footer .sidebar_widget li ul.twitter li:last-child,#content_wrapper .one_half.home .sidebar_widget li ul.twitter li:last-child,ul.twitter li:last-child{padding-bottom:0;}#footer .sidebar_widget li ul.twitter li{background-image:url(../../../themes/jupiter/images/icon_twitter_white.png);}#content_wrapper .inner .inner_wrapper .sidebar_content.page_sidebar ul.twitter li{line-height:3.5em;}#content_wrapper .sidebar .content .sidebar_widget li ul.social_media,#footer .sidebar_widget li ul.social_media,#content_wrapper .one_half.home .sidebar_widget li ul.social_media{list-style:none;margin:10px 0 15px 0;float:left;display:block;clear:both;}#footer .sidebar_widget li ul.social_media{margin:10px 0 15px 0;}#content_wrapper .sidebar .content .sidebar_widget li ul.social_media li,#content_wrapper .one_half.home .sidebar_widget li ul.social_media{display:block;float:left;margin:10px 0 15px 0;clear:none;}#footer .sidebar_widget li ul.social_media li,#content_wrapper .one_half.home .sidebar_widget li ul.social_media li{margin:0 5px 0 0;display:block;float:left;clear:none;}#footer .sidebar_widget li ul.social_media li{margin-right:0;}.pagination{margin:20px 0 10px 0;width:auto;float:left;}.pagination a,.pagination a:active,.pagination a.active,.pagination span.current{padding:10px 12px 10px 12px;text-transform:uppercase;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;font-size:14px;color:#555;;}.pagination span.current,.pagination a:hover{color:#fff;background:#cb1511;text-decoration:none;}.pagination_detail{float:right;margin-top:40px;}.navigation{font-size:11px;}.fullwidth{padding-top:10px;}.one_third .one_half{margin-right:6%;}.one_half.last{margin-right:0;}.one_third{width:30%;float:left;min-height:50px;margin-right:3%;}.one_third.page,.one_third.right_sidebar{width:33%;}.sidebar .one_half .posts li img{width:40px;}.one_third.home{width:31%;float:left;margin-right:20px;margin-top:10px;}.one_third.last{margin-right:0;}.one_fourth{width:22.5%;float:left;margin-right:3%;margin-bottom:2%;}.one_fourth.home{width:22%;float:left;margin-right:35px;margin-bottom:2%;}.one_fourth.home,.one_fourth.home_left{margin-top:10px;}.one_fourth.last{margin-right:0;}.two_third{float:left;width:64%;margin-right:3%;}.two_third.last{width:67%;float:right;margin-right:0;}.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;}#content_wrapper .inner .inner_wrapper .sidebar_content.page_sidebar{width:560px;padding-left:15px;}.navigation div{width:40%;}.navigation div.alignright{text-align:right;}.post_attribute{font-size:11px;letter-spacing:2px;color:#999;text-transform:uppercase;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;margin-top:5px;margin-bottom:10px;display:block;}.post_attribute.ppb_cat_last{margin:5px 0 0 0;}.post_attribute.ppb_cat_last_fullwidth{margin-top:0;margin-bottom:20px;}.post_normal_wrapper{float:left;width:100%;margin-top:10px;}.ads125_wrapper{margin:0 0 20px 0;float:left;width:100%;}.ads125{width:125px;height:125px;background:#ffffff;border:1px solid #dddddd;-moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);float:left;font-size:11px;color:#ccc;}.ads125 div.text{position:relative;top:43%;text-align:center;width:100%;}.ads125.last{float:right;}.ads468{width:468px;height:60px;background:#ffffff;border:1px solid #dddddd;-moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);float:left;font-size:11px;color:#ccc;}.ads468 div.text{position:relative;top:38%;text-align:center;width:100%;}#wp-calendar tr td{padding:3px 0 3px 0;background:#ebebeb;}#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 tr{background:#ebebeb;}table tr td{border-bottom:1px solid #dddddd;}table tr th{padding:5px 0 3px 0;text-align:center;font-weight:bold;}table thead tr th{background:transparent;}table tfoot tr,table tfoot tr td{background:transparent;border-bottom:0;}ul.posts.blog li a img.frame{width:90px;}#footer ul.posts.blog li a img.frame{width:90px;}.comment_inner h2.widgettitle{margin-left:0px;}.comment_inner #respond h2.widgettitle{margin-left:0;}img.post_thumb{width:90px;height:auto;}#option_btn{position:fixed;top:85px;left:0;cursor:pointer;z-index:99999;}#option_wrapper{position:fixed;top:45px;left:-245px;width:240px;padding:19px 0 23px 0;background:#fff url(//http://goaleurope.com/wp-content/themes/jupiter/images/option_bg.png) repeat-x;z-index:999999;color:#666;font-size:11px;border:1px solid #E1E1E1;border-bottom:1px solid rgba(150,150,150,0.2);-webkit-box-shadow:4px 4px 0px 0px rgba(150,150,150,0.1);-moz-box-shadow:4px 4px 0px 0px rgba(150,150,150,0.1);box-shadow:4px 4px 0px 0px rgba(150,150,150,0.1);}#option_wrapper .inner{width:80%;margin:auto;}.colorpicker_preview{width:100%;height:30px;margin:5px 0 0 0;}#option_wrapper select{width:195px;}.option_menu_style{width:100%;float:left;}.option_menu{float:left;width:96px;margin-bottom:5px;}.option_menu img{width:90px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);-moz-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4);}#preview{position:absolute;top:107px;left:114px;display:none;z-index:99999;padding:5px 5px 2px 5px;background:#272625;}#preview img{z-index:999999;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);-moz-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4);}#menu_border_wrapper select{display:none;width:100%;height:30px;margin:0px;}#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media{list-style:none;display:block;margin-left:0;margin-bottom:20px;}#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media li{display:inline-block;margin-right:3px;}#content_wrapper .inner .inner_wrapper .sidebar_content ul.social_media li img{width:24px;}.widget_tag_cloud div{margin:25px 0 0 0;}.second_nav li .mega_menu_wrapper ul li.widget_tag_cloud div.tagcloud a,.widget_tag_cloud div a,.meta-tags a,a.meta-tags{background:#ebebeb;padding:5px 8px 5px 8px;font-weight:400;margin:0px 0px 5px 0px;display:inline-block;font-weight:500;float:none;letter-spacing:0;}.widget_tag_cloud div a:hover,.meta-tags a:hover,a.meta-tags:hover{background:#000;color:#fff;text-decoration:none;}.pp_list ul{margin-top:15px;}.pp_list ul li{margin:5px 0 0 0;padding-left:22px;padding-bottom:5px;}table{border:0;}#content_wrapper table thead tr th{background:#ebebeb;}table tr{background:#ffffff;}table tr td,table tr th{border-bottom:1px solid transparent;}table tr th{text-transform:uppercase;text-align:left;}table tr th,table tr td{padding:5px 12px 5px 12px;}#footer table tr th,table tr td{padding:5px 5px 3px 5px;text-align:center;}.ui-accordion .ui-accordion-header a{font-size:16px;margin:5px 0 5px 25px;}.ui-accordion .ui-accordion-content{border-left:1px solid #ccc;padding-left:25px;margin-left:17px;}.ui-state-default .ui-icon{background:#000;-moz-border-radius:25px;-webkit-border-radius:25px;border-radius:25px;}.ui-state-active .ui-icon{background:#000;-moz-border-radius:25px;-webkit-border-radius:25px;border-radius:25px;}.ui-accordion .ui-accordion-header .ui-icon{left:0;}.accordion{border:1px solid #ebebeb;-moz-box-shadow:0 1px 3px #ebebeb;-webkit-box-shadow:0 1px 3px #ebebeb;box-shadow:0px 1px 3px #ebebeb;}.accordion h3,.accordion div{border:0;background:transparent;}.pp_accordion,.pp_accordion_close{margin:0;margin-bottom:10px;}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ebebeb;}.ui-corner-all,.ui-corner-top,.ui-corner-bottom{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}.ui-state-default,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,.ui-widget-content{border:0;}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{background:transparent;}.ui-accordion .ui-accordion-header{font-weight:normal;display:block;position:relative;}.pp_accordion{}.accordion div{border-top:1px solid #ebebeb;}.accordion h3{padding:5px 0 5px 8px;}.ui-accordion .ui-accordion-header .ui-icon{left:10px;}.ui-tabs-panel{margin-top:10px;}.ui-widget-header{border-bottom:1px solid #ebebeb;}.tabs .ui-state-default{background:transparent;border:0;}.tabs .ui-state-default a{color:#999;}.ui-tabs .ui-tabs-nav li.ui-tabs-selected{background:#ebebeb;}.ui-tabs .ui-tabs-nav li a{padding:10px 30px 9px 30px;font-size:12px;outline:0;text-transform:uppercase;}.tabs .ui-state-active{font-weight:bold;background:#000;display:block;}.tabs .ui-widget-header,#content_wrapper .inner .inner_wrapper .sidebar_content .tabs .ui-widget-header{border:0;padding-bottom:0;margin-bottom:0;}.tabs .ui-tabs-panel{border-top:3px solid #000;margin:0;}.tabs .ui-state-active a{color:#fff;font-weight:bold;}.ui-tabs li:first-child{margin-left:-2px;}.highlight_yellow{background:#FF9;}.highlight_black{background:#000;color:#fff;}#contact_form{margin-top:15px;}#contact_form label,#commentform label{line-height:20px;font-weight:normal;font-size:12px;display:block;color:#999;}#contact_form label{float:left;margin-top:8px;}.comment-notes{display:none;}#commentform > p{clear:both;}.form-allowed-tags{display:none;}#contact_form label.error,#commentform label.error{color:#AC1C20;float:none;margin-top:8px;margin-bottom:0;}#contact_form textarea,#commentform textarea{float:left;margin-bottom:15px;width:97%;}#commentform input[type=text]{float:left;margin-bottom:15px;width:97%;}.post_previous{width:50%;float:left;margin-top:10px;}.post_previous h6,.post_next h6{margin:0;}.post_previous_icon{width:17px;height:28px;float:left;background:transparent url(../../../themes/jupiter/images/prev_icon.png) no-repeat center center;margin-right:15px;margin-top:10px;}.post_previous_content{float:left;width:85%;margin-top:-5px;text-align:center;}.post_previous_content a{color:#999;}.post_next{width:50%;float:right;margin-top:10px;}.post_next_icon{width:17px;height:28px;float:right;background:transparent url(../../../themes/jupiter/images/next_icon.png) no-repeat center center;margin-left:15px;margin-top:10px;}.post_next_content{float:right;width:85%;margin-top:-5px;text-align:center;}.post_next_content a{color:#999;}.post-ratings{margin-top:10px;margin-bottom:20px;}#content_wrapper .post-ratings img,#content_wrapper .post-ratings-loading img,#content_wrapper .post-ratings-image img{margin-right:3px;}.post_category_rating{float:right;margin-top:22px;}.post_category_rating img{margin-right:3px;}#toTop{display:block;float:right;text-decoration:underline;text-transform:uppercase;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;font-size:12px;font-weight:bold;letter-spacing:2px;cursor:pointer;margin-top:5px;}#toTop:hover{text-decoration:none;}.ads_wrapper{width:90%;margin:auto;text-align:center;padding-bottom:15px;}#post_more_wrapper{position:fixed;bottom:60px;right:0;width:300px;padding:20px;background:#fff;background:rgba(256,256,256,.95);border:1px solid #ccc;box-shadow:0 -8px 15px rgba(0,0,0,0.1);border-right:0;-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:1000;}#post_more_wrapper.hiding{right:-360px;}#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;}.post_ft_gallery_wrapper{text-align:left;}.post_ft_gallery_wrapper.gallery_ft{position:relative;width:100%;height:500px;overflow:hidden;}.post_ft_gallery_wrapper a{display:inline-block;}.page_layerslider{margin:0;margin-top:10px;width:100%;background:#000;height:auto;}.ls-shadow{display:none !important;}.ppb_header{margin-top:10px;margin-bottom:25px;}.ppb_header.fullwidth{padding-top:0;margin-bottom:30px;}.one{width:100%;margin-bottom:25px;float:none;}.one.ppb_classic,.one.ppb_column{margin-bottom:0;}.item_bg{background:#ffc000;display:block;}.carousel_thumb{margin:0 0 5px 0;}.post_audio_wrapper{margin:0 0 0 0 !important;}#review-box h2.review-box-header{text-align:center;margin-bottom:1px !important;color:#000;text-transform:uppercase;padding-bottom:5px;border-bottom:3px solid #000;margin-top:0;padding-top:0;}.review-box{padding:0 !important;margin-top:0 !important;}.review-item{margin-bottom:1px !important;}#review-box p{color:#444 !important;}.review-percentage .review-item span span{background-image:none !important;}.user-rate-wrap{background:#f5f5f5 !important;color:#444 !important;margin-top:0 !important;}.user-rate-wrap strong{color:#444 !important;}.review-final-score{background:#f5f5f5 !important;border:0 !important;}#review-box .review-final-score h3{color:#000;font-weight:400;}#review-box.review-stars .review-item h5{color:#000;font-weight:400;}.review-box{background:#f5f5f5 !important;}.review-bottom{margin-top:40px !important;margin-bottom:20px !important;}#content_wrapper .sidebar .content .sidebar_widget > li #review-box h2.review-box-header{display:none !important;}#content_wrapper .sidebar .content .sidebar_widget li.taqyeem-review-widget h2.widgettitle{margin-bottom:1px !important;}ul.reviews-posts h3{font-size:14px;font-family:Helvetica,'Helvetica Neue',Arial,Verdana,sans-serif !important;font-weight:bold;letter-spacing:0;text-transform:none;margin:0;}#footer ul.reviews-posts h3{font-size:12px;}ul.reviews-posts li{width:90%;}#review-box.review-percentage .review-item h5,#review-box.review-percentage .review-item h5{padding:0 !important;color:#000 !important;font-size:12px !important;text-transform:uppercase;letter-spacing:1px;}.review-percentage .review-item span span{top:30px !important;height:10px !important;}.review-summary{background:#f5f5f5 !important;}.review-box{font-size:14px;}#content_wrapper .sidebar .content .sidebar_widget > li.taqyeem-review-widget .review_wrap{padding-top:15px;}#autocomplete{display:none;position:absolute;z-index:1001;width:280px;font-size:13px;color:#555;background:#f9f9f9;margin-left:-15px;margin-top:10px;border:1px solid #ccc;border-top:0;box-shadow:0 8px 15px rgba(0,0,0,0.1);}#autocomplete a,#autocomplete a:hover,#autocomplete a:active{text-decoration:none !important;}#autocomplete ul{margin:0;padding:0;list-style:none;}#autocomplete li{display:block;clear:both;float:left;width:250px;padding:15px 15px 0 15px;}#autocomplete li:last-child{padding-bottom:15px;}#autocomplete li:hover{background-color:#ffffff;background-image:none;}#autocomplete li.view_all{color:#555;text-align:center;letter-spacing:2px;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;text-transform:uppercase;font-size:11px;border-top:1px solid #ebebeb;background:#fff;}#autocomplete li.view_all a{color:#555;}#autocomplete li .ajax_post{float:left;width:180px;}.screen-reader-text{display:none;}#mobile_nav_icon{margin-top:17px;display:block;border-bottom:10px double #999;border-top:3px solid #999;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;border-top-color:rgba(255,255,255,0.7);border-bottom-color:rgba(255,255,255,0.7);display:none;cursor:pointer;}#mobile_nav_icon:hover,#mobile_nav_icon:active{border-color:#fff;}.mobile_menu_wrapper{left:0px;-webkit-transform:translate3d(-100%,0px,0px);-ms-transform:translate3d(-100%,0px,0px);-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform 500ms ease;transition:-webkit-transform 500ms ease;-webkit-font-smoothing:subpixel-antialiased; width:70%;background:#000;position:absolute; top:0px; overflow:visible;}body.js_nav .mobile_menu_wrapper{-webkit-transform:translate3d(0px,0px,0px);-moz-transform:translate3d(0px,0px,0px);transform:translate3d(0px,0px,0px);}@-moz-document url-prefix(){.mobile_menu_wrapper{display:none;}body.js_nav .mobile_menu_wrapper{display:block;}}.sticky{background:#ffffe0;padding:5px 20px 5px 20px;border:1px solid #e6db55;}ins{background:#fff9c0;text-decoration:none;}.gallery .gallery-item img{border:0 !important;}#imageFlow{width:100%;height:100%;background:transparent;position:absolute;overflow:hidden;}#imageFlow.single_post{position:absolute;height:100%;width:100%;}#imageFlow .diapo{position:absolute;left:-4000px;cursor:pointer;-ms-interpolation-mode:nearest-neighbor;}#imageFlow .link{margin-left:-1px;margin-bottom:-1px;}#imageFlow .text{position:absolute;left:0px;width:100%;bottom:45%;text-align:center;z-index:1000;color:#fff;z-index:999;font-size:14px;font-weight:500;font-family:Arial,'helvetica neue',Helvetica,sans-serif;}#imageFlow.collection .text{bottom:60%;}#imageFlow .title{display:inline-block;color:#fff;padding:0 10px 0 10px;}#imageFlow .legend{width:50%;margin:auto;margin-top:5px;color:#999;font-weight:bold;}#imageFlow .scrollbar{position:absolute;left:30%;bottom:2%;width:40%;height:16px;z-index:1000;}#imageFlow .track{position:absolute;left:1%;width:98%;height:10px;}#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;}.diapo{opacity:1;margin-right:10px;}.diapo.current{opacity:1;}.slider_wrapper{width:960px;height:420px;margin:auto;margin-top:40px;margin-bottom:10px;background:#f5f5f5 url(../../../themes/jupiter/images/loading.gif) no-repeat center center;}.slider_wrapper .main_post{float:left;width:660px;height:420px;position:relative;background:#000;}.slider_wrapper .main_post a img{-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-o-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;max-width:100%;height:auto;}.slider_wrapper .main_post a:hover img{opacity:.6;}.slider_wrapper .main_post .post_title{display:block;position:absolute;bottom:0;left:0;width:100%;min-height:130px;background:transparent url(../../../themes/jupiter/images/main_post_title.png) repeat-x bottom center;}.slider_wrapper .main_post .post_title h3{font-size:22px;text-transform:uppercase;color:#fff;position:absolute;bottom:2%;display:block;text-align:center;width:640px;padding:0 10px 0 10px;}.slider_wrapper .sub_post{float:left;width:300px;height:210px;position:relative;background:#000;}.slider_wrapper .sub_post a img{-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-o-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;max-width:100%;height:auto;}.slider_wrapper .sub_post a:hover img{opacity:.6;}.slider_wrapper .sub_post .post_title{display:block;position:absolute;bottom:0;left:0;width:100%;min-height:69px;background:transparent url(../../../themes/jupiter/images/sub_post_title.png) repeat-x bottom center;}.slider_wrapper .sub_post .post_title h4{font-size:16px;text-transform:uppercase;color:#fff;position:absolute;bottom:5%;display:block;text-align:center;width:280px;padding:0 10px 0 10px;}.slider_wrapper .main_post_full{float:left;width:960px;height:420px;position:relative;background:#000;}.slider_wrapper .main_post_full a img{-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-o-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear;max-width:100%;height:auto;}.slider_wrapper .main_post_full a:hover img{opacity:.6;}.slider_wrapper .main_post_full .post_title{display:block;position:absolute;bottom:0;left:0;width:100%;min-height:200px;background:transparent url(../../../themes/jupiter/images/main_post_full_title.png) repeat-x bottom center;vertical-align:bottom;}.slider_wrapper .main_post_full .post_title .post_title_full_wrapper{position:absolute;bottom:15px;width:100%;}.slider_wrapper .main_post_full .post_title h3{font-size:30px;text-transform:uppercase;color:#fff;display:block;text-align:center;width:900px;padding:0 10px 0 10px;margin-bottom:0;}.slider_wrapper .main_post_full .post_title .post_excerpt{margin:auto;font-size:16px;color:#fff;text-align:center;width:700px;color:#ebebeb;}.slider_widget_wrapper{width:300px;height:260px;margin:auto;margin-top:25px !important;background:transparent url(../../../themes/jupiter/images/loading.gif) no-repeat center center;text-align:center;}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;margin-top:0px !important;}.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{box-shadow:0px 0px 0px black !important;width:90% !important;text-align:center !important;margin:auto !important;}.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3{font-size:18px !important;}.woocommerce ul.products li.product .price del,.woocommerce-page ul.products li.product .price del{font-size:1em !important;}.woocommerce ul.products li.product .price ins,.woocommerce-page ul.products li.product .price ins,.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{text-decoration:none !important;font-size:16px !important;font-weight:bold !important;}.woocommerce ul.cart_list li ins,.woocommerce ul.product_list_widget li ins,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li ins{text-decoration:none;font-weight:bold;}.woocommerce a.added_to_cart,.woocommerce-page a.added_to_cart{display:none !important;}.woocommerce ul.cart_list li img,.woocommerce-page ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.product_list_widget li img{box-shadow:0px 0px 0px black !important;-webkit-box-shadow:0px 0px 0px black !important;-moz-box-shadow:0px 0px 0px black !important;width:45px;height:auto;}.woocommerce div.product div.images img,.woocommerce-page div.product div.images img,.woocommerce #content div.product div.images img,.woocommerce-page #content div.product div.images img{box-shadow:0px 0px 0px black !important;-webkit-box-shadow:0px 0px 0px black !important;-moz-box-shadow:0px 0px 0px black !important;}.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs{margin-left:0 !important;}.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1{font-size:22px !important;}.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h2{font-size:18px !important;}.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h3{font-size:16px !important;}.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h4{font-size:14px !important;}.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h5{font-size:13px !important;}.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6{font-size:12px !important;}.woocommerce div.product div.images div.thumbnails a,.woocommerce-page div.product div.images div.thumbnails a,.woocommerce #content div.product div.images div.thumbnails a,.woocommerce-page #content div.product div.images div.thumbnails a{margin-bottom:3.8%;}div[itemprop="description"]{margin: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;background:#f7f6f7 !important;color:#5e5e5e !important;background:-webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf)) !important;background:-webkit-linear-gradient(#f7f6f7,#dfdbdf) !important;background:-moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%) !important;background:-moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%) !important;}.woocommerce ul.products li.product a.add_to_cart_button,.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 a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce #content input.button,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button,.woocommerce-page #respond input#submit,.woocommerce-page #content input.button{background:#888 !important;color:#fff !important;text-shadow:none !important;border-color:#888 !important;text-transform:none !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;border-radius:0px !important;font-size:12px !important;text-transform:uppercase !important;letter-spacing:0px !important;font-weight:normal !important;}.woocommerce .widget_shopping_cart .widget_shopping_cart_content a.button,.woocommerce table.cart td.actions .button.alt.checkout-button,.woocommerce #payment #place_order,.woocommerce-page #payment #place_order,.woocommerce table.cart td.actions .button.alt{background:#000 !important;color:#fff !important;text-shadow:none !important;border-color:#000 !important;font-weight:normal !important;}.woocommerce div.product form.cart .button,.woocommerce #content div.product form.cart .button,.woocommerce-page div.product form.cart .button,.woocommerce-page #content div.product form.cart .button{font-weight:normal !important;}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a,.woocommerce-page ul.cart_list li a,.woocommerce-page ul.product_list_widget li a{font-weight:normal !important;}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{width:60px !important;float:left !important;margin-right:15px !important;}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce #content input.button,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button,.woocommerce-page #respond input#submit,.woocommerce-page #content input.button{font-family:'Open Sans',Arial,Tahoma,Verdana,sans-serif;text-transform:uppercase !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:#999 !important;}.woocommerce table.cart a.remove:hover,.woocommerce #content table.cart a.remove:hover,.woocommerce-page table.cart a.remove:hover,.woocommerce-page #content table.cart a.remove:hover{color:#fff !important;}body.woocommerce .page-title{display:none;}h1.product_title{font-size:28px;margin:0;}p.price{padding-top:0;margin-top:0;}p.price span.amount{font-weight:bold;}body.single-product #page_caption{margin-top:20px;margin-bottom:40px;}body.single-product #page_caption h2{display:none;}#tab-description h2,.woocommerce #reviews #comments h2,.woocommerce-page #reviews #comments h2{font-size:22px;}.checkout h3{font-size:22px;}.related.products h2,.cart_totals h2,.shipping_calculator h2{font-size:22px;margin-bottom:0;}.cart_totals h2{display:none;}.shipping_calculator h2{text-align:left;}.related.products{margin-top:30px;}.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before{border-bottom:3px solid #000 !important;}.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{background:transparent !important;border:0 !important;box-shadow:none !important;}.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page div.product .woocommerce-tabs ul.tabs li a{padding:10px 30px 9px 30px !important;font-weight:normal !important;text-transform:uppercase !important;font-size:12px !important;text-shadow:none !important;}.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active{background:#000 !important;border-radius:0px !important;height:auto !important;z-index:0 !important;padding:0 !important;}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a{color:#fff !important;font-weight:bold !important;border:0 !important;border-radius:0px !important;}.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs{padding-left:20px !important;}.widget_shopping_cart_content a.button{margin-right:5px !important;}#mc4wp_email{padding:10px;font-size:14px;margin:0;border:0;background:#f5f5f5;font-family:'Open Sans','Helvetica Neue',Arial,Verdana,sans-serif;-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;}@media only screen and (min-width:768px) and (max-width:960px){.mainmenu.notice{display:none;}body{font-size:13px;}h1{font-size:30px;}h2{font-size:24px;}h3{font-size:22px;}h4{font-size:20px;}h5{font-size:18px;}h5.header_line,#content_wrapper .inner .inner_wrapper .sidebar_content h5.header_line{font-size:20px;}h6{font-size:14px;}h7{font-size:14px;}h5.ppb_classic_title{font-size:18px;}#page_caption h1,#page_caption h2{font-size:26px; margin-bottom:5px;}#boxed_wrapper{width:768px;}#option_btn{display:none;}.social_wrapper{width:350px;}#wrapper{width:100%;}#top_bar{width:768px;}.standard_wrapper.small{width:726px;}input[type="submit"].medium,input[type="button"].medium,a.button.medium{font-size:14px; padding:.65em 1.4em .65em 1.4em;}#footer,.footer_wrapper{width:100%;}#footer ul.sidebar_widget{width:726px; float:none;}#copyright{width:768px;}.copyright_wrapper{width:726px;}.copyright_wrapper .left_wrapper{width:450px;}.copyright_wrapper .right_wrapper{width:200px;}.logo{margin:auto; margin-top:40px; float:none; text-align:center;}.slider_wrapper{margin-top:25px; width:726px; height:318px; margin-bottom:10px;}.slider_wrapper .main_post{width:500px; height:318px;}.slider_wrapper .main_post_full{width:726px; height:318px;}.slider_wrapper .sub_post{width:226px; height:159px;}.slider_wrapper .main_post .post_title h3{width:480px;}.slider_wrapper .main_post_full .post_title h3{width:726px; font-size:24px;}.slider_wrapper .main_post_full .post_title .post_excerpt{width:600px;font-size:14px;}.slider_wrapper .sub_post .post_title h4{width:206px;font-size:16px !important;}#custom_logo{float:none; display:inline;}#custom_logo img{max-width:726px; height:auto;}.header_ads{float:none; margin:auto; text-align:center; margin-top:10px;}.logo_tagline{display:none;}#content_wrapper{width:726px;}#content_wrapper .inner{width:746px;}.standard_wrapper,.standard_wrapper.wide{width:726px;}#content_wrapper .inner .inner_wrapper.fullwidth{width:726px; margin:auto;}#autocomplete{width:250px;}#autocomplete li{width:220px;}#autocomplete li .ajax_post{width:150px;}.main_nav ul,.main_nav{display:none;}.second_nav ul,.second_nav{display:none;}body.home #content_wrapper .inner .inner_wrapper .sidebar_wrapper{margin-top:15px; margin-left:16px;}body.home #content_wrapper .inner .inner_wrapper .sidebar_wrapper{float:left;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper{margin-left:26px;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper{float:left;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper.left_sidebar{width:180px; padding-right:10px; margin-right:10px;}#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar{width:520px;}#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar img,#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar iframe,#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar div{max-width:520px;}#content_wrapper .inner .inner_wrapper img{max-width:100%; height:auto;}li.Custom_Facebook_Page{display:none;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper{width:200px; padding-left:0px;}body.home #content_wrapper .inner .inner_wrapper .sidebar_content{width:500px; margin-left:5px;}#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding{width:470px; padding:15px;}#content_wrapper .inner .inner_wrapper .sidebar_content{width:500px; margin-left:0;}#content_wrapper .inner .inner_wrapper .sidebar_content img,#content_wrapper .innmaxer .inner_wrapper .sidebar_content iframe,#content_wrapper .inner .inner_wrapper .sidebar_content div,#content_wrapper .inner .inner_wrapper .sidebar_content object{max-width:100%;}#content_wrapper .inner .inner_wrapper .sidebar_content div{max-width:100%;}#content_wrapper .inner .inner_wrapper .sidebar_content div.row.clearfix{width:480px;}#content_wrapper .inner .inner_wrapper .sidebar_content div.rev_con{max-width:150px; margin-right:10px;}.map_shadow,#map_contact{width:530px; height:250px;}.pricing_box.five.large .header span{font-size:1.3em; top:15px;}.video-js-box,video.video-js{max-width:520px;}.vjs-poster{width:520px; height:auto;}.comment .right{width:86%;}ul.children div.comment .right{width:82%;}#content_wrapper ul.children ul.children{width:77%;}.social_profile .social_icon{margin-right:10px;}.social_profile .social_icon img{max-width:22px !important; height:auto;}.social_profile .profile .counter h4{font-size:16px;}.social_profile .count{display:none;}.ads125_wrapper div.ads125,.ads125_wrapper img{width:90px; height:90px;}.post_header_wrapper{width:100%;}#footer .sidebar_widget li ul.thumb li img,#footer ul.posts.blog li a img.frame,{width:38px;}.widget_calendar{display:none;}#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li,#content_wrapper .one_half.home .sidebar_widget li ul.thumb li{margin-right:3px;}#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type="text"],#content_wrapper .one_half.home .sidebar_widget li form#searchform input[type="text"],#footer .sidebar_widget li form#searchform input[type="text"]{width:96%;}#about_the_author .description{width:360px;}#about_the_author{width:480px;}.comment_inner,.comment{width:520px;}.post_header_wrapper.single{width:250px;}.post_wrapper.half{width:250px; margin-top:15px;}.post_wrapper.half .post_img a img{width:250px;}.post_inner_wrapper.half,body.home .post_inner_wrapper.half,.post_header_wrapper.half{width:100%;}.post_header_wrapper.half h4{font-size:18px;}.post_img .caption_cat.half{top:-160px;}.post_img .caption_cat{top:-221px;}ul.children .comment{width:88%;}strong.title,a.post_title{font-size:14px;}#content_wrapper #post_mansory_wrapper.inner{width:768px; margin:auto; margin-top:-40px;}.post_wrapper.half.mansory{width:240px; padding-top:0; margin:5px;}.post_wrapper.half.mansory .post_img a img{width:220px;}.post_wrapper.half.mansory .post_img{margin-top:15px;}.pagination{margin-left:5px;}.readmore{font-size:13px;}#about_the_author .description.author{width:360px;}.post_img{background:transparent !important;}.post_img.ppb_cat_fullwidth{width:335px !important; height:264px !important;}.post_img.ppb_cat_fullwidth img{max-width:335px !important; height:auto;}.post_img.ppb_cat_sidebar{width:240px !important; height:auto !important;}.post_img.ppb_cat_sidebar img{max-width:240px !important; height:auto;}.post_img.ppb_classic_sidebar{width:500px !important; height:287px !important; margin-left:0;}.post_img.ppb_classic_sidebar img{max-width:500px !important; height:auto; margin-left:0;}.post_img.ppb_classic_fullwidth{width:330px !important; height:186px !important; margin-left:0;}.post_img.ppb_classic_fullwidth img{max-width:330px !important; height:auto !important; margin-left:0;}.post_img.ppb_column_sidebar{max-width:auto !important; height:auto !important; margin-left:0;}.post_img.ppb_column_sidebar img{max-width:auto !important; height:auto !important; margin-left:0;}.post_img.ppb_column_fullwidth{width:220px !important; height:auto !important; margin-left:0;}.post_img.ppb_column_fullwidth img{max-width:auto !important; height:auto !important; margin-left:0;}#post_mansory_wrapper.ppb_fullwidth{width:726px;}.ppb_column_sidebar .review_score_bg{bottom:4px;}.ppb_classic_fullwidth .comment_number_bg,.ppb_classic_fullwidth .review_score_bg{right:10px;}#page_caption .boxed_wrapper{width:726px;}.post_img.half{max-width:auto !important; height:auto !important; margin-left:0;}.element[rel=two_columns]{margin-right:0;}.element[rel=two_columns],.element[rel=two_columns].last{width:48%;}.post_wrapper.half.mansory .post_img{width:240px !important; height:auto !important; margin-left:0;}.post_wrapper.half.mansory .post_img img{width:240px !important; height:auto !important; margin-left:0;}#mobile_nav_icon{display:block;}.mobile_main_nav,mobile_main_nav li ul{list-style:none;}.mobile_main_nav li{border-top:1px solid #333; border-bottom:1px solid #333;}.mobile_main_nav li a{color:#999; display:block; padding:15px 12px 15px 15px; text-transform:uppercase; text-decoration:none !important; font-size:12px; letter-spacing:1px; font-weight:bold;}.mobile_main_nav li ul li a{padding-left:30px; font-size:11px;}.mobile_main_nav li a:hover{background:#222; color:#fff; text-decoration:none !important;}.mobile_main_nav li ul li:last-child{border-bottom:0;}.mobile_main_nav li ul li ul li a{padding-left:60px; font-size:11px;}.ppb_column_post.masonry{margin-right:24px;}.one_half.ppb_classic{margin-bottom:40px;}.one_half.last.ppb_cat_last{width:45%;}.slider_widget_wrapper{width:220px; height:154px;}#footer .sidebar_widget li{margin-right:25px;}.post_slideshow_widget li a img{max-width:100%; height:auto;}.single_post_ft_wrapper{width:726px; margin-bottom:20px; margin-top:20px;}.single_post_ft_wrapper div{max-width:100% !important; max-height:428px !important;}#page_caption{width:726px; margin:auto; margin-top:20px; margin-bottom:30px; border-bottom:3px solid #000; padding-bottom:0; text-align:center;}ul.posts.blog li a img.frame{width:70px;}#page_caption.single_post h2{font-size:26px;}#review-box h2.review-box-header{font-size:20px;}#content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle,h2.widgettitle{font-size:16px;}.single_post_ft_wrapper.gallery_ft,.post_ft_gallery_wrapper.gallery_ft{height:350px;}.pp_gallery img{max-width:175px !important; height:auto;}}@media only screen and (max-width:767px){.mainmenu.notice{display:none;}h1{font-size:30px;}h2{font-size:22px;}h3{font-size:20px;}h4{font-size:18px;}h5{font-size:16px;}h6{font-size:14px;}h7{font-size:13px;}#page_caption h1,#page_caption h2{font-size:24px;}#page_caption.single_post h2{font-size:24px;}h5,h3#reply-title{font-size:18px;}#content_wrapper .inner .inner_wrapper .sidebar_content h5.header_line,h5.header_line{font-size:20px;}h5.ppb_classic_title{font-size:16px;}body{font-size:13px;}#boxed_wrapper{width:300px; margin:auto;}.social_wrapper{width:300px; margin:auto;}#top_menu{margin-top:15px;}#top_menu li{font-size:11px; margin-right:10px;}.standard_wrapper.header{width:300px; margin:auto;}#wrapper{width:100%;}#top_bar{width:300px; margin:auto; height:auto;}.slider_wrapper{margin-top:20px; width:300px; margin:auto; height:auto; margin-bottom:0;}.slider_wrapper .main_post{width:300px; margin:auto; height:auto;}.slider_wrapper .main_post_full{width:300px; margin:auto; height:auto;}.slider_wrapper .sub_post{width:150px; height:auto;}.slider_wrapper .main_post .post_title h3{width:298px; font-size:16px !important;}.slider_wrapper .main_post_full .post_title h3{width:298px; font-size:16px;}.slider_wrapper .main_post_full .post_title .post_title_full_wrapper{bottom:5px;}.slider_wrapper .main_post_full .post_title .post_excerpt{display:none;}.slider_wrapper .sub_post .post_title h4{width:139px; font-size:12px !important;}.standard_wrapper.small{width:300px;}#footer{width:300px; margin:auto;}#footer ul.sidebar_widget{width:300px;}#copyright{width:300px;}.copyright_wrapper{width:300px;}.copyright_wrapper .left_wrapper{float:left; width:100%;}.copyright_wrapper .right_wrapper{float:left; width:100%; text-align:left;}#footer ul li.widget,#footer ul li.widget.last{float:none; width:100%; margin-left:0; padding-bottom:0;}#footer ul li.widget,#footer ul li.widget .slider_widget_wrapper.flexslider{margin:auto;}#footer .sidebar_widget li.widget-four{float:left;}#content_wrapper{width:300px; margin-top:0; padding-top:0; margin:auto;}.caption_inner{width:290px;}.standard_wrapper,.standard_wrapper.wide{width:300px; margin:auto;}.one_fourth{width:100%; margin-bottom:2%; clear:both;}.one_fourth.last{width:100%; margin-bottom:2%; clear:both;}.one_third{width:100%; margin-bottom:2%; clear:both;}.one_third.last{width:100%; margin-bottom:2%;}.one_half{width:100%; margin-bottom:2%; float:none; clear:both;}.one_half.last{width:100%; margin-bottom:2%; clear:both;}.two_third{width:100%; margin-bottom:2%; clear:both;}.two_third.last{width:100%; margin-bottom:2%; clear:both;}.one_fifth{width:100%; margin-bottom:2%; clear:both;}.one_fifth.last{width:100%; margin-bottom:2%; clear:both;}.one_sixth{width:100%; margin-bottom:2%; clear:both;}.one_sixth.last{width:100%; margin-bottom:2%; clear:both;}.pricing_box.three{width:100%;}#content_wrapper .inner{margin:0; width:300px; margin:auto;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper.left_sidebar{width:100%; padding-right:0; margin-right:0;}#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar{width:100%;}#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar iframe,#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar div,#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar img{max-width:100%; height:auto;}#content_wrapper .inner .inner_wrapper img{max-width:100%; height:auto;}li.Custom_Facebook_Page{display:none;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper{width:100%; float:none; padding-left:0; margin:0; margin:auto;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar{float:none; width:300px; margin:0; margin:auto;}#content_wrapper .inner .inner_wrapper .sidebar_content{width:300px; margin:auto; margin-top:0;}#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding{width:300px;}#content_wrapper .inner .inner_wrapper .sidebar_content iframe,#content_wrapper .inner .inner_wrapper .sidebar_content div,#content_wrapper .inner .inner_wrapper .sidebar_content img{max-width:100%;}body.home #content_wrapper .inner .inner_wrapper .sidebar_wrapper{margin-top:10px; float:left; position:relative; width:300px;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper{margin-top:0;}#searchform input[type="text"]{width:286px;}blockquote{width:80%;}.top_info{text-align:center; width:100%; margin-bottom:10px;}.social_wrapper ul{margin-bottom:10px; text-align:center;}.social_wrapper ul li{display:inline-block; float:none;}.logo{text-align:center; float:none; margin:0; padding-top:20px;}#custom_logo{float:none; margin:auto;}#custom_logo img{max-width:300px; height:auto;}.header_ads{float:none; text-align:center; margin:0;margin-top:20px;}.social_wrapper{display:none;}.comment .right{width:76%;}ul.children div.comment .right{width:76%;}ul.children div.comment ul.children div.comment .right{width:50%;}#content_wrapper ul.children ul.children{width:100%;}ul.children .comment{margin-left:-35px; width:100%;}#content_wrapper ul.children{border:0;}#content_wrapper ul.children ul.children{margin-left:-16px;}.comment_wrapper #respond{margin-left:20px;}.comment_wrapper ul.children #respond{margin-left:-55px;}form textarea{max-width:269px;}.post_wrapper.half{width:210px;}#header_wrapper{margin-bottom:0;}.header_ads{float:none;}.ads468{width:290px;}.post_header_wrapper{width:100%;}.post_header,.post_header.single_post{width:100%;}.post_inner_wrapper,body.home .post_inner_wrapper{width:300px; margin:auto;}#footer .sidebar_widget li ul.thumb li img,#footer ul.posts.blog li a img.frame,{width:38px;}#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li,#content_wrapper .one_half.home .sidebar_widget li ul.thumb li{margin-right:3px;}#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type="text"],#content_wrapper .one_half.home .sidebar_widget li form#searchform input[type="text"],#footer .sidebar_widget li form#searchform input[type="text"]{width:100%;}#about_the_author .description{width:190px;}#about_the_author{width:260px;}.comment_inner,.comment{width:300px;}.post_header_wrapper.single{width:250px;}.post_wrapper.half{width:300px; margin-top:15px;}.post_wrapper.half .post_img a img{width:260px;}.post_inner_wrapper.half,body.home .post_inner_wrapper.half,.post_header_wrapper.half{width:100%; margin-left:0 !important;}.post_header_wrapper.half h4{font-size:14px;}.post_img .caption_cat.half{top:-191px;}.post_wrapper{margin-left:0;}.post_header h3{font-size:20px;}.post_img .caption_cat{top:-130px;}#copyright{width:100%; margin-top:0; padding-top:20px; padding-bottom:20px;}#copyright_left,#toTop{float:none; width:100%; text-align:center;}#copyright .social_wrapper{float:none; width:100%; text-align:center;}#copyright .social_wrapper ul li{float:none; margin-top:15px;}h2.widgettitle.header{margin:0;}.page_fullwidth{margin-left:0;}.comment_inner #respond{margin-left:0;}ul.children .comment{border:0;}.header_ads img{max-width:300px;}.footer_wrapper{width:100%;}body.home .footer_wrapper{margin-top:0;}#footer .sidebar_widget{padding-top:10px;}#footer .sidebar_widget li ul.thumb li img{width:76px;}#content_wrapper #post_mansory_wrapper.inner{width:320px; margin-top:0; margin-left:0;}#content_wrapper .inner .inner_wrapper .sidebar_content.widthbg{width:260px;}.sidebar_content .page_fullwidth,#content_wrapper .inner .inner_wrapper.fullwidth{width:300px; margin:auto; padding:0; margin-top:0;}#contact_form textarea,#commentform textarea{max-width:94%; width:94%;}#commentform pre,code,tt{width:220px;}.post_wrapper.dark{padding-top:2px;}.pagination{margin:0 0 0 2px;}#content_wrapper .inner .inner_wrapper .sidebar_content div.row.clearfix{width:260px;}#content_wrapper .inner .inner_wrapper .sidebar_content div.rev_con{width:260px !important; clear:both; float:left !important; margin-top:30px;}#autocomplete{width:250px;}#autocomplete li{width:220px;}#autocomplete li .ajax_post{width:150px;}.main_nav ul,.main_nav{display:none;}.second_nav ul,.second_nav{display:none;}#mobile_nav_icon{display:block;}.mobile_main_nav,mobile_main_nav li ul{list-style:none;}.mobile_main_nav li{border-top:1px solid #333; border-bottom:1px solid #333;}.mobile_main_nav li a{color:#999; display:block; padding:15px 12px 15px 15px; text-transform:uppercase; text-decoration:none !important; font-size:12px; letter-spacing:1px; font-weight:bold;}.mobile_main_nav li ul li a{padding-left:30px; font-size:11px;}.mobile_main_nav li a:hover{background:#222; color:#fff; text-decoration:none !important;}.mobile_main_nav li ul li:last-child{border-bottom:0;}.mobile_main_nav li ul li ul li a{padding-left:60px; font-size:11px;}.post_img{background:transparent !important;}.post_img.ppb_cat_fullwidth{width:100% !important; height:auto !important; text-align:center;}.post_img.ppb_cat_fullwidth img{max-width:290px !important; height:auto; max-height:290px !important;}.post_img.ppb_cat_sidebar{width:100% !important; height:auto !important; text-align:center;}.post_img.ppb_cat_sidebar img{max-width:290px !important; height:auto;}.post_img.ppb_classic_sidebar{width:100% !important; height:auto !important; text-align:center;}.post_img.ppb_classic_sidebar img{max-width:290px !important; height:auto; margin-left:0;}.post_img.ppb_classic_fullwidth{width:100% !important; height:auto !important; margin-left:0; text-align:center;}.post_img.ppb_classic_fullwidth img{max-width:300px !important; height:auto !important; margin-left:0;}.post_img.ppb_column_sidebar{max-width:auto !important; height:auto !important; margin-left:0;}.post_img.ppb_column_sidebar img{max-width:auto !important; height:auto !important; margin-left:0;}.post_img.ppb_column_fullwidth{width:100% !important; height:auto !important; margin-left:0; text-align:center;}.post_img.ppb_column_fullwidth img{max-width:auto !important; height:auto !important; margin-left:0;}.ppb_column_sidebar .review_score_bg{font-size:20px; bottom:4px;}.review_score_bg,.post_type_bg{display:none !important;}#post_mansory_wrapper.ppb_fullwidth{width:300px;}.ppb_column_post.masonry{width:100%;}#content_wrapper .sidebar .content .sidebar_widget > li:last-child{margin-bottom:0;}#page_caption .boxed_wrapper{width:100%;}#page_caption{width:300px; margin:auto; padding-bottom:0; margin-top:30px;}.gravatar{width:50px; height:50px;}.post_img,.post_img.single,.post_img.nospace{width:100%; height:auto; text-align:center;}.post_img.half{width:150px !important; height:100px !important; margin-left:0;}.post_wrapper.half.mansory{width:150px; margin-left:0;}.post_previous_icon,.post_next_icon{display:none;}.post_wrapper.half.mansory .post_img,.post_wrapper.half.mansory .post_img img{width:150px !important; height:100px !important;}.flexslider .slides{margin:0 !important;}.one_half.ppb_classic.last{margin-bottom:25px;}h7.ppb_cat_title{width:100%; text-align:center;}.one_half.last.ppb_cat_last{width:100%; text-align:center;}.type-post[rel=two_columns],.ppb_column_post{margin-right:10px;}.single_post_ft_wrapper{width:300px; margin:auto; margin-bottom:20px; margin-top:20px;}.single_post_ft_wrapper div{max-width:100% !important;}.single_post_ft_wrapper.gallery_ft{max-height:166px;}.video_wrapper{margin-bottom:35px;}#post_more_wrapper{bottom:104px;}.search_form_wrapper form input{max-width:298px;}.pp_gallery img{max-width:154px !important; height:auto;}h1.error{font-size:28px;}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:46% !important;}.woocommerce div.product div.images,.woocommerce-page div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce div.product div.summary,.woocommerce-page div.product div.summary,.woocommerce #content div.product div.summary,.woocommerce-page #content div.product div.summary{width:100% !important;}.woocommerce .related ul.products li.product,.woocommerce .related ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce .upsells.products ul li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .related ul li.product,.woocommerce-page .upsells.products ul.products li.product,.woocommerce-page .upsells.products ul li.product{width:46% !important;}.single_post_ft_wrapper.gallery_ft,.post_ft_gallery_wrapper.gallery_ft{height:160px;}}@media only screen and (min-width:480px) and (max-width:767px){#boxed_wrapper{width:480px; margin-top:-20px;}#header_wrapper{display:block;}#top_menu li{font-size:14px;}.social_wrapper{width:480px;}#header_wrapper .social_wrapper{width:100%;}.standard_wrapper.header{width:480px;}#wrapper{width:480px;}#top_bar{width:480px; height:auto; float:left;}.standard_wrapper.small{width:420px;}.tagline_text{float:none; width:100%;}.tagline_button{float:none; width:100%; text-align:center; margin-top:30px;}#footer,.footer_wrapper{width:100%;}#footer ul.sidebar_widget{width:440px; margin:auto; float:none;}#copyright{width:480px;}.copyright_wrapper{width:420px;}.copyright_wrapper .left_wrapper{float:left; width:100%;}.copyright_wrapper .right_wrapper{float:left; width:100%; text-align:left;}#footer ul li.widget,#footer ul li.widget.last{float:none; width:100%; margin-right:0;}#content_wrapper{width:440px; margin-top:0; padding-top:0px; padding-bottom:0;}#content_wrapper .inner{width:440px; margin:auto;}.caption_inner{width:440px;}.standard_wrapper{width:440px;}#top_menu{float:none; text-align:center; display:block; margin-top:0; padding-top:10px;}.slider_wrapper{margin-top:20px; width:440px; height:auto; margin-bottom:0;}.slider_wrapper .main_post{width:440px; height:auto;}.slider_wrapper .main_post_full{width:440px; height:auto;}.slider_wrapper .sub_post{width:220px; height:auto;}.slider_wrapper .main_post .post_title h3{width:420px; font-size:18px !important;}.slider_wrapper .sub_post .post_title h4{width:200px; font-size:13px !important;}.slider_wrapper .main_post_full .post_title h3{width:420px; font-size:20px;}.slider_wrapper .main_post_full .post_title .post_title_full_wrapper{bottom:5px;}.slider_wrapper .main_post_full .post_title .post_excerpt{display:none;}.one_fourth{width:100%; margin-right:0; margin-bottom:2%; clear:both;}.one_fourth.last{width:100%; margin-right:0; margin-bottom:2%; clear:both;}.one_third{width:100%; margin-right:0; margin-bottom:2%; clear:both;}.one_third.last{width:100%; margin-right:0; margin-bottom:2%; clear:both;}.one_half{width:100%; margin-right:0; margin-bottom:2%; clear:both;}.one_half.last{width:100%; margin-right:0; margin-bottom:2%; clear:both;}.two_third{width:100%; margin-right:0; margin-bottom:2%; clear:both;}.two_third.last{width:100%; margin-right:0; margin-bottom:2%; clear:both;}.one_fifth{width:100%; margin-right:0; margin-bottom:2%; clear:both;}.one_fifth.last{width:100%; margin-right:0; margin-bottom:2%; clear:both;}.one_sixth{width:100%; margin-right:0; margin-bottom:2%; clear:both;}.one_sixth.last{width:100%; margin-right:0; margin-bottom:2%; clear:both;}#content_wrapper .inner{margin-top:0;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper.left_sidebar{width:100%; padding-right:0; margin-right:0;}#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar{width:100%;}#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar iframe,#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar div,#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar img{max-width:100%; height:auto;}li.Custom_Facebook_Page{display:none;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper{width:100%; padding-left:0;}#content_wrapper .inner .inner_wrapper .sidebar_content{width:100%; padding:0; padding-top:10px;}#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding{width:420px; padding:10px;}#content_wrapper .inner .inner_wrapper .sidebar_content iframe,#content_wrapper .inner .inner_wrapper .sidebar_content div,#content_wrapper .inner .inner_wrapper .sidebar_content img,#content_wrapper .inner .inner_wrapper .sidebar_content span{max-width:100%;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper{width:440px;}#searchform input[type="text"]{width:426px;}.map_shadow,#map_contact{display:none;}.top_info{text-align:center; width:100%; margin-bottom:10px;}.social_wrapper ul{margin-bottom:10px; text-align:center;}.social_wrapper ul li{display:inline-block; float:none;}.logo{text-align:center; float:none; margin-top:40px; padding-top:20px;}#custom_logo{display:inline;}#custom_logo img{max-width:420px; height:auto;}.comment_arrow{display:none;}.comment .right{width:81%;}ul.children div.comment .right{width:57%;}#content_wrapper ul.children ul.children{width:72%;}#content_wrapper ul.children ul.children{width:100%;}ul.children .comment{margin-left:30px;}#content_wrapper ul.children{border:0;}#content_wrapper ul.children ul.children{margin-left:-16px;}.comment_wrapper #respond{margin-left:35px;}.comment_wrapper ul.children #respond{margin-left:-40px;}form textarea{max-width:420px;}#menu_wrapper .nav ul,#menu_wrapper div .nav{display:none;}#menu_border_wrapper select{display:inline-block; width:440px;}#breaking_wrapper{width:440px; margin:auto;}#breaking_wrapper .breaking_new div{max-width:320px;}#menu_border_wrapper{text-align:center; margin:10px 0 0 0; width:100%; border:0;float:none;}#header_wrapper{margin-bottom:0;}.header_ads{float:none; text-align:center; margin:0; margin-top:20px;}.ads468{width:468px;}.post_header_wrapper{width:100%;}#footer .sidebar_widget li ul.thumb li img,#footer ul.posts.blog li a img.frame,{width:38px;}.widget_calendar{display:none;}#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li,#content_wrapper .one_half.home .sidebar_widget li ul.thumb li{margin-right:3px;}#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type="text"],#content_wrapper .one_half.home .sidebar_widget li form#searchform input[type="text"],#footer .sidebar_widget li form#searchform input[type="text"]{width:100%;}#about_the_author .description{width:330px;}#about_the_author{width:410px;}.comment_inner,.comment{width:440px;}.post_header_wrapper.single{width:250px;}.post_wrapper.half{width:48%; margin-top:15px;}.post_wrapper.half .post_img a img{width:250px;}.post_inner_wrapper.half,body.home .post_inner_wrapper.half,.post_header_wrapper.half{width:170px;}.post_header_wrapper.half h4{font-size:18px;}.post_img .caption_cat.half{top:-135px;}.post_wrapper{margin-left:0;}.post_social{display:none;}.post_header h3{font-size:20px;}.post_img .caption_cat{top:-188px;}#copyright{width:100%; margin-top:0; padding-top:20px;}#copyright_left{float:left; width:100%; text-align:center;}#copyright .social_wrapper{float:none; width:100%; text-align:center;}#copyright .social_wrapper ul li{float:none; margin-top:15px;}h2.widgettitle.header{margin:8px 0 0 0;}.page_fullwidth{margin-left:0;}.post_img{text-align:center;}#footer .sidebar_widget li ul.posts li{clear:both;}#content_wrapper .sidebar .content .sidebar_widget li ul.posts li,#content_wrapper .one_half.home .sidebar_widget li ul.posts li,#footer .sidebar_widget li ul.posts li,ul.posts li,#content_wrapper .sidebar .content .sidebar_widget li ul.posts,#content_wrapper .one_half.home .sidebar_widget li ul.posts,#footer .sidebar_widget li ul.posts,ul.posts{width:100%;}#footer .sidebar_widget li ul.thumb li img{width:74px;}.header_ads img{max-width:440px;}.post_header,.post_header.single_post{width:380px;}#content_wrapper #post_mansory_wrapper.inner{width:440px; margin:auto;}.post_wrapper.half.mansory{width:198px;}.post_wrapper.half .post_img a img{width:169px;}.post_wrapper.half .post_img{margin-top:7px;}.post_header.half{width:100%;}.pagination{margin-left:12px;}#commentform pre,code,tt{width:360px;}#content_wrapper .inner .inner_wrapper .sidebar_content.widthbg,.sidebar_content .page_fullwidth,#content_wrapper .inner .inner_wrapper.fullwidth{width:440px;}#about_the_author .description.author{width:330px;}#content_wrapper .inner .inner_wrapper .sidebar_content div.row.clearfix{width:440px;}#content_wrapper .inner .inner_wrapper .sidebar_content div.rev_con{width:440px !important; clear:both; float:left !important; margin-top:30px;}#menu_border_wrapper{display:none;}.post_img.ppb_cat_sidebar,.post_img.ppb_cat_fullwidth{width:100% !important; height:auto !important; float:none; margin:auto; margin-bottom:15px;}.post_img.ppb_cat_sidebar .review_score_bg{bottom:10px; right:3px;}.post_img.ppb_classic_sidebar{width:440px !important; height:252px !important; margin-left:0;}.post_img.ppb_classic_sidebar img{width:440px !important; max-width:440px !important;height:252px !important;}.post_header_wrapper.half h4{font-size:16px;}.post_inner_wrapper.half,body.home .post_inner_wrapper.half,.post_header_wrapper.half{width:100%;}body.home #content_wrapper .inner .inner_wrapper .sidebar_wrapper{width:440px;}.post_img.ppb_classic_fullwidth{width:100% !important; height:auto !important; text-align:center;}.post_img.ppb_classic_fullwidth img{width:400px !important; max-width:400px !important;}.post_inner_wrapper,body.home .post_inner_wrapper{width:400px;}.post_img.ppb_column_fullwidth{width:100% !important;}.post_img,.post_img.single,.post_img.nospace{max-width:100% !important; width:100% !important; height:auto !important;}.post_inner_wrapper,body.home .post_inner_wrapper{width:440px;}.post_audio_wrapper{width:430px;}.post_img.half{width:210px !important; height:140px !important;}.post_wrapper.half.mansory .post_img,.post_wrapper.half.mansory .post_img img{width:198px !important; height:100px !important;}.post_img.ppb_column_sidebar{max-width:200px !important; height:auto !important; margin-left:0;}.post_img.ppb_column_sidebar img{max-width:200px !important; height:auto !important; margin-left:0;}.type-post[rel=two_columns],.ppb_column_post{margin-left:10px; width:45%;}.ppb_column_post.masonry{width:100%;}#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Ads{text-align:center;}#post_mansory_wrapper.ppb_fullwidth{width:420px;}.one_half.last.ppb_cat_last{margin-bottom:0;}.single_post_ft_wrapper{width:440px; margin-bottom:10px; margin-top:20px;}.single_post_ft_wrapper div{max-width:100% !important; max-height:229px !important;}.single_post_ft_wrapper.gallery_ft{max-height:229px;}.video_wrapper{margin-bottom:0;}#page_caption{width:440px;}h1.error{font-size:28px;}.pp_gallery img{max-width:141px !important; height:auto;}.single_post_ft_wrapper.gallery_ft,.post_ft_gallery_wrapper.gallery_ft{height:220px;}#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar{width:440px;}}
/* 
#Tablet (Portrait)
================================================== 
*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
	.mainmenu.notice { display: none; }
	body { font-size: 13px; }
	h1 { font-size: 30px; }
	h2 { font-size: 24px; }
	h3 { font-size: 22px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h5.header_line, #content_wrapper .inner .inner_wrapper .sidebar_content h5.header_line { font-size: 20px; }
	h6 { font-size: 14px; }
	h7 { font-size: 14px; }
	h5.ppb_classic_title { font-size: 18px; }
	#page_caption h1, #page_caption h2 { font-size: 26px; margin-bottom: 5px; }
	#boxed_wrapper { width: 768px; }
	#option_btn { display: none; }
	.social_wrapper { width: 350px; }
	#wrapper { width: 100%; }
	#top_bar { width: 768px; }
	.standard_wrapper.small { width: 726px; }
	input[type="submit"].medium, input[type="button"].medium, a.button.medium { font-size: 14px; padding: .65em 1.4em .65em 1.4em; }
	#footer, .footer_wrapper { width: 100%; }
	#footer ul.sidebar_widget { width: 726px; float: none; }
	#copyright { width: 768px; }
	.copyright_wrapper { width: 726px; }
	.copyright_wrapper .left_wrapper { width: 450px; }
	.copyright_wrapper .right_wrapper { width: 200px; }
	
	.logo { margin: auto; margin-top: 40px; float: none; text-align: center; }
	.slider_wrapper { margin-top: 25px; width: 726px; height: 318px; margin-bottom: 10px; }
	.slider_wrapper .main_post { width: 500px; height: 318px; }
	.slider_wrapper .main_post_full { width: 726px; height: 318px; }
	.slider_wrapper .sub_post { width: 226px; height: 159px; }
	.slider_wrapper .main_post .post_title h3 { width: 480px; }
	.slider_wrapper .main_post_full .post_title h3 { width: 726px; font-size: 24px; }
	.slider_wrapper .main_post_full .post_title .post_excerpt { width: 600px;font-size: 14px; }
	.slider_wrapper .sub_post .post_title h4 { width: 206px;font-size: 16px !important; }
	#custom_logo { float: none; display: inline; }
	#custom_logo img { max-width: 726px; height: auto; }
	.header_ads { float: none; margin: auto; text-align: center; margin-top: 10px; }
	.logo_tagline { display: none; }
	
	#content_wrapper { width: 726px; }
	#content_wrapper .inner { width: 746px; }
	.standard_wrapper, .standard_wrapper.wide { width: 726px; }
	#content_wrapper .inner .inner_wrapper.fullwidth { width: 726px; margin: auto; }
	
	#autocomplete { width: 250px; }
	#autocomplete li { width: 220px; }
	#autocomplete li .ajax_post { width: 150px; }
	
	.main_nav ul, .main_nav { display:none; }
	.second_nav ul, .second_nav { display: none; }
	
	body.home #content_wrapper .inner .inner_wrapper .sidebar_wrapper { margin-top: 15px; margin-left: 16px; }
	body.home #content_wrapper .inner .inner_wrapper .sidebar_wrapper { float: left; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper { margin-left: 26px; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper { float: left; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper.left_sidebar { width: 180px; padding-right: 10px; margin-right: 10px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar { width: 520px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar img, #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar iframe, #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar div { max-width: 520px; }
	#content_wrapper .inner .inner_wrapper img { max-width: 100%; height: auto; }
	li.Custom_Facebook_Page { display:none; }
	
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper  { width: 200px; padding-left: 0px; }
	body.home #content_wrapper .inner .inner_wrapper .sidebar_content { width: 500px; margin-left: 5px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding { width: 470px; padding: 15px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content { width: 500px; margin-left: 0; }
	#content_wrapper .inner .inner_wrapper .sidebar_content img, #content_wrapper .innmaxer .inner_wrapper .sidebar_content iframe, #content_wrapper .inner .inner_wrapper .sidebar_content div, #content_wrapper .inner .inner_wrapper .sidebar_content object { max-width: 100%; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div { max-width: 100%; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div.row.clearfix { width: 480px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div.rev_con { max-width: 150px; margin-right: 10px; }
	
	.map_shadow, #map_contact { width: 530px; height: 250px; }
	.pricing_box.five.large .header span { font-size: 1.3em; top: 15px; }
	.video-js-box, video.video-js { max-width: 520px; }	
	.vjs-poster { width: 520px; height: auto; }
	
	.comment .right { width: 86%; }
	ul.children div.comment .right { width: 82%; }
	#content_wrapper ul.children ul.children { width: 77%; }
	
	.social_profile .social_icon { margin-right: 10px; }
	.social_profile .social_icon img { max-width: 22px !important; height: auto; }
	.social_profile .profile .counter h4 { font-size: 16px; }
	.social_profile .count { display: none; }
	.ads125_wrapper div.ads125, .ads125_wrapper img { width: 90px; height: 90px;}
	.post_header_wrapper { width: 100%; }
	#footer .sidebar_widget li ul.thumb li img, #footer ul.posts.blog li a img.frame,{ width: 38px; }
	.widget_calendar { display: none; }	
	#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li { margin-right: 3px; }
	#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type="text"], #content_wrapper .one_half.home .sidebar_widget li form#searchform input[type="text"], #footer .sidebar_widget li form#searchform input[type="text"] { width: 96%; }
	#about_the_author .description { width: 360px; }
	#about_the_author { width: 480px; }
	.comment_inner, .comment { width: 520px; }
	.post_header_wrapper.single { width: 250px; }
	.post_wrapper.half { width: 250px; margin-top: 15px; }
	.post_wrapper.half .post_img a img { width: 250px; }
	.post_inner_wrapper.half, body.home .post_inner_wrapper.half, .post_header_wrapper.half { width: 100%; }
	.post_header_wrapper.half h4 { font-size: 18px; }
	.post_img .caption_cat.half { top: -160px; }
	.post_img .caption_cat { top: -221px; }
	ul.children .comment { width: 88%; }
	strong.title, a.post_title { font-size: 14px; }
	#content_wrapper #post_mansory_wrapper.inner { width: 768px; margin: auto; margin-top: -40px; }
	.post_wrapper.half.mansory { width: 240px; padding-top: 0; margin: 5px; }
	.post_wrapper.half.mansory .post_img a img { width: 220px; }
	.post_wrapper.half.mansory .post_img { margin-top: 15px; }
	.pagination { margin-left: 5px; }
	.readmore { font-size: 13px; }
	#about_the_author .description.author { width: 360px; }
	
	.post_img { background: transparent !important; }
	.post_img.ppb_cat_fullwidth { width: 335px !important; height: 264px !important; }
	.post_img.ppb_cat_fullwidth img { max-width: 335px !important; height: auto; }
	.post_img.ppb_cat_sidebar { width: 240px !important; height: auto !important; }
	.post_img.ppb_cat_sidebar img { max-width: 240px !important; height: auto; }
	.post_img.ppb_classic_sidebar { width: 500px !important; height: 287px !important; margin-left: 0; }
	.post_img.ppb_classic_sidebar img { max-width: 500px !important; height: auto; margin-left: 0; }
	.post_img.ppb_classic_fullwidth { width: 330px !important; height: 186px !important; margin-left: 0; }
	.post_img.ppb_classic_fullwidth img { max-width: 330px !important; height: auto !important; margin-left: 0; }
	.post_img.ppb_column_sidebar { max-width: auto !important; height: auto !important; margin-left: 0; }
	.post_img.ppb_column_sidebar img { max-width: auto !important; height: auto !important; margin-left: 0; }
	.post_img.ppb_column_fullwidth { width: 220px !important; height: auto !important; margin-left: 0; }
	.post_img.ppb_column_fullwidth img { max-width: auto !important; height: auto !important; margin-left: 0; }
	
	#post_mansory_wrapper.ppb_fullwidth { width: 726px; }
	.ppb_column_sidebar .review_score_bg { bottom: 4px; }
	.ppb_classic_fullwidth .comment_number_bg, .ppb_classic_fullwidth .review_score_bg { right: 10px; }
	#page_caption .boxed_wrapper { width: 726px; }
	.post_img.half {  max-width: auto !important; height: auto !important; margin-left: 0; }
	.element[rel=two_columns] { margin-right: 0; }
	.element[rel=two_columns], .element[rel=two_columns].last { width: 48%; }
	.post_wrapper.half.mansory .post_img { width: 240px !important; height: auto !important; margin-left: 0; }
	.post_wrapper.half.mansory .post_img img { width: 240px !important; height: auto !important; margin-left: 0; }
	
	#mobile_nav_icon { display: block; }
	.mobile_main_nav, mobile_main_nav li ul { list-style: none; }
	.mobile_main_nav li { border-top: 1px solid #333; border-bottom: 1px solid #333; }
	.mobile_main_nav li a { color: #999; display: block; padding: 15px 12px 15px 15px; text-transform: uppercase; text-decoration: none !important; font-size: 12px; letter-spacing: 1px; font-weight: bold; }
	.mobile_main_nav li ul li a { padding-left: 30px; font-size: 11px; }
	.mobile_main_nav li a:hover { background: #222; color: #fff; text-decoration: none !important; }
	.mobile_main_nav li ul li:last-child { border-bottom: 0; }
	.mobile_main_nav li ul li ul li a { padding-left: 60px; font-size: 11px; }
	
	.ppb_column_post.masonry { margin-right: 24px; }
	.one_half.ppb_classic { margin-bottom: 40px; }
	.one_half.last.ppb_cat_last { width: 45%; }
	.slider_widget_wrapper { width: 220px; height: 154px; }
	#footer .sidebar_widget li { margin-right: 25px; }
	.post_slideshow_widget li a img { max-width: 100%; height: auto; }
	.single_post_ft_wrapper { width: 726px; margin-bottom: 20px; margin-top: 20px; }
	.single_post_ft_wrapper div { max-width: 100% !important; max-height: 428px !important; }
	#page_caption { width: 726px; margin: auto; margin-top: 20px; margin-bottom: 30px; border-bottom: 3px solid #000; padding-bottom: 0; text-align: center; }
	ul.posts.blog li a img.frame { width: 70px; }
	#page_caption.single_post h2 { font-size: 26px; }
	#review-box h2.review-box-header { font-size: 20px; }
	#content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle { font-size: 16px; }
	.single_post_ft_wrapper.gallery_ft, .post_ft_gallery_wrapper.gallery_ft { height: 350px; }
	.pp_gallery img { max-width: 175px !important; height: auto; }
}

/*  
#Mobile (Portrait)
================================================== 
*/

@media only screen and (max-width: 767px) {
	.mainmenu.notice { display: none; }
	h1 { font-size: 30px; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }
	h7 { font-size: 13px; }
	#page_caption h1, #page_caption h2 { font-size: 24px; }
	#page_caption.single_post h2 { font-size: 24px; }
	h5, h3#reply-title { font-size: 18px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content h5.header_line, h5.header_line { font-size: 20px; }
	h5.ppb_classic_title { font-size: 16px; }
	body { font-size: 13px; }
	#boxed_wrapper { width: 300px; margin: auto; }
    .social_wrapper { width: 300px; margin: auto; }
    #top_menu { margin-top: 15px; }
    #top_menu li { font-size: 11px; margin-right: 10px; }
	.standard_wrapper.header { width: 300px; margin: auto; }
	#wrapper { width: 100%; }
	#top_bar { width: 300px; margin: auto; height: auto; }
	
	.slider_wrapper { margin-top: 20px; width: 300px; margin: auto; height: auto; margin-bottom: 0; }
	.slider_wrapper .main_post { width: 300px; margin: auto; height: auto; }
	.slider_wrapper .main_post_full { width: 300px; margin: auto; height: auto; }
	.slider_wrapper .sub_post { width: 150px; height: auto; }
	.slider_wrapper .main_post .post_title h3 { width: 298px; font-size: 16px !important; }
	.slider_wrapper .main_post_full .post_title h3 { width: 298px; font-size: 16px; }
	.slider_wrapper .main_post_full .post_title .post_title_full_wrapper { bottom: 5px; }
	.slider_wrapper .main_post_full .post_title .post_excerpt { display: none; }
	.slider_wrapper .sub_post .post_title h4 { width: 139px; font-size: 12px !important; }

	.standard_wrapper.small { width: 300px; }
	#footer { width: 300px; margin: auto; }
	#footer ul.sidebar_widget { width: 300px; }
	#copyright { width: 300px; }
	.copyright_wrapper { width: 300px; }
	.copyright_wrapper .left_wrapper { float: left; width: 100%; }
	.copyright_wrapper .right_wrapper { float: left; width: 100%; text-align: left; }
	#footer ul li.widget, #footer ul li.widget.last { float: none; width: 100%; margin-left: 0; padding-bottom: 0; }
	#footer ul li.widget, #footer ul li.widget .slider_widget_wrapper.flexslider { margin: auto; }
	#footer .sidebar_widget li.widget-four { float: left; }
	
	#content_wrapper { width: 300px; margin-top: 0; padding-top: 0; margin: auto; }
	.caption_inner { width: 290px; }
	.standard_wrapper, .standard_wrapper.wide { width: 300px; margin: auto; }
	
	.one_fourth { width: 100%; margin-bottom: 2%; clear: both; }
	.one_fourth.last { width: 100%; margin-bottom: 2%; clear: both; }
	.one_third { width: 100%; margin-bottom: 2%; clear: both; }
	.one_third.last { width: 100%; margin-bottom: 2%; }
	.one_half { width: 100%; margin-bottom: 2%; float: none; clear: both; }
	.one_half.last { width: 100%; margin-bottom: 2%; clear: both; }
	.two_third { width: 100%; margin-bottom: 2%; clear: both; }
	.two_third.last { width: 100%; margin-bottom: 2%; clear: both; }
	.one_fifth { width: 100%; margin-bottom: 2%; clear: both; }
	.one_fifth.last { width: 100%; margin-bottom: 2%; clear: both; }
	.one_sixth { width: 100%; margin-bottom: 2%; clear: both; }
	.one_sixth.last { width: 100%; margin-bottom: 2%; clear: both; }
	.pricing_box.three { width: 100%; }
	
	#content_wrapper .inner { margin: 0; width: 300px; margin: auto; }
	
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper.left_sidebar { width: 100%; padding-right: 0; margin-right: 0; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar { width: 100%; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar iframe, #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar div, #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar img { max-width: 100%; height: auto; }
	#content_wrapper .inner .inner_wrapper img { max-width: 100%; height: auto; }
	li.Custom_Facebook_Page { display:none; }
	
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper  { width: 100%; float: none; padding-left: 0; margin: 0; margin: auto; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar { float: none; width: 300px; margin: 0; margin: auto; }
	#content_wrapper .inner .inner_wrapper .sidebar_content { width: 300px; margin: auto; margin-top: 0; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding { width: 300px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content iframe, #content_wrapper .inner .inner_wrapper .sidebar_content div, #content_wrapper .inner .inner_wrapper .sidebar_content img { max-width: 100%; }
	body.home #content_wrapper .inner .inner_wrapper .sidebar_wrapper { margin-top: 10px; float: left; position: relative; width: 300px; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper { margin-top: 0; }
	
	#searchform input[type="text"] { width: 286px; }
	blockquote { width: 80%; }
	
	.top_info { text-align: center; width: 100%; margin-bottom: 10px; }
	.social_wrapper ul { margin-bottom: 10px; text-align: center; }
	.social_wrapper ul li { display: inline-block; float: none; }
	.logo { text-align: center; float: none; margin: 0; padding-top: 20px;  }
	#custom_logo { float: none; margin: auto; }
	#custom_logo img { max-width: 300px; height: auto; }
	.header_ads { float: none; text-align: center; margin: 0;margin-top: 20px; }
	.social_wrapper { display: none; }
	
	.comment .right { width: 76%; }
	ul.children div.comment .right { width: 76%; }
	
	ul.children div.comment ul.children div.comment .right { width: 50%; }
	
	#content_wrapper ul.children ul.children { width: 100%; }
	ul.children .comment { margin-left: -35px; width: 100%; }
	#content_wrapper ul.children { border: 0; }
	#content_wrapper ul.children ul.children { margin-left: -16px; }
	
	.comment_wrapper #respond { margin-left: 20px; }
	.comment_wrapper ul.children #respond { margin-left: -55px; }
	
	form textarea { max-width: 269px; }
	
	.post_wrapper.half { width: 210px; }
	
	#header_wrapper { margin-bottom: 0; }
	.header_ads { float: none; }
	.ads468 { width: 290px; }

	.post_header_wrapper { width: 100%; }
	.post_header, .post_header.single_post { width: 100%; }
	.post_inner_wrapper, body.home .post_inner_wrapper { width: 300px; margin: auto; }
	#footer .sidebar_widget li ul.thumb li img, #footer ul.posts.blog li a img.frame,{ width: 38px; }
	#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li { margin-right: 3px; }
	#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type="text"], #content_wrapper .one_half.home .sidebar_widget li form#searchform input[type="text"], #footer .sidebar_widget li form#searchform input[type="text"] { width: 100%; }
	#about_the_author .description { width: 190px; }
	#about_the_author { width: 260px; }
	.comment_inner, .comment { width: 300px; }
	.post_header_wrapper.single { width: 250px; }
	.post_wrapper.half { width: 300px; margin-top: 15px; }
	.post_wrapper.half .post_img a img { width: 260px; }
	.post_inner_wrapper.half, body.home .post_inner_wrapper.half, .post_header_wrapper.half { width: 100%; margin-left: 0 !important; }
	.post_header_wrapper.half h4 { font-size: 14px; }
	.post_img .caption_cat.half { top: -191px; }
	.post_wrapper { margin-left: 0; }
	.post_header h3 { font-size: 20px; }
	.post_img .caption_cat { top: -130px; }
	
	#copyright { width: 100%; margin-top: 0; padding-top: 20px; padding-bottom: 20px; }
	#copyright_left, #toTop { float: none; width: 100%; text-align: center; }
	#copyright .social_wrapper { float: none; width: 100%; text-align: center; }
	#copyright .social_wrapper ul li { float: none; margin-top: 15px; }
	h2.widgettitle.header { margin: 0; }
	.page_fullwidth { margin-left:0; }
	.comment_inner #respond { margin-left: 0; }
	ul.children .comment { border: 0; }
	.header_ads img { max-width: 300px; }
	.footer_wrapper { width: 100%; }
	body.home .footer_wrapper { margin-top: 0; }
	#footer .sidebar_widget { padding-top: 10px; }
	#footer .sidebar_widget li ul.thumb li img { width: 76px; }
	#content_wrapper #post_mansory_wrapper.inner { width: 320px; margin-top: 0; margin-left: 0; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.widthbg { width: 260px; }
	.sidebar_content .page_fullwidth, #content_wrapper .inner .inner_wrapper.fullwidth { width: 300px; margin: auto; padding: 0; margin-top: 0; }
	#contact_form textarea, #commentform textarea { max-width: 94%; width: 94%; }
	#commentform pre, code, tt { width: 220px; }
	.post_wrapper.dark { padding-top: 2px; }
	.pagination { margin: 0 0 0 2px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div.row.clearfix { width: 260px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div.rev_con { width: 260px !important; clear: both; float: left !important; margin-top: 30px; }
	
	#autocomplete { width: 250px; }
	#autocomplete li { width: 220px; }
	#autocomplete li .ajax_post { width: 150px; }
	
	.main_nav ul, .main_nav { display:none; }
	.second_nav ul, .second_nav { display: none; }
	#mobile_nav_icon { display: block; }
	.mobile_main_nav, mobile_main_nav li ul { list-style: none; }
	.mobile_main_nav li { border-top: 1px solid #333; border-bottom: 1px solid #333; }
	.mobile_main_nav li a { color: #999; display: block; padding: 15px 12px 15px 15px; text-transform: uppercase; text-decoration: none !important; font-size: 12px; letter-spacing: 1px; font-weight: bold; }
	.mobile_main_nav li ul li a { padding-left: 30px; font-size: 11px; }
	.mobile_main_nav li a:hover { background: #222; color: #fff; text-decoration: none !important; }
	.mobile_main_nav li ul li:last-child { border-bottom: 0; }
	.mobile_main_nav li ul li ul li a { padding-left: 60px; font-size: 11px; }
	
	.post_img { background: transparent !important; }
	.post_img.ppb_cat_fullwidth { width: 100% !important; height: auto !important; text-align: center; }
	.post_img.ppb_cat_fullwidth img { max-width: 290px !important; height: auto; max-height: 290px !important; }
	.post_img.ppb_cat_sidebar { width: 100% !important; height: auto !important; text-align: center; }
	.post_img.ppb_cat_sidebar img { max-width: 290px !important; height: auto; }
	.post_img.ppb_classic_sidebar { width: 100% !important; height: auto !important; text-align: center; }
	.post_img.ppb_classic_sidebar img { max-width: 290px !important; height: auto; margin-left: 0; }
	.post_img.ppb_classic_fullwidth { width: 100% !important; height: auto !important; margin-left: 0; text-align: center; }
	.post_img.ppb_classic_fullwidth img { max-width: 300px !important; height: auto !important; margin-left: 0; }
	.post_img.ppb_column_sidebar { max-width: auto !important; height: auto !important; margin-left: 0; }
	.post_img.ppb_column_sidebar img { max-width: auto !important; height: auto !important; margin-left: 0; }
	.post_img.ppb_column_fullwidth { width: 100% !important; height: auto !important; margin-left: 0; text-align: center; }
	.post_img.ppb_column_fullwidth img { max-width: auto !important; height: auto !important; margin-left: 0; }
	
	.ppb_column_sidebar .review_score_bg { font-size: 20px; bottom: 4px; }
	.review_score_bg, .post_type_bg { display: none !important; }
	#post_mansory_wrapper.ppb_fullwidth { width: 300px; }
	.ppb_column_post.masonry { width: 100%; }
	#content_wrapper .sidebar .content .sidebar_widget > li:last-child { margin-bottom: 0; } 
	#page_caption .boxed_wrapper { width: 100%; }
	#page_caption { width:300px; margin: auto; padding-bottom: 0; margin-top: 30px; }
	.gravatar { width: 50px; height: 50px; }
	.post_img, .post_img.single, .post_img.nospace { width: 100%; height: auto; text-align: center; }
	.post_img.half { width: 150px !important; height: 100px !important; margin-left: 0; }
	.post_wrapper.half.mansory { width: 150px; margin-left: 0; }
	.post_previous_icon, .post_next_icon { display: none; }
	.post_wrapper.half.mansory .post_img, .post_wrapper.half.mansory .post_img img { width: 150px !important; height: 100px !important; }
	.flexslider .slides { margin: 0 !important; }
	.one_half.ppb_classic.last { margin-bottom: 25px; }
	h7.ppb_cat_title { width: 100%; text-align: center; }
	.one_half.last.ppb_cat_last { width: 100%; text-align: center; }
	.type-post[rel=two_columns], .ppb_column_post { margin-right: 10px; }
	.single_post_ft_wrapper { width: 300px; margin: auto; margin-bottom: 20px; margin-top: 20px; }
	.single_post_ft_wrapper div { max-width: 100% !important; }
	.single_post_ft_wrapper.gallery_ft { max-height: 166px; }
	.video_wrapper { margin-bottom: 35px; }
	#post_more_wrapper { bottom: 104px; }
	.search_form_wrapper form input { max-width: 298px; }
	.pp_gallery img { max-width: 154px !important; height: auto; } 
	h1.error { font-size: 28px; }
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 46% !important; }
	.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary { width: 100% !important; }
	.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product { width: 46% !important; }
	.single_post_ft_wrapper.gallery_ft, .post_ft_gallery_wrapper.gallery_ft { height: 160px; }
}

/* 
#Mobile (Landscape)
================================================== 
*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#boxed_wrapper { width: 480px; margin-top: -20px; }
	#header_wrapper { display: block; }
	#top_menu li { font-size: 14px; }
	.social_wrapper { width: 480px; }
	#header_wrapper .social_wrapper { width: 100%; }
	.standard_wrapper.header { width: 480px; }
	#wrapper { width: 480px; }
	#top_bar { width: 480px; height: auto; float: left; }
	.standard_wrapper.small { width: 420px; }
	.tagline_text { float: none; width: 100%; }
	.tagline_button { float: none; width: 100%; text-align: center; margin-top: 30px; }
	#footer, .footer_wrapper { width: 100%; }
	#footer ul.sidebar_widget { width: 440px; margin: auto; float: none; }
	#copyright { width: 480px; }
	.copyright_wrapper { width: 420px; }
	.copyright_wrapper .left_wrapper { float: left; width: 100%; }
	.copyright_wrapper .right_wrapper { float: left; width: 100%; text-align: left; }
	#footer ul li.widget, #footer ul li.widget.last { float: none; width: 100%; margin-right: 0; }
	
	#content_wrapper { width: 440px; margin-top: 0; padding-top: 0px; padding-bottom: 0; }
	#content_wrapper .inner { width: 440px; margin: auto; }
	.caption_inner { width: 440px; }
	.standard_wrapper { width: 440px; }
	
	#top_menu { float: none; text-align: center; display: block; margin-top: 0; padding-top: 10px; }
	
	.slider_wrapper { margin-top: 20px; width: 440px; height: auto; margin-bottom: 0; }
	.slider_wrapper .main_post { width: 440px; height: auto; }
	.slider_wrapper .main_post_full { width: 440px; height: auto; }
	.slider_wrapper .sub_post { width: 220px; height: auto; }
	.slider_wrapper .main_post .post_title h3 { width: 420px; font-size: 18px !important; }
	.slider_wrapper .sub_post .post_title h4 { width: 200px; font-size: 13px !important; }
	.slider_wrapper .main_post_full .post_title h3 { width: 420px; font-size: 20px; }
	.slider_wrapper .main_post_full .post_title .post_title_full_wrapper { bottom: 5px; }
	.slider_wrapper .main_post_full .post_title .post_excerpt { display: none; }
	
	.one_fourth { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_fourth.last { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_third { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_third.last { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_half { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_half.last { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.two_third { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.two_third.last { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_fifth { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_fifth.last { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_sixth { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	.one_sixth.last { width: 100%; margin-right:0; margin-bottom: 2%; clear: both; }
	
	#content_wrapper .inner { margin-top: 0; }
	
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper.left_sidebar { width: 100%; padding-right: 0; margin-right: 0; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar { width: 100%; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar iframe, #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar div, #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar img { max-width: 100%; height: auto; }
	li.Custom_Facebook_Page { display:none; }
	
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper  { width: 100%; padding-left: 0;}
	#content_wrapper .inner .inner_wrapper .sidebar_content { width: 100%; padding: 0; padding-top: 10px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.withpadding { width: 420px; padding: 10px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content iframe, #content_wrapper .inner .inner_wrapper .sidebar_content div, #content_wrapper .inner .inner_wrapper .sidebar_content img, #content_wrapper .inner .inner_wrapper .sidebar_content span { max-width: 100%; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper { width: 440px; }
	
	#searchform input[type="text"] { width: 426px; }
	
	.map_shadow, #map_contact { display:none; }
	
	.top_info { text-align: center; width: 100%; margin-bottom: 10px; }
	.social_wrapper ul { margin-bottom: 10px; text-align: center; }
	.social_wrapper ul li { display: inline-block; float: none; }
	.logo { text-align: center; float: none; margin-top: 40px; padding-top: 20px; }
	#custom_logo { display: inline; }
	#custom_logo img { max-width: 420px; height: auto; }
	
	.comment_arrow { display: none; }
	.comment .right { width: 81%; }
	ul.children div.comment .right { width: 57%; }
	#content_wrapper ul.children ul.children { width: 72%; }
	
	
	#content_wrapper ul.children ul.children { width: 100%; }
	ul.children .comment { margin-left: 30px; }
	#content_wrapper ul.children { border: 0; }
	#content_wrapper ul.children ul.children { margin-left: -16px; }
	
	.comment_wrapper #respond { margin-left: 35px; }
	.comment_wrapper ul.children #respond { margin-left: -40px; }
	
	
	form textarea { max-width: 420px; }
	#menu_wrapper .nav ul, #menu_wrapper div .nav { display: none; }
	#menu_border_wrapper select { display: inline-block; width: 440px; }
	#breaking_wrapper { width: 440px; margin: auto; }
	#breaking_wrapper .breaking_new div { max-width: 320px; }
	#menu_border_wrapper { text-align: center; margin: 10px 0 0 0; width: 100%; border: 0;  float:none;}
	
	#header_wrapper { margin-bottom: 0; }
	.header_ads { float: none; text-align: center; margin: 0; margin-top: 20px; }
	.ads468 { width: 468px; }
	
	.post_header_wrapper { width: 100%; }
	#footer .sidebar_widget li ul.thumb li img, #footer ul.posts.blog li a img.frame,{ width: 38px; }
	.widget_calendar { display: none; }	
	#content_wrapper .sidebar .content .sidebar_widget li ul.thumb li, #content_wrapper .one_half.home .sidebar_widget li ul.thumb li { margin-right: 3px; }
	#content_wrapper .sidebar .content .sidebar_widget li form#searchform input[type="text"], #content_wrapper .one_half.home .sidebar_widget li form#searchform input[type="text"], #footer .sidebar_widget li form#searchform input[type="text"] { width: 100%; }
	#about_the_author .description { width: 330px; }
	#about_the_author { width: 410px; }
	.comment_inner, .comment { width: 440px; }
	.post_header_wrapper.single { width: 250px; }
	.post_wrapper.half { width: 48%; margin-top: 15px; }
	.post_wrapper.half .post_img a img { width: 250px; }
	.post_inner_wrapper.half, body.home .post_inner_wrapper.half, .post_header_wrapper.half { width: 170px; }
	.post_header_wrapper.half h4 { font-size: 18px; }
	.post_img .caption_cat.half { top: -135px; }
	.post_wrapper { margin-left: 0; }
	.post_social { display: none; }
	.post_header h3 { font-size: 20px; }
	.post_img .caption_cat { top: -188px; }
	
	#copyright { width: 100%; margin-top: 0; padding-top: 20px; }
	#copyright_left { float: left; width: 100%; text-align: center; }
	#copyright .social_wrapper { float: none; width: 100%; text-align: center; }
	#copyright .social_wrapper ul li { float: none; margin-top: 15px; }
	h2.widgettitle.header { margin: 8px 0 0 0; }
	.page_fullwidth { margin-left:0; }
	.post_img { text-align: center; }
	#footer .sidebar_widget li ul.posts li {  clear: both; }
	#content_wrapper .sidebar .content .sidebar_widget li ul.posts li, #content_wrapper .one_half.home .sidebar_widget li ul.posts li, #footer .sidebar_widget li ul.posts li, ul.posts li, #content_wrapper .sidebar .content .sidebar_widget li ul.posts, #content_wrapper .one_half.home .sidebar_widget li ul.posts, #footer .sidebar_widget li ul.posts, ul.posts { width: 100%; }
	#footer .sidebar_widget li ul.thumb li img { width: 74px; }
	.header_ads img { max-width: 440px; }
	.post_header, .post_header.single_post { width: 380px; }
	#content_wrapper #post_mansory_wrapper.inner { width: 440px; margin: auto; }
	.post_wrapper.half.mansory { width: 198px; }
	.post_wrapper.half .post_img a img { width: 169px; }
	.post_wrapper.half .post_img { margin-top: 7px; }
	.post_header.half { width: 100%; }
	.pagination { margin-left: 12px; }
	#commentform pre, code, tt { width: 360px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content.widthbg, .sidebar_content .page_fullwidth, #content_wrapper .inner .inner_wrapper.fullwidth { width: 440px; }
	#about_the_author .description.author { width: 330px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div.row.clearfix { width: 440px; }
	#content_wrapper .inner .inner_wrapper .sidebar_content div.rev_con { width: 440px !important; clear: both; float: left !important; margin-top: 30px; }
	
	#menu_border_wrapper { display: none; }
	.post_img.ppb_cat_sidebar, .post_img.ppb_cat_fullwidth { width: 100% !important; height: auto !important; float: none; margin: auto; margin-bottom: 15px; }
	.post_img.ppb_cat_sidebar .review_score_bg { bottom: 10px; right: 3px; }
	.post_img.ppb_classic_sidebar { width: 440px !important; height: 252px !important; margin-left: 0; }
	.post_img.ppb_classic_sidebar img { width: 440px !important; max-width: 440px !important;  height: 252px !important; }
	.post_header_wrapper.half h4 { font-size: 16px; }
	.post_inner_wrapper.half, body.home .post_inner_wrapper.half, .post_header_wrapper.half { width: 100%; }
	body.home #content_wrapper .inner .inner_wrapper .sidebar_wrapper { width: 440px; }
	.post_img.ppb_classic_fullwidth { width: 100% !important; height: auto !important; text-align: center; }
	.post_img.ppb_classic_fullwidth img { width: 400px !important; max-width: 400px !important; }
	.post_inner_wrapper, body.home .post_inner_wrapper { width: 400px; }
	.post_img.ppb_column_fullwidth { width: 100% !important; }
	.post_img, .post_img.single, .post_img.nospace { max-width: 100% !important; width: 100% !important; height: auto !important; }
	.post_inner_wrapper, body.home .post_inner_wrapper { width: 440px; }
	.post_audio_wrapper { width: 430px; }
	.post_img.half { width: 210px !important; height: 140px !important; }
	.post_wrapper.half.mansory .post_img, .post_wrapper.half.mansory .post_img img { width: 198px !important; height: 100px !important; }
	.post_img.ppb_column_sidebar { max-width: 200px !important; height: auto !important; margin-left: 0; }
	.post_img.ppb_column_sidebar img { max-width: 200px !important; height: auto !important; margin-left: 0; }
	.type-post[rel=two_columns], .ppb_column_post { margin-left: 10px; width: 45%; }
	.ppb_column_post.masonry { width: 100%; }
	#content_wrapper .sidebar .content .sidebar_widget > li.Custom_Ads { text-align: center; }
	#post_mansory_wrapper.ppb_fullwidth { width: 420px; }
	.one_half.last.ppb_cat_last { margin-bottom: 0; }
	.single_post_ft_wrapper { width: 440px; margin-bottom: 10px; margin-top: 20px; }
	.single_post_ft_wrapper div { max-width: 100% !important; max-height: 229px !important; }
	.single_post_ft_wrapper.gallery_ft { max-height: 229px; }
	.video_wrapper { margin-bottom: 0; }
	#page_caption { width: 440px; }
	h1.error { font-size: 28px; }
	.pp_gallery img { max-width: 141px !important; height: auto; }
	.single_post_ft_wrapper.gallery_ft, .post_ft_gallery_wrapper.gallery_ft { height: 220px; }
	#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar { width: 440px; }
}

.mc4wp-form input[name^="_mc4wp_honey"]{display:none!important}.mc4wp-form-basic,.mc4wp-form-theme{margin:1em 0}.mc4wp-form-basic,.mc4wp-form-basic input,.mc4wp-form-basic label,.mc4wp-form-theme,.mc4wp-form-theme input,.mc4wp-form-theme label{width:auto;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:auto;height:auto;vertical-align:baseline;line-height:normal}.mc4wp-form-basic:after,.mc4wp-form-theme:after{content:"";display:table;clear:both}.mc4wp-form-basic label,.mc4wp-form-theme label{font-weight:700;margin-bottom:6px;display:block}.mc4wp-form-basic input.placeholdersjs,.mc4wp-form-theme input.placeholdersjs{color:#aaa!important}.mc4wp-form-basic input[type=text],.mc4wp-form-basic input[type=email],.mc4wp-form-basic input[type=tel],.mc4wp-form-basic input[type=url],.mc4wp-form-basic input[type=date],.mc4wp-form-basic select,.mc4wp-form-basic textarea,.mc4wp-form-theme input[type=text],.mc4wp-form-theme input[type=email],.mc4wp-form-theme input[type=tel],.mc4wp-form-theme input[type=url],.mc4wp-form-theme input[type=date],.mc4wp-form-theme select,.mc4wp-form-theme textarea{min-height:32px;width:100%;max-width:480px}.mc4wp-form-basic input[type=number],.mc4wp-form-theme input[type=number]{min-width:40px}.mc4wp-form-basic input[type=checkbox],.mc4wp-form-basic input[type=radio],.mc4wp-form-theme input[type=checkbox],.mc4wp-form-theme input[type=radio]{position:relative;margin:0 6px 0 0;padding:0;height:13px;width:13px;display:inline-block;border:0}.mc4wp-form-basic input[type=checkbox],.mc4wp-form-theme input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.mc4wp-form-basic input[type=radio],.mc4wp-form-theme input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}.mc4wp-form-basic button,.mc4wp-form-basic input[type=submit],.mc4wp-form-basic input[type=button],.mc4wp-form-theme button,.mc4wp-form-theme input[type=submit],.mc4wp-form-theme input[type=button]{cursor:pointer;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mc4wp-form-basic label>span,.mc4wp-form-basic li>label,.mc4wp-form-theme label>span,.mc4wp-form-theme li>label{font-weight:400}.mc4wp-form-basic .mc4wp-alert,.mc4wp-form-theme .mc4wp-alert{color:#c09853;clear:both}.mc4wp-form-basic .mc4wp-success,.mc4wp-form-theme .mc4wp-success{color:#468847}.mc4wp-form-basic .mc4wp-notice,.mc4wp-form-theme .mc4wp-notice{color:#3a87ad}.mc4wp-form-basic .mc4wp-error,.mc4wp-form-theme .mc4wp-error{color:#CD5C5C}.rtl .mc4wp-form-reset input[type=checkbox],.rtl .mc4wp-form-reset input[type=radio]{margin:0 0 0 6px}