/*
Theme Name: Vortex
Version: 1.2
Theme URI: -
Description: Responsive One Page theme from Fragrance
Author: Fragrance
Author URI: http://themeforest.net/user/Lesya/portfolio
License: NU General Public License version 3.0
License URI: -
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; padding-left: 20px; font-weight: 300; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; display: block; padding: 5px 20px; margin-bottom: 20px; }
td, th, thead, tbody { border: 1px solid #ededed; padding: 5px 10px;}

/*****************************************/
/************* BASIC STYLES **************/
/*****************************************/

body {
	line-height: 21px;
	font-family: 'Lato',Arial sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	text-rendering: optimizelegibility;
}

a, #reply-title a {
	text-decoration: none;
	color: #bbb;
}
a:hover {
	text-decoration:none;
	color: #444;
}
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 2px;
	color: #555;
	line-height: 1em;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #656464; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p {
	padding-bottom: 15px;
	line-height: 1.6;
}
strong {
	font-weight: bold;
	color: #1c1c1c;
}
cite, em, i {font-style: italic; }
pre, code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}
ins { text-decoration: none; }
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	 vertical-align: baseline;
}
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
hr{
	color: #ccc;
	background-color:#ccc;
	border:0px none;
	height:1px;
	clear:both;
}

input[type=text],input[type=FR_EMAIL],input.text, input.title, textarea, select {
	background-color: #fff;
	border:1px solid #bbb;
	padding: 2px;
	color: #555;
	font-family: Lato, Arial, sans-serif;
	font-size: 14px;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#2D3940;
	color: #F5F5F5;
}
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; }

img#about-image {
	float: left;
	margin: 3px 8px 8px 0px;
}
.gallery-caption, .bypostauthor{ font-family: inherit;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*****************************************/
/************ MAIN LAYOUT INFO ***********/
/*****************************************/

h1, h2, h3, h4, h5, h6, #quote, span.fn {font-family: Lato, Arial, sans-serif; }

#container {
	text-align: left;
	position: relative;
}
.sizers{
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.section_head { margin-bottom: 50px; }	

/*****************************************/
/***************** HEADER ****************/
/*****************************************/

.home #main_header{
	background-color: #5d5d5d;
	background-image: url('images/slider.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: 0 95%;
	position: relative;
	height: 100%;
	z-index: 100;
}
.home #main_header a{ color: #fff; }
#logo {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#logo_wrapper{
	padding-top: 20%;
}

h1#slogan, #description{
	font-weight: 300;
	font-size: 30px;
	margin-top: 20px;
	line-height: 1.3;
	color: #fff;
}
#description{ margin-top: 0; }
#logo_wrapper #purchase{
	font-family: Lato;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 20px 30px;
	margin-top: 30px;
	display: inline-block;
	transition: all ease 0.3s;
}
#logo_wrapper #purchase:hover{
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}
.small_header {
	position: fixed !important;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.7);
	height: 40px;
	margin: 0 !important;
	float: none !important;
	transition: all ease 0.5s;
	padding: 7px 0 0;
}
.single .small_header, .page-template-default .small_header{ padding: 25px 0 15px; }
.small_header .nav a{
	color: #555 !important;
	font-size: 17px !important;
	height: 30px !important;
    line-height: 1.7 !important;
}
.small_header .nav a:hover{ border-color: #555; }
.small_header .sub-menu a:hover{
	border-color: #fff !important;
	border-radius: 0 !important;
	background-color: rgba( 255, 255, 255, 0.7) !important;
}
.small_header #logo{ display: block !important;}
.small_header #social{ margin-top: 18px; }
.small_header .submenu{ top: 30px; }

/*****************************************/
/***************** MENU ******************/
/*****************************************/

#menu {
	font-size: 20px;
	margin-top: 30px;
	font-family: Lato !important;
	float: right;
	width: 100%;
	position: absolute;
	z-index: 100000;
}
#fr_alignment{ float: right; }
#menu #main-menu {
	height: 60px;
	width: 960px;
	margin: 0 auto;
	position: absolute;
    right: 15%;
	z-index: 10;
}
#main-menu div{
	float: right;
}
#menu #main-menu ul, .menu-vortex_menu-container{
	float: left;
}
#menu .nav li, .menu-vortex_menu-container .nav li {
	float:left;
	border-right: none;
}
#menu .nav a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 2.5;
	padding: 0 12px;
	overflow: hidden;
	font-weight: 300;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#menu .nav a:hover{
	border: 1px solid;
	padding: 0 12px;
}
#menu .nav li{
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 10px;
	position: relative;
}
#menu .nav li:last-child  { background-image: none; }
#menu .nav a > span { padding: 12px 12px 12px; }
#menu .nav ul li a > span { padding: 0; }
#menu ul.nav ul, ul#mobile_menu {
	background: #555;
	border-radius: 0 !important;
}
#menu ul.nav ul a { color: #fff; }
#menu .nav ul li { border: none; }

.sub-menu ul a{ width: 200px !important; }
.sub-menu li{
	margin: 0 !important;
	float: none !important;
}
.small_header .sub-menu li a{
	border-bottom: 1px solid #fff !important;
	height: auto !important;
	border-radius: 0 !important;
}
.sub-menu li a:hover{
	background-color: rgba(200,200,200,0.5);
}
#menu .nav ul a, ul#mobile_menu a {
	height: auto;
	overflow: visible;
	padding: 14px 5px 14px 25px;
}
#menu .nav ul a:hover, ul#mobile_menu a:hover {
	background: rgba(255,255,255,0.1);
	color: #fff;
	text-decoration: none;
}
ul#mobile_menu a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}
#menu .nav > li.current_page_item > a:hover { background: rgba(255,255,255,0.4); }

#mobile_nav { display: none; }
ul#mobile_menu {
	width: 225px;
	position: absolute;
	top: 40px;
	left: -43px;
	z-index: 1000;
	display: none;
}
#mobile_nav.opened {
	color: #444;
	background: none repeat scroll 0 0 #FFFFFF;
}
.nav li ul {
    width: 225px;
    z-index: 1000;
}
.nav ul {
    position: absolute;
    z-index: 9999;
}
ul.sub-menu li ul.sub-menu{
	position: absolute;
	left: 225px !important;
	top: 0 !important;
}

/*****************************************/
/***************** LAYOUT ****************/
/*****************************************/

h3.section_name{
	font-size: 36px;
	position: relative;
}
h3.section_name:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 35px;
	height: 2px;
	background-color: #555;
}
#content {
	margin: 0 auto;
	width: inherit;
}
#content div{
	position: relative;
}	



/*****************************************/
/************ iPad SLIDER ***********/
/*****************************************/

#featured {
	position:relative;
	min-height:135px;
	top: 31px;
	left: 75px;
	width: 331px;
}
#featured iframe{
	height: 250px;
    width: 331px;
	display: block;
}
#featured p{ padding: 0; }
.ipad_slider{
	width: 47%;
	height: 370px;
	background-image: url("css/images/ipad.png");
	background-repeat: no-repeat;
	float: left;
	margin-top: 55px;
	margin-left: -50px;
}

/*****************************************/
/***************** SERVICE ***************/
/*****************************************/

.servise_items{
	padding: 40px 0 0 90px;
	width: 48%;
	float: left;
}
#services {
	padding: 70px 0 80px;
	position: relative;
	background-color: #409996;
	color: #fff;
	height: 450px;
}
#services h3{ color: #fff; }
#services h3:after{ background-color: #fff; }
.service:nth-child(even){
	border-left: 1px solid #3d7d7b;
	margin-left: 14px;
    padding-left: 55px;
}
.service:nth-child(3n+3), .service:nth-child(4n+4){ position: relative; }
.service:nth-child(3n+3):before, .service:nth-child(4n+4):before{
	position: absolute;
	content: "";
	width: 195px;
	height: 1px;
	background-color: #3d7d7b;
	top: -25px;
}
.service:nth-child(4n+4):before{ left: 15px; }
.service {
	width: 195px;
	margin-bottom: 50px;
	float:left;
	position:relative;
}
.last{
	margin-right: 0px !important;
	clear: right;
}
.service h3  {
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #fff;
}
.service p {
	font-size: 16px;
	line-height: 1.5;
	color: #e8e5e5;
}
.service span{
	width: 25px;
	height: 26px;
	position: absolute;
	top: 0;
	left: -45px;
}
.service:nth-child(even) span{ left: 14px; }

/*****************************************/
/**************** FUN FUCTS **************/
/*****************************************/

.fixed_block{
	position: relative;
	width: 100%;
	height: 400px;
	background: url(images/city-bg2.png) no-repeat fixed;
	background-size: cover;
}
.fun_fucts h3, .fun_fucts h6{ color: #fff; }
.fun_fucts h3.section_name{
	text-align: center;
	text-transform: uppercase;
	padding: 50px 0 70px;
	font-weight: 700;
	font-size: 23px;
}
.fun_fucts h3.section_name:after{
	background-color: transparent;
}
.fixed_block .four.columns{
	width: 220px;
	float: left;
    margin-left: 10px;
    margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.fucts_count{
	font-size: 80px;
    font-weight: 300;
	color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}
h6.fucts_name{
	font-size: 18px;
}

/*****************************************/
/**************** PORTFOLIO **************/
/*****************************************/

#recent-work {
	width: 100%;
	position: relative;
	background-color: #fff;
	padding: 50px 0 0;
}
#recent_work_thumbs {
	clear: both;
}
#recent-work .thumb{
	float:left;
	line-height:0;
	position: relative;
}
#recent-work .thumb .portfolio_overlay{ display: block; }
#recent-work .last { margin-right:0; }
#about h3 span{ padding-left: 10px; }


/*** Carousel ***/

#recent_work_thumbs{
	height: 570px;
	overflow:hidden;
	position: relative;
}
#recent_work_thumbs ul{
	position: absolute;
	padding: 0;
}
#recent_work_thumbs li{
	width: 300px;
	height: auto;
	float: left;
	list-style: none;
}
.clear{
	float: none;
	clear: both;
}
#carousel_second_row{
	margin-top: 285px;
}
.recent_work_item{
	height: 285px;
	text-align: center;
	position: relative;
	float: left;
}
.recent_work_item p, .recent_work_item a{
	color: #ccc;
	display: block;
}
.recent_work_item img{
	max-width: 100%;
}
.item_description{
	position: absolute;
	z-index: 2;
	background-color: #3b393b;
	width: 100%;
}

.caroufredsel_wrapper{
	width: 100% !important;
}
.portfolio_overlay{
	/*background-color: rgba(52, 73, 94, 0.5);*/
	background-color: rgba(0, 0, 0, 0.5);
	background-image: none;
	background-position: 50% 50%;
	filter:alpha(opacity=40);
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
	transition: all 0.5s ease;	
}
.portfolio_overlay:hover{ background-color:transparent; }
#prev, #next{
	text-indent: -99999px;
	width: 81px;
	height: 170px;
	display: block;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
	position: absolute;
	cursor: pointer;
	top: 49%;
	z-index: 10;
}
#prev{
	background-image: url('images/prev_arrow.png');
	left: 35px;
}
#next{
	background-image: url('images/next_arrow.png');
	right: 35px;
}

/*****************************************/
/***************** QUOTE *****************/
/*****************************************/

.quote{
	background-image: url(images/bg2.png) !important;
	background-color: #409996;
	text-align:center;
	font-size: 35px;
	/*font-family: Cookie, Georgia, serif;*/
	color: #fff;
	padding: 120px 0;
	background-size: cover;
	height: auto;
	font-weight: 300;
}
.quote blockquote{
    line-height: 1.3;
	text-align: center;
	padding: 20px;
}
.quote p.author{
	color: #fff;
    font-size: 35px;
}

/*****************************************/
/******************* BLOG ****************/
/*****************************************/

#news, #recent-work{
	color: #8F8F8F;
    font-size: 15px;
}
#news .section_head p, #recent-work .section_head p{
	font-size: 17px;
    letter-spacing: 0.3px;
	color: #555;
}
#news {
	width: inherit;
	background-color: #fff;
	position: relative;
	line-height: 1.5;
	padding: 70px 0;
	background-image: url("images/news_bg.png");
	background-size: cover;
	background-attachment: fixed;
}
#news .sizers, #recent-work .sizers{
	height: auto;
	margin-bottom: 60px;
}
#news h3, #recent-work h3{ margin-bottom: 40px !important; }
#news_wrap{
	position: absolute;
	width: 100%;
	height: 670px;
	overflow: hidden;
}
#news h3{
	margin-bottom: 35px;
	margin-right: 35px;
}
.ready .gs_w:not(.preview-holder){
	background-color: #fff;
}
.gs_w img{
	max-width: 100%;
	float: left;
}

.blog_inner {
	width: 50%;
	float: left;
	background-color: #fff;
	position: relative;
}
.blog_inner h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.blog_inner h4 a {
	color: #555;
}
.blog_inner h4 a:hover {
	color: #111;
	text-decoration: none;
}
.blog_inner:before{
	content: "";
	position: absolute;
	width: 15px;
	top: 30px;
	left: -45px;
	border: 15px solid;
	border-color: transparent #fff transparent transparent ;
}
.blog-post:nth-child(3n+3) .img_wrap:before, .blog-post:nth-child(4n+4) .img_wrap:before{
	border-color: transparent transparent transparent #fff;
	left: 0;
}
[data-sizey="4"] .blog_inner {
	float: none;
	clear: both;
	width: 80%;
}
[data-sizey="4"] .blog_inner:before {
	top: -30px;
	left: 20px;
	border-color: transparent transparent #fff transparent ;
	width: 0;
}
.blog-post img{
	max-width: 100%;
}
.gridster ul li iframe{
	width: 100%;
	height: 300px;
}
#news .readmore{
	display: inline-block;
	margin: 15px 0 0 0;
}
#news .readmore:hover{ color: #777;}

.blog_inner{
	width: 41%;
	float: left;
	padding: 20px 30px 0;
}
a.readmore{text-transform: uppercase;}
a.readmore:hover { color: #555;  }

.post_meta {
	float: left;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppecase;
	background: #549eb9;
	border-top: 1px solid #3c819a;
	padding: 0 7px;
	position: relative;
	line-height: 18px;
	margin-right: 5px;
	top: 2px;
}

/*****************************************/
/***************** BLOG ******************/
/*****************************************/

/*------ Default style -----*/
/*.home #blog_page article{
	width: 620px;
	float: left;
}
.home #blog_page article img{ float: left; }
*/
.sticky{
	width: 900px;
	margin: 0 auto;
}
#blog_page{
	background-color: #ddd;
	padding: 40px 0;
}
#blog_page article{
	width: 900px;
	margin: 20px auto;
	background-color: #fff; 
	padding-bottom: 20px;
}
#blog_page article .blog_inner{
	position: static;
	float: none;
	width: 93%;
	clear: both;
	font-size: 15px;
}
#blog_page article a.readmore{
	text-align: left;
}
.pagination{
	width: 230px;
	margin-top: 20px;
}
.pagination  a{
	color: #555;
	font-size: 13px;
}
/*------ Default style -----*/

#main_content {
	padding: 25px 20px 20px 35px;
	position: relative;
}

p.meta, p.meta a {
	font-size: 12px;
	color: #C2C2C9;
	margin: 2px 0 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
p.meta a:hover {
	color: #111;
	text-decoration: none;
}

a.readmore, .action_button{
	font-family: Lato;
	text-align: center;
	font-size: 12px;
	color: #C2C2C9;
	display: block;
	height:20px;
	padding: 3px;
}
.entry a.readmore:hover {
	color: #555;
	text-shadow: none;
}
.post ul{
	list-style-type: disc;
	padding: 20px 0 23px 45px;
	line-height: 26px;
}
.post ol{
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0 0 23px 16px;
	line-height: 26px;
}
.post ul li ul, .post ul li ol{ padding: 2px 0px 2px 20px; }
.post ol li ul, .post ol li ol{ padding: 2px 0px 2px 35px; }
		
.post_meta, #featured-controllers li.active-slide:after, .animated_bar:before{ border-color: #D7D0B8 transparent !important;}
#featured-controllers li.active-slide:before, .animated_bar { top: -1px; }
#featured-controllers li.active-slide:after, .animated_bar:before { top: 3px; }
.animated_bar { width: 7px; left: 120px; }

/*****************************************/
/***************  ABOUT US  **************/
/*****************************************/

#about{
	background-color: #fff;
	/*background-image: url("images/about.png");*/
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 70px 0 120px;
}
#about h3, #news h3, #recent-work h3{
	margin-bottom: 90px;
	color: #555;
}
#about h3.section_name:after, #news h3:after, #recent-work h3:after{
	background-color: #8f8f8f;
}
.photo{
	max-width: 280px;
	float: left;
	margin-right: 80px;
}
#about img{
	max-width: 100%;
	border: 7px solid #f5f5f5;
	border-radius: 50%;
	box-shadow: 2px 2px 0 #ccc;
}
.bio{
	width: 280px;
	float: left;
	margin-right: 59px;
}
.bio h4, .skills h4, .current{ color: #555; }
.bio p { color: #8f8f8f; }
.bio h4, .skills h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.bio p{
    font-size: 16px;
    line-height: 1.5;
	margin-bottom: 40px;
}
#social-icons {
}	
#social-icons a {
	display: inline-block;
    margin-bottom: 14px;
	padding-left: 14px;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
#social-icons a  img{
	width: 30px;
	height: 30px;
	border: none;
	box-shadow: none;
}
#social-icons a:hover{
	opacity: 1;
	transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in;
}
.skills{
	background-color: transparent;
	border: none;
	float: left;
}
.skills h4{ margin-bottom: 50px; }
.skills div{
	margin-bottom: 25px;
	background-color: #34495e ;
	height: 15px;
	border-radius: 5px;
	width: 260px;
	position: relative;
}
#html, #css, #php, #js{
	width: 260px;
	position: relative;
}
#html .current{left: 80%;}
#css .current{left: 80%;}
#php .current{left: 60%;}
#js .current{left: 55%;}

#html .upload{ width: 90%;}
#css .upload{ width: 80%;}
#js .upload{ width: 70%;}
#php .upload{ width: 60%;}

.upload{
	position: absolute;
	background-color: #0ea29d;
	margin: 3px 0;
	border: 0;
}
.current{
	position: absolute;
	bottom: 15px;
	font-size: 15px;
}

/*****************************************/
/************ FEAUTERED SLIDER ***********/
/*****************************************/


/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img, .post img, #left_area img {max-width: 100%; display: block; height: auto;}
.home .featured_box img{ border: none;}
.gallery_item_image img{min-width: 100% !important;}
.flexslider .slides img, .service img{ max-width: 100%;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

.flex-control-nav, .flex-direction-nav, #controllers-wrapper { display: none; }

ol.flex-control-nav{
	display: block;
	position: absolute;
	bottom: -60px;
	left: 45%;
}
ol.flex-control-nav li{
	float: left;
	margin-right: 10px;
}
ol.flex-control-nav a{
	background-color: #E8E5E5;
	display: block;
	text-indent: -100000px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	box-shadow: -3px 2px 0 #317775;
	cursor: pointer;
}
ol.flex-control-nav a.active{ background-color: #fff; }

/*****************************************/
/***************** FOOTER ****************/
/*****************************************/

#footer {
	color: #555;
	position: relative;
}
#footer-widgets{
	background-color: #ddd;
	padding: 25px 40px 15px;
}
.footer-widget {
	float: left;
	margin-right: 10px;
	padding: 20px 14px 0 10px;
	width: 267px;
}
.f_widget { padding-bottom: 27px; }
.footer-widget.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
h4.widgettitle {
	font-size: 23px;
	 margin-bottom: 20px;
}
.footer-widget p { line-height: 21px; }
#footer li a { color: #D7D0B8; }
p#copyright {
	background-color: #444;
	text-align: center;
	font-size:14px;
	color:#888;
	padding: 10px 60px;
}	
p#copyright a { color:#888; }
	
/*****************************************/
/**************** CONTACT ****************/
/*****************************************/

#contact{
	padding: 70px 0 0;
}
#map-canvas {
	margin: 0;
	padding: 0;
	height: 500px;
}
.info{
	padding: 30px 0;
	font-size: 14px;
}	
#contactForm, p.thanks{
	width: 400px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px 0 0 20px;
	margin-right: 40px;
	margin-top: 30px;
	float: left;
	position: absolute;
    top: 180px;
	right: 50px;
display: none;
}
 p.thanks{	
	font-size: 14px;
	padding: 10px;
}
.input {
	border-radius: 2px  !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	color: #303030 !important;
	padding: 7px !important;
}
input.input { width: 300px; }
textarea.input {
	width: 478px;
	height:130px;
}		
#contact p input, #contact p textarea {
	border: 1px solid #e9e4d6;
	border-width: 1px 0 0 1px;
	width: 100% !important;
	color: #555 !important;
	padding: 8px !important;
	font-weight: 300;
}
#contact p textarea {
	width: 90% !important;
	height: 130px;
	margin-bottom: 20px;
}
#contact p #contact_captcha { width: 20px !important; }

#contact_left, #contact_right { float: left; }
#contact_left { width: 70%; }
#contact_right {
	width: 17%;
	margin-left: 50px;
}
.subject, .name, .FR_EMAIL{width: 90%;}
#contact_submit, #contact_reset {
	border: 1px solid #8F8F8F;
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 25px;
	margin-bottom: 20px;
	height: 25px;
	background-color: transparent;
	color: #8F8F8F;
	cursor: pointer;
}
#contact_submit {
	width: 65px;
	margin-right: 15px;
}
#contact_reset {width: 75px;}
.addr, .phone, .fax, .mail{
	display: inline-block;
	padding-left: 30px;
}
.addr{
	background: url("images/addr.png") no-repeat 0 50%;
	margin-top: 40px;
}
.phone{
	background: url("images/phone.png") no-repeat 0 50%;
}
.fax{
	background: url("images/fax.png") no-repeat 0 50%;
}
.mail{
	background: url("images/mail.png") no-repeat 0 50%;
}
/**************************************/
/********* CALL TO ACTION AREA ********/
/**************************************/

#action_area div{
	width: 50%;
	float: left;
	text-align: right;
	margin-right: 40px;
}
#action_area h4{
	text-transform: uppercase;
}
.action_button{
	float: left;
	margin: 2px 0 0;
	text-transform: uppercase;
	border: 1px solid #999;
    color: #555;
	padding: 5px 10px;
}
.action_button:hover {
	color: #777 !important;
	text-shadow: none;
}

/**************************************/
/************ SINGLE PAGE *************/
/**************************************/

#mask{
	position: fixed;
    left:0;
    top:0;
	background-color: rgba(58, 58, 58, 1);
	opacity: 0.7;
	z-index: 99;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("images/loader.gif");
}
#article{
	top: 20px;
	left: 12%;
	background-color: #fff;
	position: fixed !important;
    z-index: 100;
	padding: 50px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.fullwidth #left_area{
	width: 930px;
	margin: 0 auto;
	color: #8F8F8F;
	font-size: 15px;
	padding-top: 90px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.entry h1{ font-size: 23px; }
.entry h3{ font-size: 18px; }
.entry h4{ font-size: 17px; }
.entry h5{ font-size: 16px; }
.entry h6{ font-size: 15px; }

.meta_info a{ color: #C2C2C9; }
.meta_info{
	color: #C2C2C9;
    font-size: 12px;
    letter-spacing: 2px;
    margin: -90px 30px 0 20px;
    text-transform: uppercase;
	float: right;
}
.featured_box{
	margin-bottom: 20px;
	min-height: 300px;
}
.featured_box img{ display: none; }
.close{
	background: url("images/close_btn.png") no-repeat;
	position: fixed;
	top: 3%;
	right: 3%
}

/**************************************/
/************ POST FORMAT *************/
/**************************************/

.format-video p, .video_slide p{ display: none; }
.format-video p:first-child, .video_slide p:first-child{ display: block; }

.post_gallery_slider li.gs_w{ transition: none !important; }
.format-gallery .featured_box{
	position: relative;
}
.featured_box ul{
	padding: 0;
}	
.featured_box ul li{
	list-style-type: none;
}
.format-gallery ul li img{ height: 307px; }
.format-gallery .slider_controls, .featured_box ol.flex-control-nav{
	position: absolute;
	bottom: 0;
	right: 10px;
}
.featured_box ol.flex-control-nav{
	bottom: -10px;
	z-index: 1000;
}
.featured_box ol.flex-control-nav{
	display: block;
	list-style-type: none;
	width: 42px;
}
.featured_box ol.flex-control-nav li{
	float: left;
	display: block;
	margin-right: 4px;
	margin-bottom: 4px;
	
}
.featured_box ol.flex-control-nav li a{
	text-indent: -1000000px;
	display: block;
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
}
.featured_box ol.flex-control-nav li a.active{
	background-color: rgba(255, 255, 255, 1);
}

/*****************************************/
/**************** COMMENTS ***************/
/*****************************************/

#comment-wrap { padding-top: 35px; }
#comment-wrap:before, #respond:before {
	position: absolute;
	top: 0;
	left: -40px;
	width: 635px;
	height: 1px;
	content: "";
}
#respond:before { left: -100px; }

.comment #respond { padding: 15px 0 10px; }
.comment #respond:before { display: none; }

#respond a{ color: #555; }

#comment-wrap span.post-meta { top: 24px; }
#comment-wrap span.post-meta span, h3#reply-title:after {
	display: block;
	width: 30px;
	height: 25px;
	position: absolute;
	top: 45px;
	left: 15px;
}
h3#reply-title:after {
	top:5px;
	left: 20px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
}
.comment-meta .avatar {
	float: left;
	padding: 2px;
	background: #fff;
	margin-right: 14px;
	border-radius: 50%;
}
.avatar-box img { display: block; }
span.fn, span.fn a {
	color: #656464;
	font-size: 24px;
	display: block;
	margin-bottom: 2px;
}
span.comment_date { color: #555; }
.comment-metadata{
	margin-bottom: 10px;
	font-size: 11px;
}
.comment-metadata a{
	color: #9F9F9F;
    letter-spacing: 0.4px;
}
span.fn a:hover {
	color: #111;
	text-decoration: none;
}
.reply-container { text-align: right; }
.comment-body {
	position: relative;
	margin-bottom: 50px;
}
h2.comments-title{ padding-bottom: 30px; }
h3#reply-title {
	position: relative;
	margin-bottom: 10px;
}
h3#reply-title small {
	display: block;
	font-size: 14px;
	font-family: 'Lato', Arial, sans-serif;
	letter-spacing: 0;
}
.commentlist { margin-bottom: 35px; }
.commentlist ul.children { padding-left: 58px; }
#comment-wrap li ol{
	margin-left: 85px;
}
.comment-content{
	background-color: #F5F5F5;
	border-radius: 5px;
	margin-left: 90px;
	padding: 15px;
}
.comment-content p{
	line-height: 22px;
}
.reply{
	float: right;
	margin-top: 10px;
}
#respond { position: static; padding-top: 35px; padding-bottom: 40px;}
	#comment-wrap > #respond h3#reply-title:before { left: -80px; }
	

#commentform textarea { width: 94%; }
#commentform input[type="text"], #commentform textarea {
	padding: 10px 12px;
	color: #777;
	background-color: #fff;
	font-size: 15px;
	border: 1px solid #555;
	border-radius: 3px;
}
#commentform input{
	padding: 10px 12px;
	color: #777;
	background-color: #fff;
	font-size: 15px;
	border: 1px solid #555;
	border-radius: 3px;
	width: 40%;
}
#commentform label{ 
	display: block;
    float: left;
    min-width: 90px;
	font-size: 17px;
    line-height: 42px;
}

#commentform .form-submit {
	overflow: hidden;
}
#commentform input#submit{
	color: #555;
	padding: 7px 12px;
	background-color: #fff;
	margin: 30px 0;
	font-size: 15px;
	border: 1px solid #555;
	border-radius: 3px;
	cursor: pointer;
	width: auto;
}
#commentform a{ color: #555; }

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { text-align: center; background-color: #f3f3f3; margin-bottom: 10px;  max-width: 100% !important; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin-right:15px;}
img.alignright { display:inline; float:right; margin-left:15px;  }

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: auto;	}
#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
#wp-calendar a:hover { text-decoration: underline; }
#wp-calendar caption {	text-decoration: none; font: bold 13px Arial, Sans-Serif; }
#wp-calendar td {	padding: 3px 5px; color: #9f9f9f; }
#wp-calendar td#today { color: #ffffff; }
#wp-calendar th {	font-style: normal;	text-transform: capitalize;	padding: 3px 5px; }
#wp-calendar #next, #wp-calendar #prev{ background-image: none; border: 0; }
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

	body{ overflow: hidden; }
	
	.home #main_header { height: 600px !important; }
	#logo_wrapper {  padding-left: 15%; }
	.sizers { width: 780px; }
	
	#menu #main-menu { width: 780px; }
	
	#services{ height: 900px; }
	
	.ipad_slider {
		width: 57%;
		float: none;
		margin: 80px auto 0;
	}
	.servise_items{
		width: 60%;
		margin-left: 90px;
		margin-top: 20px;
	}
	
	.fixed_block .four.columns{ width: 175px; }
	
	.photo { margin-right: 150px; }
	.skills {
		float: none;
		clear: both;
		padding-left: 25%;
		padding-top: 80px;
		width: 50%;
	}
	#html, #css, #php, #js { width: 100%; }
	
	#recent-work{ padding: 50px 0 0; }
	
	#news { padding: 90px 0; }
	.gridster{ margin-left: -90px; }
	#article{
		width: 85%;
		left: 5%;
	}
	.fullwidth #left_area { width: 95%; }
	
}
@media only screen and ( max-width: 800px ) {
	#container{
		max-width: 100%;
		overflow: hidden;
	}
	#recent_work_thumbs { width: 100% !important; }
	.gridster{ margin: 0; }
	#news { padding: 90px 50px; }
	.gs_w{
		max-width: 650px;
		float: none;
		position: static !important;
		margin: 30px 0;
	}
	[data-sizex="2"]{ margin: 30px 190px; }
	
	#about h3.section_name, #recent-work h3.section_name, #services h3.section_name{ margin-left: 30px !important; }
	#article{ left: 1%; }
	
}
@media only screen and ( max-width: 768px ) {
	
	.small_header{ padding: 0; }
	#menu{ margin: 0; }
	#menu #main-menu{ display: none !important; }
	#menu {
		float: none;
		text-align: center;
	}
	#mobile_nav {
		display: block;
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
		display: inline-block;
		padding: 12px 18px;
		position: relative;
		border: 2px dotted #555;
		border-width: 0 1px;
		padding: 9px 18px;
	}
	.small_header #mobile_nav { color: #555; !important; }
	#mobile_nav {
		font-size: 12px;
		display: inline-block;
		padding: 9px 18px;
	}
	#mobile_nav:hover { text-decoration: none; }
	#logo {
		position: relative;
		margin-top: 1px;
		margin-bottom: 17px;
	}
	#logo{ float: none; }
	
	.sizers { width: 700px; }
	
	.ipad_slider { width: 65%; }
	.servise_items {
		width: 75%;
		margin-left: 55px;
	}
	
	.fixed_block .four.columns { width: 155px; }
	
	
	#about{ padding:70px 50px 120px; }
	.photo { margin-right: 80px; }
	.skills { padding-left: 19% }
	
	#recent-work {
		width: auto;
		padding-right: 0;
	}
	.recent_work_item{ float: none; }
		
	#news {
		width: auto;
		padding: 90px 0 90px 75px;
	}
	#news_wrap{
		width: 300px;
	}
	
	#ajax_contact_form{
		margin-bottom: 20px;
		right: 0;
	}
	
}
@media only screen and ( max-width: 637px ) {
	.sizers { width: 600px; }
	
	.home #main_header { height: 600px !important; }
	#logo_wrapper{ padding-left: 7%; }
	
	#services{ height: 900px; }
	.ipad_slider {
		width: 75%;
		margin-left: 65px;
	}
	.servise_items{
		width: 85%;
		margin: 0;
	}
	
	.fixed_block{ height: 500px; }
	.fixed_block .four.columns{
		width: 260px;
		margin-bottom: 30px;
	}
	
	#about_wrap{ padding-left: 120px; }
	#about_wrap section{
		float: none;
		margin: 0 0 30px;
		padding: 0
	}
	#about_wrap section h4{
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.skills{ width: 57%; }
	
	.quote{ height: auto; }
	
	#news{ padding: 90px 0 90px 20px;}
	.gs_w{ max-width: 580px; }
	.blog_inner{ width: 37%; }
	[data-sizex="2"] { margin: 30px 150px; }
	
	.single #left_area {
		width: 82% !important;
		margin: 0 auto;
	}
	.fullwidth #left_area{ width: 100%; }
	
	#respond{ padding-left: 20px; }
}

@media only screen and ( max-width: 480px ) {
	.sizers { width: 450px; }
	
	.home #main_header { height: 600px !important; }
	.single .featured_box{ min-height: 200px; }
	#logo_wrapper{ padding-left: 7%; }
	
	#services{ height: 900px; }
	.ipad_slider {
		margin-left: -3px;
		width: 99%;
	}
	.servise_items{
		width: 85%;
		margin: 0;
		padding: 40px 0 0 60px;
	}
	.service{ width: 155px; }
	.service:nth-child(3n+3):before, .service:nth-child(4n+4):before{ width: 155px; }
	
	
	.fixed_block{ height: 800px; }
	.fixed_block .four.columns{
		width: 260px;
		margin-bottom: 30px;
		margin-left: 95px;
	}
	
	#about_wrap{ padding-left: 00px; }
	#about_wrap section{
		float: none;
		margin: 0 0 30px;
		padding: 0
	}
	#about_wrap section h4{
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.skills{ width: 57%; }
	
	.quote{ height: auto; }
	
	#news{ padding: 90px 0 90px 20px; }
	.gridster li{
		position: static !important;
		width: 300px;
		clear: both;
		margin: 30px 65px;
	}
	.blog_inner:before{
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
		left: 20px;
		top: -30px;
		width: 0;
	}
	.blog_inner{
		clear: both;
		float: none;
		width: 80%;
		margin-top: -5px;
		padding: 20px 30px 30px;
	}
	[data-sizex="2"] { margin: 0; }
	
	#ajax_contact_form{ position: static; }
	#contact p input, #contact p textarea{ border: 1px solid #E9E4D6; }
	
	.meta_info{
		float: none !important;
		margin: 0;
	}
	#contactForm, p.thanks{
		right: 0;
		margin-right: 20px;
		padding: 10px 10px 0 20px;
		width: 250px;
	}
}

@media only screen and ( max-width: 360px ) {
	.sizers { width: 300px; }
	
	#services { height: 750px; }
	.ipad_slider{ display: none; }
	.service{
		float: none;
		border: 0 !important;
		margin: 20px 0 !important;
		padding: 0 !important;
		width: 195px;
	}
	.service span { left: -45px !important; }
	.service:nth-child(3n+3):before, .service:nth-child(4n+4):before{ background-color: transparent; }
	
	.fixed_block .four.columns{ margin-left: 0; }
	
	#about { padding: 70px 0 40px; }
	#about_wrap{ padding: 0; }
	.skills{ width: 100%; } 
	#html, #css, #php, #js{ width: 95% !important; }
	
	#news{ padding: 90px 0; }
	.gridster li{ margin: 30px 0; }
	
	#ajax_contact_form{
		width: 260px;
		padding-left: 10%;
	}
	
	#action_area div{
		width: 100%; 
		text-align: center;
	}
	.action_button{ margin: 10px 0 0 25%; }
	
	#article{ width: 73%; }
	.meta_info{
		float: none;
		margin: 0;
	}
	
	.single .featured_box{ min-height: 150px; }
}


.quote {
	background-size: 100%;
}


.s2w-widget-pro, #mc4wp_widget-2 {
z-index: 9;
}

#mc4wp_widget-2 {
	color: #fff;
}

#mc4wp_widget-2 .widgettitle {
	color: #fff;
	font-weight:200;
}

@media(max-width: 50em){
#mc4wp_widget-2 {
display: none;
}	
}

.s2w-widget-pro input[type="text"], #mc4wp_widget-2 input[type="text"], #mc4wp_email{
    width:  100%;
    padding: 1em .5em;
    background: rgba(17, 17, 17, 0.18);
    font-size: 1.25em;

    border: 1px solid #FFF;
    color:  #fff;
}

.s2w-widget-pro input[type="text"]:focus, #mc4wp_widget-2 input[type="text"]:focus{
    width:  100%;
    padding: 1em .5em;
    background: rgba(17, 17, 17, 0.67);
    font-size: 1.25em;
    border:  1px solid #000;
}
.s2w-widget-pro input[type="submit"], #mc4wp_widget-2 input[type="submit"]{
    position: relative;
    /* right: -79%; */
    padding: .75rem 2rem;
    background: rgba(255, 255, 255, 0);
    border:  1px solid #fff;
    border-radius: .5rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: .5rem;
    font-size: 1rem;
    color: #fff;
}

.s2w-widget-pro input[type="submit"]:hover, #mc4wp_widget-2 input[type="submit"]:hover{
    background: #333;
	color: #fff;
	
    border: 1px solid #000;
}

.s2w-widget-pro input[type="submit"]:active, #mc4wp_widget-2 input[type="submit"]:active{
    box-shadow:inset 0px 1px 3px rgba(0,0,0,.95);
	top: 1px
}

.bio {
width: 520px;
float: left;
margin-right: 59px;
}

.skills {
display: none;
}

.action_button {
	display: none;
}

#contact {
padding: 70px 0 70px;
background: url('http://www.jfjo.com/wp-content/uploads/2014/01/jfjoroof1.jpg') no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#contact {
padding: 70px 0 70px;
background: url('http://www.jfjo.com/wp-content/uploads/2014/01/jfjoroof1.jpg') no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 600px;
}

#map-canvas {
display: none;
}

.header-clear {}

.header-fll {
    width:  50%;
    float:  left;
}

@media(max-width: 50em){
	.header-fll {
    width:  100%;
    float:  none;
}
.header-flr {
	display: none;
}
}

.header-flr {
    width:  45%;
    float:  right;
    background: rgba(255, 255, 255, 0);
    padding:  .5em;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: .25rem;
}

a#purchase {
display: none !important;
}

#footer .widget_mc4wp_widget {
	display:none !important; 
}

#logo_wrapper {padding-top: 20%;}


@media(max-width: 1220px){
#logo_wrapper {padding-top: 21%;}
}

@media(max-width: 960px){
#logo_wrapper {padding-top: 10%;}
}

.store-module {
position: relative;
background: url(http://www.jfjo.com/wp-content/uploads/2014/02/store_bg.jpg) no-repeat center center;
max-width: 960px;
min-height: 556px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
} 

.store-module .mp_grid {
margin: 0 auto;
width: 80%;
}

.store-module .mp_grid .mp_one_product{
background: none;
font-size: 80%;
text-align: center;
}

.store-module .mp_grid .mp_one_product:hover{
background: #fff;
}

.store-module .mp_grid .mp_one_product .mp_product_name{
font-size: 13px;
position: relative;
top: 5px;
}

.store-module .mp_grid .mp_one_product{
}

@media(max-width: 40em){
.store-module{
	background: none;
}
}

@media only screen and (max-width: 637px) {
.bio {
width: 280px;
}
}

#logo_wrapper {
	width: 100%;
}

#logo_wrapper img {
width: 83%;
max-width: 374px;
}

#description{
padding-right: .15em;
}

/*
.small_header {
position: relative !important;
}

#vfb-form-1 {
background: rgba(255, 255, 255, 0.51);
width: 320px;
float: right;
padding: .5em 1.5em;
}

.vfb-form-1 input[type="text"] {

}

.vfb-form-1 input[type="submit"] {

}

.vfb-form-1 textarea {

}

.form-all {
background:rgba(255, 255, 255, 0.66);
}
*/

p#description {
color: #fff;
text-shadow: -1px 0 black, 0 2px black, 2px 0 black, 0 -1px black;
}

#mc4wp_widget-2 {
text-shadow: -1px 0 black, 0 2px black, 2px 0 black, 0 -1px black;
}

.home #main_header a, #menu .nav a {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

input[type=text], input.text, input.title, textarea, select {
color: #000!important;
}


h2.tourdates {
margin-top: 20px;
}

div.album img {width:100% !important;}
div.album {text-align:center !important;width:22.5%;display:inline-block !important;padding:10px;vertical-align:top;}

@media (max-width: 900px) {
.fullwidth #left_area {max-width:1000px;width:100% !important;margin:0 auto;}
div.album {text-align:center !important;width:20.5%;display:inline-block !important;padding:10px;vertical-align:top;}
}

@media (max-width: 550px) {
.fullwidth #left_area {max-width:1000px;width:100% !important;margin:0 auto;}
div.album {text-align:center !important;width:95%;display:inline-block !important;padding:10px;vertical-align:top;}
}


div.wpcf7 {text-align: center !important;
    background: url(/wp-content/uploads/2014/01/jfjoroof1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

div.wpcf7-validation-errors {display:none !important;}
input.wpcf7-submit {cursor:pointer;background: #000;border: 0px;color: #fff;font-weight: bold;}
div.wpcf7 {padding-top:100px;padding-bottom:100px;color:#fff;text-shadow:2px 2px 2px black;font-size:14px;}
div.wpcf7 input {width:95% !important;height:35px;text-align:center !important;}
div.wpcf7 textarea {width:88% !important;padding:10px;}