/*
Theme Name: Tour Package
Theme URI: -
Description: Tour Package WP Theme
Version: 2.00
Author: Goodlayers
Author URI: http://goodlayers.com
License:
License URI:
Tags: white, light, Orange, two-columns, flexible-width, custom-background, custom-colors, featured-images, theme-options
*/

/* #Style Reset
================================================== */
@font-face {
    font-family: 'esp_bold';
    src: url('fonts/esp_bold.eot');
    src: url('fonts/esp_bold.eot') format('embedded-opentype'),
         url('fonts/esp_bold.woff2') format('woff2'),
         url('fonts/esp_bold.woff') format('woff'),
         url('fonts/esp_bold.ttf') format('truetype'),
         url('fonts/esp_bold.svg#esp_bold') format('svg');
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/opensans-bold.eot');
    src: url('fonts/opensans-bold.eot') format('embedded-opentype'),
         url('fonts/opensans-bold.woff') format('woff'),
         url('fonts/opensans-bold.ttf') format('truetype'),
         url('fonts/opensans-bold.svg#OpenSansBold') format('svg');
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot') format('embedded-opentype'),
         url('fonts/opensans-regular.woff') format('woff'),
         url('fonts/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/opensans-semibold.eot');
    src: url('fonts/opensans-semibold.eot') format('embedded-opentype'),
         url('fonts/opensans-semibold.woff') format('woff'),
         url('fonts/opensans-semibold.ttf') format('truetype'),
         url('fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/opensans-light.eot');
    src: url('fonts/opensans-light.eot') format('embedded-opentype'),
         url('fonts/opensans-light.woff') format('woff'),
         url('fonts/opensans-light.ttf') format('truetype'),
         url('fonts/opensans-light.svg#OpenSansLight') format('svg');
}
@font-face {
    font-family: 'OswaldLight';
    src: url('fonts/OswaldLight.eot');
    src: url('fonts/OswaldLight.eot') format('embedded-opentype'),
         url('fonts/OswaldLight.woff2') format('woff2'),
         url('fonts/OswaldLight.woff') format('woff'),
         url('fonts/OswaldLight.ttf') format('truetype'),
         url('fonts/OswaldLight.svg#OswaldLight') format('svg');
}

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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0;
	font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
a{ text-decoration: none; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* #Basic Styles
================================================== */
body {
	overflow-y: scroll;
	line-height: 155%; line-height:1.55; 
	-webkit-text-size-adjust: 100%;
	font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal; line-height: 1.3; margin-bottom: 15px;
	font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif; }	
/*--- web safe font ---* 
	HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif
	Georgia, "Times New Roman", Times, serif
 *--- web safe font ---*/
 
p{ margin-bottom: 20px; }
p:last-child{ margin-bottom: 0px;}

table { border-width: 1px; border-style: solid; width: 100%; margin-bottom: 20px; }
tr th{ border-bottom-width: 1px; border-bottom-style: solid; text-align: left; }
tr th, tr td{ padding: 9px 20px; border-right: 1px solid; }
tr th:last-child, tr td:last-child{ border-right: 0px; }
table th{ font-weight: bold; }
	
em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }	
sup { height: 0; line-height: 1; position: relative; top: -0.6em; 
	vertical-align: baseline !important; vertical-align: bottom; font-size: 10px;}
sub { height: 0; line-height: 1; position: relative; top: +0.2em; 
	vertical-align: baseline !important; vertical-align: bottom; font-size: 10px;}

ul,ol{ margin-left: 20px; }
ul{ list-style: disc; }	
ol{ list-style: decimal; }
li{ padding: 3px 0px; }

blockquote{ margin: 10px 10px 10px 20px; padding: 15px 20px 15px 25px; border-left-width: 3px; border-left-style: solid;
	font-style: oblique; font-size: 17px; font-family: Georgia,"Times New Roman",Times,serif; }

form, fieldset{ margin-bottom: 20px; }	

button, input[type="submit"], input[type="reset"], input[type="button"] { 
margin: 0px; 
display: inline-block;
font-weight: bold; 
cursor: pointer; 
border-style: solid; 
float: left;
padding: 8px 16px;
font-size: 13px;
border-width: 0;
border-bottom-width: 2px;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
font-weight: bold;
}
	
/*	
button, input[type="submit"], input[type="reset"], input[type="button"] { 
	margin: 0px; padding: 6px 12px; display: inline-block; 
	background: url('images/button-gradient.png.html') repeat-x; font-weight: bold; cursor: pointer; 
	border-width: 1px; border-style: solid;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-image: url('images/button-gradient-hover.png.html'); }
*/
	
input[type="text"], input[type="password"], input[type="email"], input, 
textarea, select {  padding: 7px; margin: 0; outline: none; max-width: 100%; margin-bottom: 10px; border-width: 1px; border-style: solid;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
input[type="checkbox"], input[type="radio"] { display: inline; margin-bottom: 10px; }	
select { padding: 0; }	

/* #Wordpress Style
================================================== */
.alignleft, img.alignleft { float:left; margin: 5px 20px 20px 0px; }
.alignright, img.alignright { float:right; margin: 5px 0px 20px 20px; }
.aligncenter, img.aligncenter { display:block; margin: 5px auto; }
.logo-wrapper{    padding-top: 36px; padding-bottom: 0px; } 
div#main-superfish-wrapper{ float: right;
    width: 95%; 
	   padding: 6px 0;} 
.alignnone, img.alignnone { margin: 5px 20px 20px 0; }
.wp-caption { text-align: center; padding: 8px 3px 5px; max-width: 100%;
	border-width: 1px; border-style: solid; background: #ffffff;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wp-caption img { border: 0 none; padding: 0; margin: 0; max-width: 98.5%; width: auto; }
.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0; }
.wp-smiley { margin: 0 !important; max-height: 1em; }

.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky{}
.bypostauthor{}

/* #Custom Style
================================================== */
.hidden{ display: none; }
.fancybox-wrap .hidden { visibility: visible; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.pt20{ padding-top: 20px !important; }
.pb20{ padding-bottom: 20px !important; }
.mb0{ margin-bottom: 0px !important; } .mb1{ margin-bottom: 1px !important; } .mb2{ margin-bottom: 2px !important; }
.mb3{ margin-bottom: 3px !important; } .mb4{ margin-bottom: 4px !important; } .mb5{ margin-bottom: 5px !important; }
.mb6{ margin-bottom: 6px !important; } .mb7{ margin-bottom: 7px !important; } .mb8{ margin-bottom: 8px !important; }
.mb9{ margin-bottom: 9px !important; } .mb10{ margin-bottom: 10px !important; } 
.mb11{ margin-bottom: 11px !important; } .mb12{ margin-bottom: 12px !important; } .mb13{ margin-bottom: 13px !important; }
.mb14{ margin-bottom: 14px !important; } .mb15{ margin-bottom: 15px !important; } .mb16{ margin-bottom: 16px !important; }
.mb17{ margin-bottom: 17px !important; } .mb18{ margin-bottom: 18px !important; } .mb19{ margin-bottom: 19px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb21{ margin-bottom: 21px !important; } .mb22{ margin-bottom: 22px !important; } .mb23{ margin-bottom: 23px !important; }
.mb24{ margin-bottom: 24px !important; } .mb25{ margin-bottom: 25px !important; } .mb26{ margin-bottom: 26px !important; }
.mb27{ margin-bottom: 27px !important; } .mb28{ margin-bottom: 28px !important; } .mb29{ margin-bottom: 29px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb31{ margin-bottom: 31px !important; } .mb32{ margin-bottom: 32px !important; } .mb33{ margin-bottom: 33px !important; }
.mb34{ margin-bottom: 34px !important; } .mb35{ margin-bottom: 35px !important; } .mb36{ margin-bottom: 36px !important; }
.mb37{ margin-bottom: 37px !important; } .mb38{ margin-bottom: 38px !important; } .mb39{ margin-bottom: 39px !important; }
.mb40{ margin-bottom: 40px !important; }
.mb41{ margin-bottom: 41px !important; } .mb42{ margin-bottom: 42px !important; } .mb43{ margin-bottom: 43px !important; }
.mb44{ margin-bottom: 44px !important; } .mb45{ margin-bottom: 45px !important; } .mb46{ margin-bottom: 46px !important; }
.mb47{ margin-bottom: 47px !important; } .mb48{ margin-bottom: 48px !important; } .mb49{ margin-bottom: 49px !important; }
.mb50{ margin-bottom: 50px !important; }

/*--- color animation ---*/
a, .portfolio-context{
	transition: color 300ms, background-color 300ms, opacity 300ms;
	-moz-transition: color 300ms, background-color 300ms, opacity 300ms;    /* FF3.7+ */
	-o-transition: color 300ms, background-color 300ms, opacity 300ms;      /* Opera 10.5 */
	-webkit-transition: color 300ms, background-color 300ms, opacity 300ms; /* Saf3.2+, Chrome */ }

/* #Theme Style
================================================== */

/*--- custom full background ---*/
div.gdl-custom-full-background{ position: fixed; top: -50%; left: -50%; width: 200%; height: 200%; z-index: -1; }
div.gdl-custom-full-background img{ 
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;
	min-width: 50%; min-height: 50%; z-index: -1; }
	
/*--- button ---*/
a.gdl-button { display: inline-block; cursor: pointer; padding: 0px 15px; height: 30px;
	line-height: 30px; margin-bottom: 20px; margin-right: 10px; border-bottom-width: 3px; 
	border-style: solid; font-size: 12px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight: bold;
}
a.gdl-button.small{ padding: 1px 12px; height: 26px; line-height: 26px; font-size: 11px; }
a.gdl-button.large{ padding: 2px 20px; height: 33px; line-height: 34px; font-size: 15px; }
a.gdl-button:hover { opacity: 0.8; filter: alpha(opacity=80); }


/*--- preloader ---*/
.preloader { display: block; background:url("images/loading.gif") center center no-repeat; }

/*--- logo ---*/
div.logo-wrapper{  float: left;
    line-height: 0;
    margin: 0;
   width: 31%;
    text-align: center;} 
div.logo-wrapper a{ display: inline-block; }
div.logo-wrapper h1{ margin: 0px; line-height: 0; } 
div.logo-wrapper img{ display: block; }

div.logo-right-text{ margin-left: 10px; margin-right: 10px; }
div.logo-right-text-content{ margin-bottom: 12px; }

/*--- top navigation ---*/
div.top-navigation-wrapper{ /*background: url('images/top-bar-background.png');
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #000;*/ }
div.top-navigation-wrapper-gimmick{ height: 3px;  }
div.top-navigation-container.container{ text-align: center; font-size: 12px; line-height: 100%; }
div.top-navigation-left-text{ float: left; line-height: 18px; margin-left: 10px; padding-top: 7px; padding-bottom: 7px; }
div.top-navigation-right-text{ float: right; line-height: 18px; margin-right: 10px; padding-top: 7px; padding-bottom: 7px; }
div.floating-nav-wrapper .sf-menu li a{ text-transform: uppercase; font-weight: bold; }  
div.floating-nav-wrapper .sf-menu li li a{ font-weight: normal; text-transform: none; }

div.floating-nav-wrapper ul.sf-menu li:hover ul, 
div.floating-nav-wrapper ul.sf-menu li.sfHover ul{ top: 19px; padding-top: 15px; }
div.floating-nav-wrapper ul.sf-menu li:hover ul li.sfHover ul,
div.floating-nav-wrapper ul.sf-menu li.sfHover ul li.sfHover ul{ top: 0px; padding-top: 0px; }

/*--- social icon ---*/
div.top-social-wrapper{ float: left; line-height: 17px; margin-left: 10px; margin-right: 5px; 
	display: inline-block; padding-top: 7px; padding-bottom: 7px; }

div.social-wrapper { float: left; }
div.social-wrapper img{ display: block; max-width: 18px; height: auto; }
div.social-wrapper div.social-icon { float: left; margin-right: 8px; cursor: pointer; }
div.social-wrapper div.social-icon:last-child { margin-right: 0px; }

div.shortcode-social-icon{ float: left; margin-right: 10px; }
div.shortcode-social-icon img{ display: block; max-width: 32px; }

/*--- navigation ---*/
div.gdl-navigation-wrapper{   float: left;
    width: 100%; }
/*div.gdl-current-menu { top: 100px; bottom: 0px; position: absolute; 
	background-image: url('images/menu-gradient.png'); background-repeat: repeat-x; }*/
div.navigation-wrapper{ margin: 0px 10px; font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif; }
div.navigation-wrapper .sf-menu li a{ text-transform: uppercase; font-weight: bold; } 
div.navigation-wrapper .sf-menu li li a{ font-weight: normal; text-transform: none; }
.sf-menu .sf-sub-indicator { display: none; }
.sf-menu li li .sf-sub-indicator { display: inline; }

div.responsive-menu-wrapper{ margin: 0px 10px; }
div.responsive-menu-wrapper select{ width: 100%; height: 25px; }

/*--- top search ---*/
div.top-search-wrapper{ float: left; margin-left: 10px; }
div.top-search-wrapper .search-text{ width: 1px; overflow: hidden; float: left; }
div.top-search-wrapper form { margin-bottom: 0px; }
div.top-search-wrapper input[type="text"]{ padding: 7px 12px; line-height: 18px; height: 18px; border: 0px; margin-bottom: 0px; width: 150px; 
-moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; display: none; }
div.top-search-wrapper input[type='submit'] { float: left; height: 10px; margin: 11px 10px 11px 5px;
	padding: 0px 20px 0px 0px; border-width: 0px; border-left-width: 1px; border-left-style: solid; 
	background-size: 10px 10px !important; }

/*--- page title ---*/
div.body-wrapper{ position: relative; }
div.header-wrapper{/* position: relative; background: url('images/header-background.png'); */
  /*background: url("../../uploads/2015/05/header.png") no-repeat scroll 0 0 / 100% 100% transparent;*/
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
   
    position: relative;
    width: 100%;
    z-index: 99;
	}
div.header-outer-wrapper.full-slider .header-area-wrapper{ position: absolute; left: 0px; 
	right: 0px; top: 0px; z-index: 99; }

div.header-outer-wrapper.no-top-slider{ 
	background-image: url('images/default-header-background.jpg'); 
	background-position: center 0px; }	
	
div.page-header-wrapper{ position: relative; }
div.page-header-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; 
	opacity: 0.7; filter: alpha(opacity=70); }
div.page-header-container { position: relative; padding-top: 31px; padding-bottom: 34px; }
h1.page-header-title,
h2.page-header-title{ font-size: 32px; margin: 0px 10px;  }
div.page-header-caption{ margin: 2px 10px 0px; font-size: 18px; }
div.page-header-caption span{ margin-right: 5px; }

div.gdl-header-wrapper{     display: inline-block;
   margin-bottom: 1px;
    position: relative;
    text-align: center;
    width: 100%; }
div.gdl-header-wrapper i{ font-size: 23px; line-height: 27px; margin-right: 15px; }
div.gdl-header-wrapper.navigation-on{ padding-right: 70px; }
h3.gdl-header-title{ font-size: 27px; line-height: 27px; display: inline; margin-bottom: 0px; }

/*--- color section ---*/
div.color-open-section{ padding-top: 45px; margin-bottom: 45px; }

/*--- page content ---*/
div.gdl-page-item{ margin-top: 35px; }
div.content-outer-wrapper{  float: left;
    position: relative;
    width: 100%;}

/*--- top slider / layer slider ---*/
div.gdl-top-slider-wrapper{ margin: 0px auto;  position: relative; }
div.gdl-top-slider li { padding: 0; }

div.ls-packagetour .ls-bottom-slidebuttons, .flex-control-nav, .nivo-controlNav{ opacity: 0.8; filter: alpha(opacity=80);
	-webkit-border-radius: 4px 4px 0px 0px; -webkit-border-radius: 4px 4px 0px 0px; -webkit-border-radius: 4px 4px 0px 0px;
}

div.ls-packagetour .ls-nav-prev,
div.ls-packagetour .ls-nav-next{ opacity: 0.8; filter: alpha(opacity=80); }

div.ls-packagetour .ls-nav-prev,
div.gdl-top-slider .nivo-directionNav a.nivo-prevNav,
div.gdl-top-slider .flex-direction-nav li .flex-prev{ width: 32px; height: 76px; 
	top: 50%; left: 0px; margin-top: -38px; z-index: 999; 
	background-image: url('images/top-slider-nav-left.png'); 
	background-position: center center; background-repeat: no-repeat; 
	-webkit-border-radius: 0px 4px 4px 0px; -moz-border-radius: 0px 4px 4px 0px; border-radius: 0px 4px 4px 0px; }
div.ls-packagetour .ls-nav-next,
div.gdl-top-slider .nivo-directionNav a.nivo-nextNav,
div.gdl-top-slider .flex-direction-nav li .flex-next{ width: 32px; height: 76px; 
	top: 50%; right: 0px; margin-top: -38px; z-index: 999; 
	background-image: url('images/top-slider-nav-right.png'); 
	background-position: center center; background-repeat: no-repeat; 
	-webkit-border-radius: 4px 0px 0px 4px; -moz-border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px; }

div.gdl-top-slider .nivo-directionNav a.nivo-prevNav,
div.gdl-top-slider .nivo-directionNav a.nivo-nextNav,
div.gdl-top-slider .flex-direction-nav li .flex-prev,
div.gdl-top-slider .flex-direction-nav li .flex-next{ opacity: 0; filter: alphat(opacity=0); }	
div.gdl-top-slider:hover .nivo-directionNav a.nivo-prevNav,
div.gdl-top-slider:hover .nivo-directionNav a.nivo-nextNav,
div.gdl-top-slider:hover .flex-direction-nav li .flex-prev,
div.gdl-top-slider:hover .flex-direction-nav li .flex-next{ opacity: 1; filter: alphat(opacity=1); }
	
/*--- sidebar ---*/
div.gdl-page-item.columns{ float: right; }
div.gdl-left-sidebar.columns{ float: left; }

div.custom-sidebar{ margin-bottom: 45px; position: relative; }

h3.custom-sidebar-title{ line-height: 19px; position: relative;
	padding-bottom: 10px; margin-bottom: 0px; text-transform: uppercase; }
div.custom-sidebar-title-wrapper{ position: relative; margin-bottom: 15px; 
	border-bottom-width: 3px; border-bottom-style: solid; }

div.gdl-sidebar-wrapper{ overflow: hidden; }
div.gdl-sidebar-wrapper .custom-sidebar-title{ display: inline-block; }

div.gdl-right-sidebar .sidebar-wrapper{ padding-top: 55px;  }
div.gdl-left-sidebar .sidebar-wrapper{ padding-top: 55px; }

/*--- footer ---*/
div.footer-wrapper{ overflow: hidden; }
div.footer-wrapper .custom-sidebar{ margin-bottom: 40px; }
div.footer-container{ /*margin-top: 55px;*/ }

div.footer-twitter-wrapper{ padding: 40px 0px; position: relative; }
div.footer-twitter-wrapper .twitter-container{ position: relative; }
div.footer-twitter-wrapper .gdl-twitter-icon{ float: left; font-size: 45px; margin-left: 10px; margin-top: 10px; }
div.footer-twitter-wrapper .gdl-twitter-wrapper{ overflow: hidden; padding: 0px 85px 0px 40px; } 
div.footer-twitter-wrapper ul{ margin: 0px; list-style: none; text-align: left; }
div.footer-twitter-wrapper a.date{ display: block; margin-top: 6px; font-style: italic; }

div.gdl-twitter-navigation{ position: absolute; right: 30px; top: 50%; margin-top: -14px; z-index: 999; }
div.gdl-twitter-navigation a{ font-size: 16px; line-height:16px; width: 16px; height: 16px;
	float: left; cursor: pointer; display: block; text-align: center; margin-left: 2px; 
	padding: 6px;

	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */}
div.gdl-twitter-navigation a:first-child{ margin-left: 0px; }

/*--- copyright ---*/
div.copyright-wrapper{ margin: 15px 20px 0px; padding: 0px 0px; position: relative; }
div.copyright-border{ border-style: solid; border-top-width: 1px; border-bottom-width: 1px; }
div.copyright-left{ /*padding: 20px 0px 25px; text-align: center;*/ line-height: 1.9; }

/*-- feature media ---*/
div.feature-media-thumbnail{ margin-bottom: 20px; }
div.feature-media-thumbnail img{ display: block; }

div.feature-media-item-class.eight .feature-media-thumbnail,
div.feature-media-item-class.nine .feature-media-thumbnail,
div.feature-media-item-class.twelve .feature-media-thumbnail{ float: left; max-width: 40%; width: 40%;
	margin-right: 20px; margin-bottom: 0px; } 

h4.feature-media-title{ font-size: 20px; }
div.feature-media-content{ overflow: hidden; }
div.feature-media-content ul.shortcode-list li i{ font-size: 20px; float: left; margin-top: 2px; margin-right: 10px; }

/*-- about author (blog) ---*/
div.about-author-wrapper{ margin-top: 30px; margin-bottom: 30px; padding: 18px; }
div.about-author-avartar{ float: left; margin-right: 20px; }
div.about-author-info{ overflow: hidden; }
h5.about-author-title{ font-size: 18px; margin-top: 3px; margin-bottom: 10px; }

/*--- stack images ---*/
div.stack-images-wrapper img{ display: block; }
div.stack-images-wrapper .stack-images-single{ margin-bottom: 20px; position: relative; }
div.stack-images-wrapper .stack-images-caption{ max-width: 65%; position: absolute; right: 20px; bottom: 20px; }

/*--- single portfolio ---*/
div.gdl-single-portfolio{ margin-bottom: 25px; }
div.single-portfolio .port-media-wrapper{ max-width: 68%; float: left; margin-right: 20px; overflow: hidden; }
div.single-portfolio .port-media-wrapper.gdl-video { width: 68%; }
div.single-portfolio .port-media-wrapper.gdl-slider{ width: 68%; }
div.single-portfolio .port-media-wrapper.gdl-slider .flex-control-nav{ display: none; }
div.single-portfolio .port-info-wrapper{ padding-bottom: 25px; margin-bottom: 25px;
	border-bottom-width: 1px; border-bottom-style: solid; }
div.single-portfolio .port-info{ margin-bottom: 6px; }
div.single-portfolio .port-info .head{ font-weight: bold; }
div.single-portfolio .port-content-wrapper{ overflow: hidden; }
div.single-portfolio .port-nav{ margin-bottom: 15px; }
div.single-portfolio .gdl-related-portfolio{ padding-top: 50px; }
div.row div.gdl-related-portfolio div.gdl-header-wrapper{ margin-bottom: 40px; }

div.single-portfolio.single-sidebar .port-media-wrapper,
div.single-portfolio.both-sidebar .port-media-wrapper{ max-width: 100%; margin-right: 0px; float: none; margin-bottom: 20px; }
div.single-portfolio.single-sidebar .port-content-wrapper,
div.single-portfolio.both-sidebar .port-content-wrapper{ overflow: visible; }
div.single-portfolio.single-sidebar .port-nav .port-prev-nav, 
div.single-portfolio.single-sidebar .port-nav .port-next-nav, 
div.single-portfolio.both-sidebar .port-nav .port-prev-nav,
div.single-portfolio.both-sidebar .port-nav .port-next-nav { margin-bottom: 15px; }

/*--- Leave Reply ---*/
h3.social-share-title{ font-size: 18px; }
div.social-shares ul{ list-style: none; margin-left: 0px; }
div.social-shares ul li{ float: left; margin-right: 13px; margin-bottom: 8px; }
div.social-shares ul li img{ display: block; max-width: 32px; height: auto; }

/*--- Comments ---*/
div.comment-wrapper{  margin-top: 40px; }
div.comment-wrapper .comment-title{  font-size: 18px; }
div.comment-wrapper .comment-form-comment{  margin-right: 40px; }
div.comment-wrapper #reply-title{ font-size: 18px; margin-bottom: 15px; }

div.comment-wrapper input[type="text"], input[type="password"] {
	width: 320px; height: 20px; max-width: 70%; line-height: 20px; padding: 5px; margin: 5px 5px 25px; float: left; }
div.comment-wrapper textarea{
	height: 165px; width: 590px; max-width: 100%; line-height: 20px; padding: 5px; margin: 5px 5px 25px; }

div.comment-wrapper input { float: left; }
div.comment-wrapper label { float: left; line-height: 32px; margin: 5px 0px 0px 10px; }
div.comment-wrapper span { line-height: 24px; margin-right: 2px; }

div.comment-wrapper .comment-form-captcha img { float: left; margin-right: 20px; margin-top: 1px; }
div.comment-wrapper .comment-form-captcha input { float: left; width: 205px; max-width: 40%; }

ol.comment-list{ margin: 0px; list-style: none; }
ol.comment-list .comment-body{ border-bottom-width: 1px; border-bottom-style: solid; margin-top: 22px; padding-bottom: 22px; }
ol.comment-list ul{ margin: 0px 0px 0px 30px; list-style: none; }
div.comment-avartar{ float: left; }
div.comment-context{ margin-left: 80px; }
span.comment-author{  margin-right: 5px; font-size: 16px; }
span.comment-date{  margin-right: 5px; font-style: italic; font-family: 'Droid Serif'; font-size: 11px;}
span.comment-time{ margin-right: 5px; font-style: italic; }
div.comment-content{ margin-top: 7px; }

div.comment-wrapper #respond{ margin-top: 30px; }

/*--- Site map ---*/
div.sitemap-page .custom-sidebar-title { display: inline-block; }

/*--- Floating Nav ---*/
div.floating-nav-wrapper{ text-align: center; line-height: 0; display: none;
	position: fixed; top: 0px; left: 0px; right: 0px; z-index: 100; padding: 10px 0px; }
div.floating-nav-wrapper ul.sf-menu{ display: inline-block; line-height: 1; }	
	
body.admin-bar div.floating-nav-wrapper{ top: 28px; }

/* #Page Item
================================================== */

/*--- accordion ---*/
ul.gdl-accordion{ list-style: none; margin-left: 0px; }
ul.gdl-accordion > li{ position: relative; margin-bottom: 12px; border-width: 3px; border-style: solid; } 
ul.gdl-accordion > li:last-child{ margin-bottom: 0px; } 
ul.gdl-accordion > li .accordion-title{ margin: 0px; padding: 7px 0px 7px 17px; font-size: 15px; cursor: pointer; background-position: 0px center; background-repeat: no-repeat; text-transform: uppercase; }
ul.gdl-accordion > li .accordion-content{ padding: 5px 20px 15px 38px; }
ul.gdl-accordion > li span.accordion-icon{ display: inline-block; margin-right: 12px; margin-bottom: 1px;
	width: 8px; height: 8px; background-size: 8px 8px; }

ul.gdl-accordion li ul{ margin-left: 30px; list-style: disc; }
ul.gdl-accordion li li{ background: none; margin: 0px; overflow: visible; }

/*--- blog ---*/
div.gdl-blog-widget{ margin-bottom: 40px; }
div.gdl-blog-widget:last-child{ margin-bottom: 0px; }
div.gdl-blog-widget .blog-media-wrapper{ margin-bottom: 18px; }
div.gdl-blog-widget .blog-media-wrapper img{ display: block; }
div.gdl-blog-widget .blog-media-wrapper .flexslider{ overflow: hidden; }
div.gdl-blog-widget .blog-media-wrapper.gdl-slider .flex-control-nav{ display: none; }
div.gdl-blog-widget .blog-content-wrapper{ overflow: hidden; }
div.gdl-blog-widget .blog-title{ font-size: 16px; margin-bottom: 4px; padding-right: 20px; text-transform: uppercase; }
div.gdl-blog-widget .blog-content{ padding-right: 20px; }
div.gdl-blog-widget .blog-info-wrapper{ font-size: 11px; margin-bottom: 12px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
div.gdl-blog-widget .blog-info-wrapper i{ padding-right: 7px; }
div.gdl-blog-widget .blog-info-divider{ margin: 0px 6px; }
div.gdl-blog-widget .blog-date, div.gdl-blog-widget .blog-comment{ float: left; } 
div.gdl-blog-widget .blog-continue-reading{ display: inline-block; margin-top: 12px; margin-bottom: 0px; font-style: italic; }

div.blog-carousel-wrapper{ overflow: hidden; }
div.blog-carousel-wrapper .blog-nav-wrapper{ position: absolute; top: 0px; right: 10px; }
div.blog-carousel-wrapper .blog-nav{ width: 28px; height: 28px; display: block;
	cursor: pointer; margin: 0px; float: left;
	background-size: 6px 11px; background-repeat: no-repeat; background-position: center;
	margin-right: 2px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */}
div.blog-carousel-wrapper .blog-nav.left{ margin-right: 2px; }

div.gdl-blog-list{ margin-bottom: 20px; }
div.gdl-blog-list .blog-media-wrapper{ width: 50px; float: left; margin-right: 15px; 
	padding: 3px; border-style: solid; border-width: 1px; }
div.gdl-blog-list .blog-media-wrapper img{ display: block; }
div.gdl-blog-list .blog-media-wrapper .flexslider{ overflow: hidden; }
div.gdl-blog-list .blog-media-wrapper.gdl-slider .flex-control-nav{ display: none; }
div.gdl-blog-list .blog-media-wrapper.gdl-slider .flex-direction-nav{ display: none; }
div.gdl-blog-list .blog-content-wrapper{ overflow: hidden; }
div.gdl-blog-list .blog-title{ font-size: 19px; margin-bottom: 0px; }
div.gdl-blog-list .blog-date{ font-size: 11px; }

div.blog-item-holder .gdl-blog-medium{ margin-bottom: 40px; } 
div.blog-item-holder .gdl-blog-medium:last-child{ margin-bottom: 0px; } 
div.gdl-blog-medium .blog-content-wrapper{ overflow: hidden; padding-bottom: 40px; }	
div.gdl-blog-medium .blog-medium-media-wrapper{ margin-right: 25px; float: left; width: 29%; overflow: hidden; 
}
div.gdl-blog-medium .blog-media-wrapper img{ display: block; }
div.gdl-blog-medium .blog-media-wrapper .flexslider{ overflow: hidden; }
div.gdl-blog-medium .blog-media-wrapper.gdl-slider .flex-control-nav{ display: none; }
div.gdl-blog-medium .blog-context-wrapper{ overflow: hidden; }
div.gdl-blog-medium .blog-title{ font-size: 31px; margin-top: -6px; margin-bottom: 6px; }
div.gdl-blog-medium .blog-info-wrapper{ font-size: 11px; margin-bottom: 15px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }
div.gdl-blog-medium .blog-info-wrapper i{ padding-right: 7px; font-size: 14px; line-height: 22px; }
div.gdl-blog-medium .blog-info-wrapper div:first-child{ border-left: 0px; }
div.gdl-blog-medium .blog-comment, div.gdl-blog-medium .blog-tag, div.gdl-blog-medium .blog-author,
div.gdl-blog-medium .blog-date{ float: left; margin-right: 15px; } 
div.gdl-blog-medium .blog-continue-reading{ font-size: 13px; display: block; margin-top: 15px; margin-bottom: 15px; font-style: italic; }
	
div.blog-item-holder .gdl-blog-full{ margin-bottom: 40px; } 
div.gdl-blog-full .blog-content-wrapper{ overflow: hidden; padding-bottom: 25px; }
div.gdl-blog-full .blog-media-wrapper{ margin-bottom: 25px; }
div.gdl-blog-full .blog-media-wrapper img{ display: block; }
div.gdl-blog-full .blog-media-wrapper .flexslider{ overflow: hidden; }
div.gdl-blog-full .blog-media-wrapper.gdl-slider .flex-control-nav{ display: none; }
div.gdl-blog-full .blog-title{ font-size: 31px; margin-top: 0px; margin-bottom: 10px; }
div.gdl-blog-full .blog-info-wrapper{ font-size: 11px; margin-bottom: 20px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }
div.gdl-blog-full .blog-info-wrapper i{ padding-right: 7px; font-size: 14px; }
div.gdl-blog-full .blog-info-wrapper div:first-child{ border-left: 0px; }
div.gdl-blog-full .blog-comment, div.gdl-blog-full .blog-tag, div.gdl-blog-full .blog-author,
div.gdl-blog-full .blog-date{ float: left; margin-right: 20px; } 
div.gdl-blog-full .blog-continue-reading{ font-size: 13px; display: block;
	margin-top: 15px; margin-bottom: 0px; font-style: italic; }

/*--- blog/port pagination ---*/
div.gdl-pagination{ float: right; margin-top: 0px; }
div.gdl-pagination a,
div.gdl-pagination span{ display: block; padding: 9px 11px; margin-left: 5px; float: left; font-size: 12px; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; } 

div.portfolio-pagination .gdl-pagination{ margin-top: 0px; }

/*--- column service ---*/
div.column-service-wrapper{ text-align: left; } 
div.column-service-wrapper.center-icon{ text-align: center; } 
div.column-service-wrapper i.column-service-icon{ font-size: 46px; display: inline-block; }
div.column-service-wrapper.left-icon .column-service-icon{ max-width: 46px; margin-right: 25px; float: left; }
div.column-service-wrapper.center-icon .column-service-icon{ margin: 0px auto; margin-bottom: 20px; }
div.column-service-wrapper .column-service-content-wrapper{ overflow: hidden; }
div.column-service-wrapper .column-service-title{ font-size: 19px; margin-bottom: 12px; }
div.column-service-wrapper .column-service-button a.gdl-button{ margin: 20px 0px 0px; }

/*--- contact form ---*/
div.contact-form-wrapper{ padding-top: 0px; }
div.footer-wrapper div.contact-form-wrapper{ padding-top: 0px; }
div.contact-form-wrapper ol{ margin: 0px; list-style: none; }
div.contact-form-wrapper ol li{ margin-bottom: 15px; }
div.contact-form-wrapper ol li.form-textarea,
div.contact-form-wrapper ol li.form-input{ margin-right: 22px;  }
div.contact-form-wrapper ol li.sending-result{ max-width: 622px; display: none; }
div.contact-form-wrapper ol li.sending-result .message-box-wrapper{ padding: 10px 15px 10px 15px; }
div.contact-form-wrapper ol li div.error{ display: none; }

div.contact-form-wrapper .contact-submit { float: left; padding: 8px 15px; font-size: 13px; border-width: 0; border-bottom-width: 2px; }

div.contact-form-wrapper  input[type="text"], input[type="password"] {
	width: 337px; height: 20px; line-height: 20px; padding: 5px; margin: 10px 5px 5px;
	line-height: 20px; max-width: 100%; display: block; }
div.contact-form-wrapper textarea{
	height: 165px; width: 600px; margin: 10px 5px 5px; padding: 5px; max-width: 100%;
	line-height: 20px; display: block; }
	
div.contact-form-wrapper .contact-submit{ float: left; padding: 8px 13px; }
div.contact-form-wrapper .contact-loading{
	width: 16px; height: 16px; float: left; margin: 7px 0px 0px 15px; display:none;
	background: url('images/loading.gif'); }

/*--- package ---*/
div.package-info .normal-price{ text-decoration:line-through; margin-right: 10px; }
div.package-info .discount-text,
div.package-info .discount-price{ font-weight: bold; }

div.gdl-package-full .package-media-wrapper{ margin-bottom: 20px; }
div.gdl-package-full .package-info-wrapper{ border-width: 1px; border-style: solid;  
	padding: 12px 20px; margin-bottom: 30px; font-size: 14px; position: relative; }
div.gdl-package-full .package-info-wrapper i{ margin-right: 10px; }
div.gdl-package-full .package-info-wrapper .head{ font-weight: bold; }
div.gdl-package-full .package-info-wrapper .package-info{ padding: 3px 0px; }
div.gdl-package-full .package-info-wrapper .package-book-now-button { margin-top: 0px; margin-right: 0px; 
	position: absolute; right: 30px; margin-top: -20px; top: 50%; }
a.gdl-button.large.package-book-now-button.gdl-button{ padding: 2px 15px; float: left; }

div.gdl-package-medium{ margin-bottom: 50px; }
div.gdl-package-medium .package-content-wrapper{ overflow: hidden; }	
div.gdl-package-medium .package-media-wrapper{ margin-right: 25px; float: left; width: 40%; }
div.gdl-package-medium .package-media-wrapper img{ display: block; }
div.gdl-package-medium .package-context-wrapper{ overflow: hidden; }
div.gdl-package-medium .package-title{ font-size: 30px; margin-top: -3px; margin-bottom: 3px; }
div.gdl-package-medium .package-date{ margin-bottom: 15px; font-size: 11px; margin-bottom: 15px;
letter-spacing: 1px; text-transform: uppercase; font-weight: bold; } 
div.gdl-package-medium .package-date i{ margin-right: 7px; font-size: 15px; float: left; }
div.gdl-package-medium .package-info{ font-size: 17px; font-weight: bold; margin-top: 15px; }
div.gdl-package-medium .package-info i{ margin-right: 10px; margin-top: 5px; }
div.gdl-package-medium .package-info.last-minute .normal-price{ font-weight: normal; font-size: 13px; }

div.gdl-package-widget{ margin-bottom: 65px; }
div.gdl-package-widget .package-media-wrapper{ margin-bottom: 20px; }
div.gdl-package-widget .package-media-wrapper img{ display: block; }
div.gdl-package-widget .package-title{ font-size: 30px; margin-top: 0px; margin-bottom: 3px; }
div.gdl-package-widget .package-date{ margin-bottom: 15px; font-size: 11px; margin-bottom: 15px;
letter-spacing: 1px; text-transform: uppercase; font-weight: bold; } 
div.gdl-package-widget .package-date i{ margin-right: 7px; font-size: 15px; float: left; }
div.gdl-package-widget .package-info{ font-size: 17px; font-weight: bold; margin-top: 26px; float: right; }
div.gdl-package-widget .package-info i{ margin-right: 10px; margin-top: 3px; }
div.gdl-package-widget .package-info.last-minute{ margin-top: 20px; }
div.gdl-package-widget .package-info.last-minute i{ margin-top: 10px; float: left; }
div.gdl-package-widget .package-info.last-minute .package-info-inner{ overflow: hidden; float: right; }
div.gdl-package-widget .package-info.last-minute span{ display: block; line-height: 1.2; }
div.gdl-package-widget .package-info.last-minute .normal-price{ font-weight: normal; font-size: 13px; }

div.gdl-package-grid2{ margin-bottom: 25px; }
div.gdl-package-grid2 .package-thumbnail-outer-wrapper{ position: relative; }
div.gdl-package-grid2 .package-media-wrapper{ margin-bottom: 15px; }
div.gdl-package-grid2 .package-media-wrapper img{ display: block; }
div.gdl-package-grid2 .package-title-wrapper{ position: absolute; bottom: 10px; left: 10px; right: 10px; padding: 8px 10px; }
div.gdl-package-grid2 .package-title-overlay{ background: #000; opacity: 0.8; filter: alpha(opacity=80);
	position: absolute; bottom: 0px; left: 0px; right: 0px; top: 0px; }
div.gdl-package-grid2 .package-title{ font-size: 18px; margin-top: -1px; margin-bottom: 0px; 
	float: left; position: relative; line-height: 20px;  }
div.gdl-package-grid2 .package-title a{ color: #fff; }
div.gdl-package-grid2 .package-info{ font-size: 14px; line-height: 20px; font-weight: bold; float: right; position: relative; }
div.gdl-package-grid2 .package-info i{ margin-right: 10px; margin-top: 3px; color: #fff; }	
div.gdl-package-grid2 .package-date{ margin-bottom: 15px; font-size: 12px; margin-bottom: 15px;
letter-spacing: 1px; text-transform: uppercase; font-weight: bold; text-align: center; } 
div.gdl-package-grid2 .package-date i{ margin-right: 7px; font-size: 15px; }
div.gdl-package-grid2 div.package-ribbon-wrapper{ bottom: auto; top: 22px; }

.package-content ul.shortcode-list li i{ font-size: 16px; }
.package-content ul.shortcode-list li{ line-height: 1.5; }

a.package-book-now-button{ margin-top: 20px; margin-bottom: 0px; }
div.package-media-wrapper{ position: relative; }
div.package-ribbon-wrapper{ position: absolute; right: -8px; bottom: 22px; }
div.package-type { padding: 9px 12px; font-size: 14px; line-height: 1;  font-weight: bold; }
div.package-type span.head{ font-size: 12px; display: block; line-height: 1; margin-bottom: 4px; }
div.package-type span.discount-text{ font-size: 18px; display: block; line-height: 1; }
div.package-type-gimmick { width: 0px; height: 0px; float: right;
	border-width: 8px 8px 0px 0px; border-style: solid; border-bottom-color: transparent; 
	border-right-color: transparent; border-left-color: transparent; }

.single-package div.social-shares ul li { margin-bottom: 25px; }
.single-package .social-share-title { margin-top: 40px; }

/*--- divider ---*/
div.gdl-divider-wrapper .gdl-divider{ overflow: hidden; padding-top: 6px;
	border-bottom-width: 1px; border-bottom-style: solid; }
div.gdl-divider-wrapper .scroll-top{ font-size: 11px; line-height: 11px; float: right; 
	padding-left: 6px; cursor: pointer; }
div.gdl-divider {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
div.gdl-divider .scroll-top{ text-align: right; font-size: 11px;
margin-bottom: 2px; cursor: pointer; }

/*--- gallery ---*/
div.gdl-gallery-image img{ display: block; }

/*--- Message Box ---*/
div.message-box-wrapper{ border:1px solid; padding: 20px; margin-bottom: 20px; }
div.message-box-title{ font-weight: bold; font-size: 14px; margin-top: 2px; }
div.message-box-content{ margin-top: 12px; }

div.message-box-wrapper.red{ background-color: #ffdcdd; border-color: #e9b9bb; color: #713a3c;}
div.message-box-wrapper.red .message-box-title{ color: #8d4345;}
div.message-box-wrapper.yellow{ background-color: #ffffe0; border-color: #e1db8b; color: #4d4d39;}
div.message-box-wrapper.yellow .message-box-title{ color: #737357;}
div.message-box-wrapper.blue{ background-color: #c2e1ee; border-color: #8ec3d9; color: #3d5058;}
div.message-box-wrapper.blue .message-box-title{ color: #475d66;}
div.message-box-wrapper.green{ background-color: #e1ffd9; border-color: #badeb1; color: #435b3d;}
div.message-box-wrapper.green .message-box-title{ color: #526d4b;}

/*--- personnal ---*/
div.personnal-item-wrapper{ margin-bottom: 40px; }
div.personnal-item{ border-width: 1px; border-style: solid;  }
div.personnal-item .personnal-position{ font-size: 16px; margin: 0px 20px 18px; }
div.personnal-item .personnal-thumbnail{ margin: 0px 0px 15px; }
div.personnal-item .personnal-thumbnail img{ display: block; }
div.personnal-item .personnal-title{ font-size: 24px; line-height: 1; margin: 25px 20px 3px;  }
div.personnal-item .personnal-content{ margin: 0px 20px; padding-bottom: 20px; }
div.personnal-item .personnal-social-info{ padding: 15px 20px; border-top-width: 1px; border-top-style: solid; }
div.personnal-item .personnal-social-info .shortcode-social-icon{ margin-right: 8px; }
div.personnal-item .personnal-social-info .shortcode-social-icon img{ max-width: 18px;  }

/*--- portfolio item ---*/
div.portfolio-item .portfolio-media-wrapper{ overflow: hidden; position: relative; }
div.portfolio-item .portfolio-media-wrapper img{ display: block; }
div.portfolio-item .portfolio-media-wrapper.gdl-slider .flex-control-nav{ display: none; }
div.portfolio-item .portfolio-context{ padding: 16px 16px; position: relative; text-align: left; }
div.portfolio-item .portfolio-title{ font-size: 17px; margin-bottom: 4px; text-transform: uppercase; position: relative; z-index: 2; }
div.portfolio-item .portfolio-tag{ font-style: italic; font-size: 13px; position: relative; z-index: 1; }
div.portfolio-item .portfolio-excerpt{ margin-top: 15px; margin-bottom: 0px; }
div.portfolio-item .portfolio-excerpt .port-continue-reading{ margin-top: 10px; display: block; text-align: right; }
div.portfolio-item .port-bottom-border{ height: 2px; position: absolute; left: 0px; right: 0px; bottom: 0px; }

a.view-all-projects{ font-style: italic; float: right; line-height: 26px; }
div.portfolio-carousel-description-caption{ margin-top: 20px; margin-bottom: 25px; }

div.portfolio-carousel-wrapper{ overflow: hidden; text-align: center; }
div.portfolio-carousel-wrapper .portfolio-item{ float: left; }

div.portfolio-carousel-wrapper .port-nav-wrapper{ position: absolute; top: 0px; right: 10px; z-index: 1; }

div.port-nav-wrapper a.view-all-projects{ float: left; display: block; font-size: 18px; line-height: 28px;
	margin: 0px 10px 0px 8px; }
div.single-portfolio .port-nav a,
div.portfolio-carousel-description .port-nav,
div.portfolio-carousel-wrapper .port-nav{ width: 28px; height: 28px; display: block;
	cursor: pointer; margin: 0px; float: left;
	background-size: 6px 11px; background-repeat: no-repeat; background-position: center;
	margin-right: 2px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */}
div.portfolio-carousel-wrapper .port-nav.left{ margin-right: 2px; }

div.portfolio-filter-wrapper{ position: relative; margin-bottom: 45px; margin-top: 5px; }
div.portfolio-filter-wrapper div.port-current-bar{
	position: absolute; bottom: -1px; border-bottom-width: 2px; border-bottom-style: solid; }
div.no-header  div.portfolio-filter-header-divider{ height: 0px; overflow: hidden; position: relative; top: 9px;
	border-bottom-width: 1px; border-bottom-style: solid; }
div.no-header  ul.portfolio-item-filter{ margin-right: 15px; line-height: 18px; }


ul.portfolio-item-filter{ float: left; margin-left: 0px; list-style: none; overflow: hidden; padding-bottom: 3px;
	border-bottom-width: 1px; border-bottom-style: solid; }
ul.portfolio-item-filter li{ float: left; padding-right: 5px; font-size: 16px; line-height: 1.2; }
ul.portfolio-item-filter li:first-child span{ display: none; }

div.portfolio-media-wrapper.gdl-image a.hover-wrapper{ display: block;
	position: absolute; width: 100%; height: 100%; 
	transition: none; -moz-transition: none; -o-transition: none; -webkit-transition: none;  }
div.portfolio-media-wrapper span.portfolio-thumbnail-image-hover{
	position: absolute; opacity: 0.75; filter: alpha(opacity=75); left: 0px; right: 0px; 
	bottom: 0px; top: 0px; display: none; }
div.portfolio-media-wrapper span.hover-icon{ 
	top: 50%; left: 50%; margin-left: -18px; margin-top: -18px; width: 35px; height: 35px; display: none;
	position: absolute; }
div.portfolio-item .page-item-title{ font-size: 18px; margin-bottom: 0px; margin-top: 18px; }
div.portfolio-item .page-item-content{ margin-top: 10px;}

/*--- price item ---*/
div.price-table-wrapper{ margin: 20px 10px 0px; }
div.price-item-wrapper{ text-align: center; }
div.price-item-inner-wrapper{ margin: 0px 3px; border-style: solid; border-width: 1px; 
	 -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.08);
	 -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.08);
	 box-shadow: 0px 0px 8px rgba(0,0,0,0.08); }
div.price-item .price-title-wrapper{ padding-bottom: 5px; }
div.price-item .price-title{ font-size: 19px; padding: 6px 20px; text-transform: uppercase; }
div.price-item .price-tag{ font-size: 42px; line-height: 1; padding: 15px 20px; 
	background-image: url('images/price-active.png'); background-position: 0px 0px; background-repeat: repeat-x; font-weight: bold; } 
div.price-item .price-tag .price-suffix{ font-weight: normal;  font-size: 14px; margin-left: 5px; font-weight: bold; } 
div.price-item .price-content{ font-size: 13px; text-align: center; line-height: 1.5; padding-bottom: 25px; }
div.price-item .price-content ul li { text-align: left; }
div.price-item .price-button-wrapper{ margin-bottom: 10px; }
div.price-item .price-button{  font-size: 13px; display: inline-block; cursor: pointer; 
	padding: 4px 15px; border-width: 0px; border-style: solid; }
	
div.shortcode-price-list{ padding: 10px 20px 10px; 
	border-bottom-width: 1px; border-bottom-style: solid; }
div.shortcode-price-content{ padding: 25px 20px 25px; }

div.best-active{ margin-top: -25px; position: relative; z-index: 1; }
div.best-active .price-item { height: auto !important; }		
div.best-active .price-item .price-title{ font-size: 22px; border-width: 0px; }	
div.best-active .price-item .price-tag{ padding: 25px 20px; border-width: 0px; }	
div.best-active .price-item .price-tag .price-suffic{ font-size: 17px; }	
div.best-active .price-item .price-content{ padding-bottom: 25px; }	
div.best-active .price-item .price-button-wrapper{ margin-bottom: 30px; }	
div.best-active .price-item .price-button{ padding: 7px 18px; }

/*--- slider ---*/
div.gdl-top-slider h2.gdl-slider-title{ display: block; display: block; padding: 0px; }
div.gdl-top-slider h2.gdl-slider-title span{ display: block; display: block; padding: 11px 22px; }

div.gdl-slider-wrapper{ position: relative; text-align: center; background: #f2f2f2; }
h2.gdl-slider-title{ font-size: 28px; display: block; padding: 11px 22px; margin-bottom: 0px; float: left; }
div.gdl-slider-caption{ font-size: 13px; display: inline-block; float: left; text-align: left;
	 border-right-width: 0px; border-right-style: solid; }
div.gdl-slider-inner-caption{ padding: 18px 24px; opacity: 0.8; filter: alpha(opacity=80); line-height: 1.65; }
div.gdl-slider li{ padding: 0; }

/*--- package search ---*/
div.package-search-wrapper{ border-style: solid; border-width: 1px; padding: 25px 25px; }
div.package-search-input{ padding-right: 20px; position: relative; margin-bottom: 10px; }
div.package-search-input i{ position: absolute; right: 10px; top: 50%; margin-top: -7px; cursor: pointer; }
div.package-search-wrapper form{ margin-bottom: 0px; }
div.package-search-wrapper input[type="text"]{ width: 100%; padding: 8px 9px; margin-bottom: 0px; }
div.package-search-wrapper input[type="submit"]{ border-width: 1px; border-style: solid; float: none; width: 100%;
	margin-top: 8px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
div.package-search-select{ margin-bottom: 10px; position: relative; }
div.package-search-wrapper select{ position: absolute; 
	padding: 7px 5px; width: 100%; margin-bottom: 0px; height: 34px; }

span.select-package-type{ position: relative; display: block;
	border-width: 1px; border-style: solid; padding: 10px 9px 9px; line-height: 1; 
	background-image: url('images/combobox-arrow.png'); background-repeat: no-repeat; 
	background-position: right center; }

/*--- under slider ---*/
div.under-slider-wrapper{ border-top-width: 4px; border-bottom-width: 4px; border-style: solid; 
	padding: 30px 0px; position: relative; }
div.under-slider-inner-wrapper.button-on{ padding-right: 165px; position: relative; margin: 0px 10px; }
div.under-slider-wrapper .under-slider-title{ font-size: 33px; margin-bottom: 8px; }
div.under-slider-wrapper .under-slider-caption{ font-size: 15px; }
div.under-slider-wrapper .under-slider-button{ position: absolute; 
	right: 0px; top: 50%; margin-top: -19px; }

/*--- stunning text ---*/
div.stunning-text-wrapper{ text-align: left; position: relative; }
div.stunning-text-inner-wrapper{ padding: 24px 0px; }
div.stunning-text-wrapper .stunning-text-content{ overflow: hidden; }
div.stunning-text-wrapper .stunning-text-title{ font-size: 33px; margin-bottom: 8px; }
div.stunning-text-wrapper .stunning-text-caption{ font-size: 15px; }

div.stunning-text-wrapper.button-on{ padding-right: 165px; }
div.stunning-text-wrapper .stunning-text-button{ position: absolute; 
	right: 0px; top: 50%; margin-top: -19px; }

/*--- title item wrapper ---*/
div.title-item-wrapper{ position: relative; text-align: center; }
div.title-item-inner-wrapper{ display: inline-block; }
div.title-item-wrapper h2.title-item-header{ font-size: 28px; line-height: 28px; margin-bottom: 15px; }
div.title-item-gimmick{ border-top-width: 1px; border-top-style: solid;
	position: absolute; top: 15px; }
div.title-item-gimmick.left{ left: 0px; }
div.title-item-gimmick.right{ right: 0px; }

/*--- tab ---*/
div.gdl-tab ul.gdl-tab-title{ zoom: 1; }
div.gdl-tab ul.gdl-tab-title:before, 
div.gdl-tab ul.gdl-tab-title:after{ content: '\0020'; display: block; 
	overflow: hidden; visibility: hidden; width: 0; height: 0; }
div.gdl-tab ul.gdl-tab-title:after{ clear: both; }
div.gdl-tab ul.gdl-tab-title{ margin: 0px; list-style: none; 
	border-bottom-width: 1px; border-bottom-style: solid; }
div.gdl-tab ul.gdl-tab-title li{ float: left; height: 34px; padding: 0; }
div.gdl-tab ul.gdl-tab-title li a{ padding: 0px 20px; cursor: pointer; height: 32px; line-height: 32px;
	display: block; font-weight: bold; 
	border-top-width: 1px; border-right-width: 1px; border-style: solid; }
div.gdl-tab ul.gdl-tab-title li a.active{ border-top-width: 2px; padding-bottom: 1px; }
div.gdl-tab ul.gdl-tab-title li:first-child a{ border-left-width: 1px; }

div.gdl-tab ul.gdl-tab-content{ margin: 0px; list-style: none; }
div.gdl-tab ul.gdl-tab-content{ padding: 20px; 
	border-width: 1px; border-style: solid; border-top: 0px; }
div.gdl-tab ul.gdl-tab-content li { padding: 0; }
div.gdl-tab ul.gdl-tab-content li{ display: none; }
div.gdl-tab ul.gdl-tab-content li li{ display: block; }
div.gdl-tab ul.gdl-tab-content li.active{ display: block; }
div.gdl-tab ul.gdl-tab-content ol li { display: list-item; }

/*--- testimonial ---*/
div.gdl-static-testimonial .testimonial-content{ padding: 5px 0px 5px 20px; font-size: 17px; font-style: italic; }
div.gdl-static-testimonial .testimonial-info{ text-align: left; margin-left: 25px; margin-top: 10px;}
div.gdl-static-testimonial .testimonial-author{ font-weight: bold; }
div.gdl-static-testimonial .testimonial-item{  border-left-width: 3px; border-left-style: solid; margin-bottom: 10px; padding-bottom: 10px; }

div.gdl-carousel-testimonial{ -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
	font-family: 'Droid Serif'; }
div.gdl-carousel-testimonial .testimonial-item{ display: none;}
div.gdl-carousel-testimonial .testimonial-item:first-child{ display: block; }
div.gdl-carousel-testimonial .testimonial-content{ font-size: 13px; padding: 20px; 
	font-style: italic; border-width: 1px; border-style: solid; }
div.gdl-carousel-testimonial .testimonial-gimmick{
	width: 0px; height: 0px; border-style: solid; border-width: 18px 18px 0 0; float: right;
	border-right-color: transparent; }
div.gdl-carousel-testimonial .testimonial-icon{ float: left; margin-right: 20px; margin-bottom: 1px; margin-top: 6px;
	width: 26px; height: 26px; background-size: 26px 26px; }
div.gdl-carousel-testimonial .testimonial-inner-content{ overflow: hidden; }
div.gdl-carousel-testimonial .testimonial-info{ text-align: right; font-style: italic; margin-right: 25px; }
div.gdl-carousel-testimonial .testimonial-info .testimonial-position{ 
	font-size: 12px; display: block; }
div.gdl-carousel-testimonial .testimonial-info .testimonial-author{
	font-size: 14px; display: block; font-weight: bold; }
div.gdl-carousel-testimonial .testimonial-navigation{ float: left; margin-top: 5px; }
div.gdl-carousel-testimonial .testimonial-navigation a{ width: 8px; height: 8px; display: block;
	cursor: pointer; margin-right: 5px ; float: left; text-indent: 9999px; overflow: hidden;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }


div.gdl-carousel-testimonial.gdl-shortcode{ position: relative; }
div.gdl-carousel-testimonial.gdl-shortcode .testimonial-navigation{ right: 0px; top: -45px; }

/*--- toggle box ---*/
ul.gdl-toggle-box{ list-style: none; margin-left: 0px; }
ul.gdl-toggle-box > li{ position: relative; margin-bottom: 12px; border-width: 3px; border-style: solid; } 
ul.gdl-toggle-box > li:last-child{ margin-bottom: 0px; } 
ul.gdl-toggle-box > li .toggle-box-title{ margin: 0px; padding: 7px 0px 7px 17px; font-size: 15px; cursor: pointer; background-position: 0px center; background-repeat: no-repeat; text-transform: uppercase; }
ul.gdl-toggle-box > li .toggle-box-content{ padding: 5px 20px 15px 38px; }

ul.gdl-toggle-box > li span.toggle-box-icon{ display: inline-block; margin-right: 12px; margin-bottom: 1px;
	width: 8px; height: 8px; background-size: 8px 8px; }

ul.gdl-toggle-box li ul{ margin-left: 30px; list-style: disc; }
ul.gdl-toggle-box li li{ background: none; margin: 0px; overflow: visible; }
	
/* #Shortcode
================================================== */

/*--- last minute deal ---*/
div.last-minute-deal-wrapper{ overflow: hidden; position: relative; background-size: 100%;
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; max-width: 100%; float: left; margin-right: 20px; }
div.last-minute-overlay{ position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; opacity: 0.8; filter: alpha(opacity=80); }
div.last-minute-deal { text-align: center; padding: 25px 15px; position: relative; z-index: 1; }
div.last-minute-deal .last-minute-head{ margin-bottom: 12px;  }
div.last-minute-deal .last-minute-head i { font-size: 40px; line-height: 41px; margin-right: 10px; }
div.last-minute-deal .last-minute-discount-text { font-size: 30px; line-height: 43px; }
div.last-minute-deal .last-minute-title { font-size: 22px; }

/*--- progress bar ---*/
div.progress-bar-wrapper{ margin-bottom: 15px; }
div.progress-bar-wrapper .progress-bar{ font-size: 15px; line-height: 15px;
	background: url('images/progress-bar-shadow.png'); }
div.progress-bar-wrapper .progress-bar-inner{ padding: 12px 20px; }
div.progress-bar-wrapper .progress-bar span.title{ float: left; }
div.progress-bar-wrapper .progress-bar span.percent{ float: right; font-weight: bold; }

/*--- block quote ---*/
blockquote.left{ width: 33%; float: left;  }
blockquote.right{  width: 33%; float: right; }
blockquote.center{ text-align: center; margin: 10px 10px 20px 20px; }

/*--- code ---*/
.gdl-code{
	overflow: hidden; padding: 15px; border: 1px #e5e5e5 solid; clear: both; background: #ffffff; color: #2c2c2c;
	margin-bottom: 20px;  font-size: 13px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important; }

/*--- column ---*/
.shortcode1-4{ margin-right: 2%; float: left; margin-bottom: 20px; width: 23%;    }
.shortcode1-3{ margin-right: 2%; float: left; margin-bottom: 20px; width: 31.33%; }
.shortcode1-2{ margin-right: 2%; float: left; margin-bottom: 20px; width: 48%;    }
.shortcode2-3{ margin-right: 2%; float: left; margin-bottom: 20px; width: 64.66%; }
.shortcode3-4{ margin-right: 2%; float: left; margin-bottom: 20px; width: 73%;    }

.shortcode1-5{ margin-right: 2%; float: left; margin-bottom: 20px; width: 18%; }
.shortcode2-5{ margin-right: 2%; float: left; margin-bottom: 20px; width: 38%; }
.shortcode3-5{ margin-right: 2%; float: left; margin-bottom: 20px; width: 58%; }
.shortcode4-5{ margin-right: 2%; float: left; margin-bottom: 20px; width: 78%; }

.shortcode1-4.last{ margin-right: 0; width: 25%;    }
.shortcode1-3.last{ margin-right: 0; width: 33.33%; }
.shortcode1-2.last{ margin-right: 0; width: 50%;    }
.shortcode2-3.last{ margin-right: 0; width: 66.66%; }	
.shortcode3-4.last{ margin-right: 0; width: 75%;    }

.shortcode1-5.last{ margin-right: 0; width: 20%; }
.shortcode2-5.last{ margin-right: 0; width: 40%; }
.shortcode3-5.last{ margin-right: 0; width: 60%; }
.shortcode4-5.last{ margin-right: 0; width: 80%; }

.shortcode1-1{ width: 100%; }
	
/*--- drop cap ---*/
div.shortcode-dropcap{ margin-top: 2px; margin-bottom: 0px; margin-right: 7px; margin-left: 2px; float: left; font-size: 25px; font-size: 29px; 
	width: 32px; height: 32px; line-height: 30px; text-align: center; float: left; }
div.shortcode-dropcap.circle{ -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; font-size: 18px; margin-right: 10px; }

/*--- gallery ---*/
div.gdl-gallery-image.shortcode{ margin-right: 20px; margin-bottom: 20px; float: left; }

/*--- list ---*/
ul.shortcode-list { list-style: none; margin-left: 0px; }	
ul.shortcode-list li{ line-height: 2.0; }	
ul.shortcode-list li span{ margin-right: 3px; }
ul.shortcode-list li  i{ margin-right: 8px; }

/* #Sidebar Widget 
================================================== */

/*--- recent post/port widget ---*/
div.gdl-recent-post-widget, div.gdl-recent-port-widget{ padding-top: 10px; }
div.recent-post-widget{ margin-bottom: 20px; }
div.recent-post-widget:last-child{ margin-bottom: 0px; }
div.recent-post-widget .recent-post-widget-thumbnail{ padding: 3px; float: left; margin-right: 13px; 
	border-width: 1px; border-style: solid; max-width: 55px; }
div.recent-post-widget .recent-post-widget-thumbnail img{ display: block; }
div.recent-post-widget .recent-post-widget-context{ overflow: hidden; }
div.recent-post-widget .recent-post-widget-title{ font-size: 19px; font-weight: normal; padding-top: 2px; margin-bottom: 7px; line-height: 1.3; }
div.recent-post-widget .recent-post-widget-info{ font-size: 11px; letter-spacing: 1px; text-transform: uppercase; font-weight: bold; line-height: 17px; }
div.recent-post-widget .recent-post-widget-info i{ margin-right: 4px; font-size: 15px; float: left; }

div.recent-port-widget .recent-port-widget-thumbnail{ padding: 3px; float: left; margin-right: 15px; margin-bottom: 15px; }
div.recent-port-widget .recent-port-widget-thumbnail img{ display: block; }
div.recent-port-widget.second-style .recent-port-widget-thumbnail img{ width: 75px; height: auto; }

div.footer-wrapper h3.custom-sidebar-title{ margin-bottom: 5px; }
div.footer-wrapper div.recent-post-widget .recent-post-widget-thumbnail,
div.footer-wrapper div.recent-port-widget .recent-port-widget-thumbnail{ padding: 3px; border: 0; }
div.footer-wrapper div.custom-sidebar ul li { background-position: 0px 13px !important; }
div.footer-wrapper div.custom-sidebar .flickr-widget img, 
div.footer-wrapper div.recent-port-widget.second-style .recent-port-widget-thumbnail img { width: 78px; height: 78px; }
div.footer-wrapper div.custom-sidebar ul li { /*border-bottom-style: solid;*/ border-bottom-width: 1px; padding: 6px 10px 6px 15px; }
div.footer-wrapper  div.custom-sidebar ul li:last-child { border-bottom: inherit; }

/*--- flickr widget ---*/
div.flickr-widget .flickr_badge_image{ float: left; margin-right: 10px; margin-bottom: 10px; }
div.flickr-widget .flickr_badge_image img{ display: block; }

/*--- twitter widget ---*/
ul#twitter_update_list{ font-family: 'Droid Serif'; font-style: italic; list-style: none; margin-left: 0px;  }
ul#twitter_update_list li{ padding-left: 0px; background: none; padding-bottom: 9px; padding-top: 9px; border-bottom-width: 1px; border-bottom-style: solid; }
ul#twitter_update_list li:last-child{ border-bottom-width: 0px; }
ul#twitter_update_list li a { display: block; margin-top: 8px; }
ul#twitter_update_list li span a { display: inline-block; margin-top: 0px; margin-right: 6px; padding-left: 2px; }

/*--- rss widget ---*/
h3.custom-sidebar-title .rsswidget img{ margin-bottom: -1px; margin-right: 3px; }

/*--- personnal widget ---*/
div.gdl-personnal-widget{ display: inline-block; margin-top: 8px; }
div.personnal-widget-item{ display: none; }
div.personnal-widget-item:first-child{ display: block; }
div.personnal-widget-item .personnal-widget-thumbnail{ margin-bottom: 15px; }
div.personnal-widget-item .personnal-widget-thumbnail img{ display: block; }
div.personnal-widget-item .personnal-widget-info{  font-weight: bold; margin-bottom: 10px; }

div.personnal-widget-navigation{ position: absolute; right: 0px; top: 3px; z-index: 100; }
div.personnal-widget-navigation .personnal-widget-prev,
div.personnal-widget-navigation .personnal-widget-next{ width: 4px; height: 7px; padding: 3px 3px; margin-left: 1px; float: left;
	background-repeat: no-repeat; background-position: center center; cursor: pointer; }

/*--- search widget ---*/	
div.custom-sidebar .gdl-search-form{ padding-top: 12px; }
div.custom-sidebar #search-text{ margin-right: 22px; }
div.custom-sidebar #searchform{ position: relative; margin-bottom: 0; }
div.custom-sidebar #search-text input[type="text"]{ padding: 6px 5px; margin: 5px 5px; width: 100%; height: 18px; line-height: 18px; }
div.custom-sidebar #searchform br.clear{ display: none; }	
div.custom-sidebar #searchsubmit{ background-color: transparent; border: none; position: absolute; 
	width: 26px; height: 26px; padding: 0px; top: 8px; margin-top: 0px; right: 10px; }

div.footer-wrapper #search-text input[type="text"]{ margin: 0px; }
div.footer-wrapper #searchsubmit{ top: 2px; right: 15px; }
	
/*--- contact form ---*/	
div.sidebar-wrapper .contact-form-wrapper{ padding-top: 7px; }
div.sidebar-wrapper .contact-form-wrapper input{ height: 18px; line-height: 18px; }
div.sidebar-wrapper .contact-form-wrapper textarea{ height: 65px; }

div.footer-wrapper .contact-form-wrapper input{ margin: 5px 0px 0px; height: 18px; line-height: 18px;
	-webkit-box-shadow: none !important; box-shadow: none !important; } 
div.footer-wrapper .contact-form-wrapper textarea{ margin: 5px 0px 0px; height: 65px;
	-webkit-box-shadow: none !important; box-shadow: none !important; } 
div.footer-wrapper .contact-form-wrapper button{ background-image: none; border-bottom: 0; }	

/*--- booking - contact form 7  ---*/	
.fancybox-wrap .wpcf7-form p{ margin-bottom: 15px; }
.fancybox-wrap .wpcf7-form { margin-top: 10px; margin-bottom: 30px; }
.fancybox-wrap .wpcf7-form input.book-now-title{ border: 0px; background: transparent; padding: 0px;
	font-size: 18px; }

/*--- tag cloud ---*/
.tagcloud{ display: inline-block; margin-bottom: 13px; margin-top: 3px; }
.tagcloud a{
	font-size: 12px !important; display: block; float: left; padding: 5px 10px; margin-right: 7px;
	margin-top: 7px; border: 0px solid; border-color: inherit; font-weight: bold; 
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.tagcloud a:hover { opacity: 0.8; filter: alpha(opacity=80); }

/*--- sidebar list style ---*/
div.custom-sidebar ul{ list-style: none; margin-left: 0px; padding-top: 5px; }
div.custom-sidebar ul li{ padding: 6px 10px 6px 26px; margin-bottom: 2px;
	background-position: 12px 11px; background-repeat: no-repeat; }
div.custom-sidebar ul li:last-child{ border-bottom: 0; } 
div.custom-sidebar ul ul{ margin-top: 8px; border-top-width: 1px; border-top-style: solid; }
div.custom-sidebar ul ul li:last-child{ padding-bottom: 0px; }

div.custom-sidebar ul.gdl-accordion li { padding-left: 0px; background: none; }
div.custom-sidebar ul.gdl-toggle-box li { padding-left: 0px; background: none; }

/*--- Calendar ---*/
#calendar_wrap{ border-color: inherit; padding-bottom: 10px;}
#wp-calendar{ width: 100%; border-color: inherit; border-width: 0px; }
#wp-calendar caption{ font-size: 13px; font-weight: bold; margin: 10px auto 15px; padding-bottom: 6px; border-bottom: 0px solid; border-color: inherit; }
#wp-calendar td{ padding: 4px; text-align: center; border-right: 0px; }
#wp-calendar th{ padding: 0px; text-align: center; border-right: 0px; border-bottom: 0px; background: transparent;  }

/*--- flickr widget ---*/
div.custom-sidebar .flickr-widget{ display: block; padding-bottom: 18px; padding-top: 12px; }
div.custom-sidebar .flickr-widget img{ width: 65px; height: 65px; }
div.custom-sidebar .flickr_badge_image{	margin: 0px 15px 15px 0px; float: left; padding: 4px; }
div.footer-wrapper .custom-sidebar .flickr_badge_image{ padding: 5px; }

/*--- Text Widget ---*/
div.textwidget{ padding-top: 0px; }


/* #Plugin
================================================== */	

/*---Isotope---*/
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
.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:         top, left, 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; }

.navigation-wrapper .cufon[alt=" "] {
display: none !important;
}

/*--- Elements Shadow ---*/
div.personnal-item{ 
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1); }
	
/*--- Icon Shortcode ---*/
.gdl-icon-shortcode{ padding-right: 5px; }


/*--- Custom for icoon shotcode page---*/
.span3 ul { list-style: none; }
.span3 ul  { margin-left: 0px; }
.span3 ul li i { margin-right: 5px; line-height: 32px;  }
.span3 { width: 33%; float: left; }

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

div.page-header-wrapper input[type="submit"]{ background-image: url('images/icon/light/top-search.png');
	background-size: 13px 13px; background-repeat: no-repeat; background-position: center; background-color: transparent; }	
div.portfolio-media-wrapper span{ background-repeat: no-repeat; background-position: center; background-size: 35px 35px; }	
div.portfolio-media-wrapper span.hover-link{ background-image: url('images/image-overlay-link.png'); }
div.portfolio-media-wrapper span.hover-video{ background-image: url('images/image-overlay-video.png'); }
div.portfolio-media-wrapper span.hover-zoom{ background-image: url('images/image-overlay.png'); }
div.about-us-wrapper .about-us-button-wrapper.pdf-icon-on{ background-image: url('images/pdf-icon.png.html'); }
	
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	div.page-header-wrapper input[type="submit"]{ background-image: url('images/icon/light/top-search@2x.png'); }
	div.portfolio-media-wrapper span.hover-link{ background-image: url('images/image-overlay-link@2x.png'); }
	div.portfolio-media-wrapper span.hover-video{ background-image: url('images/image-overlay-video@2x.png'); }
	div.portfolio-media-wrapper span.hover-zoom{ background-image: url('images/image-overlay@2x.png'); }	
	div.about-us-wrapper .about-us-button-wrapper.pdf-icon-on{ background-image: url('images/pdf-icon@2x.png.html'); }
}

/*--- paypal form ---*/
body .fancybox-skin{background-color: #f3f3f3; }
.gdlr-paypal-form-wrapper input[type="text"], 
.gdlr-paypal-form-wrapper textarea { background: #fff; color: #B6B6B6; }
.gdlr-paypal-fields .gdlr-head{ color: #5e5e5e; }
.gdlr-paypal-form-head,
.gdlr-paypal-form-wrapper{ color: #444; } 
.gdlr-paypal-amount-wrapper input[type="text"]{ border-color: #e5e5e5; }
.gdlr-paypal-amount-wrapper .gdlr-amount-button{ background-color: #c0c0c0; }
.gdlr-paypal-form-wrapper .gdlr-notice { background: #FF6D3F; color: #fff; }
.gdlr-paypal-form-wrapper .gdlr-notice.gdlr-success { background: #5CB928; }

.gdlr-paypal-form-wrapper form{ margin-bottom: 0px; }
.gdlr-paypal-form-wrapper { padding: 20px; width: 650px; max-width: 100%; }
.gdlr-paypal-form-wrapper input[type="submit"],
.gdlr-paypal-form-wrapper input[type="button"]{ width: 100%; padding: 15px;
	border-bottom-width: 3px; border-bottom-style: solid; float: none; text-transform: uppercase;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
.gdlr-paypal-form-wrapper .gdlr-or-text { display: block; text-align: center;
    font-size: 30px; font-weight: bold; margin: 11px 0px; }
.gdlr-paypal-form-wrapper .gdlr-notice { display: none; margin-bottom: 15px; padding: 10px 2%; max-width: 100%; }
.gdlr-paypal-form-wrapper .gdlr-paypal-loader { height: 32px; width: 95%; margin-bottom: 15px;
	display: none; background: url('images/donate-loader.gif') center no-repeat; }
.gdlr-paypal-form-head{ font-size: 22px; margin-bottom: 40px; }
.gdlr-paypal-form-head span{ font-weight: bold; }
.gdlr-paypal-amount-wrapper { margin-bottom: 15px; }
.gdlr-paypal-amount-wrapper .gdlr-head { font-size: 15px; font-weight: bold; display: block; margin-bottom: 25px; }
.gdlr-paypal-amount-wrapper input[type="text"] { margin: 0px; padding: 12px 2%; 
	border-width: 1px; border-style: solid; height: 20px; line-height: 20px; font-size: 13px; } 
.gdlr-paypal-amount-wrapper .gdlr-amount-button{ display: inline-block; font-size: 14px; 
	padding: 13px 25px; margin-right: 8px; margin-bottom: 20px; height: 20px; line-height: 20px;
	cursor: pointer; font-weight: bold; border: none; }
.gdlr-paypal-fields .gdlr-head { display: block; margin-bottom: 10px; }
.gdlr-paypal-fields .six.columns { margin-bottom: 16px; width: 50%; padding: 0px; }
.gdlr-paypal-fields input[type="text"] { margin: 0px; width: 85%; padding: 13px 4%; font-size: 13px; } 
.gdlr-paypal-fields textarea { margin: 0px; width: 85%; height: 80px; padding: 13px 4%; font-size: 13px; }

.gdlr-paypal-fields .gdlr-right input[type="text"],
.gdlr-paypal-fields .gdlr-right textarea{ width: 92%; }

div.body-outer-wrapper.gdlr-boxed-style {
    max-width: 1030px;
    margin: 0px auto;
    position: relative;
}
.menu-footer-menu-container ul li{
display:inline-block;
}
.cave-exp{
color:#ffffff;
}
.ecpcont-left {
    float: left;
    width: 365px;
}
.ecpcont-right li {
    color: #FFFFFF;
    font-size: 14px;
}

.ecpcont-right {
    float: right;
    margin: 36px 0 0 38px;
    width: 60%;
}
.copy-text {
    float: left;
}
.social-icon {
    float: right;
}
.headquater{
color:#ffffff;
}
.home .gdl-header-title{
color:#ffffff;
text-align:center;
}
.headquater p{
color:#ffffff;
text-align:center;
font-size:14px;
}
.image-cont{
  text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0 0 18px 0;
}
.image-right{
margin:0px 0px 0px 60px 
}
.home .gdl-header-title{
display:inherit !important;
  color: #fff !important;
}

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

.contactright .wpcf7-form-control.wpcf7-submit {
    margin-left: 30%;
}
.services-content {
color:#ffffff;
}
.top-navigation-left-text {
width: 100%;
}

body {
    color: #444444;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    min-width: 600px;
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
.map-address {
   float: left;
  margin: 3px 0 0 11px;
     width: 46%;
    text-align: left;
	 line-height: 22px;
}
.phone-address {
color: #fff;
    float: right;
    font-family: opensanslight;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    width: 50%;
}

.phone-address > span > a {
    color: #ed1c24 !important;
}

.phone-address > img {
    float: left;
 margin: 4px 15px 0 0px;
}

.services-content {
    background-color: #000000;
    color: #FFFFFF;
    height: 150px;
}
.services-content .container h3{
text-align:center;
color:#ffffff;
}
.ser-category {
  float: left;
    margin: 0 auto;
    width: 100%;
}
.services-content {
    background-color: #000000;
    color: #FFFFFF;
    height: 150px;
}
.navigation-wrapper div#main-superfish-wrapper ul#menu-menu-1 > li > a {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    font-weight: normal;
}
.navigation-wrapper div#main-superfish-wrapper ul#menu-menu-1 > li > a:hover {

color:#fe000a;
}
.navigation-wrapper div#main-superfish-wrapper ul#menu-menu-1 > li.current-menu-item a {
color:#fe000a;
}


.haircut-cont {
   float: left;
    margin: 0 0 -5px;
    position: relative;
    width: 25%;
	background: #000;
}
.innerhaircut-cont
 {
  /*background: none repeat scroll 0 0 rgba(58, 58, 58, 0.63);*/
 float:left;
 height: 315px;
    margin: 0;
    /*position: absolute;*/
    top: 0;
    z-index: 99;
    display: inline-block;
    text-align: center;
    width: 100%;
	  padding: 42px 0 91px !important;
	   cursor:pointer;
   background-color:#000000;
}
.innerhaircut-cont > h4 {
color: #ffffff !important;
    float: left;
    font-family: opensansregular;
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 15px 0;
}

.innerhaircut-cont > p {
    font-family: opensanslight;
    font-size: 16px;
    float: left;
    width: 89%;
    text-align: center;
    color: #fff;
   margin: 0 18px;
   height:145px;
}

.haircut-cont:hover .innerhaircut-cont {
    /*background: none !important;*/
}
.haircolor-cont {
  float: left;
    height: 400px;
    width: 25%;
    position: relative;
}
.massage-cont {
    float: left;
    height: 400px;
    width: 330px;
}
.shampoo-cont {
    float: left;
    height: 400px;
    width: 344px;
}
.rev-slider {
    float: left;
    position: relative;
    width: 100%;
}

.haircut-icon {
 margin: 0;
}
.haircut-cont > h4 {
    margin: -66% 0 0 22%;
    position: relative;
	color:#ffffff;
}
.haircut-cont > p{
color:#ffffff;
text-align:center;
}
.haircolor-icon{
   margin: 0;
    position: relative;
}
.haircolor-cont > h4{
 margin: -66% 0 0 22%;
    position: relative;
	color:#ffffff;
}
.haircolor-cont > p{
color:#ffffff;
text-align:center;
}

.massage-icon{
   margin: 0;
    position: relative;
}
.massage-cont > h4{
 margin: -66% 0 0 22%;
    position: relative;
	color:#ffffff;
}
.massage-cont >p{
color:#ffffff;
text-align:center;
}
.shampoo-icon{
   margin: 0;
    position: relative;
}
.shampoo-cont > h4{
 margin: -66% 0 0 22%;
    position: relative;
	color:#ffffff;
}
.shampoo-cont > p{
color:#ffffff;
text-align:center;
}
.home .gdl-page-item {
    margin-top: 0px;
}
.home .header-outer-wrapper {
    margin-bottom: -30px !important;
}

.footer-menu li {
    display: inline-block;
}
.place-card.place-card-large {
    display: none !important;
}
.footer-contact {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.73);
margin:0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
	 padding: 0px 0 45px;
}

.dirform {
    float: left;
    width: 51%;

}
.place-card.place-card-large {
    display: none;
}
.working-hours > p {
    font-size: 13px !important;
    margin: 0 !important;
	color:#ffffff;
	 line-height:20px !important;
}
.working-hours > h4 {

	color:#ffffff;
}

.header-container .navigation-wrapper.sliding-bar {
   width: 1070px !important;
   margin: 0;
}
.header-container{
max-width:1114px;
}
.home .header-wrapper{
/*position:absolute;*/
}
.foot-section{
 margin: 0 auto;
    width: 100%;
    float: left;
}

.map-address {
       font-family: 'OpenSansLight';
    font-size: 16px;
    color: #fff;
}

.container{  margin: 0 auto;
    padding: 0;
    max-width: 1070px;
	}
.map-address > span {
   color: #ed1c24;
    float: left;
    font-size: 16px;
    /*margin: 4px 0;*/
    width: 77%;
}


.top-navigation-wrapper.boxed-style {
    float: right;
     width: 67%;
	  margin: 11px 0 0 0;
}
.working-hours {
  background: none repeat scroll 0 0 #000;
    box-shadow: 1px 0 3px 5px #ff0000;
   margin: 6% 0 0 -20% !important;
    padding: 18px 31px !important;
    text-align: center;
    width: 100%;
}
.working-hours > h4 {
    font-family: opensanslight;

}
.slide-store {
  color: #ed1c24 !important;
    font-weight: 600;
    margin: 12px 0 0 !important;
    text-transform: uppercase;
    font-family: opensanslight;
    font-size: 19px !important;
}
.slidetime {
    background: url("../../uploads/2015/05/time.png")no-repeat;
    height: 23px;
    text-align: center;
    background-position: center;
}

.sf-menu .menu-item-has-children{
 background: url("../../uploads/2015/05/arrow.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
}
.slide-fornt {
 color: #ed1c24 !important;
    font-size: 16px !important;
    font-weight: normal;
    text-align: left;
    width: 100%;
    font-family: opensansregular;
}

.map-address > img {
    float: left;
   margin: 4px 15px 0 0;
	}
.working-hours > div{
text-align: left;
    color: #ffffff;
    font-size: 16px !important;
    line-height: 30px !important;
    margin: 0 !important;
	width: 100%;
}
.working-hours > div > p{
  float: left;
    margin-bottom: 0;
    width: 57%;
    font-family: opensanslight;
    font-size: 16px;
}
.working-hours > div > span {
    font-family: opensanslight;
    font-size: 16px;
}

.slide-estero {
color: #ed1c24 !important;
    font-size: 16px !important;
    width: 100%;
	font-weight:bold;
	   text-align: left;
margin:15px 0px 15px 0px;
}
.bot-border {
    border-top: 2px dashed #fff !important;
    margin: 9px 0 !important;
    width: 100% !important;
    display: inline-block;
	}
	
p {
      font-family: opensanslight;
    font-size: 14px;
    line-height: 30px;
}
.welcome {
    font-family: 'OpenSansBold';
    font-size: 29px !important;
    text-transform: uppercase;
           color: #fff;
		       margin: 4px 0 8px 0 !important;
}
.menshair{
       color: #fff;
    font-family: "OpenSansBold";
    font-size: 40px !important;
    text-transform: capitalize;

}
.beautyslide {
   color: #fff;
    float: left;
    font-family: opensanslight;
    font-size: 16px !important;
    width: 40%;
   line-height: 34px !important;
}
.services-content > p{

  font-family: opensansregular;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    width: 100%;
    line-height: 30px;

}
.slidappointment {
 background: none repeat scroll 0 0 #ff0000;
    border: 1px solid #fff !important;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-family: opensanslight;
    font-size: 19px !important;
    padding: 0 15px !important;
    text-align: center;
    text-transform: uppercase;
    float: left;
}

.hservices {
    font-family: opensanslight;
    font-size: 30px;
    color: #d3d3d3 !important;
  text-transform: uppercase;
}

.hservices::after {
   background: url("../../uploads/2015/05/after.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 55px;
  margin: 0 0 0 14px;
    position: absolute;
    width: 124px;
    background-position: top center;
}
.hservices::before {
   background: url("../../uploads/2015/05/before.png") no-repeat scroll top center rgba(0, 0, 0, 0);
    content: "";
    height: 55px;
     left: 33%;
    margin: 0;
    position: absolute;
    width: 124px;
}

div.services-content > h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 26px 0;
    position: relative;
	   font-family: opensanslight;
    font-size: 30px !important;
}

.innerservices-content {
     float: left;
    padding: 33px 0 37px;
    width: 100%;
}
.gdl-header-title::before {
   background: url("../../uploads/2015/05/before.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    content: "";
    height: 55px;
    left: 10%;
    margin: 0;
    position: absolute;
    width: 124px;
     top: 16px;
}
.gdl-header-title::after {
  background: url("../../uploads/2015/05/after.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 55px;
    margin: 0 0 0 6px;
    position: absolute;
    width: 124px;
    right: 110px;
  top: 16px;
}
.gdl-header-wrapper > h3{
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 26px 0;
    position: relative;
	   font-family: opensanslight;
    font-size: 30px !important;
	

}

.headquater {
    float: left;
    width: 100%;
      padding: 0px 0;
}

.headquater > p {
    font-family: opensanslight;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    width: 100%;
	 padding: 0 0 15px 0;
}

.cave-exp {
    display: inline-block;
    font-family: opensanslight;
    font-size: 30px;
    padding: 25px 0;
    text-align: center;
    width: 100%;
}
.ecpcont-left > img {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 1px;
    background: #fff;
}
.ecpcont-right > ul > li {
    background: url("../../uploads/2015/05/list-style.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    float: left;
    font-family: opensanslight;
    font-size: 18px;
    line-height: 35px;
    list-style: outside none none;
    padding: 0 0 0 45px;
    width: 100%;
}

.ecpcont-left {
    float: left;
    width: 365px;
    padding: 0 0 30px 0;
}

.home-ser {
    float: left;
    width: 100%;
}
.services-content {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}


.foot-contactus {
   float: left;
    padding: 0 0 0%;
    position: relative;
    width: 100%;
}
.footer-wrapper.boxed-style {
    float: left;
    width: 100%;
}


.footer-contact > h3{
 margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
	}
	
.social-icon > img {
    margin: 6px 5px;
}
.foot-contactus > iframe {
    min-height: 620px;
}
.navigation-wrapper div#main-superfish-wrapper ul#menu-menu-1 > li > .sub-menu > li {
    border: 1px solid #fff;
    padding: 5px;
}

.contus-dir::before{
background: url("../../uploads/2015/05/before.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    content: "";
    height: 55px;
   left: 25%;
    margin: 0;
    position: absolute;
    width: 124px;
	left: 378px;
	
    top: 10px;
}
.contus-dir::after {
  background: url("../../uploads/2015/05/after.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 55px;
    margin: 0 0 0 6px;
    position: absolute;
    width: 124px;
	  right: 375px;
	    top: 10px;
}

.contus-dir {
color: #d3d3d3;
    float: left;
    font-family: "OswaldLight";
    font-size: 30px;
     margin: 15px 0 21px !important;
      text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 99;
}
/*.leavecomment::before{
background: url("../../uploads/2015/05/before.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    content: "";
    height: 55px;
   left: 25%;
    margin: 0;
    position: absolute;
    width: 124px;
  left: 333px;
	    top: 10px;
}
.leavecomment::after {
  background: url("../../uploads/2015/05/after.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 55px;
    margin: 0 0 0 6px;
    position: absolute;
    width: 124px;
	 right: 330px;
	    top: 10px;
}*/
.leavecomment {
    color: #fff;
    font-family: "OswaldLight";
    font-size: 22px;
      margin: 15px 0 15px;
    text-transform: uppercase;
    text-align: left;
}
.contactleft p span input {
 background: none repeat scroll 0 0 #fff;
    border: 1px solid #999 !important;
 /*   border-radius: 10px;*/
 color: #000;
    float: left;
    line-height: 25px;
    margin: 0 0 25px;
    width: 85%;
	padding: 4px 8px;
	}

.contactleft p span input:focus {
    color: #000;
    border: 1px solid #ccc;
}
.contactright p span textarea {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #999;
    border-radius: 10px;
    color: #fff;
    height: 165px;
    line-height: 25px;
    width: 100%;
    float: right;
	}	


 
.contactright {
    float: right;
    width: 52%;
}

input::-webkit-input-placeholder {
font-family: opensanslight;
    font-size: 18px;
	color:#fff;
}
input::-moz-placeholder { /* Firefox 19+ */
font-family: opensanslight;
    font-size: 18px;
	color:#fff;
}
input:-ms-input-placeholder {
font-family: opensanslight;
    font-size: 18px;
	color:#fff;
}
input:-moz-placeholder { /* Firefox 18- */
font-family: opensanslight;
    font-size: 18px;
	color:#fff;
}


textarea::-webkit-input-placeholder {
font-family: opensanslight;
    font-size: 18px;
	color:#fff;
}
textarea::-moz-placeholder { /* Firefox 19+ */
font-family: opensanslight;
    font-size: 18px;
	color:#fff;
}
textarea:-ms-input-placeholder {
font-family: opensanslight;
    font-size: 18px;
	color:#fff;
}
textarea:-moz-placeholder { /* Firefox 18- */
font-family: opensanslight;
    font-size: 18px;
	color:#fff;
}

p.submit-form {
 display: inline-block;
    font-family: opensanslight;
    font-size: 18px;
    margin: 0 0 0 38px !important;
    text-align: center;
    width: 100% !important;
}

p.submit-form input {
  background: none repeat scroll 0 0 #ed1c24;
    border: 1px solid #ed1c24;
    border-radius: 7px;
    display: inline-block;
    float: none;
    font-family: opensanslight;
    font-size: 18px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 53%;
}


.footer-menu > ul > li a {
    font-family: oswaldlight;
    font-size: 13px;
	display:inline-block;
}

.footer-menu > div#nav_menu-2 div.menu-footer-menu-container > ul > li:hover a {
    font-family: oswaldlight;
    font-size: 13px;
	color:#ed1c24;
	
}


.footer-menu > div#nav_menu-2 div.menu-footer-menu-container > ul {
    float: left;
    width: 100%;
    margin: 0;
}

.copyright-left {
   float: left;
    width: 100%;
    padding: 10px 0 20px;
}
.footer-left {
    float: left;
    width: 58%;
}
.copy-text{
   font-family: oswaldlight;
    font-size: 13px;
	display:inline-block;
	}
.footer-right {
    float: right;
    width: 24%;
}
.footer-menu > div#nav_menu-2 div.menu-footer-menu-container > ul > li.current-menu-item > a {
    color: #ed1c24;
}

.footer-menu > div#nav_menu-2 div.menu-footer-menu-container > ul > li > a {
       font-family: oswaldlight;
    font-size: 13px;
    color: #fff;
}
.footer-menu > div#nav_menu-2 div.menu-footer-menu-container > ul > li {
    border-right: 1px solid #fff;
    line-height: 13px;
    padding: 0 14px;
}

.footer-menu > div#nav_menu-2 div.menu-footer-menu-container > ul > li:first-child {
    padding-left: 0;
}
.social-icon {
    background: none repeat scroll 0 0 #1c1c1c;
    border-radius: 5px;
    padding: 4px 9px;
}

.header-outer-wrapper {
   width: 100%;
    position: relative;
    float: left;
}

.header-area-wrapper {
    
    width: 100%;
}

.page-header-wrapper.gdl-container-color.boxed-style.gdl-border-x.bottom {
      background: none repeat scroll 0 0 #ed1c24;
    float: left;
    width: 100%;
}

h1.page-header-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: open sans;
    font-size: 35px;
    text-transform: uppercase;
}

.gdl-page-content {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px 1px #000;
    float: left;
    padding: 25px;
    width: 100%;
	}

.home .gdl-page-content {
    background: none;
    box-shadow: none;
    padding: 0;
	float:none;
	width:auto;
	}

.gdl-page-content > p {
   color: #000;
    font-size: 14px;
    margin-bottom: 15px;
}

.gdl-page-content > h4 {
    color: #ed1c24;
 font-family: 'OpenSansBold';
    font-size: 18px;
}

.gdl-page-content strong {
    color: #222;
    font-family: opensansregular;
    font-size: 16px;
}

.gdl-page-content a {
    font-family: opensanslight;
    font-size: 15px;
}

.gdl-page-content > ul > li {
     color: #000;
    font-family: opensanslight;
    font-size: 14px;
    line-height: 25px;
    list-style-type: square;
}

.page-id-30 .gdl-page-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 25px;
}

.page-id-30 .gdl-column-item {
    color: #000;
    font-family: opensanslight;
    font-size: 14px;
    line-height: 27px;
}

div#wpcf7-f106-o1 form p span input {
    box-shadow: 0 0 1px 1px #000;
    width: 73%;
}

div#wpcf7-f106-o1 form p span textarea {
    box-shadow: 0 0 1px 1px #000;
    width: 73%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: 1px solid #ff0000;
    color: #ff0000;
    margin-left: 0;
}
div#wpcf7-f106-o1 form p input[type="submit"]:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #990033;
    color: #000;
}

.navigation-wrapper div#main-superfish-wrapper ul#menu-menu-1 > li {
     padding: 10px 4px;
}

.navigation-wrapper div#main-superfish-wrapper ul#menu-menu-1 > li > .sub-menu > li > a {
   border-top: medium none;
    font-family: opensansregular;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align:center;
}
.tp-bullets.simplebullets.round{
    background: none repeat scroll 0 0 #000 !important;
    bottom: 31% !important;
    left: 0 !important;
    margin-left: 0 !important;
    padding: 5px !important;
    position: absolute;
    top: 62%;
    width: 3% !important;
	 height: 11% !important;
}

.bullet.last {
    float: left !important;
    width: 100% !important;
}
.bullet.first.selected {
    float: left !important;
    top: 0 !important;
    width: 100% !important;
}
.tp-leftarrow.default {
display:none;
}
.tp-rightarrow.tparrows.default.round {
    display: none;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    position: absolute;
    margin: 0 0 !important;
    right: 11%;
    top: 70%;
}
 .innerservices-content > p {
text-align: center;
    padding: 0px 0 20px;
    display: inline-block;
    width: 100%;
}
.map-address a {
    color: #ED1C24 !important;
}

.home .tp-bullets.simplebullets.round .bullet.selected {
    background: none repeat scroll 0 0 #ff0000;
  border-radius: 50%;
    height: 25%;
    width: 51% !important;
}

.home .tp-bullets.simplebullets.round .bullet{
background: none repeat scroll 0 0 #fff !important;
    border-radius: 50%;
        height: 25%;
  width: 51% !important;
    margin: 0 0 6px 0;
}
.home .tp-bullets.simplebullets.round .bullet:hover{

   background: none repeat scroll 0 0 #ff0000 !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    float: left;
    left: 2%;
    position: absolute;
    top: 99%;
    width: 100%;
}
 .storetiming {
    margin: 0 0 0 53px;
}
.storetimingsun {
    margin: 0 0 0 48px;
}
.monthmember {
    text-align: center;
}
.howitworkimg {
    margin-left: 20% !important;

}

.arrowlink {
    display: inline-block;
    margin: 25px 0 0 -20px;
    text-align: center;
}
a:hover{
outline:none;

}

.gdl-column-item {
    color: #000;
    font-family: opensanslight;
    font-size: 14px;
    line-height: 26px;
}
.gdl-header-title{
   color: #ed1c24 !important;
  display: inline-block;
    font-family: opensanslight;
    font-size: 30px !important;
    margin-bottom: 0;
    padding: 26px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	}
/*.page-id-9 .gdl-page-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 25px;
}*/

.page-id-9 .gdl-header-title::after {
    background: url("../../uploads/2015/05/after.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    content: "";
    display: none;
    height: 55px;
    margin: 0 0 0 6px;
    position: absolute;
    right: 71px;
    top: 16px;
    width: 124px;
}

.page-id-9 .gdl-header-title::before {
    background: url("../../uploads/2015/05/after.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    content: "";
    display: none;
    height: 55px;
    margin: 0 0 0 6px;
    position: absolute;
    right: 71px;
    top: 16px;
    width: 124px;
}
.service-hair {
    color: #000;
    font-family: opensanslight;
    font-size: 14px;
    line-height: 25px;
}

.gdl-page-content .service-hair > strong {
    color: #ed1c24;
    font-family: opensansbold;
    font-size: 23px;
    font-weight: normal;
    text-shadow: 2px 1px 0 #000;
}

.gdl-page-content .sercont > h1 {
    color: #ed1c24;
    font-family: opensansbold;
    font-size: 23px;
    font-weight: normal;
    text-shadow: 2px 1px 0 #000;
}

.page-full-wrapper {
    float: left;
    width: 100%;
}
#post-9 .page-wrapper .gdl-page-item {
    margin-top: 0;
	float:left;
	width:100%;
}

.services-list {
    float: left;
    width: 100%;
}

.services-left {
  border-right: 2px solid #ff0000;
    float: left;
    margin: 0 20px 0 0;
    min-height: 693px;
    width: 36.33%;
	}

.servicesmiddle {
    border-right: 2px solid #ff0000;
    float: left;
    margin: 0 0 0 36px;
    padding: 0 23px 0 0;
    width: 23%;
}

.ser-right {
    float: right;
    margin: 0 0 0 19px;
    width: 23%;
}

.sercont > h2 {
    color: #94000c;
   font-family: 'OpenSansSemibold';
    font-size: 18px;
    text-shadow: 1px 0 0 #990033;
}

.extras {
    float: left;
    width: 100%;
}
.price {
    bottom: 0;
    color: #ff0000;
    float: right;
    font-family: opensanssemibold;
    font-size: 19px;
    margin: 50% 0 0;
    width: 19%;
}

.services-left .price {
  bottom: 0;
    color: #ff0000;
    float: right;
    font-family: opensanssemibold;
    font-size: 19px;
    margin: -9% 0 0;
    width: 19%;
}

.sercont > p {
    color: #000;
    font-family: opensansregular;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 3px;
}
.extras > h1{
 color: #ed1c24;
    font-family: opensansbold;
    font-size: 23px;
    font-weight: normal;
    text-shadow: 2px 1px 0 #000;
	}
	
.extra1 {
   border-right: 1px solid #ff0000;
    float: left;
    margin: 0 0 0 8px;
    padding: 0 17px 0 0 !important;
    width: 43%;
}

.extra1 > li {
    color: #000;
    float: left;
    font-family: OpenSansLight;
    font-size: 14px;
    list-style: outside none none;
    width: 100%;
}

.extra1 > li > strong {
    float: right;
    line-height: 18px;
    width: 9%;
}

.extra2 {
  float: right;
    margin: 0 !important;
    width: 50%;
}

.extra2 > li {
   color: #000;
    display: inline-block;
    float: left;
    font-family: OpenSansLight;
    font-size: 14px;
    line-height: 25px;
    list-style: outside none none;
    padding: 0 0 0 9px;
    width: 100%;
}


 
.extra2 > li > strong {
    float: right;
    width: 24%;
}


.sermidcont {
    float: left;
    width: 100%;
}
.servicesmiddle > h1{

  color: #94000c;
    float: left;
    font-family: "OpenSansSemibold";
    font-size: 18px;
    margin: 9px 0;
    text-shadow: 1px 0 0 #990033;
    width: 100%;

}
.servicesmiddle > .price {
    bottom: 0;
    color: #ff0000;
    float: right;
    font-family: opensanssemibold;
    font-size: 19px;
    margin: -9% 0 0;
    width: 19%;
	}

.vet-owned {
    float: left;
    width: 45%;
}

.fw-wifi {
    float: right;
    position: relative;
    right: 21%;
    top: -36px;
    width: 18%;
}

.sermidcont > p {
    color: #000;
    font-family: opensansregular;
    font-size: 14px;
    margin-bottom: 0;
}

.servicesmiddle > p {
    color: #990033;
    float: left;
    font-family: opensanssemibold;
    font-size: 20px;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Safari */
    transform: rotate(-7deg); /* Standard syntax */
    transform: rotate(-7deg);
    width: 100%;
}

.ser-right strong {
    color: #990033;
    font-family: opensansregular;
    font-size: 16px;
}
.ser-right > h2{
  color: #94000c;
    float: left;
    font-family: "OpenSansSemibold";
    font-size: 18px;
    margin: 9px 0;
    text-shadow: 1px 0 0 #990033;
    width: 100%;
	}
	
.ser-right > p {
    color: #000;
    font-family: opensansregular;
    font-size: 14px;
    margin: 0;
}

.ser-right > h5 {
    color: #330066;
    font-family: opensanssemibold;
    font-size: 17px;
    text-decoration: underline;
}

.haircut > a {
    color: #660033 !important;
    font-family: opensanssemibold;
    font-size: 15px;
    text-decoration: none !important;
}

.haircut {
    color: #660033 !important;
    font-family: opensanssemibold;
    font-size: 15px;
    text-decoration: none !important;
}
.gdl-page-content .service-hair > p > strong{
color: #ed1c24;
    font-family: opensansbold;
    font-size: 23px;
    font-weight: normal;
    text-shadow: 2px 1px 0 #000;
	}
	.gdl-page-content .service-hair > p {
    font-family: opensanslight;
    margin: 0;
}
.combopackage > h4{
 color: #ed1c24;
    font-family: opensansbold;
    font-size: 23px;
    font-weight: normal;
    text-shadow: 2px 1px 0 #000;}
	.combopackage > p {
    color: #000;
    font-family: opensanslight;
    font-size: 14px;
    margin: 0;
}

.combopackage > p > a {
    color: #990033;
    font-family: opensansbold;
    font-size: 14px;
}

 .contact-img {
  border: 1px solid #ccc;
    float: left;
    padding: 25px;
    width: 95%;
}
.watchsport {
    float: left;
    width: 50%;
}
.store-photo {
    float: right;
    width: 50%;
}
.beer-pge {
    float: left;
    width: 50%;
}
.facebookcover {
    float: right;
    width: 50%;
}
.veteran-logo {
    float: left;
}


.workinghours {
   background: none repeat scroll 0 0 #000;
    bottom: 54%;
    right: 5%;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.logo-wrapper img {
    float: left;
    width: 100%;
}

.workinghr {
 float: left;
    position: absolute;
    right: 6%;
    top: 12%;
    width: 19%;
   z-index: 55;
    text-align: center;
    display: inline-block;
}

#text-5 {
    margin-bottom: 0;
}
.workinghours span {
    font-family: opensanslight;
    color: #fff;
    font-size: 16px;
}
.careerapp form p span input{

  box-shadow: 0 0 1px 1px #000;
    width: 32%;
	}
.navigation-wrapper div#main-superfish-wrapper ul#menu-menu-1 > li:last-child a {
    padding-right: 0;
}
.careerapp form p span textarea{

  box-shadow: 0 0 1px 1px #000;
    width: 32%;
	}	
	.page-id-287 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    float: left;
    left: 2%;
    position: absolute;
    top: 96%;
    width: 40%;
}
.careerapp form p label{
  font-family: opensanslight;
    font-size: 14px;
    color:#000;
	}
.hairtext{
color:#fff;
  font-family: 'esp_bold';
}
.headbann{
  font-family: "esp_bold";
    display: inline-block;
	  font-style: italic;
	    color: #ff0000;
}
.menshair > div.headbann >span {
    font-family: 'esp_bold' !important;
}
.navigation-wrapper div#main-superfish-wrapper ul#menu-menu-1 > li > .sub-menu {
    z-index: 99;
}
.phone-address > span {
    float: left;
	width: 90%;
}

.header-container.container {
    margin: 0 auto;
      max-width: 1150px;
    padding: 0;
}
.widget-easy-twitter-feed-widget-container h2.widgettitle > span{
      color: #fff;
    font-family: "OswaldLight";
    font-size: 23px;
    margin: 15px 0 46px;
    text-transform: uppercase;
	}
	
  /* color: #fff;
    font-family: "OswaldLight";
    font-size: 23px;
    margin: 15px 0 46px;
    text-transform: uppercase;*/
.contactleft label{
 color: #fff;
    display: inline-block;
    float: left;
    font-family: opensanslight;
    font-size: 15px;
    text-align: left;
    width: 21%;
}

.contactleft > p {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.contactleft p span {
    float: right;
  width: 79%;
	 text-align: left;
}
.waittime{
  background: none repeat scroll 0 0 #000;
    border-radius: 9px;
    box-shadow: 1px 0 1px 5px #ff0000;
    float: left;
    margin: 9% 0 0 -52px;
    padding: 13px 31px !important;
    width: 100%;
	}
.waittime > a{
  float: left;
    font-family: opensanslight;
    font-size: 16px;
    margin-bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.bookappointment{
  background: none repeat scroll 0 0 #000;
   border-radius: 9px;
    box-shadow: 1px 0 1px 5px #ff0000;
    float: left;
    margin: 9% 0 0 -52px;
    padding: 13px 31px !important;
    width: 100%;
	}
.bookappointment > a{
  float: left;
    font-family: opensanslight;
    font-size: 16px;
    margin-bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
	}
.not-like {
  color: #fff;
    float: left;
    font-family: "OpenSansBold";
    font-size: 25px !important;
    width: 100%;
}

.social-right {
float: right;
    margin: 23px 0 0;
    width: 43%;
}

.soc-twi {
    float: left;
    width: 100%;
}

.faceaddr-1 {
     float: left;
    text-align: left;
    width: 100%;
}
.aceaddr-2 {
  float: left;
    width: 100%;
    text-align: left;
}

.faceaddr-1 div > h2 {

       color: #fff;
    font-family: "OswaldLight";
    font-size: 23px;
  margin: 15px 0 13px;
  text-transform: capitalize;
	}
.aceaddr-2 div > h2 {

   color: #d3d3d3;
    font-family: "OswaldLight";
    font-size: 23px;
  margin: 0px 0 13px;
  text-transform: capitalize;
	}
	.faceaddr-1 {
    float: left;
    min-height: 120px;
    padding: 20px 0 0;
    text-align: left;
    width: 100%;
}
#text-4 .textwidget {
    margin-bottom: 0 !important;
}
/*.soc-twi iframe {
    height: 85px;
}*/

div.soc-twi h2.widgettitle {
    float: left;
    text-align: left;
    width: 100%;
}
.soc-twi iframe {
  /*  height: 85px;*/
    text-align: left;
    float: left;
}
.facebook-widget {
    padding-left: 0 !important;
}

div.contactleft span textarea {
      float: left;
    height: 75px;
    width: 86%;
}

.contactleft p span select {
   padding: 7px 0 !important;
    width: 89%;
	margin: 0 0 22px 0;
	}
.bannercontall {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.41);
    display: inline-block;
    float: left;
    padding: 25px !important;
    text-align: left;
    width: 77%;
    border-radius: 15px !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  float: left;
    position: static;
 width: 41%;
}

.footer-widget-wrapper {
    float: left;
    width: 100%;
}

div.foot-section .custom-sidebar.widget_text {
    float: left;
    width: 100%;
	margin-bottom:0 !important;
}
.contactleft label em {
    color: #ff0000;
}

.foot-section .textwidget {
    float: left;
    width: 100%;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 1em;
    line-height: 7px;
    margin: -18px 0 0 -1px;
    position: relative;
    z-index: 99;
}
.massagemem {
    background: none repeat scroll 0 0 #000;
    box-shadow: 0 0 0 4px #ff0000;
    color: #fff;
    padding: 12px;
}
.massagemem:hover {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 0 4px #ff0000;
    padding: 12px;
	color:#000;
}

.page-id-322 .gdl-page-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    float: left;
    padding: 0;
    width: 100%;
}
.page-id-324 .gdl-page-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    float: left;
    padding: 0;
    width: 100%;
}
.navigation-wrapper div#main-superfish-wrapper ul#menu-menu-1 > li.current-menu-item a{
color:#ff0000;

}	
.navigation-wrapper div#main-superfish-wrapper ul#menu-menu-1 > li.current-menu-parent a{
color:#ff0000;

}	
.coupon-print a{
background: none repeat scroll 0 0 #000;
    box-shadow: 0 0 0 4px #ff0000;
    color: #fff;
    padding: 12px;

}
.coupon-print a:hover{
 background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 0 4px #ff0000;
    padding: 12px;
	color:#000;
	}

.coupon-print {
    float: left;
    margin: 30px 3px 28px 0;
    width: 100%;
}
.servicepdf{
 background: none repeat scroll 0 0 #000;
    box-shadow: 0 0 0 4px #ff0000;
    color: #fff;
    padding: 12px;
}
.servicepdf:hover {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 0 4px #ff0000;
    padding: 12px;
	color:#000;


}
.emplyapp{
 background: none repeat scroll 0 0 #000;
    box-shadow: 0 0 0 4px #ff0000;
    color: #fff;
    padding: 12px;
}
.emplyapp:hover {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 0 4px #ff0000;
    padding: 12px;
	color:#000;
}

.gdl-related-portfolio .gdl-header-title:before {
    left: -132px;
}

.gdl-related-portfolio .gdl-header-title:after {
    right: -130px;
}
.portfolio-context:hover{
background-color:#ED1C24 !important;
}

.post-387 .gdl-page-content {
    box-shadow: none;
}
.post-407 .gdl-page-content {
    box-shadow: none;
}
.portfolio-thumbnail-image-hover:hover ~ .portfolio-context{
background-color:#ED1C24 !important;
}

.priceoffer {
    float: left;
    width: 200px;
}

.menshaitcut {
    float: left;
    width: 300px;
}
.headqtrmemall {
    color: #000000;
    margin: 0 0 12px;
}
.memprepaid {
    color: #000000;
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
}
.memprepaid > p {
    margin: 0;
}

.paybuttmas {
    margin: 10px 0 0;
    text-align: center;
}
.waxapp {
    background: none repeat scroll 0 0 #000000;
    box-shadow: 0 0 0 4px #FF0000;
    color: #FFFFFF;
    padding: 12px;
}
.waxlink {
    margin: 35px 0 0;
}
.laserimg {
    float: left;
    margin: 0 25px 0 0;
    width: 140px;
}
.colorlinkimg {
    float: left;
    margin: 3px 30px 0 0;
    width: 350px;
}
.massageserimg {
    float: left;
    margin: 0 35px 0 0;
    width: 550px;
}
.fortmyercontleft {
    float: left;
    width: 230px;
   margin:0px 15px 0px 0px;
}

.fortmyercontright > p {
    line-height: 0;
    margin: 18px 0 0;
    font-size:14px;
}
.fortmyerwaittime{
    background: none repeat scroll 0 0 #000000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 0 5px #FF0000;
    color: #FFFFFF;
    float: left;
    margin: 2% 0 0 11px;
    padding: 2px;
    text-align: center;
    width: 23%;
}
.fortmyercheckin{
    background: none repeat scroll 0 0 #000000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 0 5px #FF0000;
    color: #FFFFFF;
    float: left;
    margin: 6% 0 0 -122px;
    padding: 2px;
    text-align: center;
    width: 23%;
}
.fmonlinecheck {
    margin: 8px 0 6px !important;
}
.wpcf7-form-control.wpcf7-submit {
    background-color: #ED1C24;
    border-color: #ED1C24;
}
.servicespdflnk {
    margin: 15px 0 25px;
    text-align: center;
}
.image-cont > h3 {
    color: #FFFFFF;
    font-family: opensanslight;
    font-size: 30px;
}
.esteroloaction {
    margin: 35px 0 0;
}
.esteroloaction > strong {
    font-size: 17px;
}
.fortmyerlocation > strong{
font-size: 17px;
}
.contact-page strong {
    font-size: 20px;
}
.contact-page {
    margin: -35px 0 0;
}
.gdl-page-content > ul {
    margin-bottom: 15px;
}
.companyimg {
    float: left;
    margin: 0 15px 0 0;
}



.employement-all .wpcf7-form-control.wpcf7-select {
    height: 28px;
    width: 325px;
}
.State input {
    width: 20px;
}
.empzipcode {
    margin: 0 0 0 40px;
}
.Zip-Code input {
    margin: 0 0 0 18px;
    width: 24.5%;
}
.datecanstart {
   float: left;
    width: 100%;
}



.stylebar-left {
    float: left;
    width: 360px;
}
.stylebar-all .wpcf7-form-control.wpcf7-select {
    height: 28px;
    width: 325px;
}
.stylebar-right .State input {
    width: 20px;
}
.stylebar-right .empzipcode {
    margin: 0 0 0 40px;
}
.stylebar-right .Zip-Code input {
    margin: 0 0 0 18px;
    width: 24.5%;
}
.stylebar-left .datecanstart {
    float: left;
   
}
input {
    box-shadow: 0 0 1px 0 #000;
    padding: 8px 9px !important;
	  border: medium none !important;
}

.wpcf7-form-control-wrap.Zip-Code input {
    width: 19% !important;
}

.stylebar-all {
    float: left;
    width: 100%;
}

.stylebar-left {
    float: left;
    width: 41%;
}
.stylebar-left span input {
    width: 74%;
	 box-shadow: 0 0 1px 0 #000;
}
.stylebar-left span select {
    width: 79% !important;
	box-shadow: 0 0 1px 0 #000;
}
	
	
.stylebar-right {
    float: left;
    width: 53%;
}

.stylebar-right span input {
    width: 58%;
}
.stylebar-all .stylebar-right span select {
    width: 62% !important;
	box-shadow: 0 0 1px 0 #000;
}
.stylebar-all .stylebar-right span.wpcf7-form-control-wrap.Zip-Code input {
    width: 47% !important;
}

.employement-all {
    float: left;
    width: 100%;
}
.employement-left {
       float: left;
    width: 41%;
}

.employement-right {
    float: left;
    width: 53%;
}

.employement-all .employement-left span input {
    width: 74%;
}
.employement-all .employement-left span select{

    width: 79% !important;
	box-shadow: 0 0 1px 0 #000;
}
label{
 font-family: opensanslight;
    font-size: 14px;
    line-height: 30px;
}


.employement-all .employement-right span input {
    width: 57%;
}

.employement-all .employement-right span.wpcf7-form-control-wrap.State input {
    width: 3%;
}

.employement-all .employement-right span.wpcf7-form-control-wrap.Zip-Code input {
    width: 47% !important;
}

.employement-all .employement-right span select{
	box-shadow: 0 0 1px 0 #000;

}
.employement-all .employement-right span select {
    box-shadow: 0 0 1px 0 #000;
    width: 61% !important;
}
.emplydownload{
  background: #000000 none repeat scroll 0 0;
    box-shadow: 0 0 0 4px #ff0000;
    color: #ffffff;
    padding: 12px;
	}
.stylebarberdown{
  background: #000000 none repeat scroll 0 0;
    box-shadow: 0 0 0 4px #ff0000;
    color: #ffffff;
    padding: 12px;

}

.stylebar-right span input[type="file"] {
    border: medium none !important;
}