/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

*{
	-webkit-font-smoothing: antialiased; /*only works on osx(-webkit browsers safari and chrome) not sure how it looks on firefox, opera, ie and the rest. does no work on windows*/
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
*:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
body{
	background: #fff;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.inlineBlock{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}
input[type="text"],
input[type="email"]
input[type="date"],
textarea,
input[type="submit"]{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.scroll_to_top{
	position: fixed;
	display: block;
	right: 20px;
	bottom: 20px;
	width: 51px;
	height: 51px;
	background: url('images/scroll_to_top.png');
	cursor: pointer;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	opacity: .5;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	z-index: 100;
	display: none;
}
.scroll_to_top:hover{
	opacity: 1.0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: Alpha(opacity=100);
}
.mobile_logo
{
	display: none;
}
.mobile_menu_div
{
	display: none;
	width: 65px;
	margin: auto;
}
.mobile_menu_a
{
	background: #17163e;
	text-decoration: none;
	display: inline-block;
	padding: 4px;
	margin: 0 auto 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-transition: background-position .3s ease-in-out;
	-moz-transition: background-position .3s ease-in-out;
	-o-transition: background-position .3s ease-in-out;
	-ms-transition: background-position .3s ease-in-out;
	transition: background-position .3s ease-in-out;
	transition: none!ie;
}
.mobile_menu_a>span
{
	display: block;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #17163e;
	background-image: url('images/but_grad_bg.png');
	background-repeat: repeat-x;
	background-position: 0 0;
}
.mobile_menu_a>span>span
{
	background: url('images/resp_navi.png') no-repeat center center;
	display: block;
	width: 55px;
	height: 33px;
}
.mobile_menu_a>span:hover
{
	background-image: none;
}
#mobile_navigation
{
	display: none;
	width: 100%;
	height: 0;
	padding: 5px 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 202;
	zoom: 1;
	list-style-type: none;
	padding-bottom: 20px;
}
#mobile_navigation>li
{
	margin: 0 10px;
	display: block;
	width: auto;
	float: none;
	overflow: hidden;
	position: relative;
	z-index: 203;
	line-height: 24px;
	list-style-type: none;
}
#mobile_navigation>li>a
{
	color: #fff;
	text-align: left;
	display: block;
	height: 30px;
	min-height: 0;
	*min-height: 0;
	float: none;
	padding: 0 10px 0 10px;
	margin: 3px 0;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	z-index: 204;
	text-decoration: none;
	background-color: #17163e;
	line-height: 30px;
	font-size: 14px;
}
#access{
	position: relative;
	width: 1022px;
	margin: auto;
	font-family: Helvetica;
}
#access .menu_nav{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
}
#access .menu_container{
	float: right;
	background: #000;
}
#access .menu_container a.menu_link{
	padding: 10px 0 10px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;

	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
#access .menu_container a.menu_link:hover{
	color: #41a8b8;
}
#access .menu_container a.menu_link:last-child{
	padding-right: 20px;
}
#access .cphone{
	margin-top: 5px;
	color: #000;
	font-size: 12px;
	text-align: right;
	font-weight: 600;
}

#flexslider_main
{
	position: relative;
	height: 600px;
	background: #c5beb6;
}
#flexslider_main .hm_slide_loader
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 66px;
	height: 66px;
	margin-top: -33px;
	margin-left: -33px;
	z-index: 0;
}
#flexslider_main .slides li .caption{
	position: absolute;
	/*left: 50%;*/
	bottom: 100px;
	/*width: 1304px;
	margin-left: -652px;*/
	width: 100%;
	padding: 10px;
	background: #eb5a83;
	background: rgba(235, 90, 131, 0.7);
	text-align: center;
	font-family: helvetica;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	z-index: 4;
}
#flexslider_main .slides li .caption.type1{
	background: #eb5a83;
	background: rgba(235, 90, 131, 0.7);
}
#flexslider_main .slides li .caption.type2{
	background: #a3c964;
	background: rgba(163, 201, 100, 0.7);
}
#flexslider_main .slides li .caption.type3{
	background: #41a8b9;
	background: rgba(65, 168, 185, 0.7);
}
#flexslider_main .slides li .caption.type4{
	background: #f9b233;
	background: rgba(249, 178, 51, 0.7);
}
#flexslider_main .logo_booking{
	position: absolute;
	width: 1022px;
	left: 50%;
	top: 100px;
	margin-left: -511px;
	z-index: 6;
}
#flexslider_main .sbooking_form{
	float: right;
	width: 30%;
}
#flexslider_main .sbooking_form .formtitle{
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
}
#flexslider_main .sbooking_form input[type="text"],
#flexslider_main .sbooking_form input[type="email"],
#flexslider_main .sbooking_form input[type="date"]{
	width: 100%;
	height: 30px;
	background: #fff;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 5px;
	border: 0;
	outline: none;
	font-family: Arial,sans-serif !important;
}
#flexslider_main .sbooking_form textarea{
	width: 100%;
	height: 50px;
	background: #fff;
	border: 0;
	outline: none;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-family: Arial,sans-serif !important;
}
#flexslider_main .sbooking_form input[type="submit"]{
	width: 20%;
	height: 30px;
	float: right;
	margin-top: 5px;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	border: 0;
	outline: none;
	cursor: pointer;

	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
#flexslider_main .sbooking_form input[type="submit"]:hover{
	background: #eb5a83;
}

.home .photo_booth_sect{
	position: relative;
	z-index: 7;
}
.home .photo_booth_sect .booth_types{
	background: #000;
	height: 231px;
}
.home.otherpages .photo_booth_sect .booth_types{
	height: 85px !important;
}
.home .photo_booth_sect ul,
.home .photo_booth_sect .booth_title .booth_title_cont,
.support_icons, .booth_details, .booth_functions,
.otherpages .booth_functions_cont .content{
	width: 1022px;
	margin: auto;
}
.home .photo_booth_sect ul li{
	margin-right: 3.5%;
	vertical-align: top;
}
.home .photo_booth_sect ul li:first-child{
	margin-top: -30px;
}
.home.otherpages .photo_booth_sect ul li:first-child{
	margin-top: -160px;
}
.home .photo_booth_sect ul li:nth-child(2){
	margin-top: -40px;
}
.home .photo_booth_sect ul li:last-child{
	margin-right: 0;
}
.home .photo_booth_sect .booth_title{
	background: #000;
	margin-top: 110px;
}
.home .photo_booth_sect .booth_title span{
	margin-right: 11%;
	font-weight: 600;
	font-size: 34px;
}
.home .photo_booth_sect .booth_title span:first-child{
	margin-left: 3%;
}
.home .photo_booth_sect .booth_title span:last-child{
	margin-right: 0;
}
.home .photo_booth_sect .support_icons_cont{
	border-bottom: 5px solid #000;
}
.home .photo_booth_sect .support_icons{
	padding: 40px 0;
}
.home .photo_booth_sect .support_icons img{
	margin-right: 3.5%;
}
.home .photo_booth_sect .support_icons img:first-child{
	margin-left: 1.5%;
}
.home .photo_booth_sect .support_icons img:nth-child(2){
	margin-left: 5%;
}
.home .photo_booth_sect .support_icons img:last-child{
	margin-right: 0;
	margin-left: 5%;
}
.home .photo_booth_sect .booth_details_cont{
	border-bottom: 2px solid #000;
}
.home .photo_booth_sect .booth_details{
	padding: 20px 0;
}
.home .photo_booth_sect .booth_functions_cont{
	border-bottom: 5px solid #000;
}
.home .photo_booth_sect .booth_functions{
	padding: 20px 0;
}
.home.otherpages .photo_booth_sect .booth_functions{
	padding: 50px 0;
}
.home .photo_booth_sect .booth_details span.text,
.home .photo_booth_sect .booth_functions span.text{
	width: 30.5%;
	margin-right: 3.5%;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1.8em;
}
.home .photo_booth_sect .booth_functions span.text{
	font-weight: 300;
}
.home .photo_booth_sect .booth_details span.text:last-child,
.home .photo_booth_sect .booth_functions span.text:last-child{
	margin-right: 0;
}
.home .pose_section .title{
	margin: 10px 0;
}
.home .pose_section .title img{
	display: block;
	margin: auto;
}
.home .pose_section .poses_cont{
	background: #000;
}
.home .pose_section .poses_cont img{
	display: block;
	margin: auto;
	padding: 10px 0;
}
.home .booth_features .title{
	margin: 25px 0;
	font-weight: 600;
	font-size: 27px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.home .booth_features .booth_features_cont{
	position: relative;
	background: #fef0d6;
	background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(254,240,214,1)),to(rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,rgba(254,240,214,1),rgba(255,255,255,0));
	background: -moz-linear-gradient(top,rgba(254,240,214,1),rgba(255,255,255,0));
	background: -ms-linear-gradient(top,rgba(254,240,214,1),rgba(255,255,255,0));
	background: -o-linear-gradient(top,rgba(254,240,214,1),rgba(255,255,255,0));
}
.home .booth_features .booth_features_cont img{
	position: relative;
	display: block;
	margin: auto;
	padding: 10px 0;
	z-index: 2;
}
.home .booth_features .booth_features_cont .bg_overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	color: transparent;

	background: #fef0d6;
	background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0)),to(rgba(254,240,214,1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(254,240,214,1));
	background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(254,240,214,1));
	background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(254,240,214,1));
	background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(254,240,214,1));
	z-index: 1;
}

.home .social_section{
	position: relative;
	margin-top: 60px;
	/*background: url('images/social_bg.png');*/
}
.home .social_section .rope{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14px;
	background: url('images/social_peg_rope.jpg');
	z-index: 3;
}
.home .social_section .social_cont{
	width: 1022px;
	margin: auto;
	margin-bottom: 50px;
}
.home .social_section .social_cont.social_cont2{
	margin-bottom: 0;
}
.home .social_section .social_cont ul li:last-child .social_box{
	margin-right: 0;
}
.home .social_section .social_box{
	position: relative;
	width: 234px;
	height: 311px;
	margin-top: -35px;
	margin-right: 20px;
	padding: 55px 12px 51px 17px;
	background: url('images/social_box.png');
	z-index: 5;
}
.home .social_section .social_box .text{
	position: absolute;
	bottom: 51px;
	left: 17px;
	width: 203px;
	padding: 10px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.4);
	color: #f5eed7;
	font-size: 12px !important;
	font-weight: 600;
	max-height: 50%;
	overflow: hidden;
}
.home .social_section .social_box.istxt .text{
	bottom: 61px;
	padding-bottom: 0;
	background: transparent;
}
.home .social_section .social_box .text a{
	font-size: 12px !important;
	color: #66cc00 !important;
}
.home .social_section .social_box .text a:hover{
	text-decoration: underline;
}
.home .social_section .social_box .hd{
	position: absolute;
	top: 65px;
	left: 27px;
}
.home .social_section .social_box .hd span{
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
}
.home .social_section .social_box .hd span div:first-child{
	color: #fff;
}
.home .social_section .social_box .hd span div:last-child{
	font-size: 11px;
	color: #66cc00;
}

.home .social_section .social_bg1{
	position: absolute;
	top: 0;
	width: 100%;
	height: 87%;
	background: url('images/social_bg.png');
	z-index: 2;
}
.home .social_section .social_cont2_hold{
	position: relative;
	padding-bottom: 30px;
}
.home .social_section .social_bg{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70%;

	background: #fef0d6;
	background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0)),to(rgba(254,240,214,1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(254,240,214,1));
	background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(254,240,214,1));
	background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(254,240,214,1));
	background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(254,240,214,1));
	z-index: 1;
}

/*Other Pages*/
.otherpages .content{
	padding: 50px 0;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}
.otherpages .content h1{
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 600;
	color: #000;
}
.otherpages .content h1.pink_color{
	color: rgb(235, 90, 131);
}
.otherpages .content h2{
	margin-top: 20px;
	margin-bottom: 20px;
}
.otherpages .content h3{
	margin-bottom: 20px;
}
.otherpages .content a{
	color: #41a8b8;
}
.otherpages .content a:hover{
	text-decoration: underline;
}
.otherpages .content img.alignleft{
	margin-right: 20px;
	margin-bottom: 20px;
}
.otherpages .content img.alignright{
	margin-left: 20px;
	margin-bottom: 20px;
}
.otherpages .content p{
	margin-bottom: 20px;
}
.otherpages .content ul{
	display: block;
	width: auto;
	margin-top: 20px;
	padding-left: 40px;
}
.otherpages .content ul li{
	margin: auto !important;
	list-style-image: url('images/greentick.png');
	/*list-style-type: disc;*/
	padding-left: 10px;
}
.otherpages .content .action_buttons{
	margin-top: 50px;
}
.otherpages .action_buttons a{
	padding: 15px;
	margin-right: 20px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
.otherpages .action_buttons a:hover{
	background: #eb5a83;
	text-decoration: none;
}

/*Pop Up Form*/
#popbookingform{
	width: 500px;
	padding: 10px;
}
#popbookingform .formtitle{
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
}
#popbookingform input[type="text"],
#popbookingform input[type="email"],
#popbookingform input[type="date"]{
	width: 100%;
	height: 30px;
	/*background: #41a8b8;*/
	font-size: 12px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	outline: none;
	font-family: Arial,sans-serif !important;
}
#popbookingform textarea{
	width: 100%;
	height: 50px;
	/*background: #41a8b8;*/
	font-size: 12px;
	padding: 5px;
	border: 1px solid #ccc;
	outline: none;
	font-family: Arial,sans-serif !important;
}
#popbookingform input[type="submit"]{
	width: 20%;
	height: 30px;
	float: right;
	margin-top: 5px;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
#popbookingform input[type="submit"]:hover{
	background: #eb5a83;
}

.other_pages h1{
	margin-bottom: 20px;
	font-size: 25px;
}
.other_pages .gallery_container{
	width: 1022px;
	margin: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	-moz-column-count: 3;
	-moz-column-gap: 10%;
	-webkit-column-count: 3;
	-webkit-column-gap: 10%;
	column-count: 3;
	column-gap: 10%;
}
.other_pages .album_container{
	background: rgba(255,255,255,.7);
	padding: 20px;
}
.other_pages .album_container .album_box{
	margin-right: 20px;
	margin-bottom: 20px;
}
.other_pages .album_container .album_box:nth-child(4n){
	margin-right: 0;
}
.other_pages .album_box .details{
	width: 190px;
}
.other_pages .album_box .details div{
	margin-top: 5px;
	font-size: 14px;
}
.other_pages .album_box .lock{
	float: right;
}
.other_pages .album_box .lock img{
	padding-top: 5px;
}
.other_pages.gallery_pg h1.title{
	font-style: italic;
}
.other_pages .gallery_cont{
	
}
.other_pages .gallery_cont h1,
.other_pages .gallery_cont h1 strong{
	font-style: italic;
}
.other_pages .gallery_cont img{
	width: 242px;
	height: 242px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.other_pages .gallery_cont a:nth-child(4n) img{
	margin-right: 0;
}

/*Social Boxes - Scoopit Content Override*/
.social_box br,
.social_box .text a,
.social_box.isimg blockquote,
.social_box.isimg .text img,
.social_box.isimg .social_img a:last-child{
	display: none;
}
.social_box .text a:last-child,
.social_box.isimg .text blockquote{
	display: block !important;
}
#ui-datepicker-div{
	font-size: 14px;
}


/*Footer styles*/
.footer{
	position: relative;
	background: #000;
}
.footer .footer_cont{
	width: 1022px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 50px;
}
.footer .footer_cont .seenon{
	font-size: 18px;
	color: #fff;
}
.footer .footer_cont .seenon_logos{
	margin-bottom: 20px;
}
.footer .footer_cont .seenon_logos a{
	padding-right: 10px;
}
.footer .footer_cont .seenon_logos a:last-child{
	padding-right: 0;
}
.footer .footer_cont .essex{
	padding-right: 20px;
}
.footer .footer_cont .essex_cast{
	font-size: 18px;
	color: #fff;
}
.footer .footer_cont .contactform{
	float: right;
}
.footer .footer_cont .contactform .input_title{
	width: 100px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}
.footer .footer_cont .contactform input[type="text"],
.footer .footer_cont .contactform input[type="email"],
.footer .footer_cont .contactform input[type="date"]{
	width: 350px;
	height: 22px;
	background: #fff;
	border: 0;
	outline: none;
	padding-left: 5px;
	margin-bottom: 10px;
	color: #000;
}
.footer .footer_cont .contactform textarea{
	width: 350px;
	height: 100px;
	background: #fff;
	border: 0;
	outline: none;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	color: #000;
	font-family: Arial;
}
.footer .footer_cont .contactform input[type="submit"]{
	width: 71px;
	height: 24px;
	line-height: 24px;
	margin-left: 100px;
	background: #fff;
	border: 0;
	outline: none;
	color: #000;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	border-radius: 0;
	cursor: pointer;

	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
.footer .footer_cont .contactform input[type="submit"]:hover{
	background: #eb5a83;
}
.footer .social{
	margin-top: 30px;
}
.footer .social span{
	padding-right: 10px;
	line-height: 30px;
	color: #fff;
}
.footer .social a{
	margin-right: 10px;

	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;

	opacity: .5;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.footer .social a:hover{
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.footer .social a:last-child{
	margin-right: 0;
}
.footer .wpcf7-response-output{
	color: #fff;
}


/*Mobile and Tablets - Responsive styles*/
/*Smartphones 0 to 960px view - portrait & landscape view*/
@media only screen and (min-width:0) and (max-width:960px){
	#access{
		display: none;
	}
	.mobile_menu_div_main
	{
		width: 100%;
		margin-bottom: 10px;
	}
	.mobile_menu_div
	{
		display: block;
	}
	.mobile_logo
	{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.mobile_logo a.lg
	{
		display: inline-block;
		width: 45%;
		padding-top: 20px;
		padding-left: 10px;
		text-align: center;
	}
	.mobile_logo a.lg img
	{
		display: block;
		width: 100%;
	}
	.mobile_logo a.lg span
	{
		display: block;
		padding-top: 5px;
		font-size: 8px;
		color: #17163e;
	}
	.mobile_logo .contact_info
	{
		display: inline-block;
		float: right;
		width: 50%;
		padding-top: 30px;
		padding-right: 10px;
		color: #17163e;
		font-size: 13px;
		font-weight: bold;
		text-align: right;
	}
	.mobile_logo .contact_info a
	{
		color: #17163e;
		word-break: break-word;
	}
	.mobile_menu_a{
		background: #41a8b8;
	}
	.mobile_menu_a > span,
	#mobile_navigation > li > a{
		background-color: #41a8b8;
	}
	.home #flexslider_main{
		height: auto;
	}
	.home.otherpages #flexslider_main ul li{
		position: relative;
	}
	.home #flexslider_main ul li img{
		width: 100%;
	}
	.home #flexslider_main ul li .caption{
		left: 0;
		bottom: 50%;
		margin-bottom: -18.5px;
		font-size: 15px;
	}
	.flex-direction-nav a{
		top: 22% !important;
		margin-top: -44.5px !important;
	}
	#flexslider_main .logo_booking{
		position: relative;
		width: 100%;
		margin-left: 0;
		left: 0;
		top: 0;
	}
	#flexslider_main .logo_booking .weblogo{
		display: none;
	}
	#flexslider_main .sbooking_form{
		float: none;
		width: 80%;
		margin: 30px auto;
	}
	#flexslider_main .sbooking_form input[type="submit"]{
		float: none;
	}
	.home .photo_booth_sect .booth_types{
		height: auto;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.home .photo_booth_sect ul, .home .photo_booth_sect .booth_title .booth_title_cont, .support_icons, .booth_details, .booth_functions, .otherpages .booth_functions_cont .content{
		width: 100%;
	}
	.home .photo_booth_sect ul li{
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0 !important;
	}
	.home .photo_booth_sect ul li img{
		display: block;
		width: 80%;
		margin: auto;
	}
	.otherpages .content{
		font-size: 14px;
	}
	.otherpages .content h1{
		font-size: 16px;
	}
	.otherpages .content h2{
		font-size: 14px;
	}
	.otherpages .content img.size-full,
	.otherpages .content img.alignleft,
	.otherpages .content img.alignright{
		float: none;
		width: 100% !important;
		height: auto !important;
		margin-left: auto;
		margin-right: auto;
	}
	.home.otherpages .photo_booth_sect ul li{
		list-style-image: url('images/greentick.png') !important;
	}
	.home.otherpages .photo_booth_sect .booth_types{
		height: auto !important;
	}
	.home .booth_title, .home .support_icons_cont, .home .booth_details_cont, .home .booth_functions_cont{
		display: none;
	}
	.home.otherpages .booth_functions_cont{
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#popbookingform{
		width: 100%;
	}
	.home.otherpages .action_buttons a{
		padding: 12px;
		margin-right: 5px;
		font-size: 11px;
	}
	.home .pose_section .title img{
		width: 90%;
	}
	.home .pose_section .poses_cont img{
		width: 90%;
	}
	.home .booth_features .title{
		font-size: 15px;
	}
	.home .booth_features .booth_features_cont img{
		width: 100%;
	}
	.home .social_section .social_cont{
		width: 100%;
	}
	.home .social_section .social_cont ul li{
		display: block;
		margin: auto;
	}
	.home .social_section .social_box{
		margin: auto !important;
	}
	.otherpages .logo_booking a:first-child{
		display: none;
	}
	.other_pages{
		width: 100% !important;
	}
	.other_pages h1{
		padding-left: 20px;
		font-size: 18px;
	}
	.other_pages h2{
		padding-left: 20px;
		font-size: 16px;
	}
	.other_pages .album_container{
		font-size: 14px;
	}
	.other_pages .gallery_cont img{
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.other_pages.payform iframe{
		width: 100%;
	}


	/*Footer*/
	.footer .footer_cont{
		width: 100%;
	}
	.footer .footer_cont .seenon{
		margin-bottom: 10px;
		text-align: center;
	}
	.footer .footer_cont .seenon_logos a{
		display: block;
	}
	.footer .footer_cont .seenon_logos a img{
		display: block;
		margin: auto;
	}
	.footer .footer_cont .essex{
		display: block;
		margin: auto;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.footer .footer_cont .essex_cast{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.footer .footer_cont .contactform{
		float: none;
		margin: auto;
		display: block;
	}
	.footer .footer_cont .contactform .input_title{
		display: none;
	}
	.footer .footer_cont .contactform input[type="text"],
	.footer .footer_cont .contactform input[type="email"],
	.footer .footer_cont .contactform input[type="date"],
	.footer .footer_cont .contactform textarea{
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.footer .footer_cont .contactform input[type="submit"]{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer .social{
		width: 65%;
		margin-left: auto;
		margin-right: auto;
	}
}

/*iPad and Tablet View 602px to 1000px view - portrait & landscape view*/
@media only screen and(min-width: 602px) and(max-width: 1000px){

}