@import "reset.css";
@import "grid.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(//fonts.googleapis.com/css?family=Marvel:400);
@import url(//fonts.googleapis.com/css?family=Marvel:700);
@import url(//fonts.googleapis.com/css?family=Ultra:400);
@import url(//fonts.googleapis.com/css?family=Fjalla+One:400);
@import url(//fonts.googleapis.com/css?family=Special+Elite:400);
@import url(//fonts.googleapis.com/css?family=Tangerine|Inconsolata|Droid+Sans|Economica);

html {
 width: 100%;
}

a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

/* typography */
p{font-size:1.0em; line-height:1.6em}
blockquote{background:url("https://www.scshuttle.com/mobile/images/quotes.png") no-repeat top left;padding-left:40px;min-height:30px;margin:5px 0 30px 0;font-size:0.9em;line-height:1.6em;color:#767676;text-align: justify;}

body {
	position: relative;
    /*background-color: #4a4a4a;*/
    color: #878787;
    font: 14px/20px 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility\9;
	zoom: 90%;
}

.pricetag {
	position: absolute;
	top: 232px;
	left: 132px;
	width: 25%; 
	font-family: Marvel, Ultra,'Roboto Condensed', sans-serif, Arial; 
	font-size: 32px; 
	font-weight: bold;
	background: #3497db;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
	display:inline;
	text-align: center;
	vertical-align: text-bottom;
	/*border: 1px solid;
	border-color: #3497db;*/
}

.tictxt {
	
	font-family: Marvel, Ultra,'Roboto Condensed', sans-serif, Arial; 
	font-size: 22px; 
}
.pricesum {
	font-family: Marvel, Ultra,'Roboto Condensed', sans-serif, Arial; 
	font-size: 22px; 
	width: 1125px; /*815px;*/
	border: none;
	margin-bottom: 0px;
	text-align: center;
	color: #000;
	
}

.pricesum th {
	font-family: 'Roboto Condensed', sans-serif, Arial;
}

.pricesum td {
	padding: 5px;
}

.steps {
	font-family: 'Fjalla One', 'Roboto Condensed', sans-serif, Arial;
	font-size:25px;
	background-color:#e6e7e8;
	vertical-align:middle;
}

.section {
	background: #C0E1FF;
	display: block;
	color: #000 !important;
	/*width: 100%;*/
	font-weight: light;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	padding: 5px 0 5px 5px;
	margin: -10px -30px 10px -30px;
	
}
.headline {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:24px;
	margin-top: 5px; margin-bottom: 0px;
	text-align: center;
    font-weight: normal;
	color: #222;
}

.subheadline {
    font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
    margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;
}

.formlabel {
	font-size:1.2em !important;
}




.label-cbx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}
.label-cbx input:checked + .checkbox {
  border-color: #20C2E0;
}
.label-cbx input:checked + .checkbox svg path {
  fill: #20C2E0;
}
.label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}
.label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
}
.label-cbx .checkbox {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #C8CCD4;
  border-radius: 3px;
}
.label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}
.label-cbx .checkbox svg path {
  fill: none;
  stroke: #20C2E0;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}
.label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}
.label-cbx > span {
  pointer-events: none;
  vertical-align: middle;
}

.cntr {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
}

.invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

.button.disabled {
  opacity: 0.65; 
  cursor: not-allowed;
}

/* box to hold password requirements */
#pswd_info {
    position:absolute;
    bottom:385px;
    bottom: -115px\9; /* IE Specific */
    right:95px;
    width:260px;
    padding-left:10px;
    background:#fefefe;
    font-size:1.3em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    /*border:1px solid #ddd; */
	border:1px solid #000;
	z-index: 9999;
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:2px;
    font-weight:normal;
	line-height: 20px;
}
/* downward arrow */
#pswd_info::before {
    content: "\25BC";
    position:absolute;
    top:128px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#000;
    text-shadow:none;
    display:block;
}
#pswd_info {
    display:none;
}
/****************** RESET PASSWORD box **************************************/
/* box to hold password requirements */
#pswd_reset {
    position:absolute;
    bottom:175px;
    bottom: -115px\9; /* IE Specific */
    right:95px;
    width:260px;
    padding-left:10px;
    background:#fefefe;
    font-size:1.3em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    /*border:1px solid #ddd; */
	border:1px solid #000;
	z-index: 9999;
}

#pswd_reset h4 {
    margin:0 0 10px 0;
    padding:2px;
    font-weight:normal;
	line-height: 20px;
}
/* downward arrow */
#pswd_reset::before {
    content: "\25BC";
    position:absolute;
    top:128px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#000;
    text-shadow:none;
    display:block;
}
#pswd_reset {
    display:none;
}
/****************** LOGIN/REGISTER box **************************************/
/* box to hold password requirements */
#pswd_info2 {
    position:absolute;
    bottom:95px;
    bottom: -115px\9; /* IE Specific */
    width:300px;
	height: 150px;
    padding: 5px;
	margin-bottom: 0px;
    background:#fefefe;
    font-size:0.9em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    /*border:1px solid #ddd; */
	border:1px solid #000;
	z-index: 9999;
}

#pswd_info2 h4 {
    margin:0 0 0px 0;
    padding-top:0px;
	color:#000;
	line-height: 45px;
    font-weight:normal;
	/*border:5px solid #000;*/
}
/* downward arrow */
#pswd_info2::before {
    content: "\25BC";
    position:absolute;
    top:148px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#000;
    text-shadow:none;
    display:block;
}
#pswd_info2 {
    display:none;
}
/****************** LOGIN EDIT  **************************************/
/* box to hold password requirements */
#pswd_info3 {
    position:absolute;
    bottom:225px;
    bottom: -115px\9; /* IE Specific */
    width:300px;
	height: 150px;
    padding: 5px;
	margin-bottom: 0px;
	margin-left: 450px;
    background:#fefefe;
    font-size:0.9em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    /*border:1px solid #ddd; */
	border:1px solid #000;
	z-index: 9999;
}

#pswd_info3 h4 {
    margin:0 0 0px 0;
    padding-top:0px;
	color:#000;
	line-height: 45px;
    font-weight:normal;
	/*border:5px solid #000;*/
}
/* downward arrow */
#pswd_info3::before {
    content: "\25BC";
    position:absolute;
    top:148px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#000;
    text-shadow:none;
    display:block;
}
#pswd_info3 {
    display:none;
}
.invalid {
    background:url(../images/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../images/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

		.tooltip {
			border-bottom: 1px dotted #000000; color: #000000; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			/*box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);*/
			font-family: 'Roboto Condensed', sans-serif, Arial; 
			position: absolute; left: 1em; top: 2em; z-index: 99;
			margin-left: 0; width: 250px;
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
			font-family: 'Roboto Condensed', sans-serif, Arial; 
			font-size: 0.9em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		.classic { padding: 0.8em 1em; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.classic { background: #FFFF33;color:#000000 !important;}
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

.ic {
	border: 0;
	float: right;
	background: #fff;
	color: #f00;
	width: 50%;
	line-height: 10px;
	font-size: 10px;
	margin: -220% 0 0 0;
	overflow: hidden;
	padding: 0;
}

strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 20px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}

/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	color: #3e454c;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
}

h3 {
    font-size: 36px;
    line-height: 36px;
    color: #313030;
    padding-top: 14px;
    margin-bottom: 20px;
}
.rid-text {
			background: #e6e7e8;
			color: #fff;
			margin-left: 20px;
			margin-top: 10px;
			padding: 20px;
			text-transform: uppercase;
			border: 2px solid #bd1f23;
			position: relative;
			text-align: left;
			float: right;
			color:#bd1f23;
			font-size: 40px;
			font-weight: normal;
			font-family: 'Roboto Condensed', sans-serif;
}
		
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 320px;
	height: 480px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

.antispam { display:none;line-height: 1em;}

#faqs h3	{ cursor:pointer;cursor:inherit; }
#faqs h3.active	{ color:#d74646; }
#faqs div { height:0; overflow:hidden; position:relative; }
#faqs div p	{ padding:0; margin-bottom:15px; }

.subhead {
  background-color:#e6e7e8;	
  padding: 10px;
  border-radius: 5px;
}

.subhead h2 {
  color: #3497db;
  font-size: 24px;
}

.qq img {
    position: absolute;
    top: 65px;
    left: 200px;
	height: 150px;
    margin-left: 115px;
   /* margin-top: 20px; */
	z-index: auto;
	display:inline;
	float: left;
	/* margin-left: 15px;
	margin-right: 15px; */
}

.qqpro img {
    position: absolute;
    top: 5px;
    left: 200px;
	height: 150px;
    margin-left: 115px;
   /* margin-top: 20px; */
	z-index: 99;
	display:inline;
	float: left;
	/* margin-left: 15px;
	margin-right: 15px; */
}

.logo img {
    position: absolute;
    top: 65px;
    left: 15px;
	height: 150px;
    margin-left: 115px;
   /* margin-top: 20px; */
	
	display:inline;
	float: left;
	/* margin-left: 15px;
	margin-right: 15px; */
}

.logo2 img {
    position: absolute;
    top: 5px;
    left: 15px;
	height: 150px;
    margin-left: 115px;
	z-index:2;
   /* margin-top: 20px; */
	
	display:inline;
	float: left;
	/* margin-left: 15px;
	margin-right: 15px; */
}

.logo3 img {
    position: absolute;
    top: 0px;
    left: 5px;
	height: 100px;
    margin-left: 5px;
	z-index:99999;
   /* margin-top: 20px; */
	
	display:inline;
	float: left;
	/* margin-left: 15px;
	margin-right: 15px; */
}

.qrcode img {
	position: absolute;
    top: 0px;
    right: 0px;
	height: 100px;
	z-index:99999;
   /* margin-top: 20px; */
	
	display:inline;
	float: left;
	/* margin-left: 15px;
	margin-right: 15px; */
}

.member_badge img {
	position: absolute;
    top: 0px;
    right: 0px;
	height: 167px;
	z-index:3;
    margin-top: 525px;
	margin-left: 15px;
	margin-right: 190px;
	display:inline;
	float: left;
}

.page1 h3 {
    margin-bottom: 46px;
    padding-top: 82px;
}

.h3__ind1 {
    padding-top: 76px;
    margin-bottom: 39px;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.list {
}

.list li {
    overflow: hidden;
}

.list_count {
    float: left;
    text-align: center;
    color: #fff;
   /* width: 45px;
    height: 45px; */
	width: 46px;
    height: 36px;
    margin-top: 4px;
    margin-right: 13px;
    background-color: #3497db;
    /*font: 36px/44px 'Roboto Condensed', sans-serif;*/
	font: 28px Ultra, 'Roboto Condensed', sans-serif;
	    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    behavior: url(PIE.htc);
}

/*
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    behavior: url(PIE.htc);
	display:inline-block;
    zoom:1;
	*display:inline; 
    width: 46px;
    height: 36px;
    padding: 8px;
    background: #3497db;
    border: none;
    color: #fff;
    text-align: center;
    font: 28px Ultra, 'Roboto Condensed', sans-serif;
	font-weight: 900;
	vertical-align:middle;
	*/
	
.list li .text1 {
    margin-bottom: 3px;
}

.list li+li {
    margin-top: 19px;
}


.list-type1{
width:275px;
margin:20 auto;
}

.list-type1 ol{
counter-reset: li;
list-style: none;
*list-style: decimal;
font-size: 14px;
font-family: 'Raleway', sans-serif;
padding: 0px;
margin-bottom: 4em;
}
.list-type1 ol ol{
margin: 0 0 0 2em;
}

.list-type1 a{
position: relative;
display: block;
padding: .4em .4em .4em 2em;
*padding: .4em;
margin: .5em 0;
background: #3497db;
color: #000;
text-decoration: none;
-moz-border-radius: .3em;
-webkit-border-radius: .3em;
border-radius: 10em;
transition: all .2s ease-in-out;
}

.list-type1 a:hover{
background: #d6d4d4;
text-decoration:none;
transform: scale(1.1);
}

.list-type1 a:before{
content: counter(li);
counter-increment: li;
position: absolute;
left: 0%;
top: 50%;
margin-top: -1.3em;
background:#3497db;
height: 2em;
width: 2em;
line-height: 2em;
border: .3em solid #fff;
text-align: center;
font-weight: bold;
-moz-border-radius: 2em;
-webkit-border-radius: 2em;
border-radius: 2em;
color:#FFF;
}


/****Links****/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #3497db;
}

.btn {
    display: inline-block;
    background-color: #3497db;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 26px 8px 25px;
}

.btn:hover {
    background-color: #585757;
}

#bookingForm .btn {
    margin-top: 13px !important;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 17px;
	margin-top: 7px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-top: 4px;
}

.page1 .fleft {
    margin-top: 5px;
}

.page1 .fleft {
    margin-right: 16px;
}

.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

.main {
    background-color: #fff;
}

header {
	display: block;
}


header h1 {
	position: relative;
	text-align: center;
    padding-top: 55px;
}

.page1 header h1 {
    margin-bottom: 20px;
}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 251px;
    height: 122px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;
}

/* fare table style */
.tg  {border-collapse:collapse;border-spacing:0;border-color:#aaa;}
.tg td{font-family:'Roboto Condensed', sans-serif;font-size:20px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#aaa;color:#333;background-color:#fff;}
.tg th{font-family:'Roboto Condensed', sans-serif; font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#aaa;color:#fff;background-color:#3497db;width:200px;border-radius: 5px;}
.tg .tg-qsvf{font-size:25px;vertical-align:top;}
.tg .tg-yw42{vertical-align:top;background-color:#e6e7e8;}
/*.tg .tg-yw41{vertical-align:top;background-color:#FFFF33;color:#000}*/
.tg .tg-yw41{vertical-align:top;background-color:#a7a9ac;}
.tg .tg-yw44{font-size:25px;vertical-align:top;background-color:#73000A;color:#fff}

.tg .tg-yw43{
	vertical-align:top;
	background-color:#ffff33;
	font-family: Marvel,'Roboto Condensed', sans-serif, Arial; 
	font-size: 24px; 
	background: #FFFF33;
	padding: 5px;
	color: #000;
	border-radius: 10px;
}

.banner {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #e5e5e7;
    margin: 55px 0 87px;
    overflow: hidden;
    position: relative;
    padding: 0 30px 24px 40px;
}

.banner_title_top {
    overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
    color: #2a2929;
    font-size: 36px;
    line-height: 48px;
    /*margin-bottom: 119px;*/
}

.banner_title {
    overflow: hidden;
    /*padding-top: 19px;*/
	padding-top: 25px;
	padding-bottom: 5px;
    color: #2a2929;
    font-size: 46px;
    line-height: 48px;
    /*margin-bottom: 119px;*/
}

.banner img {
    position: relative;
    top: -1px;
    float: left;
    margin-right: 17px;
}

.banner a {
    font-size: 30px;
    float: right;
    position: relative;
    margin-top: -10px;
    color: #959596;
}

.banner a:hover {
    color: #6b6b6c;
}

.c_phone {
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    padding: 90px 0 25px;
    text-align: center;
    font-size: 65px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    background-color: #3497db;
	z-index: 0;
}

.c_phone span {
    padding-top: 30px;
    padding-left: 45px;
    font-size: 50px;
    display: block;
}

.c_phone .fa {
    font-size: 48px;
    line-height: 48px;
    margin-right: 10px;
    position: relative;
    top: -9px;
}

.c_phone>div>div {
    position: relative;
}

.c_phone>div>div:after {
    position: absolute;
    /*background: url(../images/tax_bg.png) 0 0 no-repeat;*/
    width: 183px;
    height: 53px;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -31px;
}

.c_phone>div>div:before {
    position: absolute;
   /* background: url(../images/tax_bg.png) 0 0 no-repeat;*/
    width: 183px;
    height: 53px;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -31px;
}
/****************************************************************/
.c_phone2 {
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    padding: 30px 0 25px;
    text-align: center;
    font-size: 65px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    background-color: #3497db;
	z-index: 1;
	margin-top:60px;
}

.c_phone2 span {
    padding-top: 30px;
    padding-left: 45px;
    font-size: 50px;
    display: block;
}

.c_phone2 .fa {
    font-size: 48px;
    line-height: 48px;
    margin-right: 10px;
    position: relative;
    top: -9px;
}

.c_phone2>div>div {
    position: relative;
}

.c_phone2>div>div:after {
    position: absolute;
    /*background: url(../images/tax_bg.png) 0 0 no-repeat;*/
    width: 183px;
    height: 53px;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -31px;
}

.c_phone2>div>div:before {
    position: absolute;
   /* background: url(../images/tax_bg.png) 0 0 no-repeat;*/
    width: 183px;
    height: 53px;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -31px;
}

/**Content**/

.content {
    padding-bottom: 113px;
}
.page1  .content {
    padding-bottom: 82px;
}

.type {
    border: 1px solid #ebeaea;
    position: relative;
    margin-top: 84px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}

.type_caption {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 312px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/capt_bg.png) 0 0 repeat;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    padding: 7px 30px 8px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.type:hover .type_caption {
    width: 100%;
}

.type+.type {
    margin-top: 11px;
}

.type+.type+.type {
    margin-top: 10px;
}

.text1 {
    margin-bottom: 23px;
    font-size: 20px;
    line-height: 20px;
}

.cl1 {
    height: 24px;
}

.bq1 {
    padding: 61px 38px 26px 46px;
    background: url(../images/quotes.png) 31px 33px no-repeat #e5e5e7;
}

.bq1 .color2 {
    color: #727171;
    text-align: right;
    font: 18px/20px 'Roboto Condensed', sans-serif;
}

.bq1:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -27px;
    left: 67px;
    border-style: solid;
    border-width: 27px 0 0 40px;
    border-color: #cfcfd0 transparent transparent transparent;
}

.gallery {
    overflow: hidden;
    padding-top: 27px;
}

a.gal {
    background: url(../images/magnifier.png) center center no-repeat #3497db;
    margin-right: 1px;
    margin-bottom: 27px;
    display: block;
    border: 1px solid #ebeaea;
    border-right-width: 2px;
}

a.gal img {
    width: 100%;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    box-shadow: 0 0 0 #fff;
}

a.gal:hover img {
    opacity: 0.2;
}

.box {
    margin-bottom: 23px;
    margin-top: 0px;
    background-color: #e5e5e7;
    padding: 23px 22px 28px;
}

.box img {
    margin-bottom: 25px;
}

.box a.btn {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 23px;
}
/** Light Box for Map image **/
/* Styles the thumbnail */

a.lightbox img {
height: 300px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 20px 20px 20px 20px;
}

/*in your css hide the field so real users cant fill it in*/
form #website{ display:none; }

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 10px;
background: black;
position: absolute;
/*left: 26px;*/
left:22px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 10px;
background: black;
position: absolute;
left: 22px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 100px;
right: 84px;
}

/**Map**/

.color1 {
    color: #3497db;
}

.color1 a:hover , a.color1:hover {
    color: #4a4a4a;
}

.color2 {
    color: #4a4a4a;
}

.color3 {
    font-weight: normal;
	color: #3e454c;
    font-family: 'Roboto Condensed', sans-serif;
}

.map {
    overflow: hidden;
    position: relative;
}
 

.map figure {
    padding: 27px 0 10px;
    position: relative;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.map figure iframe {
	width: 100%;
	height: 399px;
	max-width: 100%;
}
.map address {
	display: block;
}

.map .text1 {
    padding-top: 8px;
}

.map address dt {
}

 address dd span {
	display: inline-block;
	text-align: left;
}
.arrows { white-space: nowrap; }
.arrows li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
}
.arrows li::before,
.arrows li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);   
}
.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.arrows li:last-of-type::before, 
.arrows li:last-of-type::after { 
    display: none; 
}

.arrows li a { 
   font: bold 24px Sans-Serif;  
   letter-spacing: -1px; 
   text-decoration: none;
}

.arrows li:nth-of-type(1) a { color: hsl(0, 0%, 70%); } 
.arrows li:nth-of-type(2) a { color: hsl(0, 0%, 65%); } 
.arrows li:nth-of-type(3) a { color: hsl(0, 0%, 50%); } 
.arrows li:nth-of-type(4) a { color: hsl(0, 0%, 45%); } 

.numberCircle {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    behavior: url(PIE.htc);
	display:inline-block;
    zoom:1;
	*display:inline; 
    width: 46px;
    height: 36px;
    padding: 8px;
    background: #3497db;
    border: none;
    color: #fff;
    text-align: center;
    font: 28px Ultra, 'Roboto Condensed', sans-serif;
	font-weight: 900;
	vertical-align:middle;
}

/**Footer**/
footer {
	display: block;
    padding: 0px 0 20px;
    font-size: 14px;
    color: #aaa;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
	background-color: #4a4a4a;
}

.copy {
    font-family: 'Open Sans', sans-serif;
}

.st1 {
    padding-top: 40px;
    color: #e2e2e2;
    margin-bottom: 8px;
}

.brand {
    position: relative;
    top: -7px;
    font: 30px/18px 'Roboto Condensed', sans-serif;
    display: inline-block;
    font-size: 30px;
}

.f_phone {
    padding-top: 72px;
    font-size: 40px;
    line-height: 36px;
    float: right;
    color: #e2e2e2;
}

.f_phone  span {
    position: relative;
    top: 4px;
    font-size: 30px;
}

.socials {
    margin-right: 96px;
    padding-top: 82px;
    float: right;
    overflow: hidden;
}

.socials a {
    display: inline-block;
    float: left;
    margin: 0 6px 0 7px;
    color: #fff;
    text-align: center;
    background-color: #3497db;
    border-radius: 500px;
    width: 58px;
    height: 58px;
    font-size: 24px;
    line-height: 58px;
}

.socials a:hover {
    color: #3497db;
    background-color: #585757;
}

.socials2 {
    margin-right: 96px;
    padding-top: 0px;
    float: right;
    overflow: hidden;
}

.socials2 a {
    display: inline-block;
    float: left;
    margin: 0 6px 0 7px;
    color: #fff;
    text-align: center;
    background-color: #4a4a4a;
    border-radius: 500px;
    width: 58px;
    height: 58px;
    font-size: 24px;
    line-height: 58px;
}

.socials2 a:hover {
    color: #3497db;
    background-color: #585757;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 610px;
    overflow: hidden;
    width: 61px;
    height: 75px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}


.fl1 {
    float: none;
    margin-left: 0 !important;
    width: auto;
}

 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}


.caption .price {
    display: none;
}

.caption {
    padding-top: 20px;
}


.camera_prev {
    margin-left: -374px;
} 

.camera_next  {
    margin-right: -374px;
}

.fl1.fl2 {
    clear: both;
}



}


@media only screen and (max-width: 767px) {
body {
    min-width: 420px;
}

header {
    -webkit-background-size: auto auto !important;
    -moz-background-size:  auto auto !important;
    -ms-background-size:  auto auto !important;
    -o-background-size:  auto auto !important;
    background-size:  auto auto !important;
}

#bookingForm {
    margin-right: 0;
}

.tmRadio p {
   padding-left: 0;
   padding-top: 10px;
}

.tmRadio {
    margin-left: 0 !important;
}

.tmRadio strong {
    margin-left: 0;
}

#bookingForm > strong + .controlHolder {
    width: 280px;
}

.camera_prev {
    margin-left: 0;
    left: 20px;
    bottom: 60px;
    top: auto;
    margin-top: 0;
} 

.camera_next  {
    margin-right: 0;
    right: 20px;
    bottom: 60px;
    top: auto;
    margin-top: 0;
}


.banner img {
    width: 100%;
}


.banner {
    margin-bottom: 25px;
} 

.block1 {
    margin-bottom: 30px;
}

.map address +address {
    margin-left: 0;
    float: none;
    margin-top: 20px;
}

.socials {
    float: none;
    overflow: hidden;
}

.copy {
    float: none;
    padding-top: 40px;
}

header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
    margin-bottom: 20px;
}

.img_inner {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}

.img_inner img {
	width: 100%;
}

header h1 {
    float: none;
    text-align: center;
}

header h1 a {
 	width: auto;
 	display: inline-block;
    height: auto;
}


 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

.noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.map address {
    float: none;
}

.ui-datepicker {
    width: 280px;
}

}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

#bookingForm > strong + .controlHolder {
    width: 210px;
}

.ui-datepicker {
    left: 50% !important;
    margin-left: -140px;
}

}
