@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#weather {
	
}

.weather-box {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;	
}
.weather-temp {
    font-size: 60px;
    margin-bottom: 40px;
    text-align: right;
}
.weather-currently {
	text-align: right;
}
@media (min-width: 1200px) {
	.weather-box {
		padding-bottom: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.weather-temp {
		font-size: 50px; 
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.weather-temp {
		font-size: 40px; 
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.weather-currently {
		text-align: left;
		margin-top: 24px;
	}
}
.weather-info {
	float: right; 
	margin-top: 30px; 
	margin-right: 50px;
}
.weather-icon {
  color: #fff;
  font-family: weather;
  font-size: 150px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  text-transform: none;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }


/*===================================================
//
//  BASIC
//
==================================================*/
body {
}

h1,h2,h3,h4,h5,h6 {
	font-family: Oswald;
	font-weight: 400;
	text-transform: uppercase;	
}

/*===================================================
//
//  PAGE
//
==================================================*/
#page {
}
/*===================================================
//
//  HEADER
//
==================================================*/
#header {
	/*background: url('../img/header-bg.jpg') repeat-x;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d62b5+0,457dcc+100 */
	background: #3180CD;
	background: -moz-linear-gradient(top, rgba(45,98,181,1) 0%, rgba(49,128,205,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(45,98,181,1) 0%, rgba(49,128,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(45,98,181,1) 0%, rgba(49,128,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62b5', endColorstr='#3180CD', GradientType=0 ); /* IE6-9 */
	height: 120px;
	padding-top: 60px;
}

@media (max-width: 991px) {
#header {
	height: 130px;
}
}
/*===================================================
//
//  NAV
//
==================================================*/
#nav {
	border-top: 0px solid #1CD2D4;
}

@media (min-width: 768px) {
	#nav .navbar-fixed-top {
		position: absolute;
	}
}
@media (max-width: 767px) {
	.navbar-collapse {
		max-height: 340px;
	}
}
#nav .navbar-nav > li > a {
	font-family: Oswald;
	font-size: 18px;
	text-transform: uppercase;
}
#nav .navbar-header img {
	margin-top: -80px;
	width: 200px;
}
#nav a, #nav .navbar-header img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 991px) {
	#nav {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1030;
	}
	#nav .navbar-header img {
		margin-top: -34px;
		width: 120px;
	}
	#nav .navbar-nav > li > a {
		text-align: center;
	}
}
@media (min-width:992px){
	#nav .navbar-nav > li > a {
		font-size: 16px;
		padding-left: 8px;
		padding-right: 8px;
	}
	#nav .navbar-nav {
		/* width: 86%; */
	}
}
@media (min-width:1200px){
	#nav .navbar-nav {
		/* width: 50%; */
	}
}
#nav .navbar-toggle {
	margin: 20px 20px 13px 0;
}
#nav { /* #nav.shrink */
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1030;
}
#nav .navbar-header img { /* #nav.shrink .navbar-header img */
	margin-top: -34px;
	width: 120px;
}
/*#nav.navbar.shrink {
	max-height: 60px;
}

#nav.navbar.shrink {
  min-height: 35px;
}

#nav.shrink a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 15px;
}

#nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
}
*/



/*===================================================
//
//  INTRO
//
==================================================*/
#intro {
	background: #C6BFBA;
	position: relative;
}
#intro {
	background-image: url(../img/intro-bg.jpg);
	background-position: left top;
	background-size: cover;
}
#intro #welcome .container {
	position: relative;
}
/*===================================================
//
//  MAIN
//
==================================================*/
#main {
}

#small-player{
	color: #fff;
	font-size: 12px;
	padding: 4px 0;
	height: 27px;
	position: relative;
	text-align: right;
	transition: height .3s ease-in-out;
	overflow: hidden;
}

#small-player .amplitude-play-pause {
	cursor: pointer;
	margin: -3px 10px 0 10px;
}
#small-player #small-player-middle-meta, #small-player #current-time {
	line-height: 22px;
	display: inline-block;
	margin-top: -10px;
	vertical-align: middle;
 }
#small-player .album-information {
	font-style: italic;
	font-size: 11px;
}
#small-player .amplitude-paused:before {
	content: "\f144";
}
#small-player .amplitude-playing:before {
	content: "\f04c";
}
#small-player-middle-bottom{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(28, 210, 212, .25);
	z-index: -1
}
#song-time-visualization div.amplitude-song-time-visualization-status{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	background-color: #1CD2D4;
	transition: all .3s ease-in-out;
}

.shrink #small-player {
	height: 8px;
}
.shrink #small-player #small-player-middle-top{
	display: none;
}




/*===================================================
//
//  FOOTER
//
==================================================*/
#footer {
	background: #eee;
	padding: 40px 0;
}

/*===================================================
//
//  BOOTSTRAP OVERRIDES
//
==================================================*/
@media (min-width: 1200px) {
.container {
	max-width: 1380px;
	width: 100%;
}
}
.img-thumbnail {
	border: none;
	padding: 5px;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.20);
}
.media-object {
	margin-bottom: 5px;
}
.navbar-collapse {
	border-top: none;
}
.panel {
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.20);
	border: none;
}
#intro div.aw-widget-current-inner div.aw-widget-content {
	border: none !important;
	padding: 0px 0 !important;
}
#intro div.aw-widget-current-inner {
	padding-bottom: 0 !important;
}
#intro div.aw-widget-current-inner a.aw-toggle {
	display: none;
}
#intro .aw-widget-current * {
	-webkit-box-sizing: unset !important;
	-moz-box-sizing: unset !important;
	box-sizing: unset !important;
}
#intro .lt-479 div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather div.aw-current-weather-inner {
    padding-bottom: 0px !important;
}


.btn-fb {
	background: #3b5998 none repeat scroll 0 0;
	color: #fff;
	padding-left: 34px;
	position: relative;
}
.btn-fb:before {
	font-family: FontAwesome;
	content: "\f09a";
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.15);
	width: 28px;
	bottom: 0;
	line-height: 28px;
}
.btn-fb:hover {
	background: #324C81;
	color: #fff;
}

.heading-image span {
	color: rgba(255,255,255,0);
}
.img-border-inset {
	-webkit-box-shadow: inset -5px -5px 0px 0px rgba(255,255,255,1), inset 5px 5px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset -5px -5px 0px 0px rgba(255,255,255,1), inset 5px 5px 0px 0px rgba(255,255,255,1);
	box-shadow: inset -5px -5px 0px 0px rgba(255,255,255,1), inset 5px 5px 0px 0px rgba(255,255,255,1)
}
.box-shadow {
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.20);
}
.tab-content {
	padding: 20px;
}

/*===================================================
//
//  TRIP ADVISOR
//	remember to strip all "style" tags every time
==================================================*/

.card {
	min-height: 180px;
	margin-bottom: 30px;
	overflow: hidden;
	background: #fff;
	box-shadow: 5px 5px 0 rgba(0,0,0,.2);
}
.card-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 180px;
	height: 180px;
	float: left;
}
.card-body {
	padding: 20px;
	margin-left: 180px;
}

@media(max-width: 479px){
	.card {
		min-height: auto;
	}
	.card-image {
		float: none;
		width: auto;
	}
	.card-body {
		padding: 20px;
		margin-left: 0;
	}
}

.card  {
	background: #fff;
	color: initial;
	margin-bottom: 30px;
	box-shadow: 5px 5px 0 rgba(0,0,0,.2);
    min-height: 180px;
    position: relative;

}
@media (max-width: 479px){
.listing, .boat-frame {
	min-height: auto;
}
}
.boat-photo {
    height: 180px;
    overflow: hidden;
    width: 178px !important;
}

/*
.boat-photo a {
    display: block;
    margin-left: -310px;
    text-align: center;
    width: 800px;
}*/
.boat-photo a img, .listing {
	height: 180px;
}
.listing .photo_booking, .boat-frame .boat-photo {
	float: left;
	margin-right: 12px;
	width: 115px;
}
@media (max-width: 479px){
	.listing .photo_booking, .boat-frame .boat-photo {
		width: auto;
	}

}
.listing .photo_booking .cuisine-type {
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    margin: 60px;
    width: 60px;
	background-image:url(https://static.tacdn.com/img2/social/no_photo_restaurant.gif);
}
.listing .shortSellDetails, .boat-frame .boat-details {
	margin-left: 180px;
	padding: 20px;
	height: 180px;
}
.card .title{
	font-size: 1.3em;	
	margin: 0 0 2px 0;
}
.card .review_stubs {
	padding:0;
	list-style: none;	
	line-height: 16px;
}
.card .priceBar {
    height: 14px;
    line-height: 14px;
}
.card .priceBar .linksBar {
    border-right: 1px solid #ccc;
    display: inline-block;
    height: 11px;
    margin: 0 3px;
}
.card .priceBar, .card .review_stubs, .card .rating {
    margin-bottom: 7px;
}
.card .priceBar .links a, .card .priceBar .links div {
    display: inline;
}
.card .priceBar, .card .review_stubs, .card .cuisines {
   display: none;
}
.card .rating {
    height: 100%;
    overflow: hidden;
}
.card .rating .rate, .card .rating em {
    float: left;
    font-style: normal;
}
.card .rate {
    display: block;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.card .rate img {
    position: absolute;
}
.card .sprite-ratings {
    background-image: url("../img/global_pack.png");
    background-position: left -2379px;
    background-repeat: no-repeat;
    height: 260px;
    width: 510px;
}
.card .rate_no {
    height: 17px;
    width: 82px;
	margin-top: 5px;
}
.card .rate.no00 img {
    left: -36px;
    top: -202px;
}
.card .rate.no05 img {
    left: -36px;
    top: -182px;
}
.card .rate.no10 img {
    left: -36px;
    top: -162px;
}
.card .rate.no15 img {
    left: -36px;
    top: -142px;
}
.card .rate.no20 img {
    left: -36px;
    top: -122px;
}
.card .rate.no25 img {
    left: -36px;
    top: -102px;
}
.card .rate.no30 img {
    left: -36px;
    top: -82px;
}
.card .rate.no35 img {
    left: -36px;
    top: -62px;
}
.card .rate.no40 img {
    left: -36px;
    top: -42px;
}
.card .rate.no45 img {
    left: -36px;
    top: -22px;
}
.card .rate.no50 img {
    left: -36px;
    top: -2px;
}
.card .photo_booking {
    border-right: 1px solid #eceae2;
    height: 180px;
    left: 0px;
    line-height: 1em;
    position: absolute;
    top: 0px;
    width: 180px;
}
.card .photo_booking .photo_badge_coe {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 6px 4px;
	margin: 0;
	background: -webkit-linear-gradient(top, transparent 0, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.8) 100%);
	background: -moz-linear-gradient(top, transparent 0, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, transparent 0, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, transparent 0, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.8) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#00000000', endColorStr='#CC000000', gradientType='0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00000000',endColorStr='#CC000000',gradientType='0')";
	cursor: pointer;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.card .photo_booking .sizedThumb {
    position: relative;
}
.card .photo_badge_coe .fl {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.card .photo_badge_coe .lbl {
    color: #fff;
    display: inline-block;
    font-size: 0.9165em;
    line-height: 1.1em;
    padding: 0;
    vertical-align: middle;
    white-space: normal;
    width: 125px;
}
.card .sprite-coe_badge_white {
    background-image: url("https://static.tacdn.com/sprites/attractions_pack-v7719d66806b37f9e893373271d01f975.png");
    background-position: left -69px;
    height: 23px;
    width: 19px;
}





.section {
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-shadow: inset 0 5px 0 0 rgba(0,0,0,.2);
	box-shadow: inset 0 5px 0 0 rgba(0,0,0,.2);
}
.section.section-primary {
	background: #1CD2D4;
	color: #fff;
}
.section.section-warning {
	background-color: #c6bfba;
}
.section-inset {
}
.section {
	position: relative;
}
.section a[name] {
	display: block;
	margin-top: -124px;
	font-size: 14px;
	color: #fff;
	height: 60px;
	position: absolute;
}
@media (min-width: 768px){
	.text-columns {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 3;
		-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
		-moz-column-gap: 20px; /* Firefox */
		column-gap: 20px;
	}
}
/*===================================================
//
//  HELPERS
//
==================================================*/

.dropzone-box {
	background-color: #efefef;
	border: 1px dashed #ddd;
	padding: 15px;
	text-align: center;
}
.mx-image {
	border-radius: 20px;
	margin: 0 auto;
	height: 120px;
	width: 120px;
	overflow: hidden;
	text-align: center;
}
.mx-image img {
	height: 120px;
	margin: 0 -100%;
	max-width: none;
	width: auto;
}

.img-center {
	margin: auto;
	display: inline-block;
}
.m-t-none {
	margin-top: 0 !important;
}
.m-t-xs {
	margin-top: 5px !important;
}
.m-t-sm {
	margin-top: 10px !important;
}
.m-t-md {
	margin-top: 20px !important;
}
.m-t-lg {
	margin-top: 40px !important;
}
.m-b-none {
	margin-bottom: 0 !important;
}
.m-b-xs {
	margin-bottom: 5px !important;
}
.m-b-sm {
	margin-bottom: 10px !important;
}
.m-b-md {
	margin-bottom: 20px !important;
}
.m-b-lg {
	margin-bottom: 40px !important;
}
.p-t-none {
	padding-top: 0 !important;
}
.p-t-xs {
	padding-top: 5px !important;
}
.p-t-sm {
	padding-top: 10px !important;
}
.p-t-md {
	padding-top: 20px !important;
}
.p-t-lg {
	padding-top: 40px !important;
}
.p-b-none {
	padding-bottom: 0 !important;
}
.p-b-xs {
	padding-bottom: 5px !important;
}
.p-b-sm {
	padding-bottom: 10px !important;
}
.p-b-md {
	padding-bottom: 20px !important;
}
.p-b-lg {
	padding-bottom: 40px !important;
}
