@charset "utf-8";
/* CSS Document */
@import url("marina_facility_icon.css");

/*BOOTSTRAP OVERRIDES*/
@media (min-width: 768px) {
  .container {
     margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width:100%;
  }
  .container-sm{
	  width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm{
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm{
    width: 1170px;
  }
}
.navbar-collapse {
  max-height: 100%;
  overflow-x: hidden;
}

.dropdown-menu{
z-index:9999;
}

.btn{position:relative;}
.btn-default {
  color: #333333;
  background-color: #f4f4f4;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #37b7ff;
  border-color: #37b7ff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #30a5e8;
  border-color: #30a5e8;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #9ed7f8;
  border-color: #9ed7f8;
}
.btn-primary .badge {
  color: #fff;
  background-color: #36b4e8;
}

.form-control {
  padding: 6px 4px;
  border-color: #ccc;
}
label {
display: block;
margin-bottom: 0px;
font-weight: normal;
}
.form-control.datepicker-field[readonly]{
cursor:text;
background-color: #fff;
opacity: 1;
}
.form-control.datepicker-field-from[readonly]{
    cursor:text;
    background-color: #fff;
    opacity: 1;
}
.form-control.datepicker-field-to[readonly]{
    cursor:text;
    background-color: #fff;
    opacity: 1;
}
.datepicker-field-error{
    border: 1px solid #ff0000;
}
.invisible-input{
	border:none;
	background:none;
	font-size:16px;
	display:inline;
	max-width:70px;
}
input[type="checkbox"] {
border: 1px solid #cdcdcd;
border-radius: 3px;
height: 1.35em;
width: 1.35em;
margin-top: -0.07em;
margin-bottom: -0.1em;
vertical-align: top;
}

.has-error{
    color:#a94442;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: 300;
}

.carousel-control {text-shadow:none;}
.carousel-control.left, .carousel-control.right {
background-image:none;
filter:none;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  font-size:24px;
}
.carousel-control .fa-chevron-left {
  left: 10px;
}
.carousel-control .fa-chevron-right {
  right:10px;
}

/*GRID CLASSES*/
.row-5{
	margin-left:-5px;
	margin-right:-5px;
}
.col-xsm-1, .col-xsm-2, .col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8, .col-xsm-9, .col-xsm-10, .col-xsm-11, .col-xsm-12,
.col-msm-1, .col-msm-2, .col-msm-3, .col-msm-4, .col-msm-5, .col-msm-6, .col-msm-7, .col-msm-8, .col-msm-9, .col-msm-10, .col-msm-11, .col-msm-12{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 560px) {
.col-xsm-1, .col-xsm-2, .col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8, .col-xsm-9, .col-xsm-10, .col-xsm-11, .col-xsm-12 {
  float: left;
}
.col-xsm-12 { width: 100%;}
.col-xsm-11 { width: 91.66666667%;}
.col-xsm-10 { width: 83.33333333%;}
.col-xsm-9 { width: 75%;}
.col-xsm-8 { width: 66.66666667%;}
.col-xsm-7 { width: 58.33333333%;}
.col-xsm-6 { width: 50%;}
.col-xsm-5 { width: 41.66666667%;}
.col-xsm-4 { width: 33.33333333%;}
.col-xsm-3 { width: 25%;}
.col-xsm-2 { width: 16.66666667%;}
.col-xsm-1 { width: 8.33333333%;}
}
@media (min-width: 640px) {
.col-msm-1, .col-msm-2, .col-msm-3, .col-msm-4, .col-msm-5, .col-msm-6, .col-msm-7, .col-msm-8, .col-msm-9, .col-msm-10, .col-msm-11, .col-msm-12 {
  float: left;
}
.col-msm-12 { width: 100%;}
.col-msm-11 { width: 91.66666667%;}
.col-msm-10 { width: 83.33333333%;}
.col-msm-9 { width: 75%;}
.col-msm-8 { width: 66.66666667%;}
.col-msm-7 { width: 58.33333333%;}
.col-msm-6 { width: 50%;}
.col-msm-5 { width: 41.66666667%;}
.col-msm-4 { width: 33.33333333%;}
.col-msm-3 { width: 25%;}
.col-msm-2 { width: 16.66666667%;}
.col-msm-1 { width: 8.33333333%;}
}
@media (min-width: 992px) {
.col-last{
	padding-right:0!important;
}
}

/*LEGO CLASSES*/
.rounded-corner-0{border-radius:0;}
.rounded-corner-0-top-left{border-top-left-radius:0px;}
.rounded-corner-5{border-radius:5px;}
.rounded-corner-6{border-radius:6px;}
.rounded-corner-6-top-left{border-top-left-radius:6px;}
.rounded-corner-6-top-right{border-top-right-radius:6px;}
.rounded-corner-6-bottom-left{border-bottom-left-radius:6px;}
.rounded-corner-6-bottom-right{border-bottom-right-radius:6px;}

.padding-right-0{padding-right:0px;}
.padding-right-5{padding-right:5px;}
.padding-right-10{padding-right:10px;}
.padding-right-15{padding-right:15px;}
.padding-right-20{padding-right:20px;}
.padding-right-30{padding-right:30px;}
.padding-left-0{padding-left:0px;}
.padding-left-5{padding-left:5px;}
.padding-left-10{padding-left:10px;}
.padding-left-15{padding-left:15px;}
.padding-left-20{padding-left:20px;}
.padding-left-30{padding-left:30px;}
.padding-all-0{padding:0px;}
.padding-all-5{padding:5px;}
.padding-all-10{padding:10px;}
.padding-all-15{padding:15px;}
.padding-all-20{padding:20px;}
.padding-all-30{padding:30px;}
.padding-top-0{padding-top:0px;}
.padding-top-5{padding-top:5px;}
.padding-top-10{padding-top:10px;}
.padding-top-15{padding-top:15px;}
.padding-top-20{padding-top:20px;}
.padding-top-30{padding-top:30px;}
.padding-bottom-0{padding-bottom:0px;}
.padding-bottom-5{padding-bottom:5px;}
.padding-bottom-10{padding-bottom:10px;}
.padding-bottom-15{padding-bottom:15px;}
.padding-bottom-20{padding-bottom:20px;}
.padding-bottom-30{padding-bottom:30px;}

.margin-right-0{margin-right:0px;}
.margin-right-5{margin-right:5px;}
.margin-right-10{margin-right:10px;}
.margin-right-15{margin-right:15px;}
.margin-right-20{margin-right:20px;}
.margin-right-30{margin-right:30px;}
.margin-left-0{margin-left:0px;}
.margin-left-5{margin-left:5px;}
.margin-left-10{margin-left:10px;}
.margin-left-15{margin-left:15px;}
.margin-left-20{margin-left:20px;}
.margin-left-30{margin-left:30px;}
.margin-all-0{margin:0px;}
.margin-all-5{margin:5px;}
.margin-all-10{margin:10px;}
.margin-all-15{margin:15px;}
.margin-all-20{margin:20px;}
.margin-all-30{margin:30px;}
.margin-top-0{margin-top:0px;}
.margin-top-5{margin-top:5px;}
.margin-top-10{margin-top:10px;}
.margin-top-15{margin-top:15px;}
.margin-top-20{margin-top:20px;}
.margin-top-30{margin-top:30px;}
.margin-top-40{margin-top:40px;}
.margin-top-50{margin-top:50px;}
.margin-top-60{margin-top:60px;}
.margin-bottom-0{margin-bottom:0px;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-15{margin-bottom:15px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-40{margin-bottom:40px;}
.margin-bottom-50{margin-bottom:50px;}
.margin-bottom-60{margin-bottom:60px;}

.right-border{border-right:1px solid #e2e2e2;}
.left-border{border-left:1px solid #e2e2e2;}
.top-border{border-top:1px solid #e2e2e2;}
.top-border-lighter{border-top:1px solid #F5F5F5;}
.top-border-darker{border-top:1px solid #ccc;}
.bottom-border{border-bottom:1px solid #e2e2e2;}
.bottom-border-darker{border-bottom:1px solid #ccc;}

.relative-container{position:relative;}

.link-white{color:#fff;}
.link-white:hover{color:#fff; text-decoration:underline;}

.element-block{ display:block;}

.text-uppercase{text-transform:uppercase;}
.text12{ font-size:12px;}
.light-grey{color:#999;}
.red{color:red;}
.white{color:#fff;}
.larger-text120{ font-size:120%;}
.larger-text150{ font-size:150%; line-height:.7em}
.larger-text200{ font-size:200%;}
.primary-blue{color:#37b7ff;}
.primary-blue-hover:hover{color:#37b7ff;}
.bg-primary{ background:#37b7ff;}
.bg-lightgrey{background:#f1f1f1;}
.bg-grey{background:#ececec;}
.bg-charcoal{background:#3f4853;}
.bg-white{ background:#fff;}

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

.alt-rows .alt-rows-row:nth-child(odd) {
  background-color: #eee;
}

.divider-or{
clear:both;
margin:25px 0 25px;
height:1px;
background:#d1d1d1;
text-align:center;
position:relative;
}
.divider-or span{
background:#fff;
padding:5px;
position:relative;
top:-10px;
}

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

/*MARINA BUTTONS*/
.btn-facility {
  color: #ffffff;
  background-color: #75869a;
  border-color: #75869a;
  padding: 4px 6px;
  margin:0px 2px 6px;
}
.btn-facility.btn-donothing {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor:default;
  background-color: #37b7ff;
  border-color: #37b7ff;
}
.btn-facility:hover,
.btn-facility.active,
.open .dropdown-toggle.btn-facility {
  color: #ffffff;
  background-color: #30a5e8;
  border-color: #30a5e8;
}
.btn-facility:focus,
.btn-facility:active{
color: #ffffff;
}
.btn-facility:active,
.btn-facility.active,
.open .dropdown-toggle.btn-facility {
  background-image: none;
}
.btn-facility.disabled,
.btn-facility[disabled],
fieldset[disabled] .btn-facility,
.btn-facility.disabled:hover,
.btn-facility[disabled]:hover,
fieldset[disabled] .btn-facility:hover,
.btn-facility.disabled:focus,
.btn-facility[disabled]:focus,
fieldset[disabled] .btn-facility:focus,
.btn-facility.disabled:active,
.btn-facility[disabled]:active,
fieldset[disabled] .btn-facility:active,
.btn-facility.disabled.active,
.btn-facility[disabled].active,
fieldset[disabled] .btn-facility.active {
  background-color: #37b7ff;
  border-color: #37b7ff;
  opacity: 1;
}

.btn-facebook {
position:relative;
color: #ffffff;
background-color: #3d5ba1;
border-color: #3d5ba1;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #304e93;
  border-color: #304e93;
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}

.fa.fa-addon{
position:absolute;
top:0;
left:0;
display:block;
height:100%;
width:20px;
text-align:center;
padding:inherit;
line-height:inherit;
border-right:1px solid rgba(255,255,255,.4);
}
.fa.fa-addon.fa-google{
color:#C00;
border-right:1px solid #cccccc;
}
@media(min-width:768px){
.fa.fa-addon{
width:40px;
}
}


/*MODIFIER CLASSES
*****class-name_modifier-name*****
*/
.modal-dialog_narrow{
max-width:350px;
}
.checkbox_notopmargin{
	margin-top:0;
}


/*BODY*/

body{
background:#f2f2f2;
/*background:#f2f2f2 url(../images/bottom-bg.jpg) center bottom repeat-y;*/
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}


/*********
STRUCTURE
**********/
/*HEADER*/

/*MAIN MENU
******must have .navbar-mareea class! ******
*/
.navbar-marina  {
background: #de1113;
border-radius:0px;
min-height: 40px;
margin-bottom: 0px;
position:relative;
z-index:150;
}
.navbar-marina  .navbar-brand {
padding: 12px 15px;
font-size: 24px;
line-height:18px;
height: 40px;
color:#ffffff;
font-weight:300;
}
.navbar-marina .navbar-toggle {
border-color: #fff;
}
.navbar-marina .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-marina .navbar-nav{
margin-top:0px;
margin-bottom:0px;
}
.navbar-marina .navbar-nav>li{
border-top:1px solid rgba(255,255,255,.5);
}
.navbar-marina .navbar-nav>li>a {
padding-top: 12px;
padding-bottom: 12px;
color:#f3b3b4;
}
.navbar-marina .nav > li:hover,
.navbar-marina .nav > li > a:hover,
.navbar-marina .nav > li > a:focus,
.navbar-marina .navbar-toggle:hover,
.navbar-marina .navbar-toggle:focus{
  background-color: #9e001b;
}
.navbar-marina .nav .open > a,
.navbar-marina .nav .open > a:hover,
.navbar-marina .nav .open > a:focus {
  background-color: #9e001b;
  border-color: rgba(255,255,255,.5);
}
.navbar-marina .nav > li > .selected-user-option{
 float:right;
 color:#fff;
}
.navbar-marina .nav > li > .select-user-option{
 float:left;
}
@media (max-width: 767px) {
  .navbar-marina .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-marina .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-marina .navbar-nav .open .dropdown-menu > li > a {
    color: #f3b3b4;
	font-size:12px;
  }
  .navbar-marina .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-marina .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-marina .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-marina .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-marina .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #91011a;
  }
  .navbar-marina .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-marina .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-marina .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }

	.select {
		min-width: 150px;
	}

	#SearchForm_Distance {
		min-width: 105px;
	}
}
@media(min-width:768px){
	.navbar-marina .navbar-nav>li{
	border-top:none;
	}
	.navbar-marina .navbar-nav>li>a {
	border-left:1px solid rgba(255,255,255,.5);
	color:#fff;
	}
	.navbar-marina .dropdown-user-options{
	width:73px;
	}
	.navbar-marina .dropdown-user-options>a{
	text-align:center;
	}
	.navbar-marina .nav > li > .selected-user-option{
	 float:none;
	}
	.navbar-marina .dropdown-menu:after{
	position: absolute;
	top: -6px;
	left: 11px;
	right:auto;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-bottom-color: #fff;
	content: '';
	}
	.navbar-marina .navbar-right .dropdown-menu:after{
	position: absolute;
	top: -6px;
	left:auto;
	right: 11px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-bottom-color: #fff;
	content: '';
	}

}

/*Special Dropdowns styles*/
.dropdown .dropdown-header{
display: block;
padding: 10px 10px 5px;
font-weight: bold;
line-height: 18px;
color:#333;
font-size:14px;
clear:both;
}
.dropdown-menu .divider {
clear:both;
}
.dropdown-menu_user-options{
width:300px;
right:auto!important;
left:-112px!important;
}
.dropdown-menu_user-options>li>a{
padding:8px 6px;
}
.dropdown-menu_user-options.dropdown-narrow{
width:140px;
right:auto!important;
left:-41px!important;
}
.navbar-marina .navbar-right .dropdown-menu_user-options:after{
position: absolute;
top: -6px;
right: 142px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #fff;
border-left: 7px solid transparent;
border-bottom-color: #fff;
content: '';
}
.navbar-marina .navbar-right .dropdown-menu_user-options.dropdown-narrow:after{
right: 73px;
}
.dropdown-menu_user-options li.user-options-item{
display:block;
float:left;
width:149px;
margin: 0;
}
.dropdown-menu_user-options.dropdown-narrow li.user-options-item{
float:none;
width:100%;
}


/*FORMS*/
/*pretty select arrows*/
select {
/*-webkit-appearance: none;
-moz-appearance: none;*/
vertical-align: inherit;
font-size: inherit;
text-align: left;
text-overflow: '';
text-indent: 0.01px;
}
.select select {
padding-top: 5px;
padding-right: 40px;
}
.select select::-ms-expand {
    display: none;
}
.select {
position: relative;
display: inline-block;
width:100%;
}
.icon-caret-down:before, .select:before {
content: "\f0d7";
}
.select.calendar:before {
content: "\f073";
}
.select:before {
position: absolute;
pointer-events: none;
top: 1px;
bottom: 1px;
padding-top: 0.5em;
right: 1px;
width: 39px;
text-align: center;
font-family: FontAwesome;
line-height:inherit;
border-left: 1px solid #ccc;
box-shadow: inset 1px 0 0 #fff;
color: #555;
background-color: #eee;
border-radius: 0 4px 4px 0;
}
.select.select-large:before {
line-height:25px;
}

/*preven iOS Safari input zoom*/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width:768px) {
select:focus, textarea:focus, input:focus {
        font-size: 16px;
    }
}

/*special case of navbar user options select*/
.navbar-marina .select-user-option select{
background: #b00220;
border:none;
color:#f3b3b4;
box-shadow: none;
cursor:pointer;
margin-top:5px;
width:150px;
}
.navbar-marina .dropdown-user-options:hover .select-user-option select{
	background-color: #9e001b;
}

/*FOOTER*/


/**MODULES**/
/**Top search form**/
.search-filters-bar{
display:block;
position:relative;
height:50px;
border-bottom:1px solid #ccc;
z-index:30;
}
.search-filters-bar.off{
display:none;
}
.search-filters-bar-toggle{
position:absolute;
top:0;
width:50px;
height:50px;
border-bottom:1px solid #ccc;
text-align:center;
font-size:20px;
padding-top:10px;
cursor:pointer;
}
.search-filters-bar-toggle-l{
left:0;
border-right:1px solid #ccc;
}
.search-filters-bar-toggle-r{
right:0;
border-left:1px solid #ccc;
}
#top-search-form-close,
#search-results-filters-close{
display:none;
}
.top-search-form{
background:#f2f2f2;
border-bottom: 1px solid #ccc;
padding-top: 9px;
box-shadow:0 0 9px 5px rgba(0,0,0,0.15);
}
.search-results-filters{
background:#f2f2f2;
border-bottom: 1px solid #ccc;
box-shadow: 0 0 9px 5px rgba(0,0,0,0.15);
}
.top-search-form-container,
.search-results-filters-container{
display:none;
}
.top-search-form-container.open{
display:block;
position:relative;
top:-50px;
left:0px;
right:0px;
z-index:700;
}
.search-results-filters-container.open{
display:block;
position:relative;
top:-80px;
left:0px;
right:0;
z-index:9999;
}
.top-search-form-container.open #top-search-form-close,
.search-results-filters-container.open #search-results-filters-close{
display:block;
}
.search-results-filters-container.open #search-results-filters-close{
	left:-15px;
}
.top-search-form-container.open .top-search-form{
margin-right:50px;
}
.search-results-filters-container.open .search-results-filters{
margin-left:35px;
padding-top:20px;
}
.top-search-form [class*="col"]{
padding-left:0px;
padding-right:5px;
}
.advanced-filters-btn{
	margin:0px 0 10px 15px;
}
.advanced-filters{  display:none;}
.advanced-filters.open{  display:block;}
@media (min-width:768px) {
.top-search-form-container.open,
.search-results-filters-container.open{
display:none;
}

.search-filters-bar{
display:none;
}
.top-search-form-container,
.search-results-filters-container{
display:block;
position:static;
}
.search-results-filters{
box-shadow:0 4px 5px  rgba(0,0,0,0.15);
}
.advanced-filters-btn{
	margin:35px 0 10px 0px;
}
}

/**Home page search form**/
.home-search-form-container{
	position:relative;
	z-index:100;
	width:100%;
	background:url(../images/m-search-bg.jpg) center no-repeat;
	padding-bottom:60px;
}
.home-search-form .container{
	padding-top:20px;
}
.home-search-form .input-lg {
height: 40px;
}
.home-search-form select.input-lg {
height: 40px;
line-height:.9em;
}
.home-search-form .btn-lg{
padding: 7px inherit;
font-size: 18px;
line-height:.9em;
height:40px;
}
@media (min-width:992px) {
.home-search-form-container{
	top:240px;
	position:absolute;
	background:none;
	padding-bottom:0;
}
.home-search-form .container{
	background:rgba(00,00,00,.6);
	border-radius:4px;
	padding:4px;
}
.home-search-form [class*="col"]{
	padding:0 4px 0 0;
	margin:0;
}
.home-search-form .container {
height: 48px;
}
}
@media (min-width:1200px) {
.home-search-form-container{
	top:240px;
}
}

/*homepage slider*/
.homepage-slider{
	display:none;
}
@media (min-width:992px) {
.homepage-slider{
	display:block;
	position:relative;
	top:0px;
	width:100%;
	overflow:hidden;
}
.loading .homepage-slider .flex-viewport, .loading .flexslider.homepage-slider { height: 600px; }
.homepage-slider.flexslider .slides img {width: 1920px; display: block;}
.homepage-slider .flex-caption{
	position: absolute;
	text-align:right;
    bottom: 20px;
    right: 20px;
    margin: 0;
    color: white;
	text-shadow: 0 0 8px rgba(00,00,00,.7);
}
.homepage-slider .flex-caption a{ color:#fff;}
.homepage-slider .flex-caption .flex-caption-lg{
	font-size:28px;
	font-weight:300;
}
}

.homepage-newsletter-form{
	max-width:300px;
	float:right;
}

/*SEARCH RESULTS LAYOUT*/
.search-map{
	display:none;
}
@media (min-width:992px) {
.search-map{
	display:block;
	position: absolute;
top: 122px;
bottom: 0;
left: 0;
right: 0;
z-index:5;
border-top: 1px solid #ccc;
}
.search-map-button{
	position:absolute;
	top:5px;
	left:50px;
    height: 36px;
	/*padding-top:8px;*/
	/*padding-bottom:8px;*/
}
.search-map-button .checkbox {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 10px;
}
.search-results{
position: fixed;
top: 122px;
right: 0;
bottom: 0;
width: 75%;
padding:15px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
z-index:10;
border-top: 1px solid #ccc;
-webkit-box-shadow: 0 4px 2px 1px rgba(0,0,0,.2);
box-shadow: 0 4px 2px 1px rgba(0,0,0,.2);
}
}
@media (min-width:1200px) {
.search-results{
width: 68%;
}
}

/**Marina listing box**/
.marina-listing .fa-lg {
font-size: 18px;
}
.marina-listing-header,
.marina-listing-aux{
border-bottom: 1px solid #e2e2e2;
word-wrap:break-word !important;
/*height: auto !important;*/
}
.marina-listing-header h3, .marina-listing-header h4{
margin:0;
}
.marina-listing-image{
position:relative;
}
.marina-listing-carousel{
position:relative;
max-width:400px;
margin:0 auto;
}
.carousel-index{
position:absolute;
bottom:7px;
right:10px;
color:#fff;
}
.marina-listing-aux{
border-top:1px solid #e2e2e2;
}
.marina-listing-aux-item{
display:inline-block;
padding-left:5px;
padding-right:5px;
}
.marina-listing-text-truncate{
height:75px;
overflow:hidden;
}
.search-results .marina-listing-text-truncate{
height:75px;
overflow:hidden;
}
.marina-listing-price{
border-top:1px solid #e2e2e2;
line-height:1.9em;
}
.marina-listing-price-numbers{
font-size:30px;
}
.marina-listing-price-numbers.small{
font-size:22px;
line-height:.9em;
}
.marina-listing-price-currency{
font-size:20px;
}
@media (min-width:768px) {
.marina-listing-body{
position:relative;
}
.marina-listing-text{
margin-right:140px;
}
.marina-listing-price{
position:absolute;
top:7px;
right:7px;
margin-bottom:5px;
border-left:none;
border-top:none;
width:140px;
height:auto;
background: #f2f2f2;
}
.marina-listing-f,
.marina-listing-l{
float:left;
}
.marina-listing-f{
width:265px;
border-right: 1px solid #e2e2e2;
}
.marina-listing-header,
.marina-listing-aux{
height: 39px;
}
.marina-listing-image{
height:165px;
overflow:hidden;
}
.marina-listing-l{
width:100%;
margin-left:-265px;
padding-left:265px;
}
.marina-listing-aux{
border-top:none;
}
.marina-listing-aux-item{
padding-left:15px;
padding-right:15px;
}
}
@media (min-width:992px) {
.marina-listing-text-truncate{
height:90px;
}
}
@media (min-width:1200px) {
.marina-listing-text-truncate{
height:auto;
overflow:visible;
}
.marina-listing-dates{
font-size:120%;
}
.search-results .marina-listing-text-truncate{
height:90px;
overflow:hidden;
}
}

/*Marina details*/
.marina-details-f{
border-right: 1px solid #e2e2e2;
}

@media (min-width:768px) {
.marina-details-f,
.marina-details-l,
.marina-details-reservation-f,
.marina-details-reservation-l{
float:left;
}
.marina-details-reservation-l{
float:right;
}
/*have continuous grey background for your selection box*/
.reservations-box-inner{ position:relative; width:100%; height:100%; clear:both; overflow:hidden;}
.marina-details-f{
width:45%;
}
.marina-details-l{
width:55%;
}
.marina-details-reservation-f{
width:30%;
position:relative;
z-index:2;
}
.marina-details-reservation-l{
width:70%;
position:relative;
z-index:2;
}
.marina-details-weather-temp{
font-size:32px;
}
#reservation-box .reservations-box-inner{position:relative;}
#reservation-box .reservations-box-inner:before, #reservation-box .reservations-box-inner:after{
content: " ";
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 30%;
height: 100%;
background:#3f4853;
border-right: 1px solid #e2e2e2;
}
}
@media (min-width:1200px) {
.marina-details-carousel .carousel-inner{
height:395px;
overflow:hidden;
}
}

/*your selection table*/
.table-yourselection{
margin:20px 0;
background:none;
border-collapse: collapse;
border-spacing: 0;
width:100%;
}
.table-yourselection td{
border-bottom: 1px solid #515b68;
border-top:none!important;
}
.table-yourselection .noborder td{
border-bottom:none;
}
.table .noborder td{
border-top:none!important;
}
.total-price{
font-size:36px;
}

/*settings table*/
.settings-form{
	display:none;
}
.settings-form.open{
	display:table-row;
}

/*Featured boxes with rounded corners and corner cut out*/
.featured {
	position:relative;
	overflow:hidden;
	border-radius:8px;
	-webkit-border-radius:0px;
	border:1px solid #fff;
}
.featured-location{
	position:absolute;
	bottom:0px;
	left:6px;
	right:6px;
	padding:5px 10px;
	border-radius:0 0 8px 8px;
	-webkit-border-radius:0px;
	background:rgba(0,0,0,.67);
}
.featured-location a{
	color:#fff;
	display:block;
}
.featured-location a .featured-location-name{
	font-size:20px;
}
.featured-location-weather{  float:right;}
.featured-location a:hover,
.featured-location a:focus{
	text-decoration:none;
}
.featured .corner-mask{
	position:absolute;
	bottom:0;
	right:0;
	width:75px;
	height:75px;
	z-index:20;
	background:url(../images/corner-mask.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	/*transition: all 0.4s ease-in-out;
	-webkit-transform-origin: center center;*/
}
/*-.featured:hover .corner-mask{
	background:none;
webkit-transform: skew(-40deg,-40deg);
background-position:-75px -75px;
}*/
.featured-inner{
	position:relative;
	overflow:hidden;
	border-radius:8px;
	border:1px solid #fff;
	-webkit-border-radius:0px;
}
.no-touch .featured-inner img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.no-touch .featured-inner:hover img,
.no-touch .featured-inner:focus img{
   -webkit-transform: scale(1.05,1.05);
   -moz-transform: scale(1.05,1.05);
   -o-transform: scale(1.05,1.05);
   -ms-transform: scale(1.05,1.05);
   transform: scale(1.05,1.05);
}
.featured-inner .view{
   text-align:center;
   position: absolute;
   display:block;
   width:100%;
   height:100%;
   overflow: hidden;
   top: 0;
   left: 0;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
   color:#fff;
   background-color: rgba(00,00,00, 0.2);
}
.featured-inner .view .view_inner{
	position:relative;
	/*top:33%;*/
	z-index:100;
	font-size:32px;
	font-weight:300;
	font-family: 'Old Standard TT', serif;
	text-transform:uppercase;
	text-shadow: 0 0px 12px rgba(0,0,0,1);
}
.featured-inner .view .view_inner:after{
	content:'';
	position:absolute;
	bottom:5px;
	left:50%;
	width:100px;
	margin-left:-50px;
	height:1px;
	background:#fff;
}
.featured-marina .featured-inner .view .view_inner{
	font-size:18px;
	text-transform:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
.featured-marina .featured-inner .view .view_inner:after{
	width:100px;
	margin-left:-50px;
	bottom:0px;
}
@media(min-width:480px){
	.featured-inner .view .view_inner{
	top:70px;
}
}
@media(min-width:768px){
	.featured-inner .view .view_inner{
	top:58px;
}
}
@media(min-width:992px){
	.featured-inner .view .view_inner{
	top:65px;
}
}
@media(min-width:1200px){
	.featured-inner .view .view_inner{
	top:45%;
}
}
.featured-inner:hover .view,
.featured-inner:focus .view{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.no-touch .featured-inner:hover .view,
.no-touch .featured-inner:focus .view{
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.featured .weather{
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.featured:hover .weather,
.featured:focus .weather{
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
   filter: alpha(opacity=1);
   opacity: 1;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.featured-marina,
.featured-destination{
	max-width:400px;
	margin:auto;
}
.featured-destination{
	max-width:600px;
}
@media (min-width:768px) {
.featured-marina,
.featured-destination{
	max-width:900px;

}
  .featured-marinaBig,
  .featured-destinationBig{
      margin-bottom: 15px;
      margin-left:5px;
      max-width: 550px;
      padding: 0;
  }
}

.region-image{
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:10;
	height:550px;
}
.region-infos{
	position:absolute;
	top:150px;
	width:100%;
	text-align:center;
	z-index:20;
}
.region-image-text{
	margin-top:-200px;
}
.region-image .h1, .region-image .h4{
	font-weight:700;
	color:#fff;
	text-shadow: 0 0 7px rgba(00,00,00,.9);
}
.region-image .h1{
	font-size:54px;
}

.nav-horizontal{
	padding:0;
	margin:0;
	list-style:none;
}
.nav-horizontal li{
	display:inline;
	list-style:none;
}
.nav-horizontal li a{
	display:block;
	float:left;
	padding:10px 15px 7px;
	border-bottom:3px solid transparent;
	text-decoration:none;
}
.nav-horizontal li.active a,
.nav-horizontal li:hover a{
	border-bottom:3px solid #37b7ff;;
}

/*ELEMENTS*/
.box {
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}

.overlay-icon{
position:absolute;
color:#fff;
z-index:90;
padding:8px 12px;
font-size:18px;
}
.top-left-icon{
top:2px;
left:2px;
}
.bottom-right-icon{
bottom:2px;
right:2px;
}
.overlay-icon .fa{
text-shadow: 0 0 3px rgba(0,0,0,.5);
}
.overlay-icon:hover .fa{
color:#fff;
text-shadow: 0 0 6px rgba(0,0,0,.5);
}

.carousel-thumbsnails{
margin:5px;
padding:0;
}
.carousel-thumbsnails li{
display:inline-block;
padding:0px;
margin:0;
max-width:80px;
cursor:pointer;
}
.carousel-thumbsnails img{
opacity:0.5;
}
.carousel-thumbsnails li:hover img, .carousel-thumbsnails .selected img{
opacity:1;
}

.nav-list-bordered{
list-style:none;
padding:0;
margin:0;
}
.nav-list-bordered a{
display:block;
padding:8px 0;
border-bottom:1px solid #e2e2e2;
}

/*WEATHER*/
.weather{
	text-shadow:0 0 3px rgba(0,0,0,.8);
}
.weather-top{
	position:absolute;
	top:10px;
	right:10px;
}
.weather-bottom{
	position:absolute;
	bottom:5px;
	left:20px;
}
.weather-icon{
font-family:MeteoconsRegular;
font-size:20px;
}
.weather-temp{
font-family:Dosis;
font-size:20px;
}
/**Marina details box**/
.marina-details-weather-icon{
display:block;
font-family:MeteoconsRegular;
font-size:26px;
}
.marina-details-weather-temp{
font-size:24px;
font-weight:300;
display:block;
font-family:Dosis;
margin:-15px 0 0 5px;
}

#fast-signin{display:none;}
#fast-signin.open{display:block;}



/*custom hp carousel transitions*/
.carousel.homepage{
	overflow:hidden;
}
.carousel.homepage .item {
-webkit-transition: .7s ease-in-out opacity;
-ms-transition: .7s ease-in-out opacity;
-o-transition: .7s ease-in-out opacity;
transition: .7s ease-in-out opacity;
-moz-transition: .7s ease-in-out opacity;
left: 0 !important;
}
.carousel.homepage .item img{
	-webkit-transform: scale(1.05,1.05);
   /*-moz-transform: scale(1.05,1.05);*/
   -o-transform: scale(1.05,1.05);
   -ms-transform: scale(1.05,1.05);
   transform: scale(1.05,1.05);

   -moz-transform: scale(1,1);

	-moz-transition: all 4s ease-out;  /* FF4+ */
    -o-transition: all 4s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 4s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 4s ease-out;  /* IE10 */
    transition: all 4s ease-out;

	min-width:1920px;
	height:600px;
}
.carousel.homepage .active img, .carousel.homepage .active img{
-webkit-transform: scale(1,1);
   -o-transform: scale(1,1);
   -ms-transform: scale(1,1);
   transform: scale(1,1);
}
.carousel.homepage .active.left img, .carousel.homepage .active.right img{

}
.carousel.homepage .active.left, .carousel.homepage .active.right {
opacity: 0;
z-index: 2;
}
/* ...and only if you're using the prev/next buttons */
.carousel.homepage .next.left, .carousel.homepage .prev.right {
opacity: 1;
z-index: 1;
}
.carousel.homepage  .carousel-control .fa-chevron-left, .carousel.homepage  .carousel-control .fa-chevron-right {
font-size: 36px;
}
.carousel.homepage  .carousel-control .fa-chevron-left{
	left:15px;
}
.carousel.homepage  .carousel-caption {
text-align: right;
left:auto;
right:60px;
bottom:0px;
}
.carousel.homepage .carousel-caption {
text-shadow: 0 0px 8px rgba(0,0,0,0.8);
font-size:140%;
}
.clear {
    clear: both;
}
.alert-error {
	background-color: #f2dede;
	color: #b94a48;
	border: 1px solid #ca504e;

}
.dropdown-toggle:focus,
.dropdown-toggle:hover{
    background-color: #9e001b!important;
}
.navbar-right a{
    /*border-left: 1px solid rgba(255, 255, 255, 0.5);*/
    color:white;
}
.extranet-list{
    padding-left: 5em;
    font-size: 130%;
    line-height: 200%
}
.fixedCal.place table {
    /*margin-top:35px;*/
    /*float:left;*/
}
.fixedCal.place table tr {
    border:none;
}
.fixedCal table tr {
    height:29.5px;
    border-bottom: 1px solid gainsboro;
}
.fixedCal table,.fixedCal th,.fixedCal td{
    /*border:none!important;*/
    table-layout:fixed;
    width:51px;
}
table.table.table-bordered.cal td{
    border:1px solid #cccccc;
    background-color:#fff;
    padding:2px;
    height:28px!important;
}

table.table.table-bordered.cal .empty{
   display:none;
}
table.table.table-bordered.cal{
    margin-bottom:0;
}
#redo-search {
	height: 35px;
	background-color: #49c5ff;
	border: 1px solid #348ab3;
	color: #fff;
    top:6px;
}
#redo-search:hover {
	border-color: #215672;

}
div.x-grid3-cell-inner.x-grid3-col-1{
    z-index:899;
    font-size:10px;
    padding:3px!important;
}
#calendar{
    overflow:auto;
    height:450px;
}
.stickLeft{
    float:left;
    overflow:hidden;
    height:450px;
}

.stickHead{
    overflow:hidden;
    height:68px;
}
.typeFull{
    /*background-color:#FF1919!important;*/
    background-color:#64b4ff!important;
}
.typeHalf{
    background-color:#c8dff4!important;
    /*background-color:#FFB2B2!important;*/
}
.typeEmpty{
    background-color:#e9f2fb!important;
    /*background-color:#FFE6E6!important;*/
}
.even {
    background: none repeat scroll 0 0 #e5f1f4;
}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	_width: 160px;
	padding: 4px 0;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
}

.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}

/* fix datepicker being displayed behind modal windows */
.datepicker {
	z-index: 1151 !important;
}

.translationBody {
	width: 100%;
	height: 300px
}

#Feedback>ol>li:nth-of-type(2)>div:nth-of-type(2){
    padding-right:5px;
}

#___signin_0 iframe{
    width: 0px !important;
    height : 0px !important;
}

#___signin_0{
    width: 0px !important;
}

#LoginbuttonG{
    height: 48px !important;
}

.label{
    position:relative;
    top: 5px;
}
.pageLink{
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    color:#FFFFFF;
    font-weight: bolder;
    font-size:12px;
    width:100%;
    border-radius:2px;
    height:25px;
    width:25px;
    padding: 5px;
}
.pageLink:hover{
   text-decoration: none;
}
.pageLinkActive{
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    color:#FFFFFF;
    font-weight: bolder;
    font-size:12px;
    width:100%;
    border-radius:2px;
    height:25px;
    width:25px;
    padding: 5px;
}
.pageLinkActive:hover{
    text-decoration: none;
}

@media (max-width: 480px) {
	.text-right {
		word-wrap: break-word;
	}
}

.img-custom {
	width: 100%;
	height: 239px;
}

.user-options-item a{
	white-space: normal !important;
	word-wrap: break-word !important;
}

.marina-details-info p:nth-of-type(2){
	text-align: justify;
}

/* bigger tooltips */
.tooltip-inner {
	max-width: 500px;
}

.alignLeft {float:left; text-align: left}

.alignRight {float:right; text-align: right}

.ui-menu-item{
	cursor: default !important;
}

.home-search-form-container{
	z-index:130;
}

p {
	cursor: default;
}

.marina-listing-aux-item a{
    font-size:14px;
    position: relative;
    top:-3px;
}

.marina-listing-header h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	cursor: default;
}

.parent {
    display: none;
}

.gray {
	color: #848484;
}

.pTextJustify{
  text-align: justify;
}

.breadcrumbs {
	/*height: 30px;*/
	margin-bottom: 10px;
	height: auto;
	line-height: 2em;
}

.breadcrumbs a,
.breadcrumbs span {
	padding: 3px 5px;
	border-radius: 3px;
	border: 1px solid #ddd;
	text-decoration: none;
	display: inline-block;
	line-height: 1em;
}

.breadcrumbs span {
	background-color: #F5F5F5;
}
.breadcrumbs a {
	background-color: #EFEFEF;
}

#mr_payment_return {
    padding: 200px 0px;
}

#mr_payment_return h2 {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.pin_result{
    cursor:pointer;
    text-decoration: none;
}


#noticeModalText{
    font-weight: bold;
    font-size: 20;
}

#notice_modal_body{
    padding-bottom: 37px;
}

#notice_modal_header button{
    margin-top: -7px;
}
.btn-info{
  background-color: #29abe2 !important;
  border-color: #29aae3 !important;
}
.deletebutton{
  display: block;
  background-color: #29abe2 !important;
  border-color: #29aae3 !important;
  padding: 10px 0;
}
.deletebutton i{
  color: #fff;
}
.bg-color-green{
  background-color: #8cc63e !important;
}
.bg-color-blue{
  background-color: #29abe2 !important;
}
.bg-color-orange{
  background-color: #fbb03b !important;
}
.fc-event{
  border:1px solid #01a89e  !important;
  background-color: #01a89e !important;
}
tbody .even{
  background: #fff !important;
}
.cancelled_download_btn_midend{
  color: #fff;
  background: #01a89e;
}
.actionCheckBox{
  top: 0px !important;
  padding: 13px 0 12px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.actionCheckBox input{
  display: block;
  margin: 0 auto;

}
.nav-pills>.active>a>.badge{
  color: #fff;
  background-color: #8cc63e;
}
.nav-pills .badge{
  background-color: #01a89e;
}
.pager{
  float: right;
  line-height: 30px;
}
.yiiPager{
  margin-left: 10px !important;
  float: right;
}
.yiiPager .selected{
  border: 0 !important;
}
.yiiPager .page a{
  padding: 10px 15px !important;
  background: transparent !important;
  color: #666666 !important;
  border: 0 !important;
  font-size: 17px;
}
.yiiPager .selected a{
  padding: 8px 11px !important;
  background: #29ABE2!important;
  color: #FFF !important;
  font-size: 15px;
  border-radius: 10px;
}
.yiiPager .next a, .yiiPager .last a{
  margin-top: 2px;
  margin-left: 5px;
  padding: 8px 11px !important;
  background: #29ABE2!important;
  color: #FFF !important;
  font-size: 15px;
  border-radius: 10px;
}
.yiiPager .previous a, .yiiPager .first a{
  margin-top: 2px;
  margin-left: 5px;
  padding: 8px 11px !important;
  background: #29ABE2!important;
  color: #FFF !important;
  font-size: 15px;
  border-radius: 10px;
  margin-right: 5px;
}

.panel-body{
  padding: 0px 15px !important;
}
.as_last{
  border:0 !important;
}
.as_account_settings_description{
  font-size: 15px !important;
  font-weight: normal !important;
}
.as_checked_icon{
  background: url("../img/done_title.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100% auto;
  margin-left: 20px;
  margin-bottom: -3px;
  background-repeat: no-repeat;
  background-position: left center;
}
.editable{
  margin-top: 10px;
  margin-bottom: 10px;

}
.no_padding_top{
  padding-top: 0px !important;
}
.no_padding_bottom{
  padding-bottom: 0px !important;
}
.sc-panel-default .panel-body .row >div{
  line-height: 40px;
}
.sc-panel-default .panel-body .row >div i{
  margin-top: 15px;
}
.sc-panel-default .btn-primary{
  margin-top: 10px;
}
.sc-panel-default input.form-control{
  padding-left: 10px;
}
.sc_with_header_padding .cust label{
  margin-bottom: 5px;
}
.padding_top_header{
  padding-top: 80px !important;
}
#breadcrumps{
  position: absolute;
  width: 100%;
  padding: 20px 10px;
  background: #FAFAFA;
  left: 0;
  top: 0;
  padding-left: 30px;
  border-bottom: 1px solid #cccccc;
}
#breadcrumps .bc_dashboard{
  font-size: 26px;
  color: #666666;
}
#breadcrumps .bc_dashboard a{
  color: #666666;
}
#breadcrumps .bc_home a{
  color: #666666;
}
#breadcrumps .bc_final{
  color: #29abe2;
}

#th table thead tr th{
  color: #666666;
}
.sc_with_header_padding{
  padding-top: 10px !important;
}
.compose_emmail{
  width: 100%;
}
.mail_bg_white{
  background: #fff;

}
.list-group .btn-group{
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #e6e6e6;
  background: #fafafa;
  display: block;
  float: left;
  padding: 10px 47px;
}
.list-group .tab-pane{
  float: left;
  width: 100%;
  padding: 0;
}
.list-group .tab-pane .row{
  width: 100%;
  margin: 0 !important;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  line-height: 40px;
}
.list-group .tab-pane .row >div{
  text-align: center;
}
.list-group .tab-pane .row >div label{
  width: 100%;
  text-align: left;
  padding-left: 15px;
}
.list-group .tab-pane .list-view{
  float: left;
  width: 100%;
}
.list-group .tab-pane .list-view .summary{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0;
}
.list-group .tab-pane .list-view .items{
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.list-group .tab-pane .list-view .items .actionCheckBox{
  background: #fff;
  border: 0 !important;
}
.list-group .tab-pane .list-view .items .empty{
  padding: 20px;
  display: block;
}
.list-group .tab-pane .list-view .items>div{
  border-bottom: 1px solid #ccc;
  background-color: #fff !important;
}
.list-group .tab-pane .list-view .items>div>a:hover{
  background: #fff;
}
.list-group .tab-pane .list-view .items>div>a{
  border: 0;
}
a.list-group-item.unread{
  background-color: #fff !important;
}


.nav-stacked li{
  height: 40px;
  margin-bottom: 5px;
}
.nav-stacked li a{
  height: 40px;
  line-height: 30px;
  font-size: 17px;
}
.nav-stacked li a .badge{
      margin-top: 2px;
    border-radius: 50% !important;
    /* height: 25px; */
    width: 25px;
    line-height: 20px;
    overflow: hidden;
    padding: 2px;
}
.nav-stacked .active a .badge{
  background: #29abe2 !important;
}

.reply_body >div .success{
padding: 0;
  margin: 20px 0 !important;
  display: block;
}
.reply_body >div input.btn-primary{
  margin-top: 10px;
  margin-bottom: 20px;
}
#Invoice_searchCheckIn,#Invoice_searchCheckOut{
  text-align: center;
}
fieldset.backendForm{
  padding-top: 10px;
  padding-bottom: 20px;
}
fieldset.backendForm .form-control{
  margin-top: 10px;
}
/*.user_manage .panel-body .row a{*/
  /*display: inline-block !important;*/
/*}*/


.marina_step1 .panel-body
{
  padding-top:32px !important;
}


.marina_step1 .green_background
{
  background-color:#3ab54a !important;
}

.green_background .panel-title,
.green_background .panel-description
{
  color: #fffeff;
}


.as_checked_icon_green
{
  background: url("../img/bulina.jpg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100% auto;
  margin-left: 20px;
  margin-bottom: -3px;
  background-repeat: no-repeat;
  background-position: left center;
}


.sc_berth
{
 padding: 0 40px;
}

.sc_berth_first .col-lg-12,
.sc_berth .col-lg-12,
.sc_berth_last .col-lg-12
{
	padding-top:20px;
}

.sc_berth_first .col-lg-12 span,
.sc_berth .col-lg-12 span,
.sc_berth_last .col-lg-12 span
{
	  font-size: 10px;
  	  color: #b7b7b7;
}

.sc_berth_first .col-lg-6,
.sc_berth .col-lg-6,
.sc_berth_last .col-lg-6

{
  font-size: 12px;
}

.sc_address_left .row,
.sc_address_right .row
{
   padding-top: 25px;
}

.select2-container--default .select2-selection--single
{
	border-radius: 0px !important;
	border-color: #ccc !important;

}

.sc_address_right .form-control
{
    padding: 17px 4px;
}

.sc_address_left .select2-container--default .select2-selection--single .select2-selection__rendered
{
   color:#ccc;
}

.sc_location .col-md-12
{
  padding-top:10px;
}

.margin-left-10 {
  margin-left: 12px !important;
  margin-top: 10px;
}

.marina_step1 #map-canvas
{
 margin-bottom:10px;
}

.sc_line_height
{
  line-height:18px;
}

.sc_padding
{
	padding:18px;
	border:none !important;
}

.stepwizard-step
{
 width:25% !important;

}

a[disabled="disabled"] {

  background-color: #ccc !important;
  border-color: #ccc !important;
  opacity: 1 !important;
  color: #8e8e8e;
  font-weight: bold;

}
.agreement_size
{
  width:640px;
}

#mrFacilitySearch
{
  margin-top: 10px !important;
  margin-bottom: 10px;


}
.checkin_checkout_padding
{
  padding-top:15px !important;
}


.mt-10
{
  margin-bottom:10px;
}

.facilitiesPanel {
  height: 242px !important;
}

.appreciatedMarina_minheight
{

   min-height: 246px;;

}

.appreciationWrapper
{
   margin-right: 20px !important;
}

.cancellation_p
{
  height:299px;
}

.cancel_p_text

{
  line-height: 24px;
  padding-top: 20px;
}

.anwar
{
	padding-bottom:15px;
	padding-top:15px;

}

.multicata
{
 padding-top:15px;
}

.facility[data-facilityid] .tooltip .tooltip-inner {
    color: #fff !important;
}

.facility-change-size {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    height: 20px;
    line-height: 20px;
}

.facility-change-size:hover {
    text-overflow: auto;
    overflow: visible;
}

@media (max-width: 1000px) {
  .modal.in .modal-dialog {
    width: 100% !important;
    margin: 0 !important;
  }

  .marina-listing-dates .col-msm-6 {
    width: 50% !important;
    float: left !important;
  }

  .profile_content_v2 .container .atractions .weather_box {
    width: 45% !important;
    margin-right: 5% !important;
    float: left !important;
  }

  .floating_box {
    position: absolute !important;
    padding: 0px !important;
  }

  .floating_box #float_tabs {
    width: 100% !important;
  }

  #Pricing_Prefix {
    width: 20% !important;
  }

  #Pricing_Phone {
    width: 80% !important;
  }

  .floating_box.hide_sign_in_box {
    height: 200vh !important;
  }
}

@media (max-width: 500px) {
  .contest-popup {
    display: none !important;
  }
}

.change_dates_a:hover {
  color: white;
}

.passwordInput{
  border: 1px solid silver !important;
}

.BoatRow {
  display: flex;
}

.BoatRow>div {
  padding: 0;
  flex-grow: 1;
}

select#Boats_Type {
  max-width: 80px;
}