/**/
@import "skeleton.css";

@font-face {
	font-family: 'Interstate-Light';
		src: url('fonts/interstatelight.eot');
		src: url('fonts/interstatelight.eot?#iefix') format('embedded-opentype'),
				 url('fonts/interstatelight.woff') format('woff'),
				 url('fonts/interstatelight.ttf') format('truetype'),
				 url('fonts/interstatelight.svg#interstatelight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Interstate-LightCond';
		src: url('fonts/interstatelightcond.eot');
		src: url('fonts/interstatelightcond.eot?#iefix') format('embedded-opentype'),
				 url('fonts/interstatelightcond.woff') format('woff'),
				 url('fonts/interstatelightcond.ttf') format('truetype'),
				 url('fonts/interstatelightcond.svg#interstatelightcond') format('svg');
	font-weight: normal;
	font-style: normal;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	font:12px Arial, Helvetica, sans-serifl;
	color:#666;
	min-width: 940px;

	background: url(splash.png) repeat left top;
	background-attachment: fixed;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Interstate-LightCond";
	font-weight: normal;
	text-transform: none;
	overflow: hidden;
	margin: 0 0 15 0 !important;
	padding-left: 30px;
line-height: 1.2em;
background: url(point-h.png) no-repeat left center;
}

h2 {
color: #333399;
font-size: 30px;
padding-top: 2px; 
margin-bottom: 31px;
}


h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 31px;
	color: #424242;
	margin-top: -2px;
}

h3>a {
	color: #424242;	
}


p  {
	margin-bottom: 20px;
}

p.p1 {
	margin-bottom: 14px;
	padding-top: 2px;
}

p.p2 {
	margin-bottom: 17px;
}
	
address {
	font-style: normal;	
}



ul  {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li {
	overflow: hidden;
	margin-bottom: 20px;
}

ul.list li .count {
	float: left;
	min-width:50px;
	font-size: 38px;
	line-height: 36px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	color: #424242;
}

ul.list {
	margin-bottom: 19px;
	padding-top: 17px;
}

/*links*/

a {
	text-decoration: none;	
	color: #636363;
 	outline: none;	
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #0c9dd3;	
}



a.btn  {
	display: inline-block;
	padding: 7px 13px 6px 14px;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	background: #39b9e9;
	border-radius: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

a.btn:hover  {
	background: #dfdfdf;
	color: #636363;
}

a.link1 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #424242;
	font-size: 14px;
	line-height: 30px;	
}

a.link1:hover {
	color: #0c9dd3;	
}

a.link2 {
	font-weight: bold;	
}
/*preclass*/

.mb0 {
	margin-bottom: 0px !important;	
}

.m0 {
	margin: 0 !important;	
}

.mb1 {
	margin-bottom: 43px;	
}

.pad0 {
	padding: 0 !important;
}

.pad1 {
	padding-left: 41px;	
}

.pad2 {
	padding-right: 30px;	
}

.pad3{
	padding-right: 48px;	
}


.nowrap {
	white-space: nowrap;	
}

.img_inner {
	margin-top: -5px;
}

.fleft {
	float: left;
	margin-right: 15px;	
}

.fl1 {
	margin-right: 25px;	
}

.fright {
	float: right;
	margin-left: 16px;	
}

.fright1 {
	float: right !important;
}

.alright {
	text-align: right;
}

.center {
	text-align: center;	
}

.wrapper {
	overflow: hidden;	
}

.clear {
	float: none !important;
	clear: both;	
}

.ver_separator {
	background: url(ver_separator.png) 658px 0 repeat-y;	
}

.ver_separator.pos1 {
	background-position: 502px 0;	
}

.ver_separator.pos2 {
	background-position: 340px 0;	
}

.ver_separator.pos3 {
	background-position: 421px 0;	
}

.text1 {
	color: #0c9dd3;	
}

.text1 a {
	color: #0c9dd3;
}

.text1 a:hover {
	color: #636363;
}

.small {
	font-size: 11px !important;	
}

.border {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 23px;
	margin-bottom: 20px;	
}

.border.b1 {
	padding-top: 20px;	
}

.border.b2 {
	padding-top: 34px;	
}
/*header*/

.main {
	width: 1004px;
	min-width: 940px;
	margin: 20px auto;	
	background: #fff;
-moz-box-shadow: 0px 2px 5px 1px #999;
-webkit-box-shadow: 0px 2px 5px 1px #999;
-o-box-shadow: 0px 2px 5px 1px #999;
box-shadow: 0px 2px 5px 1px #999;
-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
}

header {
}

.header_top {
	background: #E9E9E9;
	font-size: 11px;
	color: #989797;
	padding: 9px 0 11px;
	text-align: right;	
}

.header_top a {
	color: #989797;
}

.header_top a:hover {
	color: #0c9dd3;
}

.header_bot {
	padding-top: 5px;	
	background: #f6f5f5;
padding-bottom: 10px;
}

header h1 {
	float: left;	
	width: 150px;
	height: 206px;	
	margin: 0;	padding: 0;
}

header h1  a {
	display: block;
	background: url(logo-medium.jpg) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -999px;
	width: 150px;
	height: 206px;	
	
}

.socials {
	font-size: 12px;	
	line-height: 50px;
	margin-top: -14px;
}

.fb, .tw, .rss, .yt {
	display: inline-block;
	padding-left: 49px;
	margin-right: 16px;
	background: url(socials.png) 0 9px no-repeat;	
}

.rss {
	background-position: 0 -41px;	
}

.tw {
	background-position: 0 -91px;	
}

.fb {
	background-position: 0 -141px;	
}

/*Content*/
.content {
	padding-top: 32px;
	padding-bottom: 30px;
}

.content.other_p {
	padding-bottom: 35px;	
}

.grad_bg {
	background: url(caro_bg.png) 0 bottom repeat-x;
	margin: 0 -28px 0 -32px;
	padding: 0 32px;
}

.block1 {
	margin-bottom: 58px;
	margin-top: -1px;	
}

.block1+.block1 {
	padding-bottom: 10px;	
}



.block1 p {
	margin-bottom: 15px;	
}

.content.other_p strong{
	font-size: 13px;	
}















.content.other_p .fleft {
	margin-right: 26px;
	margin-bottom: 11px !important;	
}


.content.other_p .fleft.fl1{
	margin-right: 16px ;
	margin-top: -8px !important;
	margin-bottom: 46px !important;	
}

.content.other_p .fleft.fl1.mb1 {
	margin-bottom: 5px !important;	
}
.content.other_p .img_inner {
	margin-bottom: 14px;
	margin-top: -4px;	
}

.content.other_p .border {
	padding-top: 13px;	
}


.content.other_p .border.b1 {
	padding-top: 29px;	
}

.content.other_p .border.b2 {
	padding-top: 39px;	
}

.content.other_p .border.b3 {
	padding-top: 27px;	
}

.content.other_p  a.btn {
	margin-top: 15px;	
	background: #dfdfdf;
	color: #636363;
}


.content.other_p  a.btn:hover {
	color: #fff;
	background: #39b9e9;	
}

.blogpost {
	padding-top: 3px;	
}

.blogpost p {
	margin-bottom: 18px;	
}

.blogpost img.img_inner {
	float: left;
	margin-right: 25px;	
	margin-bottom: 40px !important;
	margin-top: -5px !important;
}

.blogpost img.img_inner.mb1 {
	margin-bottom: 5px !important;	
}

.event {
	margin-left: -12px;
	padding-top: 2px;	
	margin-bottom: 44px;
}

.event img {
	float: left;	
}

.event strong {
	padding-top: 2px;
	display: inline-block;
	margin-bottom: 11px;	
}


.lh1 {
	line-height: 20px !important;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 4px;
}

.lh1 a {
	line-height: 20px !important;	
}

/*Twitter*/

.twitter {
	border-top: 1px solid #eaeaea;	
	margin-top: 18px;
	padding-top: 20px;
}

.tweet_list .tweet_time a{
	font-size: 11px !important;	
	font-family: Arial, Helvetica, sans-serif;
	color: #9c9c9c;
	font-style: normal;
	text-transform: none;
}

.tweet_join {
	display: block;	
}

.tweet_list {
	font: bold italic 14px/20px 'Lato', sans-serif;	
	color: #424242;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.tweet_list li {
	margin-bottom: 24px;	
}

.tweet_list a {
	color: #0c9dd3;
}

.tweet_list a:hover {
	color: #424242;
}
/*Search*/

#search {
	overflow: hidden;
	float: right;
  margin-top: 10px;
  }

#search input {
	font-size: 14px;
	height: 18px;
	border: none;
	padding: 7px 10px;
	background: none;
	float: right;
	width: 129px;
	color: #626262;
	font-family: Arial, Helvetica, sans-serif; 
}

#search a {
	float: left;	
	display: block;
	background: url(search_icon.png) 0 6px no-repeat;
	width: 35px;
	height: 31px;
	cursor: pointer;
}

#search a:hover {
	opacity: 0.5;	
}


/****Map***/

.map figure {	
	width: 373px;
	height: auto;
	margin-bottom: 24px;
	line-height: 0;
	margin-top: -2px;
}

.map figure iframe {
	width: 100%;
	height: 224px;
}

.map address {
	margin-bottom: 1px;	
}

address dd {
	margin-top: -1px;
	margin-bottom: 1px;	
}

.map p {
	margin-bottom: 10px;	
}

address dd span {
	min-width: 100px;
	display: inline-block;	
}

.address {
	padding: 15px 0 8px;	
}

/************Footer***********/

footer {
	padding: 15px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #a6a5a5;
	display: block;
	background: #f6f5f5;
-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;}

footer a {
	color: #a6a5a5;	
}

footer a:hover {
	color: #0c9dd3;	
}

/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	left: 50%;
	margin-left: 550px;
	overflow:hidden;
	width:40px;
	height:40px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(totop.png) no-repeat left top;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
#toTop:hover {
	outline:none;
	background-position: 0 bottom;
}




/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}

.grad_bg {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	background: none;
}

.ver_separator {
	background: none;
}

.main{
	width: auto;
}

.nowrap {
	white-space: normal;
}

.camera_wrap {
	height: 359px !important;
}


 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !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;
}


.map address {
	float: left;
	margin-right: 70px;	
}

.camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li span {
	width: 20px !important;
	height: 20px !important;
}
.pad1, .pad2, .pad3  {
	padding: 0;
}

label.inp1 {
	width: 100%;
}

label.date {
	width: 43%;
	margin-bottom: 10px;
}

label.sel {
	width: 43% !important;
}

.jqTransformSelectWrapper {
 width: 100% !important;
}
label.check {
	width: 	188px;
}
}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}

.content img.img_inner.fl1, .content.other_p .fleft.fl1.mb1, .content.other_p .fleft.fl1, .blogpost img.img_inner {
	margin-top: 20px !important;
	margin-bottom: 20px !important;

}


#search {
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
 height: 32px;
 margin: 20px 0;
 position: relative;
}

#search input{
	width: 100%;
	 height: 32px;
	 padding-left: 40px;
	 padding-right: 40px;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

#search a {
	position: absolute; left: 0;
	top: 0;
}

.fleft {
	margin-right: 0 !important;
	float:  none !important;
}

.blogpost .img_inner{
	float: none !important;
	margin-right: 0;
}

.map address {
	float: left;
	margin-right: 30px;	
}

.img_inner {
 width: 100%;
}

header h1 {
	float: none;	
}
h1 a {
	margin: 0 auto;
}

.map figure iframe {
	width: 100%;
	height: 300px;
}

.img_inner.fleft {
	float:  none;
	margin-right: 0 !important;
}

.camera_wrap {
	height: 304px !important;
}


}
 @media only screen and (max-width: 479px) {

 body {
min-width:300px;
}

footer {
	text-align: left;
}

footer a {
	display: block;
}
 
 .map figure iframe {
	width: 100%;
	height: 150px;
}

.menu_block {
		float: none !important;
		margin: 0 15px !important;	
		
	}
	
	.camera_wrap {
		height: 204px !important;
		 	
	}


 }



		
		
		
		/* =============================================================== */
/* Icons
================================================================ */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

.icon-envelope {
  background-position: -72px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-globe {
  background-position: -336px -144px;
}

.icon-reserv {
  background-position: -192px -120px;
}

.contact-details li {
	margin: 0 0 15px 0;
}

.contact-details p {
	margin: -5px 0 0 20px;
	line-height: 18px;
}

.contact-details li i {
	float: left;
	margin: 2px 0 0 0;
}


ul.sidemenu {
	list-style:none;
}

ul.sidemenu a {
margin-top: 20px;
	display:block;
	font-weight:bold;
	color: #FFF;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #2189ca;
	border-left:4px solid #101f6e;	
	-moz-border-radius: 10px 0 10px 0; border-radius: 10px 0 10px 0;
	line-height:32px;
}

ul.sidemenu a { height: 32px; }

ul.sidemenu a:hover {
	background: #101f6e;
	color: #FFF;
	border-left:4px solid #2189ca;
}

ul.sidemenu a.current {
	background: #101f6e;
	color: #FFF;
	border-left:4px solid #2189ca;
}

#menu {
color: rgb(102, 102, 102);
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 45px;
line-height: 18px;
margin: 0;
overflow-x: hidden;
overflow-y: hidden;
padding: 0;
vertical-align: baseline;
width: 100%;
}
#ulmenu {
color: rgb(102, 102, 102);
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
vertical-align: baseline;
}
#ulmenu2 {
color: rgb(102, 102, 102);
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin: 0 0 0 153px;
padding: 0;
position: relative;
vertical-align: baseline;
background: #d6f2ff;
height: 45px;
}
#limenu {
color: rgb(102, 102, 102);
display: list-item;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 45px;
line-height: 18px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
padding: 0 20px;
margin: 0;
text-align: left;
vertical-align: baseline;
}
#limenucur {
color: rgb(102, 102, 102);
display: list-item;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 45px;
line-height: 18px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
padding: 0 20px;
margin: 0;
text-align: left;
vertical-align: baseline;
background: #d6f2ff;
}
#limenu a, #limenucur a {
color: rgb(51, 51, 153);
cursor: auto;
display: block;
font-family: Interstate-LightCond;
font-size: 20px;
height: 30px;
line-height: 30px;
margin: 0;
padding: 5px 5px 0 5px;
text-align: left;
text-decoration: none solid rgb(51, 51, 153);
text-transform: uppercase;
vertical-align: baseline;
}

#limenu a:hover, #limenucur a:hover {
border-bottom-color: rgb(105, 197, 235);
border-bottom-style: solid;
border-bottom-width: 5px;
}

#limenu a.current, #limenucur a.current {
border-bottom-color: rgb(105, 197, 235);
border-bottom-style: solid;
border-bottom-width: 5px;
}

/*.fixe {
-moz-box-shadow: 2px 2px 5px 1px #999;
-webkit-box-shadow: 2px 2px 5px 1px #999;
-o-box-shadow: 2px 2px 5px 1px #999;
box-shadow: 2px 2px 5px 1px #999;
}*/

.fixe {
padding: 5px;
border: 1px solid #CCC;

}

.rub {
color: #fff;
background: rgb(105, 197, 235);
display: inline-block;
font-size: 12px;
font-weight: bold;
line-height: 17px;
margin: 12px 0 25px 0;
padding-bottom: 6px;
padding-left: 15px;
padding-right: 15px;
padding-top: 6px;
text-align: center;
text-decoration: none;
width: 76px;
}

.rub:hover {
background: rgb(210, 210, 200);
}




.reservb {
        -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
        -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
        box-shadow:inset 0px 1px 0px 0px #f5978e;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
        background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
        background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
        background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
        background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
        background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);

       background-color:#f24537;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;

	        border:1px solid #d02718;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:14px;
        font-weight:bold;
        padding:6px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #810e05;
	line-height: 70px;

float: left;

}
.reservb:hover {
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
        background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
        
        background-color:#c62d1f;
 }
.reservb:active {
	position:relative;
	top:1px;
}


SELECT { color: #4C4C4C;
background: #EDFBFF;
border: 1px solid #B8DAF0;
font-size: 12px;

height:18px;  }

.txterror { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.txtform { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.auto-style4 {
	font-size: small;
}

 input
{
color: #4C4C4C;
background: #EDFBFF;
border: 1px solid #B8DAF0;
font-size: 12px;
width: 250px;
height:15px
}
.select1
{
color: #4C4C4C;
background: #EDFBFF;
border: 1px solid #B8DAF0;
font-size: 12px;
width:50px; 
height:18px; 
}
.select2
{
color: #4C4C4C;
background: #EDFBFF;
border: 1px solid #B8DAF0;
font-size: 12px;
width:140px; 
height:18px; 
}
.select3
{
color: #4C4C4C;
background: #EDFBFF;
border: 1px solid #B8DAF0;
font-size: 12px;
width:60px; 
height:18px; 
}
.submit
{
color: #cc3300;
background: #EDFBFF;
border: 2px outset #B8DAF0;
width: auto;
height:25px}
textarea{
color: #4C4C4C;
background: #EDFBFF;
border: 1px solid #B8DAF0;
width:300px;
height:80px
}