@import url("spacing.css");
/*
	--------------------------------------------
	   ======================================
	   					COLORS
	   ======================================
	--------------------------------------------
*/
/*
	--------------------------------------------
	   ======================================
	   					FONTS
	   ======================================
	--------------------------------------------
*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('../fonts/FontAwesome.otf') format('opentype'), url('../fonts/FontAwesome.woff') format('woff'), url('../fonts/FontAwesome.ttf') format('truetype'), url('../fonts/FontAwesome.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana.eot?#iefix') format('embedded-opentype'), url('../fonts/Verdana.woff') format('woff'), url('../fonts/Verdana.ttf') format('truetype'), url('../fonts/Verdana.svg#Verdana') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?57450231');
    src: url('../fonts/fontello.eot?57450231#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?57450231') format('woff'), url('../fonts/fontello.ttf?57450231') format('truetype'), url('../fonts/fontello.svg?57450231#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dosis-Regular';
    src: url('../fonts/Dosis-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Dosis-Regular.otf') format('opentype'), url('../fonts/Dosis-Regular.woff') format('woff'), url('../fonts/Dosis-Regular.ttf') format('truetype'), url('../fonts/Dosis-Regular.svg#Dosis-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
	--------------------------------------------
	   ======================================
	   					Efects
	   ======================================
	--------------------------------------------
*/
.transitionall {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.white_bg {
    background: #ffffff;
}
.box_shadow_1 {
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.box_shadow_2 {
    -webkit-box-shadow: 6px 5px 0 0 #c8c9ca;
    box-shadow: 6px 5px 0 0 #c8c9ca;
}
.box_shadow_right {
    -webkit-box-shadow: 2px 0 0 0 #E1E1E1;
    box-shadow: 2px 0 0 0 #E1E1E1;
}
.box_shadow_black {
    -webkit-box-shadow: 2px 2px 0 0 #000000;
    box-shadow: 2px 2px 0 0 #000000;
}
.inner_shadow_top_bottom {
    background: #dfdfdf;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(12%, #fafafa), color-stop(87%, #fafafa), color-stop(100%, #e5e5e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-8 */
}
i {
    font-family: 'fontello';
    font-style: normal !important;
}
body {
    margin: 0;
    padding: 0;
}
.no_after:after,
.no_before:before {
    content: none !important;
}
.text_shadow {
    text-shadow: 2px 2px 1px #000000;
}
.err_not_found {
    font-family: 'OpenSans-Light', sans-serif;
    color: #de1113;
    hidden_shortcuts_menufont-size: 18px;
    line-height: 26px;
    margin-top: 30px;
}
.err_not_found p {
    margin-bottom: 0 !important;
}
/* ------------------------------- Header Section ------------------------------- */
header {
    width: 100%;
    float: left;
    display: block;
    background: #de1113;
}
header .logo {
    float: left;
    margin-left: 20px;
}
header .logo img {
    margin: 3px 0 6px 0;
}
header .header_menu {
    display: table;
    float: right;
    height: 44px;
}
header .header_menu ul {
    margin: 0;
    padding: 0;
    float: right;
}
header .header_menu ul li {
    border-left: 1px solid #ef8f90;
    float: right;
    list-style-type: none;
    position: relative;
}
header .header_menu ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    padding: 9px 	15px;
    display: block;
}
header .header_menu ul li a > span {
    margin-right: 5px;
}
header .header_menu ul li a .down-arrow {
    margin-left: 7px;
}
header .header_menu ul li > div:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}
header .header_menu ul li .hide_currency {
    opacity: 1 ;
    z-index: 99 ;
}
header .header_menu ul li .currency-box {
    background: #ffffff;
    padding: 0px 46px 21px;
    position: absolute;
    right: -325px;
    width: 560px;
    min-height: 150px;
    display: none;
    -webkit-box-shadow: 2px 2px 0 0 #000000;
    box-shadow: 2px 2px 0 0 #000000;
}
header .header_menu ul li .currency-box h2 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
header .header_menu ul li .currency-box .currency-container {
    padding: 0;
}
header .header_menu ul li .currency-box .currency-container a {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    text-decoration: none;
    outline: none;
    font-size: 11px;
    padding: 0;
    padding-left: 3px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
header .header_menu ul li .currency-box .currency-container a span {
    font-weight: 900;
    margin-right: 3px;
}
header .header_menu ul li .currency-box .currency-container a:hover {
    background: #181e3e;
    color: #ffffff;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
header .header_menu ul li .currency-box .currency-container > a.current {
    background: #181e3e;
    color: #ffffff;
}
header .header_menu ul li .currency-box:before {
    content: url("../img/pop-up-arrow-up.png");
    position: absolute;
    top: -15px;
    z-index: 9999;
    height: 15px;
    left: 185px;
    border-bottom: 0;
}
header .header_menu ul li .hide_lang {
    opacity: 1 ;
    z-index: 99 ;
}
header .header_menu ul li .language_box {
    position: absolute;
    background: #ffffff;
    display: table;
    padding: 9px 0 9px 7px;
    display: none;
    left: -20px;
}
header .header_menu ul li .language_box li {
    width: 103px;
    border: 0;
}
header .header_menu ul li .language_box li img {
    float: left;
    margin-top: 8px;
    margin-right: 5px;
}
header .header_menu ul li .language_box li a {
    color: #000000;
    width: auto;
    padding: 0;
    float: left;
    width: 80px;
    padding-left: 4px;
}
header .header_menu ul li .language_box li a:hover,
header .header_menu ul li .language_box li a.active {
    background: #181e3e;
    color: #ffffff;
}
header .header_menu ul li .language_box:before {
    content: url("../img/pop-up-arrow-up.png");
    position: absolute;
    top: -15px;
    z-index: 9999;
    height: 6px;
    left: 55px;
}
/* ------------------------------- Footer Section ------------------------------- */
footer {
    background: url("../img/footer_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 43px;
}
footer .footer_red_band {
    float: left;
    width: 100%;
    background: #dd3032;
}
footer .footer_red_band .container ul {
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 13px;
}
footer .footer_red_band .container ul li:first-child {
    border-left: 1px solid #ef8f90;
}
footer .footer_red_band .container ul li {
    float: left;
    list-style-type: none;
    border-right: 1px solid #ef8f90;
}
footer .footer_red_band .container ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    padding: 10px;
    display: block;
}
footer .footer_container {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 37px;
}
.reservation_details footer .footer_container {
    width: 100%;
}
footer .footer_container h2 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 14px;
    margin-left: 13px;
    float: left;
    width: 100%;
}
footer .footer_container .pull-left {
    display: table;
}
footer .footer_container .pull-left .col-left {
    margin-right: 62px;
    margin-left: 16px;
}
footer .footer_container .pull-left .col-left ul {
    padding: 0;
    margin: 0;
    width: 240px;
}
footer .footer_container .pull-left .col-left ul li {
    border-bottom: 1px solid #4d4d4d;
    list-style-type: none;
    padding: 10px 0;
}
footer .footer_container .pull-left .col-left ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #4d4d4d;
    font-size: 13px;
    text-decoration: none;
}
footer .footer_container .pull-left .col-left ul li:last-child {
    border-bottom: 0px;
}
footer .footer_container .pull-left .col-left:last-child {
    margin-right: 0px;
}
footer .footer_container .pull-right {
    width: 538px;
}
footer .footer_container .pull-right h2 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 14px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
footer .footer_container .pull-right p {
    font-family: 'Open Sans', sans-serif;
    color: #4d4d4d;
    font-size: 12px;
    margin-bottom: 14px;
    text-align: justify;
}
/* ------------------------------- Modules ------------------------------- */
.back_to_top {
    display: block;
    width: 100%;
    float: left;
}
.back_to_top img {
    display: table;
    margin: 0 auto;
    cursor: pointer;
}
.subscribe {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 45%;
    overflow: hidden;
}
.subscribe .email_box {
    background: #1a2040;
    padding: 20px;
    -webkit-box-shadow: 6px 5px 0 0 #c8c9ca;
    box-shadow: 6px 5px 0 0 #c8c9ca;
}
.subscribe .email_box h4 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 24px;
    margin: 0;
}
.subscribe .email_box p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 14px;
}
.subscribe .email_box form input {
    padding-left: 12px;
    height: 33px;
    width: 150px;
    border: 0;
}
.subscribe .email_box form input[type="submit"] {
    background: #51bef9;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: center;
    border: 0;
    width: 99px;
    margin-left: -4px;
}
.subscribe .show_subscribe img {
    background: #1a2040;
    padding: 13px;
    float: right;
    margin-top: 12px;
    cursor: pointer;
    -webkit-box-shadow: 6px 5px 0 0 #c8c9ca;
    box-shadow: 6px 5px 0 0 #c8c9ca;
}
.subscribe .show_subscribe p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #3d4143;
    width: 290px;
    text-align: right;
    display: table;
    clear: both;
    padding-top: 11px;
}
#body_height {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.full_width_section {
    float: left;
    width: 100%;
}
.img_slider {
    position: relative;
}
.img_slider #owl-demo {
    position: relative;
}
.img_slider #owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.img_slider #owl-demo .owl-controls {
    margin-top: 0;
}
.img_slider #owl-demo .owl-controls .owl-buttons {
    position: absolute;
    width: 100%;
    top: 37%;
}
.img_slider #owl-demo .owl-controls .owl-buttons .owl-prev {
    float: left;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
}
.img_slider #owl-demo .owl-controls .owl-buttons .owl-prev i {
    color: #FFF;
    font-size: 50px;
    line-height: 50px;
}
.img_slider #owl-demo .owl-controls .owl-buttons .owl-next {
    float: right;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
}
.img_slider #owl-demo .owl-controls .owl-buttons .owl-next i {
    color: #FFF;
    font-size: 50px;
    line-height: 50px;
}
.img_slider .book_section {
    position: absolute;
    bottom: 0;
}
.ui-datepicker-calendar .ui-state-default {
    text-align: center;
    margin-bottom: 10px;
}
.breadcrumb {
    background-color: rgba(0, 0, 0, 0) !important;
    padding-left: 0 !important;
    margin-top: 20px;
}
.breadcrumb li {
    font-family: 'fontello';
}
.breadcrumb li a {
    font-family: 'Open Sans', sans-serif;
    color: #061b52;
    font-size: 13px;
}
.breadcrumb li a:hover {
    color: #061b52;
    text-decoration: none;
}
.breadcrumb li a:after {
    font-family: 'fontello';
    width: 3px;
    height: 3px;
    content: '\ee6e';
    font-size: 13px;
    margin-left: 20px;
    margin-right: 20px;
    color: #3079ae;
}
.breadcrumb li:last-child a:after {
    content: '';
}
.book_section {
    background: rgba(2, 24, 48, 0.72);
    min-height: 135px;
    width: 100%;
    padding: 23px;
}
.bookForm {
    display: flex;
    width: 100%;
}
.book_section .book_container form .destination{
    flex-grow: 1;
}
.book_section .book_container {
    display: table;
    width: auto;
    margin: 0 auto;
    min-width: 55%;
}
.book_section .book_container h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 37.24px;
    line-height: 53.78px;
    margin-top: 0;
    margin-bottom: 13px;
}
.book_section .book_container form input {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    background: #ffffff;
    border: 0;
    padding: 13px 13px;
}
.book_section .book_container form .destination {
    width: 194px;
    height: 41px;
    font-size: 18px;
}
.book_section .book_container form .checkin {
    width: 190px;
    height: 41px;
    font-size: 18px;
    background: #ffffff url("../img/calendar.png");
    background-repeat: no-repeat;
    background-position: 90% center;
}
.book_section .book_container form .checkout {
    width: 190px;
    height: 41px;
    font-size: 18px;
    background: #ffffff url("../img/calendar.png");
    background-repeat: no-repeat;
    background-position: 90% center;
}
.book_section .book_container form .boat {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 18px;
    width: 190px;
    height: 41px;
    padding: 7px 14px;
    border: 0;
    line-height: 0px;
}
.book_section .book_container form .lenght {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 18px;
    width: 190px;
    height: 41px;
    padding: 7px 14px;
    border: 0;
    line-height: 0px;
}
.book_section .book_container form .search_btn {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    padding: 12px 90px;
}
.section_title {
    background: url("../img/explore_bg.jpg");
    background-size: cover;
}
.section_title h3 {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 52.72px;
    line-height: 76.16px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 19px;
}
.gmap_section {
    margin-bottom: -5px;
}
.dest_block {
    margin-bottom: 30px;
}
.dest_block figure {
    position: relative;
    min-height: 185px;
    background: rgba(0, 0, 0, 0.41);
}
.dest_block figure img {
    width: 100%;
    height: auto;
}
.dest_block figure .img_filter_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.dest_block figure .figure_info {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
.dest_block figure .figure_info .place_name {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    float: left;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 10px;
}
.dest_block figure .figure_info .place_temp {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 18px;
    float: right;
    padding: 5px 10px;
}
.dest_block figure .figure_info .place_temp i {
    margin-right: 4px;
}
.dest_block figure:hover > .img_filter_hover {
    opacity: .3;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.floating_box {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}
.floating_box #float_tabs {
    width: 570px;
    height: auto;
    display: table;
    margin: 10px auto;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 2px 2px 0 0 #000000;
    box-shadow: 2px 2px 0 0 #000000;
}
.floating_box #float_tabs > ul {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}
.floating_box #float_tabs > ul li {
    background: #3079ae;
    margin: 0;
    width: 50%;
    border: 0;
    border-radius: 0;
    height: auto;
}
.floating_box #float_tabs > ul li a {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 13px;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    outline: none;
}
.floating_box #float_tabs > ul .ui-tabs-active {
    background: none;
    border-top: 3px solid #f0bd43;
}
.floating_box #float_tabs > ul .ui-tabs-active a {
    color: #000000;
}
.floating_box #float_tabs > div {
    padding: 19px;
}
.floating_box #float_tabs #sign_in form label {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 9px;
}
.floating_box #float_tabs #sign_in form label span a {
    color: #cacaca;
}
.floating_box #float_tabs #sign_in form input {
    width: 100%;
    border: 1px solid #c7c7c7;
}
.floating_box #float_tabs #sign_in form .line {
    width: 100%;
    float: left;
}
.floating_box #float_tabs #sign_in form .line input[type="checkbox"] {
    display: table;
    float: left;
    width: auto;
    margin-top: 8px;
    margin-right: 5px;
}
.floating_box #float_tabs #sign_in form .line label {
    display: table;
    float: left;
    width: auto;
    font-size: 10px;
    margin-top: 7px;
    margin-bottom: 3px;
}
.floating_box #float_tabs #sign_in form .line input[type="submit"] {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    background: #3079ae;
    border: 0;
    font-size: 13px;
    width: auto;
    float: right;
    padding: 6px 15px;
    margin-bottom: 3px;
}
.floating_box #float_tabs #sign_in form .line p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 10px;
    text-align: right;
    margin-bottom: 0;
}
.floating_box #float_tabs #sign_in form .line p a {
    color: #3079ae;
    text-decoration: none;
    outline: none;
}
.floating_box #float_tabs #sign_in .sign_in_feature_box {
    padding: 32px 20px;
}
.floating_box #float_tabs #sign_in .sign_in_feature_box h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #51bef9;
    font-size: 41px;
}
.floating_box #float_tabs #sign_in .sign_in_feature_box ul {
    margin: 0;
    padding: 0;
}
.floating_box #float_tabs #sign_in .sign_in_feature_box ul li {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    list-style-type: none;
    padding-left: 28px;
    background: url("../img/done.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.floating_box #float_tabs #sign_in .sign_in_social {
    margin-top: 0px;
    margin-bottom: 20px;
}
.floating_box #float_tabs #sign_in .sign_in_social .facebook {
    height: 33px;
    border-right: 1px solid #3079ae;
}
.floating_box #float_tabs #sign_in .sign_in_social .facebook p {
    line-height: 30px;
    margin-bottom: 0;
}
.floating_box #float_tabs #sign_in .sign_in_social .facebook p a {
    text-decoration: none;
    outline: none;
}
.floating_box #float_tabs #sign_in .sign_in_social .facebook p a i {
    font-family: 'fontello';
    background: #3079ae;
    color: #ffffff;
    text-align: center;
    margin-top: 6px;
    width: 18px;
    height: 18px;
    border-radius: 12px;
    font-size: 10px;
    line-height: 19px;
    display: table;
    float: left;
    margin-right: 5px;
}
.floating_box #float_tabs #sign_in .sign_in_social .google_p {
    height: 33px;
}
.floating_box #float_tabs #sign_in .sign_in_social .google_p p {
    line-height: 30px;
    margin-bottom: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.floating_box #float_tabs #sign_in .sign_in_social .google_p p a {
    text-decoration: none;
    outline: none;
}
.floating_box #float_tabs #sign_in .sign_in_social .google_p p a i {
    font-family: 'fontello';
    background: #3079ae;
    color: #ffffff;
    text-align: center;
    margin-top: 6px;
    width: 18px;
    height: 18px;
    border-radius: 12px;
    font-size: 10px;
    line-height: 19px;
    display: table;
    float: left;
    margin-right: 5px;
}
.floating_box #float_tabs #register form label {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 9px;
}
.floating_box #float_tabs #register form label span a {
    color: #cacaca;
}
.floating_box #float_tabs #register form input {
    width: 100%;
    border: 1px solid #c7c7c7;
}
.floating_box #float_tabs #register form .line {
    width: 100%;
    float: left;
}
.floating_box #float_tabs #register form .line input[type="checkbox"] {
    display: table;
    float: left;
    width: auto;
    margin-top: 8px;
    margin-right: 5px;
}
.floating_box #float_tabs #register form .line label {
    display: table;
    float: left;
    width: auto;
    font-size: 10px;
    margin-top: 7px;
    margin-bottom: 3px;
}
.floating_box #float_tabs #register form .line input[type="submit"] {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    background: #51bef9;
    border: 0;
    font-size: 13px;
    width: auto;
    float: right;
    padding: 6px 15px;
    margin-bottom: 3px;
}
.floating_box #float_tabs #register form .line p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 10px;
    text-align: right;
    margin-bottom: 0;
}
.floating_box #float_tabs #register form .line p a {
    color: #3079ae;
    text-decoration: none;
    outline: none;
}
.floating_box #float_tabs #register .sign_in_feature_box {
    padding: 20px 15px 0px 20px;
}
.floating_box #float_tabs #register .sign_in_feature_box h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #51bef9;
    font-size: 41px;
}
.floating_box #float_tabs #register .sign_in_feature_box ul {
    margin: 0;
    padding: 0;
}
.floating_box #float_tabs #register .sign_in_feature_box ul li {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    list-style-type: none;
    padding-left: 28px;
    background: url("../img/done.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.floating_box #float_tabs #register .sign_in_social {
    margin-top: 25px;
    margin-bottom: 20px;
}
.floating_box #float_tabs #register .sign_in_social .account_agreetment p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 10px;
    padding-left: 14px;
    background: url("../img/round_square.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: table;
    margin: 10px auto;
}
.floating_box #float_tabs #register .sign_in_social .facebook {
    height: 33px;
    border-right: 1px solid #3079ae;
}
.floating_box #float_tabs #register .sign_in_social .facebook p {
    line-height: 30px;
    margin-bottom: 0;
}
.floating_box #float_tabs #register .sign_in_social .facebook p a {
    text-decoration: none;
    outline: none;
}
.floating_box #float_tabs #register .sign_in_social .facebook p a i {
    font-family: 'fontello';
    background: #3079ae;
    color: #ffffff;
    text-align: center;
    margin-top: 6px;
    width: 18px;
    height: 18px;
    border-radius: 12px;
    font-size: 10px;
    line-height: 19px;
    display: table;
    float: left;
    margin-right: 5px;
}
.floating_box #float_tabs #register .sign_in_social .google_p {
    height: 33px;
}
.floating_box #float_tabs #register .sign_in_social .google_p p {
    line-height: 30px;
    margin-bottom: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.floating_box #float_tabs #register .sign_in_social .google_p p a {
    text-decoration: none;
    outline: none;
}
.floating_box #float_tabs #register .sign_in_social .google_p p a i {
    font-family: 'fontello';
    background: #3079ae;
    color: #ffffff;
    text-align: center;
    margin-top: 6px;
    width: 18px;
    height: 18px;
    border-radius: 12px;
    font-size: 10px;
    line-height: 19px;
    display: table;
    float: left;
    margin-right: 5px;
}
.hide_sign_in_box {
    display: none;
}
.float_manage_book {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    height: 100%;
}
.float_manage_book .manage_box {
    background: #ffffff;
    border-top: 3px solid #f0bd43;
    width: 600px;
    height: auto;
    display: table;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.float_manage_book .manage_box > h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    margin-top: 22px;
    margin-bottom: 0;
    padding-left: 37px;
}
.float_manage_book .manage_box > p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 12px;
    padding-left: 37px;
}
.float_manage_book .manage_box form {
    display: table;
    float: left;
    padding-left: 37px;
    padding-right: 37px;
}
.float_manage_book .manage_box form .pull-left {
    width: 60%;
}
.float_manage_book .manage_box form .pull-left label {
    width: 100%;
}
.float_manage_book .manage_box form .pull-left input {
    border: 1px solid #c7c7c7;
    height: 30px;
}
.float_manage_book .manage_box form .pull-right {
    width: 40%;
}
.float_manage_book .manage_box form .pull-right ul {
    margin-left: 0;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 0;
}
.float_manage_book .manage_box form .pull-right ul li {
    position: relative;
    list-style-type: none;
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 12.16px;
}
.float_manage_book .manage_box form .pull-right ul li:before {
    content: url("../img/done.png");
    margin-right: 8px;
}
.float_manage_book .manage_box form .pull-right input[type="submit"] {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    font-size: 13px;
    border: 0;
    padding: 7px 36px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    outline: none;
    margin-top: 12px;
}
.float_manage_book .manage_box .yellow_band {
    background: #f0bd43;
    width: 100%;
    height: 32px;
    margin-top: 20px;
    float: left;
    padding-left: 16px;
}
.float_manage_book .manage_box .yellow_band p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 14.85px;
    line-height: 32px;
}
.float_manage_book .manage_box .yellow_band p a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 14.85;
    font-weight: 900;
    text-decoration: underline;
    outline: none;
}
.grey_bg {
    background: #e9e9e9;
}
.score_slide {
    display: table;
    float: left;
    width: 90%;
    height: 15px;
    background: #ef5a23;
}
.score_slide .fill {
    position: relative;
    float: left;
    display: block;
    height: 15px;
    background: #f9ae3a;
}
.score_slide .fill .circle {
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: -7px;
    width: 15px;
    height: 13px;
    top: 1px;
}
.rating_box {
    float: left;
    display: block;
    width: 100%;
}
.rating_box h5 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.rating_box h5 span {
    font-weight: bold;
}
.rating_box .score {
    background: #f0bd43;
    max-width: 170px;
    width: 20%;
    height: 154px;
    padding: 25px 0;
    display: block;
    float: left;
    margin-right: 5%;
}
.rating_box .score h6 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 57px;
    text-align: center;
    margin-top: 0;
}
.rating_box .score p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}
.rating_box .evaluation_score {
    display: block;
    float: left;
    width: 75%;
}
.review_messages {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 25px;
}
.review_messages > h5 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-weight: bold;
    margin-top: 25px;
}
.review_messages .msg_box {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 27px;
    margin-top: 27px;
}
.review_messages .msg_box .col-1 {
    width: 22%;
    display: block;
    float: left;
}
.review_messages .msg_box .col-1 figure {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.review_messages .msg_box .col-1 figure img {
    border-radius: 50%;
    width: 90px;
    height: auto;
}
.review_messages .msg_box .col-1 .msg_author h5 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}
.review_messages .msg_box .col-1 .msg_author span {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: table;
}
.review_messages .msg_box .col-1 > .score {
    display: table !important;
    margin-left: auto;
    margin-right: auto !important;
    background: #f0bd43;
    max-width: 170px;
    width: 80px;
    height: 70px;
    padding: 12px 0;
    float: none;
    margin-top: 10px;
}
.review_messages .msg_box .col-1 > .score h6 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    margin-top: 0;
}
.review_messages .msg_box .col-1 > .score p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
.review_messages .msg_box .col-2 {
    display: block;
    float: left;
    width: 78%;
}
.review_messages .msg_box .col-2 .full_height {
    height: auto !important;
}
.review_messages .msg_box .col-2 .msg {
    background: #ffffff;
    padding: 26px 28px;
    height: 243px;
    width: 78%;
    display: block;
    float: left;
    overflow: hidden;
    z-index: 99;
    position: relative;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.review_messages .msg_box .col-2 .msg > i {
    position: absolute;
    left: -16px;
    top: 21px;
    font-size: 49px;
    color: #ffffff;
    text-shadow: -1px 1px 1px #ededed;
    z-index: 0;
}
.review_messages .msg_box .col-2 .msg .positive {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.review_messages .msg_box .col-2 .msg .positive p {
    margin-bottom: 0;
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 12px;
}
.review_messages .msg_box .col-2 .msg .positive p > i {
    color: #02a202;
    font-size: 12px;
}
.review_messages .msg_box .col-2 .msg .negative {
    display: block;
    float: left;
    width: 100%;
}
.review_messages .msg_box .col-2 .msg .negative p {
    margin-bottom: 0;
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 12px;
}
.review_messages .msg_box .col-2 .msg .negative p > i {
    color: #ff0000;
    font-size: 9px;
}
.review_messages .msg_box .col-2 .msg .white_gradient {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.01)), color-stop(42%, #ffffff), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */
}
.review_messages .msg_box .col-2 .msg .detail_option {
    width: 89%;
    height: 100px;
    display: block;
    float: left;
    position: absolute;
    bottom: 0px;
}
.review_messages .msg_box .col-2 .msg .detail_option .pull-left span {
    margin-top: 60px;
    display: block;
    cursor: pointer;
}
.review_messages .msg_box .col-2 .msg .detail_option .pull-right span {
    margin-top: 60px;
    display: block;
    cursor: pointer;
}
.review_messages .msg_box .col-2 .msg .detail_option_relative {
    width: 100%;
    height: 40px;
    display: block;
    float: left;
    position: relative;
    bottom: 0;
}
.review_messages .msg_box .col-2 .msg .detail_option_relative .pull-left span {
    margin-top: 20px;
    display: block;
    cursor: pointer;
}
.review_messages .msg_box .col-2 .msg .detail_option_relative .pull-right span {
    margin-top: 20px;
    display: block;
    cursor: pointer;
}
.review_messages .msg_box .col-2 .msg::before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffffff;
}
.review_messages .msg_box .col-2 .helpful {
    width: 22%;
    display: block;
    float: left;
    padding-left: 30px;
}
.review_messages .msg_box .col-2 .helpful p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 12px;
    margin-top: 75px;
}
.review_messages .msg_box .col-2 .helpful a {
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    color: #51bef9;
    font-size: 13px;
    border-radius: 13px;
    text-decoration: none;
    outline: none;
    display: block;
    width: 42px;
    height: 20px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.review_messages .msg_box .col-2 .helpful span {
    display: block;
    width: 100%;
    padding-left: 0;
}
.review_messages .more_reviews {
    padding-left: 22%;
    float: left;
    display: block;
}
.review_messages .more_reviews a {
    font-family: 'Open Sans', sans-serif;
    color: #51bef9;
    font-size: 14px;
    text-decoration: none;
    outline: none;
}
.score_grade {
    width: 10%;
    float: left;
    text-align: center;
}
.review_title {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 30px;
}
.img_preview {
    position: fixed;
    z-index: 9999;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.img_preview .content {
    position: relative;
    height: auto;
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 4%;
}
.img_preview .content img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: table;
}
.img_preview .content i {
    position: absolute;
    right: 10px;
    background-color: #FFF;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
}
/* ------------------------------- Featured Section ------------------------------- */
.featured_dest {
    background: url("../img/dest_bg.jpg");
    background-size: cover;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.featured_dest h3 {
    font-family: 'OpenSans-Light', sans-serif;
    text-align: center;
    margin-top: 55px;
    font-size: 32px;
}
.featured_dest p {
    font-family: 'OpenSans-Light', sans-serif;
    text-align: center;
    margin-bottom: 60px;
    font-size: 12px;
}
.featured_dest .dest_block {
    margin-bottom: 30px;
}
.featured_dest .dest_block figure {
    position: relative;
    min-height: 173px;
    background: rgba(0, 0, 0, 0.41);
}
.featured_dest .dest_block figure img {
    width: 100%;
    height: auto;
}
.featured_dest .dest_block figure .img_filter_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.featured_dest .dest_block figure .figure_info {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
.featured_dest .dest_block figure .figure_info .place_name {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    float: left;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 10px;
}
.featured_dest .dest_block figure .figure_info .place_temp {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 18px;
    float: right;
    padding: 5px 10px;
}
.featured_dest .dest_block figure .figure_info .place_temp i {
    margin-right: 3px;
}
.featured_dest .dest_block figure:hover > .img_filter_hover {
    opacity: .3;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.featured_marinas {
    padding-bottom: 140px;
}
.featured_marinas > h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 32px;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 50px;
}
.featured_marinas > p {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 12px;
    text-align: center;
    min-height: 50px;
}
.featured_marinas .locations {
    display: block;
}
.featured_marinas .locations a {
    color: #666666;
    text-decoration: none;
    outline: none;
}
.featured_marinas .locations a > p {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 18px;
    margin: 10px 0 10px;
}
.featured_marinas .locations a .place_forecast {
    height: 178px;
    background: #c2c2c2;
}
.featured_marinas .locations a .place_forecast > p {
    font-family: 'Dosis-Regular';
    color: #ffffff;
    font-size: 18.39px;
    text-align: right;
    padding: 7px 10px;
}
.featured_marinas .locations a .place_forecast > p > i {
    margin-right: 5px;
}
/* ------------------------------- Dashboard Section ------------------------------- */
.dashboard_header {
    background: url("../img/dashboard_header.jpg");
    background-size: cover;
}
.dashboard_header .login_state {
    display: table;
    margin: 0 auto;
    padding-top: 27px;
    padding-bottom: 15px;
}
.dashboard_header .login_state h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 30px;
    margin: 0px 0px 0px 0px;
}
.dashboard_header .login_state p {
    text-align: right;
}
.dashboard_header .login_state p a {
    font-family: 'Open Sans', sans-serif;
    color: #4fc2df;
    font-size: 13px;
    text-decoration: none;
}
.dashboard_header .user_stats {
    display: table;
    margin: 0 auto;
    padding-bottom: 10px;
}
.dashboard_header .user_stats ul {
    padding: 0;
    margin: 0;
}
.dashboard_header .user_stats ul li {
    border-right: 1px solid #ffffff;
    list-style-type: none;
    float: left;
    padding: 0 27px;
}
.dashboard_header .user_stats ul li p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.dashboard_header .user_stats ul li p span {
    font-size: 30px;
    margin-left: 3px;
    font-weight: normal;
}
.dashboard_content {
    background: #fafafa;
    padding-bottom: 54px;
}
.dashboard_content .container #tabs {
    margin-top: 57px;
    border: 0;
    background: none;
}
.dashboard_content .container #tabs ul {
    background: none;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.dashboard_content .container #tabs ul li {
    background: #3079ae;
    height: 45px;
    width: 25%;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
}
.dashboard_content .container #tabs ul li a {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 13px;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    display: table;
    outline: none;
}
.dashboard_content .container #tabs ul .ui-tabs-active {
    border-top: 3px solid #f0bd43;
    background: none;
}
.dashboard_content .container #tabs ul .ui-tabs-active a {
    color: #000000;
}
.dashboard_content .container #tabs > div {
    float: left;
    width: 100%;
    padding: 0;
}
.dashboard_content .container #tabs > div .content_title {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 30px;
    margin-top: 34px;
    margin-bottom: 22px;
    margin-left: 20px;
}
.dashboard_content .container #tabs > div .white_box_full_with_two_col {
    background: #ffffff;
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 12px;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image {
    width: 50%;
}
.dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image img {
    width: 100%;
    height: auto;
}
.dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details {
    padding-left: 30px;
}
.dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0;
}
.dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box {
    line-height: 18px;
}
.dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box a {
    font-family: 'Open Sans', sans-serif;
    color: #3079ae;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0;
}
.dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.price {
    font-family: 'OpenSans-Light', sans-serif;
    color: #3079ae;
    font-size: 18px;
    font-weight: bold;
}
.dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details a.manage_booking {
    font-family: 'Open Sans', sans-serif;
    background: #3079ae;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    padding: 11px 10px;
    font-size: 13px;
    margin-top: 9px;
    display: table;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col {
    background: #ffffff;
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 12px;
    margin-top: 12px;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image {
    width: 50%;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image img {
    width: 100%;
    height: auto;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details {
    padding-left: 30px;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 .star {
    color: #f0bd43;
    font-style: normal;
    font-size: 20px;
    margin-left: -15px;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 span {
    color: #f0bd43;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box {
    line-height: 18px;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box a {
    font-family: 'Open Sans', sans-serif;
    color: #3079ae;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.price {
    font-family: 'OpenSans-Light', sans-serif;
    color: #3079ae;
    font-size: 18px;
    font-weight: bold;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details a.manage_booking {
    font-family: 'Open Sans', sans-serif;
    background: #3079ae;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    padding: 11px 10px;
    font-size: 13px;
    margin-top: 9px;
    display: table;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book span {
    font-weight: normal;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now {
    width: 173px;
    height: 173px;
    padding: 23px 20px;
    background: url("../img/dashboard/book_bg.jpg");
    background-size: cover;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #3079ae;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 66px;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    font-size: 13px;
    text-decoration: none;
    outline: none;
    width: 100%;
    display: table;
    text-align: center;
    padding: 8px 10px;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section {
    width: 173px;
    height: 173px;
    padding: 12px 20px;
    background: url("../img/dashboard/book_bg.jpg");
    background-size: cover;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #3079ae;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 0;
}
.dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    width: 100%;
    display: table;
    text-align: center;
    padding: 6px 10px;
}
/* ------------------------------- Dashboard V2 Section ------------------------------- */
.dashboard_v2_content {
    background: #fafafa;
    padding-bottom: 0px;
}
.dashboard_v2_content .container #tabs {
    margin-top: 57px;
    border: 0;
    background: none;
}
.dashboard_v2_content .container #tabs ul {
    background: none;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.dashboard_v2_content .container #tabs ul li {
    background: #3079ae;
    height: 45px;
    width: 25%;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
}
.dashboard_v2_content .container #tabs ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 13px;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    display: table;
    outline: none;
}
.dashboard_v2_content .container #tabs ul .ui-tabs-active {
    border-top: 3px solid #f0bd43;
    background: none;
}
.dashboard_v2_content .container #tabs ul .ui-tabs-active a {
    color: #000000;
}
.dashboard_v2_content .container #tabs > div {
    float: left;
    width: 100%;
    padding: 0;
}
.dashboard_v2_content .container #tabs .col-1 {
    margin-top: 30px;
    padding-right: 30px;
}
.dashboard_v2_content .container #tabs .col-1 figure {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.dashboard_v2_content .container #tabs .col-1 figure img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
}
.dashboard_v2_content .container #tabs .col-1 .adress_block h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    margin-top: 29px;
    margin-bottom: 15px;
}
.dashboard_v2_content .container #tabs .col-1 .adress_block table tr td {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
}
.dashboard_v2_content .container #tabs .col-1 .adress_block table tr td:first-child {
    width: 142px;
}
.dashboard_v2_content .container #tabs .col-1 .local_taxes h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 21px;
    margin-bottom: 16px;
}
.dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
}
.dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td:first-child {
    width: 142px;
}
.dashboard_v2_content .container #tabs .col-1 .canceling_policy h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 21px;
    margin-bottom: 16px;
}
.dashboard_v2_content .container #tabs .col-1 .canceling_policy p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 14px;
}
.dashboard_v2_content .container #tabs .col-1 .canceling_policy p span {
    font-weight: bold;
}
.dashboard_v2_content .container #tabs .col-2 {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 0;
}
.dashboard_v2_content .container #tabs .col-2 .book_url {
    background: #ffffff;
    padding-left: 25px;
    -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
    box-shadow: 2px 0px 0 0 #E1E1E1;
    float: left;
    width: 100%;
}
.dashboard_v2_content .container #tabs .col-2 .book_url h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
}
.dashboard_v2_content .container #tabs .col-2 .book_url h3 span {
    font-weight: bold;
}
.dashboard_v2_content .container #tabs .col-2 .user_info {
    background: #ffffff;
    border-top: 3px solid #fafafa;
    float: left;
    width: 100%;
    min-height: 100px;
    -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
    box-shadow: 2px 0px 0 0 #E1E1E1;
}
.dashboard_v2_content .container #tabs .col-2 .user_info table {
    padding-left: 23px;
    margin-left: 25px;
    margin-top: 5px;
}
.dashboard_v2_content .container #tabs .col-2 .user_info table tr td {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
    vertical-align: top;
}
.dashboard_v2_content .container #tabs .col-2 .user_info table tr td p {
    margin-bottom: 0;
}
.dashboard_v2_content .container #tabs .col-2 .user_info table tr td a {
    font-family: 'Open Sans', sans-serif;
    color: #3079ae;
    font-size: 10px;
    display: table;
    margin-left: 13px;
}
.dashboard_v2_content .container #tabs .col-2 .user_info table tr td:first-child {
    width: 155px;
}
.dashboard_v2_content .container #tabs .col-2 .check_in_info {
    background: #ffffff;
    width: 100%;
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 25px;
    float: left;
    -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
    box-shadow: 2px 0px 0 0 #E1E1E1;
}
.dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block {
    padding: 0px 6px;
    width: 90%;
    height: auto;
    margin-right: 1px;
    margin-left: 20px;
}
.dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block span {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 11px;
    font-weight: 900;
    float: left;
    margin-right: 3px;
}
.dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: 0;
    float: left;
    margin-left: 3px;
    margin-right: 4px;
}
.dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #4f4f4f;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 10px;
    float: left;
}
.dashboard_v2_content .container #tabs .col-2 .book_details {
    background: #ffffff;
    border-top: 3px solid #fafafa;
    float: left;
    width: 100%;
    padding-left: 25px;
    -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
    box-shadow: 2px 0px 0 0 #E1E1E1;
}
.dashboard_v2_content .container #tabs .col-2 .book_details h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}
.dashboard_v2_content .container #tabs .col-2 .book_details p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
}
.dashboard_v2_content .container #tabs .col-2 .extra_facilities {
    background: #ffffff;
    padding-left: 25px;
    border-top: 3px solid #fafafa;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}
.dashboard_v2_content .container #tabs .col-2 .extra_facilities h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 4px;
}
.dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    line-height: 21px;
}
.dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td i {
    margin-right: 3px;
}
.dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td:first-child {
    width: 270px;
}
.dashboard_v2_content .container #tabs .col-3 {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 0;
    min-height: 613px;
}
.dashboard_v2_content .container #tabs .col-3 a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    font-size: 13px;
    padding: 8px 8px;
    text-decoration: none;
    outline: none;
    display: table;
    float: left;
    margin-right: 6px;
}
.dashboard_v2_content .container #tabs .col-3 .costs {
    margin-top: 35px;
    float: left;
}
.dashboard_v2_content .container #tabs .col-3 .costs h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    width: 267px;
    margin-left: 25px;
}
.dashboard_v2_content .container #tabs .col-3 .costs table {
    width: 267px;
    margin-left: 25px;
}
.dashboard_v2_content .container #tabs .col-3 .costs table tr td {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
}
.dashboard_v2_content .container #tabs .col-3 .costs table tr td:first-child {
    width: 144px;
}
.dashboard_v2_content .container #tabs .col-3 .costs h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
    margin-bottom: 0px;
    width: 267px;
    margin-left: 25px;
    margin-bottom: 4px;
}
.dashboard_v2_content .container #tabs .col-3 .costs p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 9px;
    width: 267px;
    margin-left: 25px;
}
.dashboard_v2_content .container #tabs .col-3 .costs hr {
    border-top: 3px solid #f0bd43;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 0px;
    display: table;
    width: 100%;
}
.dashboard_v2_content .container #tabs .col-3 .costs .total_price {
    width: 267px;
    margin-left: 25px;
}
.dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-left {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 13px;
    margin-left: 0;
    display: table;
    width: auto;
}
.dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-right {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 13px;
    display: table;
    width: auto;
}
.dashboard_v2_content .container #tabs .gmap {
    margin-bottom: -5px;
    float: left;
    width: 100%;
    margin-top: 40px;
}
/* ------------------------------- VOUCHER Section ------------------------------- */
.voucher-content .col-1 {
    margin-top: 30px;
    padding-right: 30px;
}
.voucher-content .col-1 figure {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.voucher-content .col-1 figure img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
}
.voucher-content .col-1 .adress_block h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    margin-top: 29px;
    margin-bottom: 15px;
}
.voucher-content .col-1 .adress_block table tr td {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
}
.voucher-content .col-1 .adress_block table tr td:first-child {
    width: 142px;
}
.voucher-content .col-1 .local_taxes h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 21px;
    margin-bottom: 16px;
}
.voucher-content .col-1 .local_taxes table tr td {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
}
.voucher-content .col-1 .local_taxes table tr td:first-child {
    width: 142px;
}
.voucher-content .col-1 .local_taxes p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 9px;
    margin-top: 10px;
}
.voucher-content .col-1 .canceling_policy h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 21px;
    margin-bottom: 16px;
}
.voucher-content .col-1 .canceling_policy p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
}
.voucher-content .col-1 .canceling_policy p span {
    font-weight: bold;
}
.voucher-content .col-2 {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 0;
}
.voucher-content .col-2 .book_url {
    background: #ffffff;
    padding-left: 25px;
    -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
    box-shadow: 2px 0px 0 0 #E1E1E1;
    float: left;
    width: 100%;
}
.voucher-content .col-2 .book_url h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
}
.voucher-content .col-2 .book_url h3 span {
    font-weight: bold;
}
.voucher-content .col-2 .user_info {
    background: #ffffff;
    border-top: 3px solid #fafafa;
    float: left;
    width: 100%;
    min-height: 100px;
    -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
    box-shadow: 2px 0px 0 0 #E1E1E1;
}
.voucher-content .col-2 .user_info p {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding-left: 24px;
    margin-top: 10px;
}
.voucher-content .col-2 .user_info table {
    padding-left: 23px;
    margin-left: 25px;
    margin-top: 5px;
}
.voucher-content .col-2 .user_info table tr td {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
    vertical-align: top;
}
.voucher-content .col-2 .user_info table tr td p {
    margin-bottom: 0;
}
.voucher-content .col-2 .user_info table tr td a {
    font-family: 'Open Sans', sans-serif;
    color: #3079ae;
    font-size: 10px;
    display: table;
    margin-left: 13px;
}
.voucher-content .col-2 .user_info table tr td:first-child {
    width: 155px;
}
.voucher-content .col-2 .check_in_info {
    background: #ffffff;
    width: 100%;
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 25px;
    float: left;
    -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
    box-shadow: 2px 0px 0 0 #E1E1E1;
}
.voucher-content .col-2 .check_in_info .chech_in_block {
    background: #424242;
    padding: 0px 6px;
    width: 70;
    min-height: 70px;
    margin-right: 1px;
    margin-left: 20px;
    padding: 15px;
}
.voucher-content .col-2 .check_in_info .chech_in_block span {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 13px;
    line-height: 11px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    display: table;
}
.voucher-content .col-2 .check_in_info .chech_in_block h3 {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 35px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: table;
    text-align: center;
    width: 100%;
}
.voucher-content .col-2 .check_in_info .chech_in_block p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 10px;
    margin-top: 10px;
}
.voucher-content .col-2 .book_details {
    background: #ffffff;
    border-top: 3px solid #fafafa;
    float: left;
    width: 100%;
    padding-left: 25px;
    -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
    box-shadow: 2px 0px 0 0 #E1E1E1;
}
.voucher-content .col-2 .book_details h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}
.voucher-content .col-2 .book_details p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
}
.voucher-content .col-2 .extra_facilities {
    background: #ffffff;
    padding-left: 25px;
    border-top: 3px solid #fafafa;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}
.voucher-content .col-2 .extra_facilities h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 4px;
}
.voucher-content .col-2 .extra_facilities table tr td {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    line-height: 21px;
}
.voucher-content .col-2 .extra_facilities table tr td i {
    margin-right: 3px;
}
.voucher-content .col-2 .extra_facilities table tr td:first-child {
    width: 270px;
}
.voucher-content .col-3 {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 0;
    min-height: 613px;
}
.voucher-content .col-3 a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    font-size: 13px;
    padding: 8px 8px;
    text-decoration: none;
    outline: none;
    display: table;
    float: left;
    margin-right: 6px;
}
.voucher-content .col-3 .costs {
    margin-top: 0px;
    float: left;
}
.voucher-content .col-3 .costs h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    width: 267px;
    margin-left: 25px;
    margin-top: 15px;
}
.voucher-content .col-3 .costs table {
    width: 267px;
    margin-left: 25px;
}
.voucher-content .col-3 .costs table tr td {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
}
.voucher-content .col-3 .costs table tr td:first-child {
    width: 144px;
}
.voucher-content .col-3 .costs h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
    margin-bottom: 0px;
    width: 267px;
    margin-left: 25px;
    margin-bottom: 4px;
}
.voucher-content .col-3 .costs p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 9px;
    width: 267px;
    margin-left: 25px;
}
.voucher-content .col-3 .costs hr {
    border-top: 3px solid #f0bd43;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 0px;
    display: table;
    width: 100%;
}
.voucher-content .col-3 .costs .total_price {
    width: 267px;
    margin-left: 25px;
}
.voucher-content .col-3 .costs .total_price h3.pull-left {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 13px;
    margin-left: 0;
    display: table;
    width: auto;
}
.voucher-content .col-3 .costs .total_price h3.pull-right {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 13px;
    display: table;
    width: auto;
}
.voucher-content .gmap {
    margin-bottom: -5px;
    float: left;
    width: 100%;
    margin-top: 40px;
}
/* ------------------------------- Dashboard V3 Section ------------------------------- */
.dashboard_v3_header {
    background: url("../img/dashboard_header.jpg");
    background-size: cover;
}
.dashboard_v3_header .login_state {
    display: table;
    margin: 0 auto;
    padding-top: 27px;
    padding-bottom: 15px;
}
.dashboard_v3_header .login_state h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 30px;
    margin: 0px 0px 0px 0px;
}
.dashboard_v3_header .login_state p {
    text-align: right;
}
.dashboard_v3_header .login_state p a {
    font-family: 'Open Sans', sans-serif;
    color: #4fc2df;
    font-size: 13px;
    text-decoration: none;
}
.dashboard_v3_header .user_stats {
    display: table;
    margin: 0 auto;
    padding-bottom: 10px;
}
.dashboard_v3_header .user_stats ul {
    padding: 0;
    margin: 0;
}
.dashboard_v3_header .user_stats ul li {
    border-right: 1px solid #ffffff;
    list-style-type: none;
    float: left;
    padding: 0 27px;
}
.dashboard_v3_header .user_stats ul li p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.dashboard_v3_header .user_stats ul li p span {
    font-size: 30px;
    margin-left: 3px;
    font-weight: normal;
}
.dashboard_v3_content {
    background: #fafafa;
    padding-bottom: 10px;
}
.dashboard_v3_content .container #tabs {
    margin-top: 57px;
    border: 0;
    background: none;
}
.dashboard_v3_content .container #tabs ul {
    background: none;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.flag-container .country-list li{
    background: #fff !important;
}

.dashboard_v3_content .container #tabs ul li {
    background: #3079ae;
    height: 45px;
    width: 20% !important;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
}
.dashboard_v3_content .container #tabs ul li a {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 13px;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    display: table;
    outline: none;
}
.dashboard_v3_content .container #tabs ul .ui-tabs-active {
    border-top: 3px solid #f0bd43;
    background: none;
}
.dashboard_v3_content .container #tabs ul .ui-tabs-active a {
    color: #000000;
}
.dashboard_v3_content .container #tabs > div {
    float: left;
    width: 100%;
    padding: 0;
}
.dashboard_v3_content .container #tabs > div .content_title {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 30px;
    margin-top: 34px;
    margin-bottom: 34px;
    margin-left: 20px;
    float: left;
}
.dashboard_v3_content .container #tabs .active .check_period {
    border-top: 3px solid #f0bd43 !important;
}
.dashboard_v3_content .container #tabs .active .past_period {
    border-top: 3px solid #f0bd43 !important;
}
.dashboard_v3_content .container #tabs .white_box_v2 {
    background: #ffffff;
    display: table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 26px;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.dashboard_v3_content .container #tabs .white_box_v2 figure {
    width: 100%;
    height: auto;
    padding-left: 5px;
    position: relative;
}
.dashboard_v3_content .container #tabs .white_box_v2 figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.dashboard_v3_content .container #tabs .white_box_v2 figure p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    line-height: 180px;
    position: absolute;
    width: 98%;
    height: 100%;
    top: 0;
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.53);
}
.dashboard_v3_content .container #tabs .white_box_v2 .marina_details {
    width: 100%;
}
.dashboard_v3_content .container #tabs .white_box_v2 .marina_details h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0;
}
.dashboard_v3_content .container #tabs .white_box_v2 .marina_details h2 i {
    font-size: 22px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .marina_details h2 span {
    font-family: 'OpenSans-Light', sans-serif;
    color: #f0bd43;
    font-size: 18px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .marina_details .rating {
    font-family: 'OpenSans-Light', sans-serif;
    color: #acadad;
    font-size: 20px;
    margin-bottom: 0;
}
.dashboard_v3_content .container #tabs .white_box_v2 .marina_details .rating span {
    font-size: 13px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .marina_details .location {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    margin-left: -12px;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 3px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .marina_details .location i {
    margin-right: 5px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .marina_details .price {
    font-family: 'OpenSans-Light', sans-serif;
    color: #51bef9;
    font-size: 30px;
    line-height: 30px;
    float: right;
    text-align: center;
    position: absolute;
    right: 45px;
    bottom: 74px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .closed_price {
    font-family: 'OpenSans-Light', sans-serif;
    color: #51bef9;
    font-size: 30px;
    line-height: 30px;
    padding: 10px 30px 0 0;
}
.dashboard_v3_content .container #tabs .white_box_v2 .marina_details .view_marina {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #3079ae;
    font-size: 13px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .check_period {
    background: #fafafa;
    width: 100%;
    display: block;
    float: left;
    border-top: 3px solid #cdcdcb;
    position: relative;
}
.dashboard_v3_content .container #tabs .white_box_v2 .check_period .check_box {
    background: #8e8e8e;
    display: block;
    width: 90px;
    height: 74px;
    margin-right: 1px;
    float: left;
}
.dashboard_v3_content .container #tabs .white_box_v2 .check_period .check_box span {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 3px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .check_period .check_box h3 {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.dashboard_v3_content .container #tabs .white_box_v2 .check_period .check_box p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 0;
    text-align: center;
}
.dashboard_v3_content .container #tabs .white_box_v2 .check_period .manage {
    margin-top: 27px;
    margin-right: 12px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .check_period .manage a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    font-size: 13px;
    display: table;
    padding: 8px 11px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .past_period {
    background: #fafafa;
    width: 100%;
    display: block;
    float: left;
    border-top: 3px solid #cdcdcb;
    position: relative;
}
.dashboard_v3_content .container #tabs .white_box_v2 .past_period .check_box {
    background: #8e8e8e;
    display: block;
    width: 70px;
    height: 74px;
    margin-right: 1px;
    float: left;
}
.dashboard_v3_content .container #tabs .white_box_v2 .past_period .check_box span {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 3px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .past_period .check_box h3 {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.dashboard_v3_content .container #tabs .white_box_v2 .past_period .check_box p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 0;
    text-align: center;
}
.dashboard_v3_content .container #tabs .white_box_v2 .past_period .manage {
    margin-top: 2px;
    margin-right: 12px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .past_period .manage a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    width: auto;
    text-align: center;
    margin-bottom: 4px;
    font-size: 13px;
    display: table;
    padding: 6px 11px;
    float: right;
    margin-left: 4px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .past_period .manage .view_details {
    border: 1px solid #51bef9;
    background: #ffffff;
    color: #757575;
    padding: 5px 11px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .book_block {
    background: #fafafa;
    border-top: 3px solid #cdcdcb;
    width: 100%;
    display: block;
    float: left;
}
.dashboard_v3_content .container #tabs .white_box_v2 .book_block .short_description {
    width: 80%;
    margin-left: 7px;
    margin-top: 7px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .book_block .short_description p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .book_block .book {
    margin-top: 27px;
    margin-right: 12px;
}
.dashboard_v3_content .container #tabs .white_box_v2 .book_block .book a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    font-size: 13px;
    display: table;
    padding: 8px 31px;
}
.dashboard_v3_content .container #tabs .personal_settings {
    position: relative;
    width: 100%;
    display: table;
}
.dashboard_v3_content .container #tabs .personal_settings .personal_title {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 30px;
    margin-bottom: 0;
}
.dashboard_v3_content .container #tabs .personal_settings .short_title_desc {
    font-family: 'Open Sans', sans-serif;
    color: #51bef9;
    font-size: 13px;
    margin-bottom: 65px;
}
.dashboard_v3_content .container #tabs .personal_settings .row_1 .edit_row {
    display: table;
    width: 100%;
    border-top: 2px solid #cdcdcb;
    overflow: hidden;
}
.dashboard_v3_content .container #tabs .personal_settings .row_1 .edit_row .left {
    padding-left: 18px;
}
.dashboard_v3_content .container #tabs .personal_settings .row_1 .edit_row .center-table {
    width: auto;
    position: absolute;
    left: 400px;
}
.dashboard_v3_content .container #tabs .personal_settings .row_1 .edit_row .right .show_edit {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
    margin-right: 23px;
}

 .show_delete_mail,.show_delete_phone {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
    margin-right: 23px;
}







.dashboard_v3_content .container #tabs .personal_settings .row_1 .edit_row > form {
    background: #ffffff;
    display: table;
    float: right;
    position: relative;
    right: -54px;
    padding-left: 28px;
    padding-bottom: 28px;
    padding-top: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.dashboard_v3_content .container #tabs .personal_settings .row_1 .edit_row > form .form_block {
    float: left;
    width: 200px;
    display: table;
    min-height: 50px;
    position: relative;
}
.dashboard_v3_content .container #tabs .personal_settings .row_1 .edit_row > form .form_block label {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
}
.dashboard_v3_content .container #tabs .personal_settings .row_1 .edit_row > form .form_block input {
    display: table;
    width: 170px;
    height: 30px;
    border: 1px solid #c7c7c7;
}
.dashboard_v3_content .container #tabs .personal_settings .row_1 .edit_row > form .form_block input[type="submit"] {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    padding: 5px 41px;
    font-size: 13px;
    display: table;
    width: auto;
    outline: none;
    margin-top: 24px;
    border: 0;
}
.dashboard_v3_content .container #tabs .personal_settings .row_1 .edit_row > form .form_block select {
    display: table;
    width: 170px;
    height: 30px;
    border: 1px solid #c7c7c7;
}
.dashboard_v3_content .container #tabs .personal_settings .row_1 .edit_row > form .form_block .cancel {
    font-family: 'Open Sans', sans-serif;
    color: #51bef9;
    font-size: 13px;
    position: absolute;
    right: 28px;
    cursor: pointer;
}
.dashboard_v3_content .container #tabs .personal_settings .row_1 .edit_row:first-child {
    border: 0;
}
.dashboard_v3_content .container #tabs .personal_settings .row_1 .edit_row:last-child {
    border-bottom: 2px solid #cdcdcb;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 {
    margin-top: 70px;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 .edit_row {
    background: #ffffff;
    border-top: 2px solid #cdcdcb;
    display: table;
    width: 100%;
    overflow: hidden;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 .edit_row .left {
    padding-left: 18px;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 .edit_row .center-table {
    width: auto;
    position: absolute;
    left: 400px;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 .edit_row .right .show_edit {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
    margin-right: 23px;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 .edit_row > form {
    background: #ffffff;
    display: table;
    float: right;
    position: relative;
    right: -54px;
    padding-left: 28px;
    padding-bottom: 28px;
    padding-top: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 .edit_row > form .form_block {
    float: left;
    width: 200px;
    display: table;
    min-height: 50px;
    position: relative;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 .edit_row > form .form_block label {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 .edit_row > form .form_block input {
    display: table;
    width: 170px;
    height: 30px;
    border: 1px solid #c7c7c7;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 .edit_row > form .form_block input[type="submit"] {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    padding: 5px 41px;
    font-size: 13px;
    display: table;
    width: auto;
    outline: none;
    margin-top: 24px;
    border: 0;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 .edit_row > form .form_block select {
    display: table;
    width: 170px;
    height: 30px;
    border: 1px solid #c7c7c7;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 .edit_row > form .form_block .cancel {
    font-family: 'Open Sans', sans-serif;
    color: #51bef9;
    font-size: 13px;
    position: absolute;
    right: 28px;
    cursor: pointer;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 .edit_row:first-child {
    border: 0;
}
.dashboard_v3_content .container #tabs .personal_settings .row_2 .edit_row:last-child {
    border-bottom: 2px solid #cdcdcb;
}
.dashboard_v3_content .container #tabs .personal_settings .bottom_aditional_info {
    float: left;
    width: 100%;
    display: table;
}
.dashboard_v3_content .container #tabs .personal_settings .bottom_aditional_info p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    margin-top: 5px;
}
/* ------------------------------- About Section ------------------------------- */
.about_content {
    background: #fafafa;
}
.about_content .container #tabs {
    margin-top: 57px;
    border: 0;
    background: none;
}
.about_content .container #tabs ul {
    background: none;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.about_content .container #tabs ul li {
    background: #3079ae;
    height: 45px;
    width: 25%;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
}
.about_content .container #tabs ul li a {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 13px;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    display: table;
    outline: none;
}
.about_content .container #tabs ul .ui-tabs-active {
    border-top: 3px solid #f0bd43;
    background: #ffffff;
}
.about_content .container #tabs ul .ui-tabs-active a {
    color: #000000;
}
.about_content .container #tabs > div {
    background: #ffffff;
    float: left;
    width: 100%;
    padding: 0;
    padding: 35px;
}
.about_content .container #tabs > div h3.content_title {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 30px;
    margin-top: 17px;
    margin-bottom: 22px;
    margin-left: 0px;
}
/* ------------------------------- search Results Section ------------------------------- */
.search_result_header {
    background: url("../img/dashboard_header.jpg");
    background-size: cover;
}
.search_result_header .book_section {
    min-height: 70px !important;
    background: #475768;
}
.search_result_content {
    background: #fafafa;
    padding-bottom: 0px;
}
.search_result_content .container .vertical_gmap .row {
    margin-right: 0;
}
.search_result_content .container .search_results h3.page_title {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 24px;
    margin-top: 36px;
    margin-bottom: 6px;
}
.search_result_content .container .search_results form {
    display: table;
    width: 100%;
    float: left;
}
.search_result_content .container .search_results form .price_range {
    width: 373px;
    float: left;
}
.search_result_content .container .search_results form .price_range #slider-range {
    margin-left: 8px;
}
.search_result_content .container .search_results form .price_range .pull-left input {
    width: 45px;
    background: transparent;
}
.search_result_content .container .search_results form .price_range .pull-right input {
    width: 45px;
    background: transparent;
}
.search_result_content .container .search_results .anchor_book {
    float: left;
}
.search_result_content .container .search_results .anchor_book .pull-left {
    width: 50%;
}
.search_result_content .container .search_results .anchor_book .pull-left span {
    margin-right: 10px;
    margin-left: 8px;
}
.search_result_content .container .search_results .anchor_book .pull-left h5 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 16px;
    display: inline-block;
}
.search_result_content .container .search_results .more_btn_holder {
    display: table;
    float: right;
}
.search_result_content .container .search_results .more_btn_holder a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    font-size: 13px;
    padding: 10px 52px;
    display: table;
}
.search_result_content .container .search_results .sort_section {
    margin-top: 30px;
    margin-bottom: 23px;
}
.search_result_content .container .search_results .sort_section h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-family: 22.65px;
    margin-top: 0;
    margin-bottom: 0;
}
.search_result_content .container .search_results .sort_section select:first-child {
    margin-left: 0;
}
.search_result_content .container .search_results .sort_section select {
    background: #ffffff;
    border: 1px solid #ebebeb;
    width: 170px;
    height: 30px;
    outline: none;
    text-align: center;
    margin-left: 28px;
}
.search_result_content .container .search_results .search_filters {
    float: left;
    width: 100%;
    margin-top: 36px;
}
.search_result_content .container .search_results .search_filters .pull-left h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 24px;
    margin-top: 0;
}
.search_result_content .container .search_results .search_filters .pull-left p {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 12px;
}
.search_result_content .container .search_results .search_filters .pull-right i {
    background: #9f9fa0;
    color: #ffffff;
    font-size: 17px;
    padding: 5px 8px;
    margin-left: 24px;
    margin-bottom: 15px;
    display: inline-table;
    cursor: pointer;
}
.search_result_content .container .search_results .search_filters .pull-right i.active {
    background: #003471;
}
.search_result_content .container .search_results .place_box {
    background: #ffffff;
    margin-top: 21px;
    padding: 20px;
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.search_result_content .container .search_results .place_box figure {
    max-width: 29%;
    max-height: 172px;
    float: left;
    position: relative;
}
.search_result_content .container .search_results .place_box figure img {
    width: 100%;
    height: auto;
}
.search_result_content .container .search_results .place_box figure a {
    position: absolute;
    bottom: 4px;
    left: 8px;
}
.search_result_content .container .search_results .place_box figure a img {
    width: 17px;
    height: auto;
}
.search_result_content .container .search_results .place_box figure .direct-booking {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 18.23px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 42px;
    left: 0;
    margin-bottom: 0;
    line-height: 42px;
    outline: none;
    text-decoration: none;
}
.search_result_content .container .search_results .place_box .box_options {
    position: absolute;
    top: 6px;
    right: 0;
}
.search_result_content .container .search_results .place_box .box_options ul {
    padding: 0;
    margin: 0;
}
.search_result_content .container .search_results .place_box .box_options ul li {
    float: left;
    padding: 0 7px;
    list-style-type: none;
    border-right: 1px solid #1a2040;
}
.search_result_content .container .search_results .place_box .box_options ul li a {
    text-decoration: none;
    outline: none;
}
.search_result_content .container .search_results .place_box .box_options ul li .pin_res {
    font-family: 'Open Sans', sans-serif;
    color: #373737;
    font-size: 16.27px;
}
.search_result_content .container .search_results .place_box .box_options ul li .close_res {
    font-family: 'Open Sans', sans-serif;
    color: #9e0606;
    font-size: 16.27px;
    font-weight: 900;
}
.search_result_content .container .search_results .place_box .box_options ul li:last-child {
    border: 0;
}
.search_result_content .container .search_results .place_box .box_content {
    float: left;
    background: url("../img/box_line.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 71%;
    padding-left: 15px;
}
.search_result_content .container .search_results .place_box .box_content h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 2px;
}
.search_result_content .container .search_results .place_box .box_content h3 i {
    margin-left: 5px;
}
.search_result_content .container .search_results .place_box .box_content .rating {
    font-family: 'OpenSans-Light', sans-serif;
    color: #acadad;
    font-size: 14px;
    margin-bottom: 13px;
    line-height: 14px;
}
.search_result_content .container .search_results .place_box .box_content .rating span {
    font-size: 20px;
}
.search_result_content .container .search_results .place_box .box_content .location {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    margin-bottom: 2px;
}
.search_result_content .container .search_results .place_box .box_content .view_marina {
    font-family: 'Open Sans', sans-serif;
    color: #3079ae;
    font-weight: bold;
    font-size: 13px;
    margin-left: 14px;
    line-height: 19px;
    margin-top: -4px;
    display: block;
}
.search_result_content .container .search_results .place_box .box_content .price_box {
    margin-top: 29px;
    margin-right: 38px;
}
.search_result_content .container .search_results .place_box .box_content .price_box .price {
    font-family: 'OpenSans-Light', sans-serif;
    color: #51bef9;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.search_result_content .container .search_results .place_box .box_content .active_bar {
    border-color: #f0bd43 !important;
}
.search_result_content .container .search_results .place_box .box_content .marina_details {
    border-top: 3px solid #cccccc;
    background: #fafafa;
    padding: 6px 28px 8px;
    text-align: justify;
    line-height: 12px;
}
.search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
    /*width: 241px;*/
    font-size: 12px !important;
    height: 35px;
    line-height: 12px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
}
.search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 10px;
    margin-bottom: 0;
}
.search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
    width: 32%;
}
.search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
    font-family: 'Open Sans', sans-serif;
    background: #51bef9;
    color: #ffffff;
    font-size: 13px;
    padding: 9px 34px;
    margin-top: 22px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
/* ------------------------------- PROFILE Section ------------------------------- */
.profile_header {
    background: url("../img/dashboard_header.jpg");
    background-size: cover;
}
.profile_header .book_section {
    min-height: 70px !important;
    background: #475768;
}
.profile_content {
    background: #fafafa;
    padding-bottom: 0px;
}
.profile_content .container .vertical_gmap .row {
    margin-right: 0;
}
.profile_content .container .breadcrumb {
    float: left;
    min-height: 10px;
    background: transparent !important;
    width: 100%;
    padding: 0;
    margin-top: 28px;
}
.profile_content .container .breadcrumb ul {
    margin: 0;
    padding: 0;
    float: left;
}
.profile_content .container .breadcrumb ul li {
    list-style-type: none;
    float: left;
    padding: 0 20px;
    position: relative;
}
.profile_content .container .breadcrumb ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #061b52 !important;
    background: transparent;
    float: left;
    width: 100%;
    font-size: 13px;
    text-decoration: none;
}
.profile_content .container .breadcrumb ul li:after {
    content: url("../img/blue_arrow_right.png");
    position: absolute;
    right: 0;
    top: -1px;
}
.profile_content .container .breadcrumb ul li:first-child {
    padding-left: 0;
}
.profile_content .container .profile_picture {
    margin-bottom: 16px;
    padding: 0;
}
.profile_content .container .profile_picture figure {
    width: 100%;
    height: auto;
}
.profile_content .container .profile_picture figure img {
    width: 100%;
    height: auto;
}
.profile_content .container .about_profile {
    padding-right: 0;
}
.profile_content .container .about_profile .profile_title {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.profile_content .container .about_profile .profile_sub_title {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 18px;
    margin-top: 0;
}
.profile_content .container .about_profile .profile_text {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
}
.profile_content .container .yellow_check_list {
    float: left;
    display: table;
}
.profile_content .container .yellow_check_list h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 18px;
}
.profile_content .container .yellow_check_list ul {
    padding: 0;
    margin: 0;
}
.profile_content .container .yellow_check_list ul li {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
    list-style-type: none;
    position: relative;
    padding-left: 27px;
    margin-left: 4px;
}
.profile_content .container .yellow_check_list ul li:before {
    content: url("../img/yellow_check.png");
    position: absolute;
    left: 0;
}
.profile_content .container .sqare_white_box {
    background: #ffffff;
    width: 170px;
    height: 170px;
    float: left;
    margin-left: 30px;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.profile_content .container .sqare_white_box i {
    color: #646464;
    font-size: 88px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.profile_content .container .sqare_white_box p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    text-align: center;
}
.profile_content .container .sqare_white_box:first-child {
    margin-left: 0;
}
.profile_content .container .search_results {
    margin-bottom: 35px;
}
.profile_content .container .search_results h3.page_title {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 24px;
    margin-top: 36px;
    margin-bottom: 6px;
}
.profile_content .container .search_results form {
    display: table;
    float: left;
}
.profile_content .container .search_results form .price_range {
    width: 373px;
    float: left;
}
.profile_content .container .search_results form .price_range #slider-range {
    margin-left: 8px;
}
.profile_content .container .search_results form .price_range .pull-left input {
    width: 45px;
    background: transparent;
}
.profile_content .container .search_results form .price_range .pull-right input {
    width: 45px;
    background: transparent;
}
.profile_content .container .search_results .region_atraction {
    margin-left: -15px;
}
.profile_content .container .search_results .region_atraction h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 30px;
}
.profile_content .container .search_results .region_atraction p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
}
.profile_content .container .search_results .priceing_table {
    border-bottom: 3px solid #f0bd43;
    background: #ffffff;
    padding: 0;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.profile_content .container .search_results .priceing_table h4 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 24px;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.profile_content .container .search_results .priceing_table table {
    width: 100%;
}
.profile_content .container .search_results .priceing_table table tr:first-child {
    height: 40px;
}
.profile_content .container .search_results .priceing_table table tr:nth-child(even) {
    background: #e1e1e1;
}
.profile_content .container .search_results .priceing_table table tr td {
    text-align: center;
}
.profile_content .container .search_results .priceing_table table tr td i {
    cursor: pointer;
}
.profile_content .container .search_results .priceing_table .star_paragraph {
    margin-top: 20px;
}
.profile_content .container .search_results .priceing_table .star_paragraph p {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 12px;
    font-weight: 900;
    padding-left: 10px;
    padding-right: 60px;
}
.profile_content .container .search_results .priceing_table .total {
    margin-top: 40px;
}
.profile_content .container .search_results .priceing_table .total h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #3079ae;
    font-size: 36px;
    line-height: 40px;
    text-align: right;
    padding: 0 23px;
}
.profile_content .container .search_results .priceing_table .book_holder {
    width: 100%;
    padding: 0 23px;
    margin-bottom: 30px;
}
.profile_content .container .search_results .priceing_table .book_holder a {
    background: #51bef9;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 6px;
    font-size: 18px;
    display: table;
    text-decoration: none;
    outline: none;
}
.profile_content .container .search_results .search_filters {
    margin-left: -15px;
    float: left;
    width: 100%;
    margin-top: 36px;
}
.profile_content .container .search_results .search_filters .pull-left h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 24px;
    margin-top: 0;
}
.profile_content .container .search_results .search_filters .pull-left p {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 12px;
}
.profile_content .container .search_results .search_filters .pull-right {
    padding-right: 30px;
}
.profile_content .container .search_results .search_filters .pull-right i {
    background: #9f9fa0;
    color: #ffffff;
    font-size: 17px;
    padding: 5px 8px;
    margin-left: 24px;
    margin-bottom: 15px;
    display: inline-table;
    cursor: pointer;
}
.profile_content .container .search_results .search_filters .pull-right i.active {
    background: #003471;
}
.profile_content .container .search_results .place_box {
    background: #ffffff;
    margin-top: 21px;
    padding: 20px;
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.profile_content .container .search_results .place_box figure {
    max-width: 29%;
    max-height: 172px;
    float: left;
}
.profile_content .container .search_results .place_box figure img {
    width: 100%;
    height: auto;
}
.profile_content .container .search_results .place_box .box_options {
    position: absolute;
    top: 6px;
    right: 0;
}
.profile_content .container .search_results .place_box .box_options ul {
    padding: 0;
    margin: 0;
}
.profile_content .container .search_results .place_box .box_options ul li {
    float: left;
    padding: 0 7px;
    list-style-type: none;
    border-right: 1px solid #1a2040;
}
.profile_content .container .search_results .place_box .box_options ul li a {
    text-decoration: none;
    outline: none;
}
.profile_content .container .search_results .place_box .box_options ul li .pin_res {
    font-family: 'Open Sans', sans-serif;
    color: #373737;
    font-size: 16.27px;
}
.profile_content .container .search_results .place_box .box_options ul li .close_res {
    font-family: 'Open Sans', sans-serif;
    color: #9e0606;
    font-size: 16.27px;
    font-weight: 900;
}
.profile_content .container .search_results .place_box .box_options ul li:last-child {
    border: 0;
}
.profile_content .container .search_results .place_box .box_content {
    float: left;
    background: url("../img/box_line.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 71%;
    padding-left: 15px;
}
.profile_content .container .search_results .place_box .box_content h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 2px;
}
.profile_content .container .search_results .place_box .box_content h3 i {
    margin-left: 5px;
}
.profile_content .container .search_results .place_box .box_content h3 .newly_added {
    font-family: 'OpenSans-Light', sans-serif;
    color: #d3b05d;
    font-size: 18px;
}
.profile_content .container .search_results .place_box .box_content .rating {
    font-family: 'OpenSans-Light', sans-serif;
    color: #acadad;
    font-size: 14px;
    margin-bottom: 13px;
    line-height: 14px;
}
.profile_content .container .search_results .place_box .box_content .rating span {
    font-size: 20px;
}
.profile_content .container .search_results .place_box .box_content .location {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    margin-bottom: 2px;
    margin-left: -10px;
}
.profile_content .container .search_results .place_box .box_content .view_marina {
    font-family: 'Open Sans', sans-serif;
    color: #3079ae;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    margin-left: 0px;
    line-height: 19px;
    margin-top: -4px;
    margin-bottom: 12px;
    display: block;
}
.profile_content .container .search_results .place_box .box_content .price_box {
    margin-top: 29px;
    margin-right: 38px;
}
.profile_content .container .search_results .place_box .box_content .price_box .price {
    font-family: 'OpenSans-Light', sans-serif;
    color: #51bef9;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.profile_content .container .search_results .place_box .box_content .active_bar {
    border-color: #f0bd43 !important;
}
.profile_content .container .search_results .place_box .box_content .marina_details {
    border-top: 3px solid #cccccc;
    background: #fafafa;
    padding: 6px 28px 8px;
    text-align: justify;
    line-height: 12px;
    min-height: 61px;
}
.profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
    width: 75%;
}
.profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 10px;
    margin-bottom: 0;
}
.profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
    width: 17%;
}
.profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
    font-family: 'Open Sans', sans-serif;
    background: #51bef9;
    color: #ffffff;
    font-size: 13px;
    padding: 9px 34px;
    margin-top: 6px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
/* ------------------------------- PROFILE V2 Section ------------------------------- */
.profile_header_v2 {
    background: url("../img/dashboard_header.jpg");
    background-size: cover;
}
.profile_header_v2 .book_section {
    min-height: 70px !important;
    background: #475768;
}
/* pop-up on hover style*/
.ui-tooltip {
    width: auto !important;
    max-width: 170px !important;
    padding: 15px 10px !important;
    border: 0 !important;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1 !important;
    box-shadow: 2px 2px 0 0 #e1e1e1 !important;
}
.ui-tooltip .ui-tooltip-content {
    font-family: 'OpenSans-Light', sans-serif !important;
    color: #000000 !important;
    font-size: 13px !important;
}
/*end of pop-up on hover*/
.profile_content_v2 {
    background: #fafafa;
    padding-bottom: 0px;
}
.profile_content_v2 .container {
    /* old design code */
}
.profile_content_v2 .container .shortcuts {
    float: right;
    margin-bottom: -90px;
    z-index: 9999;
}
.profile_content_v2 .container .shortcuts ul {
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 999;
}
.profile_content_v2 .container .shortcuts ul li {
    float: left;
    list-style-type: none;
    border-right: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.42);
}
.profile_content_v2 .container .shortcuts ul li a {
    font-family: 'OpenSans-Light', sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 30px 45px;
    float: left;
    text-decoration: none;
    outline: none;
    color: #2e323b;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.profile_content_v2 .container .shortcuts ul li a:hover {
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    padding: 30px 44px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.profile_content_v2 .container .shortcuts ul li:last-child {
    border-right: 0;
}
.profile_content_v2 .container #profile-slide {
    float: left;
}
.profile_content_v2 .container #profile-slide .owl-item .item {
    position: relative;
}
.profile_content_v2 .container #profile-slide .owl-item .item img {
    width: 100%;
}
.profile_content_v2 .container #profile-slide .owl-item .item .slide-title {
    font-variant: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 34px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 27px 50px;
}
.profile_content_v2 .container #profile-slide .owl-item .item .zoom {
    position: absolute;
    bottom: 70px;
    left: 25px;
}
.profile_content_v2 .container #profile-slide .owl-item .item .zoom p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
}
.profile_content_v2 .container #profile-slide .owl-controls {
    margin-top: 0 !important;
}
.profile_content_v2 .container #profile-slide .owl-buttons {
    bottom: 20px;
    position: absolute;
    left: 22px;
}
.profile_content_v2 .container #profile-slide .owl-buttons .owl-prev {
    float: left;
}
.profile_content_v2 .container #profile-slide .owl-buttons .owl-prev i {
    font-size: 63px;
    color: #ffffff;
}
.profile_content_v2 .container #profile-slide .owl-buttons .owl-next {
    float: left;
    margin-left: 22px;
}
.profile_content_v2 .container #profile-slide .owl-buttons .owl-next i {
    font-size: 63px;
    color: #ffffff;
}
.profile_content_v2 .container .vertical_gmap {
    margin-bottom: -4px;
}
.profile_content_v2 .container .vertical_gmap .row {
    margin-right: 0;
}
.profile_content_v2 .container #tabs {
    border: 0;
    padding: 0;
    background-color: transparent;
}
.profile_content_v2 .container #tabs > ul {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.profile_content_v2 .container #tabs > ul > li {
    float: left;
    width: 50%;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    background-color: transparent;
    margin-bottom: 1px;
    height: 40px;
    background-image: none;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.profile_content_v2 .container #tabs > ul > li a {
    width: 100%;
    text-align: center;
    outline: none;
}
.profile_content_v2 .container #tabs > ul .ui-state-active {
    border: 0;
    border-bottom: 3px solid #000000;
    margin-bottom: 0;
}
.profile_content_v2 .container #tabs > ul .ui-state-hover {
    border: 0;
    border-bottom: 3px solid #000000;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.profile_content_v2 .container #tabs > div {
    padding: 15px;
}
.profile_content_v2 .container #tabs > div .search_filters .row .facility {
    float: left;
    width: 33.33%;
    margin-bottom: 15px;
}
.profile_content_v2 .container #tabs > div .search_filters .row .facility i,
.profile_content_v2 .container #tabs > div .search_filters .row .facility p,
.profile_content_v2 .container #tabs > div .search_filters .row .facility a {
    display: block;
    float: left;
}
.profile_content_v2 .container #tabs > div .search_filters .row .facility i {
    color: #ffffff;
    background: #003471;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
}
.profile_content_v2 .container #tabs > div .search_filters .row .facility i.select {
    background: #00aeef;
}
.profile_content_v2 .container #tabs > div .search_filters .row .facility a {
    border: 1px solid #787878;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    margin-left: 10px;
    text-decoration: none;
    outline: none;
    margin-top: 4px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.profile_content_v2 .container #tabs > div .search_filters .row .facility a:hover {
    background: #757575;
    color: #ffffff;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.profile_content_v2 .container .about_profile {
    padding-right: 30px;
    padding-left: 0px;
}
.profile_content_v2 .container .about_profile .profile_title {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 30px;
    margin-top: 36px;
    margin-bottom: 0;
}
.profile_content_v2 .container .about_profile .profile_sub_title {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 18px;
    margin-top: 0;
}
.profile_content_v2 .container .about_profile .add_to_cart {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 18px;
    margin-top: 0;
}
.profile_content_v2 .container .about_profile .profile_text {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
}
.profile_content_v2 .container .priceing {
    background: #475768;
    padding-bottom: 37px;
    border-bottom: 4px solid #f0bd43;
}
.profile_content_v2 .container .priceing > h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 24px;
    margin-top: 30px;
}
.profile_content_v2 .container .priceing > h4 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 14px;
}
.profile_content_v2 .container .priceing .add_options {
    background: #ffffff;
    color: #666666;
    margin-left: -15px;
    margin-right: -15px;
}

.profile_content_v2 .container .priceing .add_options .booking_place_on_hover:hover {
    background-color: #ABC1D8;
    cursor: pointer;
}

.profile_content_v2 .container .priceing .add_options table {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
.profile_content_v2 .container .priceing .add_options table thead tr td {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.profile_content_v2 .container .priceing .add_options table tbody tr {
    height: 24px;
}
.profile_content_v2 .container .priceing .add_options table tbody tr td {
    text-align: center;
    border-bottom: 1px solid #7b7c81;
    line-height: 24px;
}
.profile_content_v2 .container .priceing .add_options table tbody tr td i {
    cursor: pointer;
}
.profile_content_v2 .container .priceing .add_options table tbody tr td:first-child {
    font-weight: bold;
}
.profile_content_v2 .container .priceing .add_options table tbody tr td:nth-child(3) {
    font-weight: bold;
    text-align: center;
}
.profile_content_v2 .container .priceing .add_options table tbody tr:last-child td {
    border-bottom: 0;
}
.profile_content_v2 .container .priceing .user_selection h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 0;
}
.profile_content_v2 .container .priceing .user_selection > p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
}
.profile_content_v2 .container .priceing .user_selection > a {
    font-family: 'OpenSans-Light', sans-serif;
    color: #51bef9;
    font-size: 10px;
    text-decoration: none;
    outline: none;
}
.profile_content_v2 .container .priceing .user_selection > h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 24px;
    margin-top: 40px;
}
.profile_content_v2 .container .priceing .user_selection .premium_list {
    overflow-x: auto;
    height: 220px;
}
.profile_content_v2 .container .priceing .user_selection .premium_list table {
    width: 100%;
}
.profile_content_v2 .container .priceing .user_selection .premium_list table tr {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ffffff;
}
.profile_content_v2 .container .priceing .user_selection .premium_list table tr td {
    color: #ffffff;
}
.profile_content_v2 .container .priceing .total_price {
    margin-top: 40px;
}
.profile_content_v2 .container .priceing .total_price h2 {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    text-align: right;
}
.profile_content_v2 .container .priceing .total_price h4 {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 36px;
    font-weight: 900;
    margin: 0;
    text-align: right;
}
.profile_content_v2 .container .priceing .total_price p {
    font-family: OSL;
    color: #ffffff;
    font-size: 10px;
    text-align: right;
    margin-bottom: 30px;
}
.profile_content_v2 .container .priceing .total_price a {
    font-family: 'OpenSans-Light', sans-serif;
    background: #51bef9;
    color: #ffffff;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    outline: none;
}
.profile_content_v2 .container .atractions > p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    margin-top: 22px;
    margin-bottom: 20px;
}
.profile_content_v2 .container .atractions .weather_box {
    float: left;
    display: block;
    background: #ffffff;
    width: 26%;
    height: 140px;
    padding: 8px 12px;
    margin-right: 27px;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.profile_content_v2 .container .atractions .weather_box > div {
    width: 100%;
    float: left;
}
.profile_content_v2 .container .atractions .weather_box .head h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.profile_content_v2 .container .atractions .weather_box .content > p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 12px;
    margin-bottom: 0px;
}
.profile_content_v2 .container .atractions .weather_box .content > p span {
    font-weight: 900;
}
.profile_content_v2 .container .atractions .weather_box .content > p:first-child {
    margin-top: 6px;
}
.profile_content_v2 .container .atractions .weather_box .content .pull-left {
    width: 50%;
    padding: 10px 0px;
    margin-top: 10px;
}
.profile_content_v2 .container .atractions .weather_box .content .pull-left p {
    text-align: center;
    margin-bottom: 0px;
}
.profile_content_v2 .container .atractions .weather_box .content .pull-left i {
    display: table;
    text-align: center;
    width: 100%;
}
.profile_content_v2 .container .atractions .weather_box .content .pull-left h2 {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.profile_content_v2 .container .atractions .weather_box .content .pull-left h2 span {
    font-size: 10px;
    margin-bottom: 6px;
}
.profile_content_v2 .container .atractions .weather_box .content .pull-left:last-child {
    border-left: 1px solid #000000;
}
.profile_content_v2 .container .atractions .weather_box .footer a {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 9px;
    text-decoration: none;
    outline: none;
}
.profile_content_v2 .container .atractions .known_for {
    float: left;
    display: block;
    width: 39%;
}
.profile_content_v2 .container .atractions .known_for h5 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #666666;
    font-size: 18px;
}
.profile_content_v2 .container .atractions .known_for ul {
    padding-left: 30px;
}
.profile_content_v2 .container .atractions .known_for ul li {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 13px;
    line-height: 15px;
    list-style-image: url("../img/yellow_check_2.png");
}
.profile_content_v2 .container .place_box {
    background: #ffffff;
    margin-top: 21px;
    padding: 20px;
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.profile_content_v2 .container .place_box figure {
    max-width: 29%;
    max-height: 172px;
    float: left;
}
.profile_content_v2 .container .place_box figure img {
    width: 100%;
    height: auto;
}
.profile_content_v2 .container .place_box .box_options {
    position: absolute;
    top: 6px;
    right: 0;
}
.profile_content_v2 .container .place_box .box_options ul {
    padding: 0;
    margin: 0;
}
.profile_content_v2 .container .place_box .box_options ul li {
    float: left;
    padding: 0 7px;
    list-style-type: none;
    border-right: 1px solid #1a2040;
}
.profile_content_v2 .container .place_box .box_options ul li a {
    text-decoration: none;
    outline: none;
}
.profile_content_v2 .container .place_box .box_options ul li .pin_res {
    font-family: 'Open Sans', sans-serif;
    color: #373737;
    font-size: 16.27px;
}
.profile_content_v2 .container .place_box .box_options ul li .close_res {
    font-family: 'Open Sans', sans-serif;
    color: #9e0606;
    font-size: 16.27px;
    font-weight: 900;
}
.profile_content_v2 .container .place_box .box_options ul li:last-child {
    border: 0;
}
.profile_content_v2 .container .place_box .box_content {
    float: left;
    background: url("../img/box_line.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 71%;
    padding-left: 15px;
}
.profile_content_v2 .container .place_box .box_content h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 2px;
}
.profile_content_v2 .container .place_box .box_content h3 i {
    margin-left: 5px;
}
.profile_content_v2 .container .place_box .box_content h3 .newly_added {
    font-family: 'OpenSans-Light', sans-serif;
    color: #d3b05d;
    font-size: 18px;
}
.profile_content_v2 .container .place_box .box_content .rating {
    font-family: 'OpenSans-Light', sans-serif;
    color: #acadad;
    font-size: 14px;
    margin-bottom: 13px;
    line-height: 14px;
}
.profile_content_v2 .container .place_box .box_content .rating span {
    font-size: 20px;
}
.profile_content_v2 .container .place_box .box_content .location {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    margin-bottom: 2px;
    margin-left: -10px;
}
.profile_content_v2 .container .place_box .box_content .view_marina {
    font-family: 'Open Sans', sans-serif;
    color: #3079ae;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    margin-left: 0px;
    line-height: 19px;
    margin-top: -4px;
    margin-bottom: 12px;
    display: block;
}
.profile_content_v2 .container .place_box .box_content .price_box {
    margin-top: 29px;
    margin-right: 38px;
}
.profile_content_v2 .container .place_box .box_content .price_box .price {
    font-family: 'OpenSans-Light', sans-serif;
    color: #51bef9;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.profile_content_v2 .container .place_box .box_content .active_bar {
    border-color: #f0bd43 !important;
}
.profile_content_v2 .container .place_box .box_content .marina_details {
    border-top: 3px solid #cccccc;
    background: #fafafa;
    padding: 6px 28px 8px;
    text-align: justify;
    line-height: 12px;
    min-height: 61px;
}
.profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left {
    width: 75%;
}
.profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 10px;
    margin-bottom: 0;
}
.profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right {
    width: 17%;
}
.profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right a {
    font-family: 'Open Sans', sans-serif;
    background: #51bef9;
    color: #ffffff;
    font-size: 13px;
    padding: 9px 34px;
    margin-top: 6px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.profile_content_v2 .container .place_box:last-child {
    margin-bottom: 50px;
}
.navbar-fixed {
    display: block !important;
    position: fixed;
}
.hidden_shortcuts_menu {
    background: #3e4c5b;
    display: none;
    width: 100%;
    z-index: 9999;
    top: 0;
}
.hidden_shortcuts_menu .menu_title {
    float: left;
    width: 20%;
}
.hidden_shortcuts_menu .menu_title h5 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 18px;
}
.hidden_shortcuts_menu .shortcuts {
    float: right;
    width: 80%;
}
.hidden_shortcuts_menu .shortcuts ul {
    float: right;
    margin: 0;
}
.hidden_shortcuts_menu .shortcuts ul li {
    float: left;
    list-style-type: none;
}
.hidden_shortcuts_menu .shortcuts ul li a {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    line-height: 40px;
    padding: 7px 25px;
}
.hidden_shortcuts_menu .shortcuts ul li a.current {
    border-bottom: 4px solid #b2b7bd;
}
.hidden_shortcuts_menu .shortcuts ul li a:hover {
    color: #51bef9;
}
/* ------------------------------- Contact Section ------------------------------- */
.contact_header {
    background: url("../img/dashboard_header.jpg");
    background-size: cover;
}
.contact_header div {
    display: table;
    margin: 0 auto;
    padding-top: 27px;
    padding-bottom: 27px;
}
.contact_header div h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 30px;
    margin: 0px 0px 0px 0px;
}
.contact_content {
    padding-bottom: 134px;
    background: #dfdfdf;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(12%, #fafafa), color-stop(87%, #fafafa), color-stop(100%, #e5e5e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-8 */
}
.contact_content .form_box {
    padding-top: 56px;
}
.contact_content .form_box p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px;
}
.contact_content .form_box form {
    padding-left: 0;
}
.contact_content .form_box form label {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 17px;
    width: 100%;
}
.contact_content .form_box form label span {
    font-family: 'OpenSans-Light', sans-serif;
    color: #787878;
}
.contact_content .form_box form input {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #c3c3c3;
    font-size: 13px;
    width: 100%;
    height: 30px;
    padding: 0 6px;
}
.contact_content .form_box form textarea {
    border: 1px solid #c3c3c3;
    max-width: 100%;
    width: 100%;
    height: 120px;
    max-height: 120px;
}
.contact_content .form_box form input[type="submit"] {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #3079ae;
    border: 0;
    font-size: 13px;
    display: table;
    width: auto;
    float: right;
    padding: 8px 34px;
    margin-top: 37px;
    height: auto;
}
.contact_content .form_box form div > .box_input {
    width: 33px;
    height: 30px;
    padding: 6px;
    text-align: center;
}
.contact_content .form_box form div > span {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13px;
    padding: 0 7px;
}
.contact_content .form_box form div > .result {
    width: 135px;
}
.contact_content .contact_scroll {
    background: #ffffff;
    border-bottom: 3px solid #f0bd43;
    padding: 43px 40px 55px;
}
.contact_content .contact_scroll ul {
    margin: 0;
    padding: 0;
}
.contact_content .contact_scroll ul li {
    list-style-type: none;
    border-bottom: 1px solid #425263;
    padding-bottom: 12px;
}
.contact_content .contact_scroll ul li h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 3px;
}
.contact_content .contact_scroll ul li p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #1a2040;
    font-size: 14px;
    margin-bottom: 0;
}
.contact_content .contact_scroll .contact_socials {
    margin-top: 13px;
}
.contact_content .contact_scroll .contact_socials i {
    margin-right: 25px;
    font-weight: bold;
    text-transform: none;
    font-size: 27px;
}
.contact_content .contact_scroll .contact_socials i a {
    color: #1a2040;
    text-decoration: none;
}
/* ------------------------------- SiteMap Section ------------------------------- */
.site_map_header {
    background: url("../img/dashboard_header.jpg");
    background-size: cover;
}
.site_map_header div {
    display: table;
    margin: 0 auto;
    padding-top: 21px;
    padding-bottom: 0px;
}
.site_map_header div h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 30px;
    margin: 0px 0px 10px 0px;
}
.site_map_header .search_site_map {
    padding-top: 4px;
    padding-bottom: 20px;
}
.site_map_header .search_site_map form .custom-combobox {
    height: 41px;
    display: table;
    float: left;
}
.site_map_header .search_site_map form .custom-combobox input {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 18px;
    border-radius: 0;
    padding: 14px 20px;
    width: 454px;
    height: 41px;
    border: 0;
    outline: none;
    margin-top: 0;
}
.site_map_header .search_site_map form .custom-combobox a {
    background: #ffffff url("../img/drop_down_btn.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 33px;
    height: 41px;
    border-radius: 0;
    top: -3px;
    border: 0;
    outline: none;
    margin: 0;
    margin-left: -33px;
}
.site_map_header .search_site_map form .search {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    font-size: 18px;
    border: 0;
    padding: 8px 66px;
    display: table;
    float: left;
}
.site_map {
    background: #fafafa;
    padding-top: 6px;
    padding-bottom: 134px;
}
.site_map .region_box {
    margin-top: 66px;
}
.site_map .region_box .country_title {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 30px;
}
.site_map .region_box .region_title {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
}
.site_map .region_box .region_places a {
    font-family: 'Open Sans', sans-serif;
    color: #2a3ba3;
    font-size: 13px;
    text-decoration: underline;
    margin: 0 -15px;
}
/* ------------------------------- Search Section ------------------------------- */
.search_header {
    background: url("../img/dashboard_header.jpg");
    background-size: cover;
}
.search_header div {
    display: table;
    margin: 0 auto;
    padding-top: 21px;
    padding-bottom: 0px;
}
.search_header div h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 30px;
    margin: 0px 0px 0px 0px;
}
.search_header .search_site_map {
    padding-top: 4px;
    padding-bottom: 20px;
}
.search_header .search_site_map form .custom-combobox {
    height: 41px;
    display: table;
    float: left;
}
.search_header .search_site_map form .custom-combobox input {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 18px;
    border-radius: 0;
    padding: 14px 20px;
    width: 431px;
    height: 41px;
    border: 0;
    outline: none;
}
.search_header .search_site_map form .custom-combobox a {
    background: #ffffff url("../img/drop_down_btn.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 33px;
    height: 41px;
    border-radius: 0;
    top: -3px;
    border: 0;
    outline: none;
    margin: 0;
}
.search_header .search_site_map form .search {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    font-size: 18px;
    border: 0;
    padding: 8px 66px;
    display: table;
    float: left;
}
.search_content {
    background: url("../img/dest_bg.jpg");
    background-size: cover;
    float: left;
    width: 100%;
    padding-bottom: 23px;
}
.search_content h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 55px;
}
.search_content p {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 60px;
}
.search_content .dest_block {
    margin-bottom: 30px;
}
.search_content .dest_block figure {
    position: relative;
    min-height: 173px;
    background: rgba(0, 0, 0, 0.41);
}
.search_content .dest_block figure img {
    width: 100%;
    height: auto;
}
.search_content .dest_block figure .img_filter_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.search_content .dest_block figure .figure_info {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
.search_content .dest_block figure .figure_info .place_name {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    float: left;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 10px;
}
.search_content .dest_block figure .figure_info .place_temp {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 18px;
    float: right;
    padding: 5px 10px;
}
.search_content .dest_block figure:hover > .img_filter_hover {
    opacity: .3;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.search_content .show_region_by_letter {
    padding-top: 28px;
    padding-bottom: 26px;
}
.search_content .show_region_by_letter p {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 14px;
    color: #898989;
    display: table;
    float: right;
    margin-bottom: 0;
}
.search_content .show_region_by_letter ul {
    float: right;
    margin: 0;
    padding: 0;
}
.search_content .show_region_by_letter ul li {
    list-style-type: none;
    float: left;
    background: url("../img/border_1.png");
    background-position: right center;
    background-repeat: repeat-y;
}
.search_content .show_region_by_letter ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #898989;
    font-size: 14px;
    padding: 0 6px 0 3px;
}
.search_content .pagination {
    padding-top: 38px;
    padding-bottom: 5px;
    margin: 0 auto;
    display: table;
    width: auto;
    float: none;
    padding-right: 0;
}
.search_content .pagination ul {
    float: right;
    margin: 0;
    padding: 0;
}
.search_content .pagination ul li {
    list-style-type: none;
    float: left;
    background: url("../img/border_1.png");
    background-position: right center;
    background-repeat: repeat-y;
}
.search_content .pagination ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #898989;
    font-size: 14px;
    padding: 0 6px 0 3px;
}
.search_content .pagination ul li:last-child {
    background: none;
}
.search_content .pagination ul li:last-child a {
    padding-right: 0;
}
.search_content .pager {
    padding-top: 38px;
    padding-bottom: 5px;
    margin: 0 auto;
    display: table;
    width: auto;
    float: none;
    padding-right: 0;
}
.search_content .pager ul {
    float: right;
    margin: 0;
    padding: 0;
}
.search_content .pager ul li {
    list-style-type: none;
    float: left;
    background: url("../img/border_1.png");
    background-position: right center;
    background-repeat: repeat-y;
}
.search_content .pager ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #898989;
    font-size: 14px;
    padding: 0 6px 0 3px;
}
.search_content .pager ul li:last-child {
    background: none;
}
.search_content .pager ul li:last-child a {
    padding-right: 0;
}
/* ------------------------------- Region Section ------------------------------- */
.region_header {
    height: auto;
    overflow: hidden;
    position: relative;
}
.region_header img {
    width: 100%;
    height: auto;
}
.region_header .image_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(2, 24, 48, 0.72);
}
.region_header .image_title h1 {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 30px;
    text-align: center;
}
.region_header .region_icon_descrip {
    position: absolute;
    top: 111px;
    width: 100%;
}
.region_header .region_icon_descrip img {
    display: table;
    max-width: 231px;
    margin-left: auto;
    margin-right: auto;
}
.region_header .region_icon_descrip p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 14.5px;
    display: table;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-shadow: 2px 2px 1px #000000;
}
.region_content {
    padding-bottom: 47px;
}
.region_content .region_terms {
    padding-top: 32px;
    padding-bottom: 0px;
}
.region_content .region_terms p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 14.5px;
    text-align: left;
    padding: 0 15px;
    line-height: 26px;
    margin: 0;
}
.region_content h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 30px;
    padding: 0 15px;
    margin-bottom: 38px;
    margin-top: 18px;
}
/* ------------------------------- Region V2 Section ------------------------------- */
.region_header_v2 {
    height: auto;
    overflow: hidden;
    position: relative;
}
.region_header_v2 img {
    width: 100%;
    height: auto;
}
.region_header_v2 .image_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgba(2, 24, 48, 0.72);
}
.region_header_v2 .image_title h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}
.region_content_v2 {
    padding-bottom: 47px;
}
.region_content_v2 .region_terms {
    padding-top: 32px;
    padding-bottom: 0px;
}
.region_content_v2 .region_terms p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 14.5px;
    text-align: left;
    padding: 0 15px;
    line-height: 26px;
    margin: 0;
}
.region_content_v2 h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 30px;
    padding: 0 15px;
    margin-bottom: 38px;
    margin-top: 18px;
}
.region_rating {
    background: #fafafa;
    border-bottom: 2px solid #e8e8e8;
}
.region_rating .top {
    background: url("../img/dashboard_header.jpg");
    background-size: cover;
}
.region_rating .top .overlay {
    display: table;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 11px;
}
.region_rating .top .overlay .container {
    position: relative;
}
.region_rating .top .overlay .container .content {
    display: table;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
.region_rating .top .overlay .container .content h5 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 30px;
    margin: 0px 0px 0px 0px;
}
.region_rating .top .overlay .container .content h5 .arrow img {
    width: 10px;
    height: auto;
    margin-left: 15px;
    cursor: pointer;
}
.region_rating .top .overlay .container .content h5 .arrow .rotate {
    /* FF Chrome Opera etc */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.region_rating .top .overlay .container .manage {
    position: absolute;
    right: -90px;
    top: 15px;
}
.region_rating .top .overlay .container .manage a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    font-size: 13px;
    padding: 10px;
    text-decoration: none;
    outline: none;
}
.region_rating .hidden_review {
    overflow: hidden;
    height: 0px;
    padding: 0 !important;
    margin: 0 !important;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.region_rating .review_form {
    padding-bottom: 45px;
    padding-top: 40px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transit123on: all .4s ease;
}
.region_rating .review_form h5 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #acadad;
    font-size: 22px;
    margin-bottom: 25px;
}
.region_rating .review_form h5 span {
    font-size: 14px;
}
.region_rating .review_form .rating_box {
    width: 30%;
    display: block;
    float: left;
}
.region_rating .review_form .rating_box .rating {
    width: 170px;
    height: 154px;
    background: #f0bd43;
    padding-top: 30px;
}
.region_rating .review_form .rating_box .rating h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 56px;
    text-align: center;
    margin-top: 0;
}
.region_rating .review_form .rating_box .rating p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}
.region_rating .review_form .rating_sliders {
    width: 70%;
    display: block;
    float: left;
}
.region_rating .review_form .rating_sliders .line {
    display: block;
    float: left;
    width: 100%;
}
.region_rating .review_form .rating_sliders .line p {
    margin-bottom: 0;
}
.region_rating .review_form .rating_sliders .rating {
    float: left;
    display: block;
    width: 100%;
    height: 24px;
}
.region_rating .review_form .rating_sliders .rating > div {
    width: 80%;
    display: block;
    float: left;
    height: 15px;
    background-color: #EF5A23;
    border: 0;
    border-radius: 0;
    margin-top: 2px;
}
.region_rating .review_form .rating_sliders .rating > div .ui-slider-range {
    height: 15px !important;
    background-color: #F9AE3A;
    background-image: none;
    border-radius: 0;
    border: 0;
}
.region_rating .review_form .rating_sliders .rating > div .ui-slider-handle {
    width: 15px !important;
    height: 13px !important;
    background-color: #ffffff;
    margin-top: 6px;
    outline: none;
}
.region_rating .review_form .rating_sliders .rating input {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 13px;
    color: #000000 !important;
    width: 20%;
    display: block;
    float: left;
    text-align: center;
    background: transparent;
}
.region_rating .review_form .rating_sliders .required {
    font-family: 'Open Sans', sans-serif;
    color: #dd0000;
    font-size: 10px;
}
.region_rating .review_form .name label {
    width: 100%;
    float: left;
}
.region_rating .review_form .name input {
    display: block;
    float: left;
    width: 100%;
    padding-left: 7px;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-left: 1px solid #f0f0f0;
    outline: none;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.region_rating .review_form .country label {
    width: 100%;
    float: left;
}
.region_rating .review_form .country select {
    display: block;
    float: left;
    width: 100%;
    padding-left: 7px;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-left: 1px solid #f0f0f0;
    outline: none;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.region_rating .review_form .user_review {
    margin-bottom: 70px;
}
.region_rating .review_form .user_review h5 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.region_rating .review_form .user_review textarea {
    height: 90px;
    max-height: 120px;
    width: 100%;
    max-width: 100%;
    display: block;
    float: left;
    border: 0;
    border-left: 1px solid #f0f0f0;
    margin-bottom: 1px;
    padding-left: 30px;
    padding-top: 10px;
    outline: none;
    -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
    box-shadow: 2px 2px 0 0 #e1e1e1;
}
.region_rating .review_form .user_review .positive {
    background-image: url("../img/green-plus.png");
    background-repeat: no-repeat;
    background-position: 10px 13px;
}
.region_rating .review_form .user_review .negative {
    background-image: url("../img/red-negative.png");
    background-repeat: no-repeat;
    background-position: 10px 13px;
}
.region_rating .review_form input[type="submit"] {
    border: 0;
    background: #3079ae;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    width: 160px;
    height: 30px;
    font-size: 13px;
}
/* ------------------------------- FAQ Section ------------------------------- */
.faq_header {
    background: url("../img/dashboard_header.jpg");
    background-size: cover;
}
.faq_header div {
    display: table;
    margin: 0 auto;
    padding-top: 21px;
    padding-bottom: 0px;
}
.faq_header div h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 30px;
    margin: 0px 0px 0px 0px;
    line-height: 36px;
    padding-bottom: 9px;
}
.faq_header .search_faq {
    padding-top: 4px;
    padding-bottom: 20px;
}
.faq_header .search_faq form .custom-combobox {
    height: 41px;
    display: table;
    float: left;
    margin-top: 3px;
}
.faq_header .search_faq form .custom-combobox input {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 18px;
    border-radius: 0;
    padding: 14px 20px;
    width: 431px;
    height: 41px;
    border: 0;
    outline: none;
}
.faq_header .search_faq form .custom-combobox a {
    background: #ffffff url("../img/drop_down_btn.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 33px;
    height: 41px;
    border-radius: 0;
    top: -3px;
    border: 0;
    outline: none;
    margin: 0;
}
.faq_header .search_faq form .search {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #51bef9;
    font-size: 18px;
    border: 0;
    padding: 8px 66px;
    display: table;
    float: left;
}
.faq_content {
    background: #fafafa;
    padding-top: 81px;
    padding-bottom: 134px;
}
.faq_content #v_tabs {
    border: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    padding-left: 15px;
}
.faq_content #v_tabs > ul {
    border: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
}
.faq_content #v_tabs > ul > li {
    background-color: transparent;
    border: 0;
    padding-right: 65px;
    padding-left: 0;
    width: 100%;
}
.faq_content #v_tabs > ul > li > a {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    display: table;
    width: 100%;
    background: url("../img/blue_arrow_right.png");
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 0;
    outline: none;
}
.faq_content #v_tabs > div > .accordion > h3 {
    font-family: 'Open Sans', sans-serif;
    color: #3079ae;
    font-size: 18px;
    width: 570px;
    border: 0;
    border-bottom: 1px solid #cfdceb;
    border-top: 1px solid #cfdceb;
    background: none;
    margin-left: 15px;
    margin-top: -1px;
    margin-bottom: 0;
    padding-left: 0px;
    padding-top: 9px;
    padding-bottom: 12px;
    position: relative;
    outline: none;
    border-radius: 0;
    display: table;
}
.faq_content #v_tabs > div > .accordion > h3:first-child {
    border-top: 0;
}
.faq_content #v_tabs > div > .accordion > h3:before {
    content: url("../img/blue_arrow_down.png");
    left: -15px;
    position: absolute;
    height: 4px;
    display: table;
    top: 6px;
    outline: none;
}
.faq_content #v_tabs > div > .accordion > div {
    background: none;
    border: 0;
    padding: 36px 24px 17px;
}
.faq_content #v_tabs > div > .accordion > div p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 13px;
    line-height: 26px;
}
.faq_content #v_tabs > div > .accordion > div ul {
    margin: 0;
    padding: 0;
}
.faq_content #v_tabs > div > .accordion > div ul li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    display: table;
    border-right: 1px solid #3079ae;
}
.faq_content #v_tabs > div > .accordion > div ul li a {
    text-decoration: none;
    outline: none;
    color: #3079ae;
}
.faq_content #v_tabs > div > .accordion > div ul li:last-child {
    padding-left: 6px;
    border: 0;
}
/* ------------------------------- Cancelation Section ------------------------------- */
.cancelation_content {
    background: #fafafa;
    padding-bottom: 0px;
}
.cancelation_content .container #tabs {
    margin-top: 57px;
    border: 0;
    background: none;
}
.cancelation_content .container #tabs ul {
    background: none;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.cancelation_content .container #tabs ul li {
    background: #3079ae;
    height: 45px;
    width: 25%;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
}
.cancelation_content .container #tabs ul li a {
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 13px;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    display: table;
    outline: none;
}
.cancelation_content .container #tabs ul .ui-tabs-active {
    border-top: 3px solid #f0bd43;
    background: #ffffff;
}
.cancelation_content .container #tabs ul .ui-tabs-active a {
    color: #000000;
}
.cancelation_content .container #tabs > div {
    background: #ffffff;
    float: left;
    width: 100%;
    padding: 0;
    padding-bottom: 244px;
}
.cancelation_content .container #tabs > div > p {
    padding-left: 37px;
}
.cancelation_content .container #tabs > div .content_title {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 30px;
    margin-top: 34px;
    margin-bottom: 22px;
    margin-left: 37px;
}
.cancelation_content .container #tabs > div .policy_term_box .content_title {
    margin-left: 12px;
}
.cancelation_content .container #tabs > div .policy_term_box p {
    font-family: 'OpenSans-Light', sans-serif;
    padding-left: 15px;
}
.cancelation_content .container #tabs > div .policy_term_box .text-center {
    padding: 0 10px;
}
.cancelation_content .container #tabs > div .policy_term_box .text-center p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
}
.cancelation_content .container #tabs .terms {
    padding-bottom: 0 !important;
}
.cancelation_content .container #tabs .terms p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 13.68px;
    margin-bottom: 35px;
    padding-right: 35px;
}
/* ------------------------------- Mobile Pay Section ------------------------------- */
.mobile_pay_header {
    background: #de1113;
    min-height: 107px;
}
.mobile_pay_header .pull-left {
    margin-left: 17px;
    margin-top: 17px;
}
.mobile_pay_header .set-middle {
    display: table;
    position: absolute;
    left: 41%;
}
.mobile_pay_header .pull-right {
    margin-right: 60px;
    margin-top: 28px;
}
.mobile_pay_content {
    background: #f2f2f2;
    padding: 20px 150px !important;
    display: table;
    width: 97%;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 0px 0px 4px 4px;
}
.mobile_pay_content input,
.mobile_pay_content select {
    font-family: 'Verdana';
}
.mobile_pay_content .select_marina select {
    font-size: 17.74px;
    color: #475768;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 12px;
    outline: none;
    margin-bottom: 15px;
}
.mobile_pay_content .card-info .pull-left input {
    height: 40px;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #cccccc;
}
.mobile_pay_content .card-info .pull-left select {
    width: 120px;
    height: 40px;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #cccccc;
}
.mobile_pay_content .card-info .pull-right select {
    width: 120px;
    height: 40px;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #cccccc;
}
.mobile_pay_content .personal-info input {
    height: 40px;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #cccccc;
}
.mobile_pay_content .value_box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    width: 100%;
    border-radius: 4px;
    padding: 15px 20px;
    float: left;
}
.mobile_pay_content .value_box > span {
    float: left;
    display: block;
    font-family: 'Verdana';
}
.mobile_pay_content .value_box p {
    font-family: 'Verdana';
    display: block;
    float: right;
    margin: 0;
}
.mobile_pay_content .pay_btn {
    margin-bottom: 15px;
}
.mobile_pay_content .pay_btn input {
    border: 0;
    color: #ffffff;
    background: #51bef9;
    padding: 13px 17px;
    font-weight: 400;
}
.mobile_pay_content .box_full_width {
    display: block;
    width: 100%;
}
.mobile_pay_content .select_full_width {
    width: 100%;
    display: block;
}
.mobile_pay_content .input_full_width {
    display: block;
    width: 100%;
}
.mobile_pay_content .input_half_width {
    display: block;
    width: 50%;
}
.mobile_pay_footer {
    width: 97%;
    height: 90px;
    margin: 0 auto;
    float: none !important;
    border-radius: 4px ;
    background-image: none;
    background-color: #ffffff;
    padding-left: 30px;
    padding-right: 39px;
}
.mobile_pay_footer .box-left {
    display: inline-block;
    float: left;
}
.mobile_pay_footer .box-left img {
    margin-top: 20px;
    margin-right: 10px;
}
.mobile_pay_footer .pull-right p {
    text-align: right;
    margin-top: 20px;
    font-size: 11px;
    margin-bottom: 5px;
}
.mobile_pay_footer .pull-right p a {
    color: #227cc9;
    text-decoration: none;
    outline: none;
}
.mobile_pay_footer .pull-right h3 {
    font-size: 13px;
    margin: 0;
    text-align: right;
    color: #227cc9;
}
/* ------------------------------- 404 NOT FOUND Section ------------------------------- */
.content_not_found {
    margin-bottom: 380px;
}
.content_not_found h2 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #b20000;
    font-size: 82.2px;
    margin-bottom: 55px;
}
.content_not_found h4 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #b20000;
    font-size: 30px;
    margin-bottom: 45px;
}
.content_not_found p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #061b52;
    font-size: 24px;
}
.content_not_found ul {
    margin: 0;
    padding: 0;
}
.content_not_found ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.content_not_found ul li a {
    font-family: 'OpenSans-Light', sans-serif;
    color: #061b52;
    text-decoration: none;
    outline: none;
}
/* ------------------------------- Reservation Section ------------------------------- */
.reservation_header figure {
    position: relative;
    width: 100%;
    height: auto;
}
.reservation_header figure img {
    width: 100%;
    height: auto;
}
.reservation_header figure .over_box {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.reservation_header figure .over_box h5 {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 37px;
    text-align: center;
    margin: 0;
    margin-bottom: 5px;
}
.reservation_header figure .over_box .shadow_box {
    height: 110px;
    background: rgba(2, 24, 48, 0.95);
    padding-top: 23px;
}
.reservation_header figure .over_box .shadow_box a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 25px;
    padding: 2px 12px;
    margin-top: 10px;
    background: #f0bd43 url("../img/btn_bg.png");
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    outline: none;
    float: right;
    -webkit-box-shadow: 4px 4px 1px 1px #04101d;
    box-shadow: 4px 4px 1px 1px #04101d;
}
.reservation_header figure .over_box .shadow_box ul {
    margin: 0;
    padding: 0;
}
.reservation_header figure .over_box .shadow_box ul li {
    padding-left: 28px;
    font-family: 'OpenSans-Light', sans-serif;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    list-style-type: none;
    background: url("../img/yellow_check.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.reservation_content {
    background: url("../img/rez_grad.png");
    background-repeat: repeat-x;
    background-size: 20px 100%;
}
.reservation_content h1 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 37px;
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
}
.reservation_content .block {
    margin-bottom: 50px;
}
.reservation_content .block figure {
    background: #f3f3f3;
    border-bottom: 4px solid #1f3041;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-right: 25px;
}
.reservation_content .block figure img {
    display: table;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.reservation_content .block figure h5 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    margin-top: 13px;
}
.reservation_content .block figure p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 16px;
    margin: 0;
    padding-left: 5px;
}
.reservation_content .block .about {
    padding-left: 22px;
    padding-right: 22px;
}
.reservation_content .block .about .block_title {
    display: table;
    height: 90px;
    width: 100%;
}
.reservation_content .block .about .block_title h3 {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 36px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 0;
}
.reservation_content .block .about h5 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
}
.reservation_content .block .about p {
    font-family: 'OpenSans-Light', sans-serif;
    color: #000000;
    font-size: 16px;
}
.reservation_footer {
    background: url("../img/footer_bg_2.jpg");
    background-size: cover;
}
.reservation_footer .form {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
}
.reservation_footer .form form input {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    width: 100%;
    text-align: center;
    height: 40px;
    margin-bottom: 10px;
    border: 0;
}
.reservation_footer .form form input[type="submit"] {
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #ffffff;
    background: #51bef9;
}
.reservation_footer .post_footer {
    background: url("../img/footer_bg.jpg");
    background-size: cover;
}
.post_footer {
    display: block;
    height: 45px;
}
.post_footer .pull-left ul {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 10px;
}
.post_footer .pull-left ul li {
    float: left;
    list-style-type: none;
    padding-right: 5px;
    padding-left: 5px;
    border-right: 1px solid #616161;
}
.post_footer .pull-left ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #4d4d4d;
    font-size: 13px;
}
.post_footer .pull-left ul li:last-child {
    border: 0;
}
.post_footer .pull-right p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}
@media only screen and (max-width: 667px) {
    /* ------------------------------- Region Section ------------------------------- */
    .region_header {
        max-height: 377px;
    }
    .region_content .region_terms {
        padding-top: 50px;
        padding-bottom: 25px;
    }
}
@media only screen and (min-width: 769px) {
    #menuBtn {
        display: none;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1360px) {
    /* ------------------------------- Header Section ------------------------------- */
    header {
        display: block;
        background: #de1113;
    }
    header .logo {
        margin: 0 auto;
        margin-top: 7px;
        width: 300px;
        float: left;
        margin-left: 15px;
    }
    header .logo img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    header #menuBtn {
        width: 20px;
        height: 20px;
        margin: -25px 20px 25px 20px;
        float: right;
        display: none;
    }
    header #menuBtn img {
        width: 100%;
        height: auto;
    }
    header .hide_menu {
        display: block;
    }
    header .header_menu {
        display: block;
        float: right;
    }
    header .header_menu ul {
        margin: 0;
        padding: 0;
    }
    header .header_menu ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 9px 7px;
        display: block;
    }
    header .header_menu ul li > div:before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
    header .header_menu ul li .hide_currency {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .currency-box {
        right: -315px;
        -webkit-box-shadow: 2px 2px 0 0 #000000;
        box-shadow: 2px 2px 0 0 #000000;
    }
    header .header_menu ul li .currency-box h2 {
        width: 100%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container {
        padding: 0;
        width: 33.33%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container a {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    header .header_menu ul li .hide_lang {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .language_box {
        left: 0px;
        padding: 10px;
    }
    header .header_menu ul li .language_box li img {
        float: left;
        margin-top: 8px;
        margin-right: 5px;
    }
    header .header_menu ul li .language_box li a {
        color: #000000;
        width: auto;
        padding: 0;
        float: left;
        width: 80px;
    }
    header .header_menu ul li .language_box li a:hover,
    header .header_menu ul li .language_box li a.active {
        background: #181e3e;
        color: #ffffff;
    }
    /* ------------------------------- Dashboard V2 Section ------------------------------- */
    .dashboard_v2_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .dashboard_v2_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v2_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v2_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 25%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v2_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v2_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v2_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v2_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v2_content .container #tabs .col-1 {
        margin-top: 30px;
        padding-right: 30px;
    }
    .dashboard_v2_content .container #tabs .col-1 figure {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .dashboard_v2_content .container #tabs .col-1 figure img {
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
        font-weight: bold;
        margin-top: 29px;
        margin-bottom: 15px;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block table tr td:first-child {
        width: 142px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td:first-child {
        width: 142px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy p span {
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 {
        margin-top: 30px;
        padding-left: 0px;
        padding-right: 0;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url {
        background: #ffffff;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
        float: left;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url h3 span {
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 60%;
        min-height: 100px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table {
        padding-left: 23px;
        margin-left: 25px;
        margin-top: 5px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        vertical-align: top;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td p {
        margin-bottom: 0;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 10px;
        display: table;
        margin-left: 13px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td:first-child {
        width: 155px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info {
        background: #ffffff;
        width: 40%;
        min-height: 100px;
        float: left;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block {
        background: #8e8e8e;
        padding: 0px 6px;
        width: 70px;
        height: 74px;
        margin-right: 1px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block span {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 11px;
        line-height: 11px;
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 30px;
        line-height: 26px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 3px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 10px;
        margin-bottom: 0;
        line-height: 10px;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 100%;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities {
        background: #ffffff;
        padding-left: 25px;
        border-top: 3px solid #fafafa;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
        padding-bottom: 15px;
        float: left;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 34px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 21px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td i {
        margin-right: 3px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td:first-child {
        width: 270px;
    }
    .dashboard_v2_content .container #tabs .col-3 {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 0;
        float: left;
    }
    .dashboard_v2_content .container #tabs .col-3 a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 8px 8px;
        text-decoration: none;
        outline: none;
        display: table;
        float: left;
        margin-right: 6px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table {
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table tr td:first-child {
        width: 144px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 0px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs hr {
        border-top: 3px solid #f0bd43;
        height: 3px;
        margin-top: 10px;
        margin-bottom: 0px;
        display: table;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price {
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-left {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        margin-left: 0;
        display: table;
        width: auto;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-right {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        display: table;
        width: auto;
    }
    .dashboard_v2_content .container #tabs .gmap {
        margin-bottom: -5px;
        float: left;
        width: 100%;
    }
    /* ------------------------------- Modules ------------------------------- */
    .section_title h3 {
        font-size: 42.72px;
        line-height: 46.16px;
    }
    .container {
        width: 100% !important;
    }
    /* ------------------------------- Featured Section ------------------------------- */
    .featured_dest {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .featured_dest h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .featured_dest p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .featured_dest .dest_block {
        margin-bottom: 30px;
        width: 50%;
        float: left;
    }
    .featured_dest .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .featured_dest .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .featured_dest .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_dest .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .featured_dest .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_marinas {
        padding-bottom: 50px;
    }
    .featured_marinas > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 32px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .featured_marinas > p {
        font-size: 14px;
        padding: 0 30px;
    }
    .featured_marinas .locations {
        display: block;

        float: left;
    }
    .featured_marinas .locations > p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .featured_marinas .locations .place_forecast {
        height: 178px;
        background: #c2c2c2;
    }
    .featured_marinas .locations .place_forecast > p {
        font-family: 'Dosis-Regular';
        color: #ffffff;
        font-size: 18.39px;
        text-align: right;
        padding: 7px 10px;
    }
    .featured_marinas .locations .place_forecast > p > i {
        margin-right: 5px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    /* ------------------------------- Header Section ------------------------------- */
    header {
        display: block;
        background: #de1113;
    }
    header .logo {
        margin: 0 auto;
        margin-top: 7px;
        width: 300px;
        float: left;
        margin-left: 15px;
    }
    header .logo img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    header #menuBtn {
        width: 20px;
        height: 20px;
        margin: -25px 20px 25px 20px;
        float: right;
        display: none;
    }
    header #menuBtn img {
        width: 100%;
        height: auto;
    }
    header .hide_menu {
        display: block;
    }
    header .header_menu {
        display: block;
        float: right;
    }
    header .header_menu ul {
        margin: 0;
        padding: 0;
    }
    header .header_menu ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 9px 7px;
        display: block;
    }
    header .header_menu ul li > div:before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
    header .header_menu ul li .hide_currency {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .currency-box {
        right: -315px;
        -webkit-box-shadow: 2px 2px 0 0 #000000;
        box-shadow: 2px 2px 0 0 #000000;
    }
    header .header_menu ul li .currency-box h2 {
        width: 100%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container {
        padding: 0;
        width: 33.33%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container a {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    header .header_menu ul li .hide_lang {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .language_box {
        left: 0px;
        padding: 10px;
    }
    header .header_menu ul li .language_box li a {
        color: #000000;
        width: auto;
        padding: 0;
    }
    header .header_menu ul li .language_box li a span {
        background: #ffffff;
        padding: 4px 3px 4px 0;
    }
    header .header_menu ul li .language_box li a:hover,
    header .header_menu ul li .language_box li a.active {
        background: #181e3e;
        color: #ffffff;
    }
    /* ------------------------------- Footer Section ------------------------------- */
    footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 43px;
    }
    footer .footer_red_band {
        float: left;
        width: 100%;
        background: #dd3032;
    }
    footer .footer_red_band .container ul {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 13px;
    }
    footer .footer_red_band .container ul li:first-child {
        border-left: 0;
    }
    footer .footer_red_band .container ul li {
        float: left;
        list-style-type: none;
        border-right: 0;
        border-left: 1px solid #ef8f90;
    }
    footer .footer_red_band .container ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 4px;
        display: block;
    }
    footer .footer_container {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 37px;
    }
    footer .footer_container h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-left: 13px;
    }
    footer .footer_container .pull-left {
        display: table;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left {
        margin-right: 0px;
        margin-left: 0px;
        width: 50%;
        padding-right: 20px;
        padding-left: 12px;
    }
    footer .footer_container .pull-left .col-left ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left ul li {
        border-bottom: 1px solid #4d4d4d;
        list-style-type: none;
        padding: 10px 0;
    }
    footer .footer_container .pull-left .col-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
        text-decoration: none;
    }
    footer .footer_container .pull-left .col-left ul li:last-child {
        border-bottom: 0px;
    }
    footer .footer_container .pull-left .col-left:last-child {
        margin-right: 0px;
    }
    footer .footer_container .pull-right {
        width: 100%;
        margin-top: 20px;
        padding-left: 12px;
        padding-right: 20px;
    }
    footer .footer_container .pull-right h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    footer .footer_container .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 12px;
        margin-bottom: 14px;
        text-align: justify;
    }
    /* ------------------------------- Dashboard V2 Section ------------------------------- */
    .dashboard_v2_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .dashboard_v2_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v2_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v2_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 25%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v2_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v2_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v2_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v2_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v2_content .container #tabs .col-1 {
        margin-top: 30px;
        padding-right: 30px;
    }
    .dashboard_v2_content .container #tabs .col-1 figure {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .dashboard_v2_content .container #tabs .col-1 figure img {
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
        font-weight: bold;
        margin-top: 29px;
        margin-bottom: 15px;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block table tr td:first-child {
        width: 142px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td:first-child {
        width: 142px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy p span {
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 {
        margin-top: 30px;
        padding-left: 0px;
        padding-right: 0;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url {
        background: #ffffff;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
        float: left;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url h3 span {
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 60%;
        min-height: 100px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table {
        padding-left: 23px;
        margin-left: 25px;
        margin-top: 5px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        vertical-align: top;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td p {
        margin-bottom: 0;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 10px;
        display: table;
        margin-left: 13px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td:first-child {
        width: 155px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info {
        background: #ffffff;
        width: 40%;
        min-height: 100px;
        float: left;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block {
        background: #8e8e8e;
        padding: 0px 6px;
        width: 70px;
        height: 74px;
        margin-right: 1px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block span {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 11px;
        line-height: 11px;
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 30px;
        line-height: 26px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 3px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 10px;
        margin-bottom: 0;
        line-height: 10px;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 100%;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities {
        background: #ffffff;
        padding-left: 25px;
        border-top: 3px solid #fafafa;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
        padding-bottom: 15px;
        float: left;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 34px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 21px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td i {
        margin-right: 3px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td:first-child {
        width: 270px;
    }
    .dashboard_v2_content .container #tabs .col-3 {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 0;
        float: left;
    }
    .dashboard_v2_content .container #tabs .col-3 a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 8px 8px;
        text-decoration: none;
        outline: none;
        display: table;
        float: left;
        margin-right: 6px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table {
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table tr td:first-child {
        width: 144px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 0px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs hr {
        border-top: 3px solid #f0bd43;
        height: 3px;
        margin-top: 10px;
        margin-bottom: 0px;
        display: table;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price {
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-left {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        margin-left: 0;
        display: table;
        width: auto;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-right {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        display: table;
        width: auto;
    }
    .dashboard_v2_content .container #tabs .gmap {
        margin-bottom: -5px;
        float: left;
        width: 100%;
    }
    /* ------------------------------- Modules ------------------------------- */
    .img_slider {
        position: relative;
    }
    .img_slider #owl-demo {
        position: relative;
    }
    .img_slider #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .img_slider #owl-demo .owl-controls {
        margin-top: 0;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 37%;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev {
        float: left;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next {
        float: right;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider .book_section {
        position: relative;
        bottom: 0;
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .img_slider .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .img_slider .book_section .book_container h3 {
        font-size: 24.24px;
        line-height: 43.78px;
    }
    .img_slider .book_section .book_container form input {
        width: 31.33% !important;
        float: left;
        height: 41px !important;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .img_slider .book_section .book_container form .boat {
        width: 31.33%;
        margin-right: 2%;
        float: left;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .lenght {
        width: 31.33%;
        margin-right: 2%;
        float: left;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
        padding: 12px 90px;
    }
    .section_title h3 {
        font-size: 42.72px;
        line-height: 46.16px;
    }
    .container {
        width: 100% !important;
    }
    /* ------------------------------- Featured Section ------------------------------- */
    .featured_dest {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .featured_dest h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .featured_dest p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .featured_dest .dest_block {
        margin-bottom: 30px;

        float: left;
    }
    .featured_dest .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .featured_dest .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .featured_dest .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_dest .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .featured_dest .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_marinas {
        padding-bottom: 50px;
    }
    .featured_marinas > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 32px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .featured_marinas > p {
        font-size: 14px;
        padding: 0 30px;
    }
    .featured_marinas .locations {
        display: block;

        float: left;
    }
    .featured_marinas .locations > p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .featured_marinas .locations .place_forecast {
        height: 178px;
        background: #c2c2c2;
    }
    .featured_marinas .locations .place_forecast > p {
        font-family: 'Dosis-Regular';
        color: #ffffff;
        font-size: 18.39px;
        text-align: right;
        padding: 7px 10px;
    }
    .featured_marinas .locations .place_forecast > p > i {
        margin-right: 5px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    /* ------------------------------- Header Section ------------------------------- */
    header {
        display: block;
        background: #de1113;
    }
    header .logo {
        margin: 0 auto;
        margin-top: 7px;
        width: 300px;
        float: left;
        margin-left: 15px;
    }
    header .logo img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    header #menuBtn {
        width: 20px;
        height: 20px;
        margin: -25px 20px 25px 20px;
        float: right;
        display: none;
    }
    header #menuBtn img {
        width: 100%;
        height: auto;
    }
    header .hide_menu {
        display: block;
    }
    header .header_menu {
        display: block;
        float: right;
    }
    header .header_menu ul {
        margin: 0;
        padding: 0;
    }
    header .header_menu ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 9px 7px;
        display: block;
    }
    header .header_menu ul li > div:before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
    header .header_menu ul li .hide_currency {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .currency-box {
        right: -315px;
        -webkit-box-shadow: 2px 2px 0 0 #000000;
        box-shadow: 2px 2px 0 0 #000000;
    }
    header .header_menu ul li .currency-box h2 {
        width: 100%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container {
        padding: 0;
        width: 33.33%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container a {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    header .header_menu ul li .hide_lang {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .language_box {
        left: 0px;
        padding: 10px;
    }
    header .header_menu ul li .language_box li a {
        color: #000000;
        width: auto;
        padding: 0;
    }
    header .header_menu ul li .language_box li a span {
        background: #ffffff;
        padding: 4px 3px 4px 0;
    }
    header .header_menu ul li .language_box li a:hover,
    header .header_menu ul li .language_box li a.active {
        background: #181e3e;
        color: #ffffff;
    }
    /* ------------------------------- Footer Section ------------------------------- */
    footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 43px;
    }
    footer .footer_red_band {
        float: left;
        width: 100%;
        background: #dd3032;
    }
    footer .footer_red_band .container ul {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 13px;
    }
    footer .footer_red_band .container ul li:first-child {
        border-left: 0;
    }
    footer .footer_red_band .container ul li {
        float: left;
        list-style-type: none;
        border-right: 0;
        border-left: 1px solid #ef8f90;
    }
    footer .footer_red_band .container ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 4px;
        display: block;
    }
    footer .footer_container {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 37px;
    }
    footer .footer_container h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-left: 13px;
    }
    footer .footer_container .pull-left {
        display: table;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left {
        margin-right: 0px;
        margin-left: 0px;
        width: 50%;
        padding-right: 20px;
        padding-left: 12px;
    }
    footer .footer_container .pull-left .col-left ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left ul li {
        border-bottom: 1px solid #4d4d4d;
        list-style-type: none;
        padding: 10px 0;
    }
    footer .footer_container .pull-left .col-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
        text-decoration: none;
    }
    footer .footer_container .pull-left .col-left ul li:last-child {
        border-bottom: 0px;
    }
    footer .footer_container .pull-left .col-left:last-child {
        margin-right: 0px;
    }
    footer .footer_container .pull-right {
        width: 100%;
        margin-top: 20px;
        padding-left: 12px;
        padding-right: 20px;
    }
    footer .footer_container .pull-right h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    footer .footer_container .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 12px;
        margin-bottom: 14px;
        text-align: justify;
    }
    /* ------------------------------- Dashboard V2 Section ------------------------------- */
    .dashboard_v2_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .dashboard_v2_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v2_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v2_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 25%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v2_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v2_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v2_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v2_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v2_content .container #tabs .col-1 {
        margin-top: 30px;
        padding-right: 30px;
    }
    .dashboard_v2_content .container #tabs .col-1 figure {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .dashboard_v2_content .container #tabs .col-1 figure img {
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
        font-weight: bold;
        margin-top: 29px;
        margin-bottom: 15px;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block table tr td:first-child {
        width: 142px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td:first-child {
        width: 142px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy p span {
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 {
        margin-top: 30px;
        padding-left: 0px;
        padding-right: 0;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url {
        background: #ffffff;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
        float: left;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url h3 span {
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 60%;
        min-height: 100px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table {
        padding-left: 23px;
        margin-left: 25px;
        margin-top: 5px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        vertical-align: top;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td p {
        margin-bottom: 0;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 10px;
        display: table;
        margin-left: 13px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td:first-child {
        width: 155px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info {
        background: #ffffff;
        width: 40%;
        min-height: 100px;
        float: left;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block {
        background: #8e8e8e;
        padding: 0px 6px;
        width: 70px;
        height: 74px;
        margin-right: 1px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block span {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 11px;
        line-height: 11px;
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 30px;
        line-height: 26px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 3px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 10px;
        margin-bottom: 0;
        line-height: 10px;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 100%;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities {
        background: #ffffff;
        padding-left: 25px;
        border-top: 3px solid #fafafa;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
        padding-bottom: 15px;
        float: left;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 34px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 21px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td i {
        margin-right: 3px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td:first-child {
        width: 270px;
    }
    .dashboard_v2_content .container #tabs .col-3 {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 0;
        float: left;
    }
    .dashboard_v2_content .container #tabs .col-3 a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 8px 8px;
        text-decoration: none;
        outline: none;
        display: table;
        float: left;
        margin-right: 6px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table {
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table tr td:first-child {
        width: 144px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 0px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs hr {
        border-top: 3px solid #f0bd43;
        height: 3px;
        margin-top: 10px;
        margin-bottom: 0px;
        display: table;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price {
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-left {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        margin-left: 0;
        display: table;
        width: auto;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-right {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        display: table;
        width: auto;
    }
    .dashboard_v2_content .container #tabs .gmap {
        margin-bottom: -5px;
        float: left;
        width: 100%;
    }
    /* ------------------------------- Modules ------------------------------- */
    .img_slider {
        position: relative;
    }
    .img_slider #owl-demo {
        position: relative;
    }
    .img_slider #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .img_slider #owl-demo .owl-controls {
        margin-top: 0;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 37%;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev {
        float: left;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next {
        float: right;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider .book_section {
        position: relative;
        bottom: 0;
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .img_slider .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .img_slider .book_section .book_container h3 {
        font-size: 24.24px;
        line-height: 43.78px;
    }
    .img_slider .book_section .book_container form input {
        width: 31.33% !important;
        float: left;
        height: 41px !important;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .img_slider .book_section .book_container form .boat {
        width: 31.33%;
        margin-right: 2%;
        float: left;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .lenght {
        width: 31.33%;
        margin-right: 2%;
        float: left;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 12px 55px;
    }
    .section_title h3 {
        font-size: 42.72px;
        line-height: 46.16px;
    }
    .container {
        width: 100% !important;
    }
    /* ------------------------------- Featured Section ------------------------------- */
    .featured_dest {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .featured_dest h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .featured_dest p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .featured_dest .dest_block {
        margin-bottom: 30px;
        width: 50%;
        float: left;
    }
    .featured_dest .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .featured_dest .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .featured_dest .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_dest .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .featured_dest .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_marinas {
        padding-bottom: 50px;
    }
    .featured_marinas > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 32px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .featured_marinas > p {
        font-size: 14px;
        padding: 0 30px;
    }
    .featured_marinas .locations {
        display: block;
       /* width: 50%;*/
        float: left;
    }
    .featured_marinas .locations > p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .featured_marinas .locations .place_forecast {
        height: 178px;
        background: #c2c2c2;
    }
    .featured_marinas .locations .place_forecast > p {
        font-family: 'Dosis-Regular';
        color: #ffffff;
        font-size: 18.39px;
        text-align: right;
        padding: 7px 10px;
    }
    .featured_marinas .locations .place_forecast > p > i {
        margin-right: 5px;
    }
    /* ------------------------------- Search Section ------------------------------- */
    .search_content {
        background: url("../img/dest_bg.jpg");
        background-size: cover;
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .search_content h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .search_content p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .search_content .dest_block {
        margin-bottom: 30px;
    }
    .search_content .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .search_content .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .search_content .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .search_content .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .search_content .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .search_content .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .search_content .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    /* ------------------------------- Cancelation Section ------------------------------- */
    .cancelation_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .cancelation_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .cancelation_content .container #tabs > div {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
    }
    .cancelation_content .container #tabs > div > p {
        padding-left: 10px;
        padding-right: 10px;
        text-align: justify;
    }
    .cancelation_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .cancelation_content .container #tabs > div .policy_term_box {
        margin-bottom: 0;
    }
    .cancelation_content .container #tabs > div .policy_term_box img {
        width: 100%;
    }
    .cancelation_content .container #tabs > div .policy_term_box .content_title {
        margin-left: 12px;
    }
    .cancelation_content .container #tabs > div .policy_term_box p {
        font-family: 'OpenSans-Light', sans-serif;
        padding-left: 15px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center {
        padding: 0 10px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 10px;
        text-align: center;
        margin-top: 10px;
        padding-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    /* ------------------------------- Header Section ------------------------------- */
    header {
        display: block;
        background: #de1113;
    }
    header .logo {
        margin: 0 auto;
        margin-top: 7px;
        width: 300px;
        float: left;
        margin-left: 15px;
    }
    header .logo img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    header #menuBtn {
        width: 20px;
        height: 20px;
        margin: -25px 20px 25px 20px;
        float: right;
        display: none;
    }
    header #menuBtn img {
        width: 100%;
        height: auto;
    }
    header .hide_menu {
        display: block;
    }
    header .header_menu {
        display: block;
        float: right;
    }
    header .header_menu ul {
        margin: 0;
        padding: 0;
    }
    header .header_menu ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 9px 7px;
        display: block;
    }
    header .header_menu ul li > div:before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
    header .header_menu ul li .hide_currency {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .currency-box {
        right: -315px;
        -webkit-box-shadow: 2px 2px 0 0 #000000;
        box-shadow: 2px 2px 0 0 #000000;
    }
    header .header_menu ul li .currency-box h2 {
        width: 100%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container {
        padding: 0;
        width: 33.33%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container a {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    header .header_menu ul li .hide_lang {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .language_box {
        left: 0px;
        padding: 10px;
    }
    header .header_menu ul li .language_box li a {
        color: #000000;
        width: auto;
        padding: 0;
    }
    header .header_menu ul li .language_box li a span {
        background: #ffffff;
        padding: 4px 3px 4px 0;
    }
    header .header_menu ul li .language_box li a:hover,
    header .header_menu ul li .language_box li a.active {
        background: #181e3e;
        color: #ffffff;
    }
    /* ------------------------------- Footer Section ------------------------------- */
    footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 43px;
    }
    footer .footer_red_band {
        float: left;
        width: 100%;
        background: #dd3032;
    }
    footer .footer_red_band .container ul {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 13px;
    }
    footer .footer_red_band .container ul li:first-child {
        border-left: 0;
    }
    footer .footer_red_band .container ul li {
        float: left;
        list-style-type: none;
        border-right: 0;
        border-left: 1px solid #ef8f90;
    }
    footer .footer_red_band .container ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 4px;
        display: block;
    }
    footer .footer_container {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 37px;
    }
    footer .footer_container h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-left: 13px;
    }
    footer .footer_container .pull-left {
        display: table;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left {
        margin-right: 0px;
        margin-left: 0px;
        width: 50%;
        padding-right: 20px;
        padding-left: 12px;
    }
    footer .footer_container .pull-left .col-left ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left ul li {
        border-bottom: 1px solid #4d4d4d;
        list-style-type: none;
        padding: 10px 0;
    }
    footer .footer_container .pull-left .col-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
        text-decoration: none;
    }
    footer .footer_container .pull-left .col-left ul li:last-child {
        border-bottom: 0px;
    }
    footer .footer_container .pull-left .col-left:last-child {
        margin-right: 0px;
    }
    footer .footer_container .pull-right {
        width: 100%;
        margin-top: 20px;
        padding-left: 12px;
        padding-right: 20px;
    }
    footer .footer_container .pull-right h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    footer .footer_container .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 12px;
        margin-bottom: 14px;
        text-align: justify;
    }
    /* ------------------------------- Modules ------------------------------- */
    .img_slider {
        position: relative;
    }
    .img_slider #owl-demo {
        position: relative;
    }
    .img_slider #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .img_slider #owl-demo .owl-controls {
        margin-top: 0;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 37%;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev {
        float: left;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next {
        float: right;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider .book_section {
        position: relative;
        bottom: 0;
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .img_slider .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .img_slider .book_section .book_container h3 {
        font-size: 24.24px;
        line-height: 43.78px;
    }
    .img_slider .book_section .book_container form input {
        width: 31.2% ;
        float: left;
        height: 41px ;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .img_slider .book_section .book_container form .boat {
            width: 31.2%;
        margin-right: 2%;
        float: left;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .lenght {
        width: 31.33%;
        margin-right: 2%;
        float: left;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 12px 90px;
    }
    .section_title h3 {
        font-size: 42.72px;
        line-height: 46.16px;
    }
    .container {
        width: 100% !important;
    }
    /* ------------------------------- Dashboard V2 Section ------------------------------- */
    .dashboard_v2_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .dashboard_v2_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v2_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v2_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 25%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v2_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v2_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v2_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v2_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v2_content .container #tabs .col-1 {
        margin-top: 30px;
        padding-right: 30px;
    }
    .dashboard_v2_content .container #tabs .col-1 figure {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .dashboard_v2_content .container #tabs .col-1 figure img {
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
        font-weight: bold;
        margin-top: 29px;
        margin-bottom: 15px;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block table tr td:first-child {
        width: 142px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td:first-child {
        width: 142px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy p span {
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 {
        margin-top: 30px;
        padding-left: 0px;
        padding-right: 0;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url {
        background: #ffffff;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
        float: left;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url h3 span {
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 100%;
        min-height: 100px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table {
        padding-left: 23px;
        margin-left: 25px;
        margin-top: 5px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        vertical-align: top;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td p {
        margin-bottom: 0;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 10px;
        display: table;
        margin-left: 13px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td:first-child {
        width: 155px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info {
        background: #ffffff;
        width: 100%;
        min-height: 100px;
        float: left;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block {
        background: #8e8e8e;
        padding: 0px 6px;
        width: 70px;
        height: 74px;
        margin-right: 1px;
        margin-top: 10px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block span {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 11px;
        line-height: 11px;
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 30px;
        line-height: 26px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 3px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 10px;
        margin-bottom: 0;
        line-height: 10px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block:first-child {
        margin-left: 20px;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 100%;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities {
        background: #ffffff;
        padding-left: 25px;
        border-top: 3px solid #fafafa;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
        padding-bottom: 15px;
        float: left;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 34px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 21px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td i {
        margin-right: 3px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td:first-child {
        width: 270px;
    }
    .dashboard_v2_content .container #tabs .col-3 {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 0;
        float: left;
    }
    .dashboard_v2_content .container #tabs .col-3 a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 8px 8px;
        text-decoration: none;
        outline: none;
        display: table;
        float: left;
        margin-right: 6px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table {
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table tr td:first-child {
        width: 144px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 0px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs hr {
        border-top: 3px solid #f0bd43;
        height: 3px;
        margin-top: 10px;
        margin-bottom: 0px;
        display: table;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price {
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-left {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        margin-left: 0;
        display: table;
        width: auto;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-right {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        display: table;
        width: auto;
    }
    .dashboard_v2_content .container #tabs .gmap {
        margin-bottom: -5px;
        float: left;
        width: 100%;
    }
    /* ------------------------------- Dashboard v3 Section ------------------------------- */
    .dashboard_v3_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_v3_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v3_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v3_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v3_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v3_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 figure {
        padding-left: 0;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details .price {
        line-height: 40px;
        float: right;
        text-align: center;
        position: relative;
        right: 0px;
        bottom: 0;
        margin-top: -70px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description {
        width: 70%;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description p {
        text-align: justify;
    }
    /* ------------------------------- Featured Section ------------------------------- */
    .featured_dest {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .featured_dest h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .featured_dest p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .featured_dest .dest_block {
        margin-bottom: 30px;
        /*width: 50%;*/
        float: left;
    }
    .featured_dest .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .featured_dest .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .featured_dest .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_dest .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .featured_dest .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_marinas {
        padding-bottom: 50px;
    }
    .featured_marinas > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 32px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .featured_marinas > p {
        font-size: 14px;
        padding: 0 30px;
    }
    .featured_marinas .locations {
        display: block;

        float: left;
    }
    .featured_marinas .locations > p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .featured_marinas .locations .place_forecast {
        height: 178px;
        background: #c2c2c2;
    }
    .featured_marinas .locations .place_forecast > p {
        font-family: 'Dosis-Regular';
        color: #ffffff;
        font-size: 18.39px;
        text-align: right;
        padding: 7px 10px;
    }
    .featured_marinas .locations .place_forecast > p > i {
        margin-right: 5px;
    }
    /* ------------------------------- FAQ Section ------------------------------- */
    .faq_content {
        background: #fafafa;
        padding-top: 81px;
        padding-bottom: 134px;
    }
    .faq_content #v_tabs {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .faq_content #v_tabs > ul {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
        padding-left: 10px;
        width: 40%;
        float: left;
    }
    .faq_content #v_tabs > ul > li {
        background-color: transparent;
        border: 0;
        padding-right: 65px;
        padding-left: 0;
    }
    .faq_content #v_tabs > ul > li > a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        display: table;
        width: 100%;
        background: url("../img/blue_arrow_right.png");
        background-repeat: no-repeat;
        background-position: center right;
        padding-left: 0;
        outline: none;
    }
    .faq_content #v_tabs > div {
        padding: 10px;
        width: 55%;
        float: left;
    }
    .faq_content #v_tabs > div > .accordion {
        width: 100%;
    }
    .faq_content #v_tabs > div > .accordion > h3 {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 18px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #cfdceb;
        border-top: 1px solid #cfdceb;
        background: none;
        margin-left: 15px;
        margin-top: -1px;
        padding-left: 0px;
        padding-top: 19px;
        padding-bottom: 13px;
        position: relative;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > h3:first-child {
        border-top: 0;
    }
    .faq_content #v_tabs > div > .accordion > h3:before {
        content: url("../img/blue_arrow_down.png");
        left: -15px;
        position: absolute;
        height: 4px;
        display: table;
        top: 16px;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > div {
        background: none;
        border: 0;
        padding: 36px 24px 17px;
    }
    .faq_content #v_tabs > div > .accordion > div p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 26px;
    }
    .faq_content #v_tabs > div > .accordion > div ul {
        margin: 0;
        padding: 0;
    }
    .faq_content #v_tabs > div > .accordion > div ul li {
        list-style-type: none;
        float: left;
        padding-right: 6px;
        display: table;
        border-right: 1px solid #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li a {
        text-decoration: none;
        outline: none;
        color: #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li:last-child {
        padding-left: 6px;
        border: 0;
    }
    /* ------------------------------- Contact Section ------------------------------- */
    .contact_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .contact_header div {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .contact_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .contact_content {
        padding-bottom: 134px;
        background: #dfdfdf;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(12%, #fafafa), color-stop(87%, #fafafa), color-stop(100%, #e5e5e5));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#e5e5e5', GradientType=0);
        /* IE6-8 */
    }
    .contact_content .form_box {
        padding-top: 56px;
    }
    .contact_content .form_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .contact_content .form_box form {
        padding-left: 0;
    }
    .contact_content .form_box form .row > .col-md-6 {
        width: 50%;
        float: left;
    }
    .contact_content .form_box form .row > .col-md-12 {
        width: 100%;
        float: left;
    }
    .contact_content .form_box form label {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 17px;
        width: 100%;
    }
    .contact_content .form_box form input {
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #c3c3c3;
        font-size: 13px;
        width: 100%;
        height: 30px;
    }
    .contact_content .form_box form textarea {
        border: 1px solid #c3c3c3;
        max-width: 100%;
        width: 100%;
        height: 120px;
        max-height: 120px;
    }
    .contact_content .form_box form input[type="submit"] {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #3079ae;
        border: 0;
        font-size: 13px;
        display: table;
        width: auto;
        float: right;
        padding: 8px 34px;
        margin-top: 37px;
        height: auto;
    }
    .contact_content .form_box form div > .box_input {
        width: 33px;
        height: 30px;
        padding: 6px;
        text-align: center;
    }
    .contact_content .form_box form div > span {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        padding: 0 7px;
    }
    .contact_content .form_box form div > .result {
        width: 94px;
    }
    .contact_content .contact_scroll {
        background: #ffffff;
        border-bottom: 3px solid #f0bd43;
        padding: 43px 40px 55px;
        margin-top: 20px;
    }
    .contact_content .contact_scroll ul {
        margin: 0;
        padding: 0;
    }
    .contact_content .contact_scroll ul li {
        list-style-type: none;
        border-bottom: 1px solid #425263;
        padding-bottom: 12px;
    }
    .contact_content .contact_scroll ul li h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 13px;
        margin-bottom: 3px;
    }
    .contact_content .contact_scroll ul li p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #1a2040;
        font-size: 14px;
        margin-bottom: 0;
    }
    .contact_content .contact_scroll .contact_socials {
        margin-top: 13px;
    }
    .contact_content .contact_scroll .contact_socials i {
        margin-right: 25px;
        font-weight: bold;
        text-transform: none;
        font-size: 27px;
    }
    .contact_content .contact_scroll .contact_socials i a {
        color: #1a2040;
        text-decoration: none;
    }
    /* ------------------------------- Cancelation Section ------------------------------- */
    .cancelation_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .cancelation_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .cancelation_content .container #tabs > div {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
    }
    .cancelation_content .container #tabs > div > p {
        padding-left: 10px;
        padding-right: 10px;
        text-align: justify;
    }
    .cancelation_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .cancelation_content .container #tabs > div .policy_term_box {
        margin-bottom: 0;
    }
    .cancelation_content .container #tabs > div .policy_term_box img {
        width: 100%;
    }
    .cancelation_content .container #tabs > div .policy_term_box .content_title {
        margin-left: 12px;
    }
    .cancelation_content .container #tabs > div .policy_term_box p {
        font-family: 'OpenSans-Light', sans-serif;
        padding-left: 15px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center {
        padding: 0 10px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 10px;
        text-align: center;
        margin-top: 10px;
        padding-left: 0;
    }
    /* ------------------------------- search Results Section ------------------------------- */
    .search_result_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .search_result_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .search_result_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .search_result_content .container .vertical_gmap {
        width: 100%;
    }
    .search_result_content .container .vertical_gmap .row {
        margin-right: -15px;
    }
    .search_result_content .container .vertical_gmap .row iframe {
        height: 180px;
    }
    .search_result_content .container .search_results {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .search_result_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .search_result_content .container .search_results form {
        display: table;
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range {
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .search_result_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results form .price_range .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results .anchor_book {
        width: 100%;
    }
    .search_result_content .container .search_results .anchor_book .pull-left {
        width: 50%;
        margin-bottom: 5px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left span {
        margin-right: 10px;
        margin-left: 8px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        display: inline-block;
    }
    .search_result_content .container .search_results .more_btn_holder {
        display: table;
        float: right;
    }
    .search_result_content .container .search_results .more_btn_holder a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 10px 52px;
        display: table;
    }
    .search_result_content .container .search_results .sort_section {
        margin-top: 30px;
        margin-bottom: 23px;
    }
    .search_result_content .container .search_results .sort_section .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .sort_section .pull-right select {
        background: #ffffff;
        border: 1px solid #ebebeb;
        width: 40%;
        height: 30px;
        float: left;
        outline: none;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .sort_section h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-family: 22.65px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .search_filters {
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .search_result_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .search_result_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .search_result_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .search_result_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details {
        float: left;
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .pull-right a {
        padding: 9px 24px !important;
    }
    .book_section {
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .book_section .book_container h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        text-align: center;
        font-size: 37.24px;
        line-height: 53.78px;
        margin-top: 0;
        margin-bottom: 13px;
    }
    .book_section .book_container form input {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        background: #ffffff;
        border: 0;
        width: 32%;
        float: left;
        padding: 13px 13px;
        margin-bottom: 10px;
        margin-right: 8px;
    }
    .book_section .book_container form select {
        margin-bottom: 10px;
        width: 31.2%;
        margin-right: 4px;
    }
    .book_section .book_container form input[type="submit"] {
        padding: 0px !important;
    }
    .hidden_shortcuts_menu {
        background: #3e4c5b;
        display: none;
        width: 100%;
        z-index: 9999;
        top: 0;
    }
    .hidden_shortcuts_menu .menu_title {
        float: left;
        width: 20%;
    }
    .hidden_shortcuts_menu .menu_title h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 18px;
    }
    .hidden_shortcuts_menu .shortcuts {
        float: right;
        width: 80%;
    }
    .hidden_shortcuts_menu .shortcuts ul {
        float: right;
        margin: 0;
    }
    .hidden_shortcuts_menu .shortcuts ul li {
        float: left;
        list-style-type: none;
    }
    .hidden_shortcuts_menu .shortcuts ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        line-height: 40px;
        padding: 7px 25px;
    }
    .hidden_shortcuts_menu .shortcuts ul li a.current {
        border-bottom: 4px solid #b2b7bd;
    }
    .hidden_shortcuts_menu .shortcuts ul li a:hover {
        color: #51bef9;
    }
}
@media only screen and (max-width: 991px) {
    .contact_content .contact_scroll {
        margin-top: 20px !important;
    }
    .policy_term_box img {
        width: 100%;
    }
    .subscribe {
        display: none;
    }
    .owl-buttons {
        display: none;
    }
}
@media only screen and (min-width: 571px) and (max-width: 991px) {
    .section_title h3 {
        font-size: 22.72px;
        line-height: 36.16px;
    }
    .floating_box #tabs {
        width: 550px;
        margin: 10px auto;
    }
    .floating_box #tabs #sign_in .col-md-6 {
        width: 50%;
        float: left;
    }
    .floating_box #tabs #sign_in .col-md-12 {
        width: 100%;
        float: left;
    }
    .floating_box #tabs #sign_in .sign_in_feature_box {
        padding: 10px 0px;
    }
    .floating_box #tabs #sign_in .sign_in_social {
        margin-top: 28px;
        padding: 0;
    }
    .floating_box #tabs #register .col-md-6 {
        width: 50%;
        float: left;
    }
    .floating_box #tabs #register .col-md-12 {
        width: 100%;
        float: left;
    }
    .floating_box #tabs #register .sign_in_feature_box {
        padding: 20px 0px 10px 0px;
    }
    .floating_box #tabs #register .sign_in_social {
        margin-top: 28px;
        padding: 0;
    }
    /* ------------------------------- Dashboard V2 Section ------------------------------- */
    .dashboard_v2_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .dashboard_v2_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v2_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v2_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 25%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v2_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v2_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v2_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v2_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v2_content .container #tabs .col-1 {
        margin-top: 30px;
        padding-right: 30px;
    }
    .dashboard_v2_content .container #tabs .col-1 figure {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .dashboard_v2_content .container #tabs .col-1 figure img {
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
        font-weight: bold;
        margin-top: 29px;
        margin-bottom: 15px;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block table tr td:first-child {
        width: 142px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td:first-child {
        width: 142px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy p span {
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 {
        margin-top: 30px;
        padding-left: 0px;
        padding-right: 0;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url {
        background: #ffffff;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
        float: left;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url h3 span {
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 60%;
        min-height: 100px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table {
        padding-left: 23px;
        margin-left: 25px;
        margin-top: 5px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        vertical-align: top;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td p {
        margin-bottom: 0;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 10px;
        display: table;
        margin-left: 13px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td:first-child {
        width: 155px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info {
        background: #ffffff;
        width: 40%;
        min-height: 100px;
        float: left;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block {
        background: #8e8e8e;
        padding: 0px 6px;
        width: 70px;
        height: 74px;
        margin-right: 1px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block span {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 11px;
        line-height: 11px;
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 30px;
        line-height: 26px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 3px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 10px;
        margin-bottom: 0;
        line-height: 10px;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 100%;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities {
        background: #ffffff;
        padding-left: 25px;
        border-top: 3px solid #fafafa;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
        padding-bottom: 15px;
        float: left;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 34px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 21px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td i {
        margin-right: 3px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td:first-child {
        width: 270px;
    }
    .dashboard_v2_content .container #tabs .col-3 {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 0;
        min-height: 200px;
        float: left;
    }
    .dashboard_v2_content .container #tabs .col-3 a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 8px 8px;
        text-decoration: none;
        outline: none;
        display: table;
        float: left;
        margin-right: 6px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs {
        position: relative;
        bottom: 0;
        margin-top: 60px;
        margin-bottom: 20px;
        display: table;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table {
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table tr td:first-child {
        width: 144px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 0px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs hr {
        border-top: 3px solid #f0bd43;
        height: 3px;
        margin-top: 10px;
        margin-bottom: 0px;
        display: table;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price {
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-left {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        margin-left: 0;
        display: table;
        width: auto;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-right {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        display: table;
        width: auto;
    }
    .dashboard_v2_content .container #tabs .gmap {
        margin-bottom: -5px;
        float: left;
        width: 100%;
    }
    /* ------------------------------- PROFILE V2 Section ------------------------------- */
    .profile_header_v2 {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header_v2 .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_header_v2 .book_section .book_container form input,
    .profile_header_v2 .book_section .book_container form select {
        float: left;
        width: 33% !important;
        margin-right: 2px;
        margin-bottom: 2px;
    }
    .profile_header_v2 .book_section .book_container form .search_btn {
        padding: 12px 70px;
    }
    /* pop-up on hover style*/
    .ui-tooltip {
        width: auto !important;
        max-width: 170px !important;
        padding: 15px 10px !important;
        border: 0 !important;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1 !important;
        box-shadow: 2px 2px 0 0 #e1e1e1 !important;
    }
    .ui-tooltip .ui-tooltip-content {
        font-family: 'OpenSans-Light', sans-serif !important;
        color: #000000 !important;
        font-size: 13px !important;
    }
    /*end of pop-up on hover*/
    .profile_content_v2 {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content_v2 .container {
        /* old design code */
    }
    .profile_content_v2 .container .shortcuts {
        float: right;
        margin-bottom: -90px;
        z-index: 9999;
        width: 100%;
    }
    .profile_content_v2 .container .shortcuts ul {
        float: left;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 999;
        width: 100%;
    }
    .profile_content_v2 .container .shortcuts ul li {
        float: left;
        list-style-type: none;
        width: 16.666667%;
        border-right: 1px solid #ffffff;
        background: rgba(255, 255, 255, 0.42);
    }
    .profile_content_v2 .container .shortcuts ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        font-weight: 600;
        font-size: 13px;
        padding: 10px 20px;
        float: left;
        text-decoration: none;
        outline: none;
        color: #2e323b;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li a:hover {
        font-family: 'Open Sans', sans-serif;
        background: #ffffff;
        padding: 30px 44px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li:last-child {
        border-right: 0;
    }
    .profile_content_v2 .container #profile-slide {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item {
        position: relative;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item img {
        width: 100%;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .slide-title {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 34px;
        position: absolute;
        top: 45px;
        left: 20px;
        margin: 0;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom {
        position: absolute;
        bottom: 70px;
        left: 25px;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 13px;
        cursor: pointer;
    }
    .profile_content_v2 .container #profile-slide .owl-controls {
        margin-top: 0 !important;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons {
        bottom: 20px;
        position: absolute;
        left: 22px;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next {
        float: left;
        margin-left: 22px;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container .vertical_gmap {
        margin-bottom: -4px;
    }
    .profile_content_v2 .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content_v2 .container #tabs {
        border: 0;
        padding: 0;
        background-color: transparent;
    }
    .profile_content_v2 .container #tabs > ul {
        background-color: transparent;
        border: 0;
        padding: 0;
    }
    .profile_content_v2 .container #tabs > ul > li {
        float: left;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #000000;
        background-color: transparent;
        margin-bottom: 1px;
        height: 40px;
        background-image: none;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > ul > li a {
        width: 100%;
        text-align: center;
        outline: none;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-active {
        border: 0;
        border-bottom: 3px solid #000000;
        margin-bottom: 0;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-hover {
        border: 0;
        border-bottom: 3px solid #000000;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div {
        padding: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility {
        float: left;
        width: 33.33%;
        margin-bottom: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility p,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        display: block;
        float: left;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i {
        color: #ffffff;
        background: #003471;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 15px;
        cursor: pointer;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i.select {
        background: #00aeef;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        border: 1px solid #787878;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 15px;
        font-size: 12px;
        margin-left: 10px;
        text-decoration: none;
        outline: none;
        margin-top: 4px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a:hover {
        background: #757575;
        color: #ffffff;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .about_profile {
        padding-right: 30px;
        padding-left: 0px;
    }
    .profile_content_v2 .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 36px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .about_profile .profile_sub_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .add_to_cart {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content_v2 .container .priceing {
        background: #475768;
        padding-bottom: 37px;
        border-bottom: 4px solid #f0bd43;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .profile_content_v2 .container .priceing > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
    }
    .profile_content_v2 .container .priceing > h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 14px;
    }
    .profile_content_v2 .container .priceing .add_options {
        background: #ffffff;
        color: #666666;
        margin-left: -15px;
        margin-right: -15px;
    }
    .profile_content_v2 .container .priceing .add_options table {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .profile_content_v2 .container .priceing .add_options table thead tr td {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr {
        height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td {
        text-align: center;
        border-bottom: 1px solid #7b7c81;
        line-height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td i {
        cursor: pointer;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:first-child {
        font-weight: bold;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:nth-child(3) {
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr:last-child td {
        border-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 10px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .priceing .user_selection > h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list {
        overflow-x: auto;
        height: 220px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table {
        width: 100%;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #ffffff;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr td {
        color: #ffffff;
    }
    .profile_content_v2 .container .priceing .total_price {
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .total_price h2 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price h4 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 36px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price p {
        font-family: OSL;
        color: #ffffff;
        font-size: 10px;
        text-align: right;
        margin-bottom: 30px;
    }
    .profile_content_v2 .container .priceing .total_price a {
        font-family: 'OpenSans-Light', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 18px;
        display: block;
        width: 100%;
        height: 42px;
        line-height: 42px;
        text-align: center;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-top: 22px;
        margin-bottom: 20px;
    }
    .profile_content_v2 .container .atractions .weather_box {
        float: left;
        display: block;
        background: #ffffff;
        width: 26%;
        height: 140px;
        padding: 8px 12px;
        margin-right: 27px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .atractions .weather_box > div {
        width: 100%;
        float: left;
    }
    .profile_content_v2 .container .atractions .weather_box .head h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p span {
        font-weight: 900;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p:first-child {
        margin-top: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left {
        width: 50%;
        padding: 10px 0px;
        margin-top: 10px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left p {
        text-align: center;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left i {
        display: table;
        text-align: center;
        width: 100%;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 20px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 span {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left:last-child {
        border-left: 1px solid #000000;
    }
    .profile_content_v2 .container .atractions .weather_box .footer a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions .known_for {
        float: left;
        display: block;
        width: 39%;
    }
    .profile_content_v2 .container .atractions .known_for h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content_v2 .container .atractions .known_for ul {
        padding-left: 30px;
    }
    .profile_content_v2 .container .atractions .known_for ul li {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 13px;
        line-height: 15px;
        list-style-image: url("../img/yellow_check_2.png");
    }
    .profile_content_v2 .container .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .place_box figure {
        max-width: 29%;
        max-height: 172px;
        float: left;
    }
    .profile_content_v2 .container .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content_v2 .container .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content_v2 .container .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content_v2 .container .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content_v2 .container .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content_v2 .container .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 71%;
        padding-left: 15px;
    }
    .profile_content_v2 .container .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content_v2 .container .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content_v2 .container .place_box .box_content h3 .newly_added {
        font-family: 'OpenSans-Light', sans-serif;
        color: #d3b05d;
        font-size: 18px;
    }
    .profile_content_v2 .container .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content_v2 .container .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content_v2 .container .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
        margin-left: -10px;
    }
    .profile_content_v2 .container .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        text-decoration: none;
        font-size: 13px;
        margin-left: 0px;
        line-height: 19px;
        margin-top: -4px;
        margin-bottom: 12px;
        display: block;
    }
    .profile_content_v2 .container .place_box .box_content .price_box {
        margin-top: -70px;
        margin-right: 0px;
    }
    .profile_content_v2 .container .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        min-height: 61px;
        float: left;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left {
        width: 75%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right {
        width: 17%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 14px;
        margin-top: 6px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content_v2 .container .place_box:last-child {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
    /* ------------------------------- Header Section ------------------------------- */
    header {
        display: block;
        background: #de1113;
    }
    header .logo {
        margin: 0 auto;
        margin-top: 7px;
        width: 300px;
        float: left;
        margin-left: 15px;
    }
    header .logo img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    header #menuBtn {
        width: 20px;
        height: 20px;
        margin: -25px 20px 25px 20px;
        float: right;
        display: none;
    }
    header #menuBtn img {
        width: 100%;
        height: auto;
    }
    header .hide_menu {
        display: block;
    }
    header .header_menu {
        display: block;
        float: right;
    }
    header .header_menu ul {
        margin: 0;
        padding: 0;
    }
    header .header_menu ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 9px 7px;
        display: block;
    }
    header .header_menu ul li > div:before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
    header .header_menu ul li .hide_currency {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .currency-box {
        right: 0px;
        width: 100%;
        -webkit-box-shadow: 2px 2px 0 0 #000000;
        box-shadow: 2px 2px 0 0 #000000;
    }
    header .header_menu ul li .currency-box h2 {
        width: 100%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container {
        padding: 0;
        width: 50%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container a {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    header .header_menu ul li .hide_lang {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .language_box {
        left: 0px;
        padding: 10px;
        width: 100%;
    }
    header .header_menu ul li .language_box li {
        width: 50%;
        border: 0;
    }
    header .header_menu ul li .language_box li a {
        color: #000000;
        width: auto;
        padding: 0;
    }
    header .header_menu ul li .language_box li a span {
        background: #ffffff;
        padding: 4px 3px 4px 0;
    }
    header .header_menu ul li .language_box li a:hover,
    header .header_menu ul li .language_box li a.active {
        background: #181e3e;
        color: #ffffff;
    }
    /* ------------------------------- Footer Section ------------------------------- */
    footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 43px;
    }
    footer .footer_red_band {
        float: left;
        width: 100%;
        background: #dd3032;
    }
    footer .footer_red_band .container ul {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 13px;
    }
    footer .footer_red_band .container ul li:first-child {
        border-left: 0;
    }
    footer .footer_red_band .container ul li {
        float: left;
        list-style-type: none;
        border-right: 0;
        border-left: 1px solid #ef8f90;
    }
    footer .footer_red_band .container ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 4px;
        display: block;
    }
    footer .footer_container {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 37px;
    }
    footer .footer_container h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-left: 13px;
    }
    footer .footer_container .pull-left {
        display: table;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left {
        margin-right: 0px;
        margin-left: 0px;
        width: 50%;
        padding-right: 20px;
        padding-left: 12px;
    }
    footer .footer_container .pull-left .col-left ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left ul li {
        border-bottom: 1px solid #4d4d4d;
        list-style-type: none;
        padding: 10px 0;
    }
    footer .footer_container .pull-left .col-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
        text-decoration: none;
    }
    footer .footer_container .pull-left .col-left ul li:last-child {
        border-bottom: 0px;
    }
    footer .footer_container .pull-left .col-left:last-child {
        margin-right: 0px;
    }
    footer .footer_container .pull-right {
        width: 100%;
        margin-top: 20px;
        padding-left: 12px;
        padding-right: 20px;
    }
    footer .footer_container .pull-right h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    footer .footer_container .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 12px;
        margin-bottom: 14px;
        text-align: justify;
    }
    /* ------------------------------- Modules ------------------------------- */
    .img_slider {
        position: relative;
    }
    .img_slider #owl-demo {
        position: relative;
    }
    .img_slider #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .img_slider #owl-demo .owl-controls {
        margin-top: 0;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 37%;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev {
        float: left;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next {
        float: right;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider .book_section {
        position: relative;
        bottom: 0;
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .img_slider .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .img_slider .book_section .book_container h3 {
        font-size: 24.24px;
        line-height: 43.78px;
    }
    .img_slider .book_section .book_container form input {
        width: 48% !important;
        float: left;
        height: 41px !important;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .img_slider .book_section .book_container form .boat {
        width: 48%;
        margin-right: 2%;
        float: left;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .lenght {
        width: 48%;
        margin-right: 2%;
        float: left;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        width: auto !important;
        padding: 12px 90px;
    }
    .section_title h3 {
        font-size: 42.72px;
        line-height: 46.16px;
    }
    /* ------------------------------- Featured Section ------------------------------- */
    .featured_dest {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .featured_dest h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .featured_dest p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .featured_dest .dest_block {
        margin-bottom: 30px;
        width: 50%;
        float: left;
    }
    .featured_dest .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .featured_dest .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .featured_dest .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_dest .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .featured_dest .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_marinas {
        padding-bottom: 50px;
    }
    .featured_marinas > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 32px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .featured_marinas > p {
        font-size: 14px;
        padding: 0 30px;
    }
    .featured_marinas .locations {
        display: block;
        /*width: 50%;*/
        float: left;
    }
    .featured_marinas .locations > p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .featured_marinas .locations .place_forecast {
        height: 178px;
        background: #c2c2c2;
    }
    .featured_marinas .locations .place_forecast > p {
        font-family: 'Dosis-Regular';
        color: #ffffff;
        font-size: 18.39px;
        text-align: right;
        padding: 7px 10px;
    }
    .featured_marinas .locations .place_forecast > p > i {
        margin-right: 5px;
    }
    /* ------------------------------- SiteMap Section ------------------------------- */
    .site_map {
        background: #fafafa;
        padding-top: 6px;
        padding-bottom: 134px;
    }
    .site_map .region_box {
        margin-top: 66px;
    }
    .site_map .region_box .country_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
    }
    .site_map .region_box .region_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
    }
    .site_map .region_box .region_places .row > div {
        width: 25%;
        float: left;
    }
    .site_map .region_box .region_places .row > div a {
        font-family: 'Open Sans', sans-serif;
        color: #2a3ba3;
        padding-left: 20px;
        font-size: 13px;
        line-height: 26px;
        text-decoration: underline;
        margin: 0 -15px;
    }
    /* ------------------------------- FAQ Section ------------------------------- */
    .faq_content {
        background: #fafafa;
        padding-top: 81px;
        padding-bottom: 134px;
    }
    .faq_content #v_tabs {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .faq_content #v_tabs > ul {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
        padding-left: 10px;
        width: 50%;
        float: left;
    }
    .faq_content #v_tabs > ul > li {
        background-color: transparent;
        border: 0;
        padding-right: 65px;
        padding-left: 0;
    }
    .faq_content #v_tabs > ul > li > a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        display: table;
        width: 100%;
        background: url("../img/blue_arrow_right.png");
        background-repeat: no-repeat;
        background-position: center right;
        padding-left: 0;
        outline: none;
    }
    .faq_content #v_tabs > div {
        padding: 10px;
        width: 50%;
        float: left;
    }
    .faq_content #v_tabs > div > .accordion {
        width: 100%;
    }
    .faq_content #v_tabs > div > .accordion > h3 {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 18px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #cfdceb;
        border-top: 1px solid #cfdceb;
        background: none;
        margin-left: 15px;
        margin-top: -1px;
        padding-left: 0px;
        padding-top: 19px;
        padding-bottom: 13px;
        position: relative;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > h3:first-child {
        border-top: 0;
    }
    .faq_content #v_tabs > div > .accordion > h3:before {
        content: url("../img/blue_arrow_down.png");
        left: -15px;
        position: absolute;
        height: 4px;
        display: table;
        top: 16px;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > div {
        background: none;
        border: 0;
        padding: 36px 24px 17px;
    }
    .faq_content #v_tabs > div > .accordion > div p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 26px;
    }
    .faq_content #v_tabs > div > .accordion > div ul {
        margin: 0;
        padding: 0;
    }
    .faq_content #v_tabs > div > .accordion > div ul li {
        list-style-type: none;
        float: left;
        padding-right: 6px;
        display: table;
        border-right: 1px solid #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li a {
        text-decoration: none;
        outline: none;
        color: #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li:last-child {
        padding-left: 6px;
        border: 0;
    }
    /* ------------------------------- Dashboard Section ------------------------------- */
    .dashboard_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .dashboard_header .login_state {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 15px;
    }
    .dashboard_header .login_state h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .dashboard_header .login_state p {
        text-align: right;
    }
    .dashboard_header .login_state p a {
        font-family: 'Open Sans', sans-serif;
        color: #4fc2df;
        font-size: 13px;
        text-decoration: none;
    }
    .dashboard_header .user_stats {
        display: table;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .dashboard_header .user_stats ul {
        padding: 0;
        margin: 0;
    }
    .dashboard_header .user_stats ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        width: auto;
    }
    .dashboard_header .user_stats ul li p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .dashboard_header .user_stats ul li p span {
        font-size: 30px;
        margin-left: 10px;
        font-weight: normal;
    }
    .dashboard_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
        width: 25%;
    }
    .dashboard_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details {
        padding-left: 0px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 12px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details {
        padding-left: 0px;
        width: 60%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 .star {
        color: #f0bd43;
        font-style: normal;
        font-size: 20px;
        margin-left: -15px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 span {
        color: #f0bd43;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book span {
        font-weight: normal;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now {
        width: 173px;
        height: 173px;
        padding: 23px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
        margin: 20px 0px 0 0;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
        margin-top: 66px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 8px 10px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section {
        width: 173px;
        height: 173px;
        padding: 12px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        margin-top: 10px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 6px 10px;
    }
    /* ------------------------------- Dashboard v3 Section ------------------------------- */
    .dashboard_v3_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_v3_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v3_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v3_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v3_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v3_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 figure {
        padding-left: 0;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details .price {
        line-height: 40px;
        float: right;
        text-align: center;
        position: relative;
        right: 0px;
        bottom: 0;
        margin-top: -80px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description {
        width: 70%;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description p {
        text-align: justify;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form {
        right: 2px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form {
        right: 2px;
    }
    /* ------------------------------- Contact Section ------------------------------- */
    .contact_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .contact_header div {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .contact_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .contact_content {
        padding-bottom: 134px;
        background: #dfdfdf;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(12%, #fafafa), color-stop(87%, #fafafa), color-stop(100%, #e5e5e5));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#e5e5e5', GradientType=0);
        /* IE6-8 */
    }
    .contact_content .form_box {
        padding-top: 56px;
    }
    .contact_content .form_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .contact_content .form_box form {
        padding-left: 0;
    }
    .contact_content .form_box form .row > .col-md-6 {
        width: 50%;
        float: left;
    }
    .contact_content .form_box form .row > .col-md-12 {
        width: 100%;
        float: left;
    }
    .contact_content .form_box form label {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 17px;
        width: 100%;
    }
    .contact_content .form_box form input {
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #c3c3c3;
        font-size: 13px;
        width: 100%;
        height: 30px;
    }
    .contact_content .form_box form textarea {
        border: 1px solid #c3c3c3;
        max-width: 100%;
        width: 100%;
        height: 120px;
        max-height: 120px;
    }
    .contact_content .form_box form input[type="submit"] {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #3079ae;
        border: 0;
        font-size: 13px;
        display: table;
        width: auto;
        float: right;
        padding: 8px 34px;
        margin-top: 37px;
        height: auto;
    }
    .contact_content .form_box form div > .box_input {
        width: 33px;
        height: 30px;
        padding: 6px;
        text-align: center;
    }
    .contact_content .form_box form div > span {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        padding: 0 7px;
    }
    .contact_content .form_box form div > .result {
        width: 123px;
    }
    .contact_content .contact_scroll {
        background: #ffffff;
        border-bottom: 3px solid #f0bd43;
        padding: 43px 40px 55px;
        margin-top: 20px;
    }
    .contact_content .contact_scroll ul {
        margin: 0;
        padding: 0;
    }
    .contact_content .contact_scroll ul li {
        list-style-type: none;
        border-bottom: 1px solid #425263;
        padding-bottom: 12px;
    }
    .contact_content .contact_scroll ul li h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 13px;
        margin-bottom: 3px;
    }
    .contact_content .contact_scroll ul li p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #1a2040;
        font-size: 14px;
        margin-bottom: 0;
    }
    .contact_content .contact_scroll .contact_socials {
        margin-top: 13px;
    }
    .contact_content .contact_scroll .contact_socials i {
        margin-right: 25px;
        font-weight: bold;
        text-transform: none;
        font-size: 27px;
    }
    .contact_content .contact_scroll .contact_socials i a {
        color: #1a2040;
        text-decoration: none;
    }
    /* ------------------------------- PROFILE Section ------------------------------- */
    .profile_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content .container .breadcrumb {
        float: left;
        min-height: 10px;
        background: transparent !important;
        width: 100%;
        padding: 0;
        margin-top: 28px;
    }
    .profile_content .container .breadcrumb ul {
        margin: 0;
        padding: 0;
        float: left;
    }
    .profile_content .container .breadcrumb ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        position: relative;
    }
    .profile_content .container .breadcrumb ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #061b52 !important;
        background: transparent;
        float: left;
        width: 100%;
        font-size: 13px;
        text-decoration: none;
    }
    .profile_content .container .breadcrumb ul li:after {
        content: none;
        position: absolute;
        right: 0;
        top: -1px;
    }
    .profile_content .container .breadcrumb ul li:first-child {
        padding-left: 20px;
    }
    .profile_content .container .profile_picture {
        margin-bottom: 16px;
        padding: 0;
    }
    .profile_content .container .profile_picture figure {
        width: 100%;
        height: auto;
    }
    .profile_content .container .profile_picture figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .about_profile {
        padding-right: 15px;
    }
    .profile_content .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .about_profile .profile_sub_title {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content .container .yellow_check_list {
        float: left;
        display: table;
    }
    .profile_content .container .yellow_check_list h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content .container .yellow_check_list ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .yellow_check_list ul li {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        list-style-type: none;
        position: relative;
        padding-left: 27px;
        margin-left: 4px;
    }
    .profile_content .container .yellow_check_list ul li:before {
        content: url("../img/yellow_check.png");
        position: absolute;
        left: 0;
    }
    .profile_content .container .sqare_white_box {
        background: #ffffff;
        width: 170px;
        height: 170px;
        float: left;
        margin-left: 7px;
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .sqare_white_box i {
        color: #646464;
        font-size: 88px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content .container .sqare_white_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        text-align: center;
    }
    .profile_content .container .sqare_white_box:first-child {
        margin-left: 0;
    }
    .profile_content .container .search_results {
        margin-bottom: 35px;
    }
    .profile_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .profile_content .container .search_results form {
        display: table;
        float: left;
    }
    .profile_content .container .search_results form .price_range {
        width: 373px;
        float: left;
    }
    .profile_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .profile_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results .region_atraction {
        margin-left: 0px;
    }
    .profile_content .container .search_results .region_atraction h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
    }
    .profile_content .container .search_results .region_atraction p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .priceing_table {
        border-bottom: 3px solid #f0bd43;
        background: #ffffff;
        padding: 0;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .profile_content .container .search_results .priceing_table table {
        width: 100%;
    }
    .profile_content .container .search_results .priceing_table table tr:first-child {
        height: 40px;
    }
    .profile_content .container .search_results .priceing_table table tr:nth-child(even) {
        background: #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table table tr td {
        text-align: center;
    }
    .profile_content .container .search_results .priceing_table table tr td i {
        cursor: pointer;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph {
        margin-top: 20px;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
        font-weight: 900;
        padding-left: 10px;
        padding-right: 60px;
    }
    .profile_content .container .search_results .priceing_table .total {
        margin-top: 40px;
    }
    .profile_content .container .search_results .priceing_table .total h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 36px;
        line-height: 40px;
        text-align: right;
        padding: 0 23px;
    }
    .profile_content .container .search_results .priceing_table .book_holder {
        width: 100%;
        padding: 0 23px;
        margin-bottom: 30px;
    }
    .profile_content .container .search_results .priceing_table .book_holder a {
        background: #51bef9;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        width: 100%;
        text-align: center;
        padding: 6px;
        font-size: 18px;
        display: table;
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .search_filters {
        margin-left: 0px;
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .profile_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .profile_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .profile_content .container .search_results .search_filters .pull-right {
        padding-right: 30px;
    }
    .profile_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .profile_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .profile_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .place_box figure {
        width: 40%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .profile_content .container .search_results .place_box figure img {
        width: 90%;
        height: auto;
    }
    .profile_content .container .search_results .place_box figure a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .profile_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 60%;
        padding-left: 0px;
    }
    .profile_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .profile_content .container .search_results .place_box .box_content .price_box {
        margin-top: -70px;
        margin-right: 0px;
    }
    .profile_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- Mobile Pay Section ------------------------------- */
    .mobile_pay_content {
        background: #f2f2f2;
        padding: 20px 10px !important;
        display: table;
        width: 40%;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 0px 0px 4px 4px;
    }
    .mobile_pay_content input,
    .mobile_pay_content select {
        font-family: 'Verdana';
    }
    .mobile_pay_content form > div {
        float: left !important;
        display: block !important;
        width: 100% !important;
    }
    .mobile_pay_content .select_marina select {
        font-size: 17.74px;
        color: #475768;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
        padding: 12px;
        outline: none;
        margin-bottom: 15px;
    }
    .mobile_pay_content .card-info {
        float: left;
    }
    .mobile_pay_content .card-info .pull-left input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-left select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-right select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .personal-info {
        float: left;
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left {
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left input {
        width: 100%;
    }
    .mobile_pay_content .personal-info input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .value_box {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        width: 100%;
        border-radius: 4px;
        padding: 15px 20px;
        float: left;
    }
    .mobile_pay_content .value_box > span {
        float: left;
        display: block;
        font-family: 'Verdana';
    }
    .mobile_pay_content .value_box p {
        font-family: 'Verdana';
        display: block;
        float: right;
        margin: 0;
    }
    .mobile_pay_content .pay_btn {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
    .mobile_pay_content .pay_btn input {
        border: 0;
        color: #ffffff;
        background: #51bef9;
        padding: 13px 17px;
        font-weight: 400;
        width: 100%;
        margin-top: 20px;
    }
    .mobile_pay_content .box_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .select_full_width {
        width: 100%;
        display: block;
    }
    .mobile_pay_content .input_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .input_half_width {
        display: block;
        width: 50%;
    }
    /* ------------------------------- search Results Section ------------------------------- */
    .search_result_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .search_result_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .search_result_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .search_result_content .container .vertical_gmap .row {
        margin-right: -15px;
    }
    .search_result_content .container .vertical_gmap .row iframe {
        height: 180px;
    }
    .search_result_content .container .search_results {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .search_result_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .search_result_content .container .search_results form {
        display: table;
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range {
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .search_result_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results form .price_range .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results .anchor_book {
        width: 100%;
    }
    .search_result_content .container .search_results .anchor_book .pull-left {
        width: 50%;
        margin-bottom: 5px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left span {
        margin-right: 10px;
        margin-left: 8px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        display: inline-block;
    }
    .search_result_content .container .search_results .more_btn_holder {
        display: table;
        float: right;
    }
    .search_result_content .container .search_results .more_btn_holder a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 10px 52px;
        display: table;
    }
    .search_result_content .container .search_results .sort_section {
        margin-top: 30px;
        margin-bottom: 23px;
    }
    .search_result_content .container .search_results .sort_section .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .sort_section .pull-right select {
        background: #ffffff;
        border: 1px solid #ebebeb;
        width: 40%;
        height: 30px;
        float: left;
        outline: none;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .sort_section h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-family: 22.65px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .search_filters {
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .search_result_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .search_result_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .search_result_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .search_result_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details {
        float: left;
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .pull-right a {
        padding: 9px 24px !important;
    }
    .book_section {
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .book_section .book_container h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        text-align: center;
        font-size: 37.24px;
        line-height: 53.78px;
        margin-top: 0;
        margin-bottom: 13px;
    }
    .book_section .book_container form input {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        background: #ffffff;
        border: 0;
        width: 32% !important;
        float: left;
        padding: 13px 13px;
        margin-bottom: 10px;
        margin-right: 8px;
    }
    .book_section .book_container form select {
        margin-bottom: 10px;
        width: 32% !important;
        margin-right: 4px;
    }
    .book_section .book_container form input[type="submit"] {
        padding: 12px 60px !important;
    }
    .hidden_shortcuts_menu {
        background: #3e4c5b;
        display: none;
        width: 100%;
        z-index: 9999;
        top: 0;
    }
    .hidden_shortcuts_menu .menu_title {
        float: left;
        width: 20%;
    }
    .hidden_shortcuts_menu .menu_title h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 18px;
    }
    .hidden_shortcuts_menu .shortcuts {
        float: right;
        width: 100%;
    }
    .hidden_shortcuts_menu .shortcuts ul {
        float: right;
        margin: 0;
    }
    .hidden_shortcuts_menu .shortcuts ul li {
        float: left;
        list-style-type: none;
    }
    .hidden_shortcuts_menu .shortcuts ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        line-height: 40px;
        padding: 7px 25px;
    }
    .hidden_shortcuts_menu .shortcuts ul li a.current {
        border-bottom: 4px solid #b2b7bd;
    }
    .hidden_shortcuts_menu .shortcuts ul li a:hover {
        color: #51bef9;
    }
}
@media only screen and (max-width: 768px) {
    .navbar-fixed {
        display: none !important;
        position: fixed;
    }
}
@media only screen and (min-width: 737px) and (max-width: 768px) {
    /* ------------------------------- Header Section ------------------------------- */
    header {
        display: block;
        background: #de1113;
    }
    header .logo {
        margin: 0 auto;
        margin-top: 7px;
        width: 300px;
        float: left;
        margin-left: 15px;
    }
    header .logo img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    header #menuBtn {
        width: 20px;
        height: 20px;
        margin: -25px 20px 25px 20px;
        float: right;
        display: none;
    }
    header #menuBtn img {
        width: 100%;
        height: auto;
    }
    header .hide_menu {
        display: block;
    }
    header .header_menu {
        display: block;
        float: right;
    }
    header .header_menu ul {
        margin: 0;
        padding: 0;
    }
    header .header_menu ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 9px 7px;
        display: block;
    }
    header .header_menu ul li > div:before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
    header .header_menu ul li .hide_currency {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .currency-box {
        right: 0px;
        width: 100%;
        -webkit-box-shadow: 2px 2px 0 0 #000000;
        box-shadow: 2px 2px 0 0 #000000;
    }
    header .header_menu ul li .currency-box h2 {
        width: 100%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container {
        padding: 0;
        width: 50%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container a {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    header .header_menu ul li .hide_lang {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .language_box {
        left: 0px;
        padding: 10px;
        width: 100%;
    }
    header .header_menu ul li .language_box li {
        width: 50%;
        border: 0;
    }
    header .header_menu ul li .language_box li a {
        color: #000000;
        width: auto;
        padding: 0;
    }
    header .header_menu ul li .language_box li a span {
        background: #ffffff;
        padding: 4px 3px 4px 0;
    }
    header .header_menu ul li .language_box li a:hover,
    header .header_menu ul li .language_box li a.active {
        background: #181e3e;
        color: #ffffff;
    }
    /* ------------------------------- Footer Section ------------------------------- */
    footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 43px;
    }
    footer .footer_red_band {
        float: left;
        width: 100%;
        background: #dd3032;
    }
    footer .footer_red_band .container ul {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 13px;
    }
    footer .footer_red_band .container ul li:first-child {
        border-left: 0;
    }
    footer .footer_red_band .container ul li {
        float: left;
        list-style-type: none;
        border-right: 0;
        border-left: 1px solid #ef8f90;
    }
    footer .footer_red_band .container ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 4px;
        display: block;
    }
    footer .footer_container {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 37px;
    }
    footer .footer_container h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-left: 13px;
    }
    footer .footer_container .pull-left {
        display: table;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left {
        margin-right: 0px;
        margin-left: 0px;
        width: 50%;
        padding-right: 20px;
        padding-left: 12px;
    }
    footer .footer_container .pull-left .col-left ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left ul li {
        border-bottom: 1px solid #4d4d4d;
        list-style-type: none;
        padding: 10px 0;
    }
    footer .footer_container .pull-left .col-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
        text-decoration: none;
    }
    footer .footer_container .pull-left .col-left ul li:last-child {
        border-bottom: 0px;
    }
    footer .footer_container .pull-left .col-left:last-child {
        margin-right: 0px;
    }
    footer .footer_container .pull-right {
        width: 100%;
        margin-top: 20px;
        padding-left: 12px;
        padding-right: 20px;
    }
    footer .footer_container .pull-right h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    footer .footer_container .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 12px;
        margin-bottom: 14px;
        text-align: justify;
    }
    /* ------------------------------- Modules ------------------------------- */
    .img_slider {
        position: relative;
    }
    .img_slider #owl-demo {
        position: relative;
    }
    .img_slider #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .img_slider #owl-demo .owl-controls {
        margin-top: 0;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 37%;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev {
        float: left;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next {
        float: right;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider .book_section {
        position: relative;
        bottom: 0;
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .img_slider .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .img_slider .book_section .book_container h3 {
        font-size: 24.24px;
        line-height: 43.78px;
    }
    .img_slider .book_section .book_container form input {
        width: 48% !important;
        float: left;
        height: 41px !important;
        margin-bottom: 10px;
        margin-right: 2%;
    }
    .img_slider .book_section .book_container form .boat {
        width: 48%;
        margin-right: 2%;
        float: left;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .lenght {
        width: 48%;
        margin-right: 2%;
        float: left;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 12px 90px;
    }
    .section_title h3 {
        font-size: 42.72px;
        line-height: 46.16px;
    }
    /* ------------------------------- Featured Section ------------------------------- */
    .featured_dest {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .featured_dest h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .featured_dest p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .featured_dest .dest_block {
        margin-bottom: 30px;
        /*width: 50%;*/
        float: left;
    }
    .featured_dest .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .featured_dest .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .featured_dest .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_dest .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .featured_dest .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_marinas {
        padding-bottom: 50px;
    }
    .featured_marinas > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 32px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .featured_marinas > p {
        font-size: 14px;
        padding: 0 30px;
    }
    /*.featured_marinas .locations {
        display: block;
        width: 50%;
        float: left;
    }*/
    .featured_marinas .locations > p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .featured_marinas .locations .place_forecast {
        height: 178px;
        background: #c2c2c2;
    }
    .featured_marinas .locations .place_forecast > p {
        font-family: 'Dosis-Regular';
        color: #ffffff;
        font-size: 18.39px;
        text-align: right;
        padding: 7px 10px;
    }
    .featured_marinas .locations .place_forecast > p > i {
        margin-right: 5px;
    }
    /* ------------------------------- SiteMap Section ------------------------------- */
    .site_map {
        background: #fafafa;
        padding-top: 6px;
        padding-bottom: 134px;
    }
    .site_map .region_box {
        margin-top: 66px;
    }
    .site_map .region_box .country_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
    }
    .site_map .region_box .region_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
    }
    .site_map .region_box .region_places .row > div {
        width: 25%;
        float: left;
    }
    .site_map .region_box .region_places .row > div a {
        font-family: 'Open Sans', sans-serif;
        color: #2a3ba3;
        padding-left: 20px;
        font-size: 13px;
        line-height: 26px;
        text-decoration: underline;
        margin: 0 -15px;
    }
    /* ------------------------------- FAQ Section ------------------------------- */
    .faq_content {
        background: #fafafa;
        padding-top: 81px;
        padding-bottom: 134px;
    }
    .faq_content #v_tabs {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .faq_content #v_tabs > ul {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
        padding-left: 10px;
        width: 50%;
        float: left;
    }
    .faq_content #v_tabs > ul > li {
        background-color: transparent;
        border: 0;
        padding-right: 65px;
        padding-left: 0;
    }
    .faq_content #v_tabs > ul > li > a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        display: table;
        width: 100%;
        background: url("../img/blue_arrow_right.png");
        background-repeat: no-repeat;
        background-position: center right;
        padding-left: 0;
        outline: none;
    }
    .faq_content #v_tabs > div {
        padding: 10px;
        width: 50%;
        float: left;
    }
    .faq_content #v_tabs > div > .accordion {
        width: 100%;
    }
    .faq_content #v_tabs > div > .accordion > h3 {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 18px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #cfdceb;
        border-top: 1px solid #cfdceb;
        background: none;
        margin-left: 15px;
        margin-top: -1px;
        padding-left: 0px;
        padding-top: 19px;
        padding-bottom: 13px;
        position: relative;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > h3:first-child {
        border-top: 0;
    }
    .faq_content #v_tabs > div > .accordion > h3:before {
        content: url("../img/blue_arrow_down.png");
        left: -15px;
        position: absolute;
        height: 4px;
        display: table;
        top: 16px;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > div {
        background: none;
        border: 0;
        padding: 36px 24px 17px;
    }
    .faq_content #v_tabs > div > .accordion > div p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 26px;
    }
    .faq_content #v_tabs > div > .accordion > div ul {
        margin: 0;
        padding: 0;
    }
    .faq_content #v_tabs > div > .accordion > div ul li {
        list-style-type: none;
        float: left;
        padding-right: 6px;
        display: table;
        border-right: 1px solid #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li a {
        text-decoration: none;
        outline: none;
        color: #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li:last-child {
        padding-left: 6px;
        border: 0;
    }
    /* ------------------------------- Dashboard Section ------------------------------- */
    .dashboard_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .dashboard_header .login_state {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 15px;
    }
    .dashboard_header .login_state h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .dashboard_header .login_state p {
        text-align: right;
    }
    .dashboard_header .login_state p a {
        font-family: 'Open Sans', sans-serif;
        color: #4fc2df;
        font-size: 13px;
        text-decoration: none;
    }
    .dashboard_header .user_stats {
        display: table;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .dashboard_header .user_stats ul {
        padding: 0;
        margin: 0;
    }
    .dashboard_header .user_stats ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        width: auto;
    }
    .dashboard_header .user_stats ul li p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .dashboard_header .user_stats ul li p span {
        font-size: 30px;
        margin-left: 10px;
        font-weight: normal;
    }
    .dashboard_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
        width: 25%;
    }
    .dashboard_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details {
        padding-left: 0px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 12px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details {
        padding-left: 0px;
        width: 60%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 .star {
        color: #f0bd43;
        font-style: normal;
        font-size: 20px;
        margin-left: -15px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 span {
        color: #f0bd43;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book span {
        font-weight: normal;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now {
        width: 173px;
        height: 173px;
        padding: 23px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
        margin: 20px 0px 0 0;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
        margin-top: 66px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 8px 10px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section {
        width: 173px;
        height: 173px;
        padding: 12px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        margin-top: 10px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 6px 10px;
    }
    /* ------------------------------- Dashboard v3 Section ------------------------------- */
    .dashboard_v3_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_v3_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v3_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v3_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v3_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v3_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 figure {
        padding-left: 0;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details .price {
        line-height: 40px;
        float: right;
        text-align: center;
        position: relative;
        right: 0px;
        bottom: 0;
        margin-top: -80px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .short_description {
        width: 70%;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description p,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .short_description p {
        text-align: justify;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form {
        right: 2px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form {
        right: 2px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .bottom_aditional_info p {
        font-size: 11px;
    }
    /* ------------------------------- Contact Section ------------------------------- */
    .contact_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .contact_header div {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .contact_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .contact_content {
        padding-bottom: 134px;
        background: #dfdfdf;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(12%, #fafafa), color-stop(87%, #fafafa), color-stop(100%, #e5e5e5));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#e5e5e5', GradientType=0);
        /* IE6-8 */
    }
    .contact_content .form_box {
        padding-top: 56px;
    }
    .contact_content .form_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .contact_content .form_box form {
        padding-left: 0;
    }
    .contact_content .form_box form .row > .col-md-6 {
        width: 50%;
        float: left;
    }
    .contact_content .form_box form .row > .col-md-12 {
        width: 100%;
        float: left;
    }
    .contact_content .form_box form label {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 17px;
        width: 100%;
    }
    .contact_content .form_box form input {
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #c3c3c3;
        font-size: 13px;
        width: 100%;
        height: 30px;
    }
    .contact_content .form_box form textarea {
        border: 1px solid #c3c3c3;
        max-width: 100%;
        width: 100%;
        height: 120px;
        max-height: 120px;
    }
    .contact_content .form_box form input[type="submit"] {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #3079ae;
        border: 0;
        font-size: 13px;
        display: table;
        width: auto;
        float: right;
        padding: 8px 34px;
        margin-top: 37px;
        height: auto;
    }
    .contact_content .form_box form div > .box_input {
        width: 33px;
        height: 30px;
        padding: 6px;
        text-align: center;
    }
    .contact_content .form_box form div > span {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        padding: 0 7px;
    }
    .contact_content .form_box form div > .result {
        width: 123px;
    }
    .contact_content .contact_scroll {
        background: #ffffff;
        border-bottom: 3px solid #f0bd43;
        padding: 43px 40px 55px;
        margin-top: 20px;
    }
    .contact_content .contact_scroll ul {
        margin: 0;
        padding: 0;
    }
    .contact_content .contact_scroll ul li {
        list-style-type: none;
        border-bottom: 1px solid #425263;
        padding-bottom: 12px;
    }
    .contact_content .contact_scroll ul li h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 13px;
        margin-bottom: 3px;
    }
    .contact_content .contact_scroll ul li p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #1a2040;
        font-size: 14px;
        margin-bottom: 0;
    }
    .contact_content .contact_scroll .contact_socials {
        margin-top: 13px;
    }
    .contact_content .contact_scroll .contact_socials i {
        margin-right: 25px;
        font-weight: bold;
        text-transform: none;
        font-size: 27px;
    }
    .contact_content .contact_scroll .contact_socials i a {
        color: #1a2040;
        text-decoration: none;
    }
    /* ------------------------------- PROFILE Section ------------------------------- */
    .profile_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content .container .breadcrumb {
        float: left;
        min-height: 10px;
        background: transparent !important;
        width: 100%;
        padding: 0;
        margin-top: 28px;
    }
    .profile_content .container .breadcrumb ul {
        margin: 0;
        padding: 0;
        float: left;
    }
    .profile_content .container .breadcrumb ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        position: relative;
    }
    .profile_content .container .breadcrumb ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #061b52 !important;
        background: transparent;
        float: left;
        width: 100%;
        font-size: 13px;
        text-decoration: none;
    }
    .profile_content .container .breadcrumb ul li:after {
        content: none;
        position: absolute;
        right: 0;
        top: -1px;
    }
    .profile_content .container .breadcrumb ul li:first-child {
        padding-left: 20px;
    }
    .profile_content .container .profile_picture {
        margin-bottom: 16px;
        padding: 0;
    }
    .profile_content .container .profile_picture figure {
        width: 100%;
        height: auto;
    }
    .profile_content .container .profile_picture figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .about_profile {
        padding-right: 15px;
    }
    .profile_content .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .about_profile .profile_sub_title {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content .container .yellow_check_list {
        float: left;
        display: table;
    }
    .profile_content .container .yellow_check_list h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content .container .yellow_check_list ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .yellow_check_list ul li {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        list-style-type: none;
        position: relative;
        padding-left: 27px;
        margin-left: 4px;
    }
    .profile_content .container .yellow_check_list ul li:before {
        content: url("../img/yellow_check.png");
        position: absolute;
        left: 0;
    }
    .profile_content .container .sqare_white_box {
        background: #ffffff;
        width: 170px;
        height: 170px;
        float: left;
        margin-left: 7px;
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .sqare_white_box i {
        color: #646464;
        font-size: 88px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content .container .sqare_white_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        text-align: center;
    }
    .profile_content .container .sqare_white_box:first-child {
        margin-left: 0;
    }
    .profile_content .container .search_results {
        margin-bottom: 35px;
    }
    .profile_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .profile_content .container .search_results form {
        display: table;
        float: left;
    }
    .profile_content .container .search_results form .price_range {
        width: 373px;
        float: left;
    }
    .profile_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .profile_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results .region_atraction {
        margin-left: 0px;
    }
    .profile_content .container .search_results .region_atraction h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
    }
    .profile_content .container .search_results .region_atraction p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .priceing_table {
        border-bottom: 3px solid #f0bd43;
        background: #ffffff;
        padding: 0;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .profile_content .container .search_results .priceing_table table {
        width: 100%;
    }
    .profile_content .container .search_results .priceing_table table tr:first-child {
        height: 40px;
    }
    .profile_content .container .search_results .priceing_table table tr:nth-child(even) {
        background: #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table table tr td {
        text-align: center;
    }
    .profile_content .container .search_results .priceing_table table tr td i {
        cursor: pointer;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph {
        margin-top: 20px;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
        font-weight: 900;
        padding-left: 10px;
        padding-right: 60px;
    }
    .profile_content .container .search_results .priceing_table .total {
        margin-top: 40px;
    }
    .profile_content .container .search_results .priceing_table .total h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 36px;
        line-height: 40px;
        text-align: right;
        padding: 0 23px;
    }
    .profile_content .container .search_results .priceing_table .book_holder {
        width: 100%;
        padding: 0 23px;
        margin-bottom: 30px;
    }
    .profile_content .container .search_results .priceing_table .book_holder a {
        background: #51bef9;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        width: 100%;
        text-align: center;
        padding: 6px;
        font-size: 18px;
        display: table;
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .search_filters {
        margin-left: 0px;
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .profile_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .profile_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .profile_content .container .search_results .search_filters .pull-right {
        padding-right: 30px;
    }
    .profile_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .profile_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .profile_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .place_box figure {
        width: 40%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .profile_content .container .search_results .place_box figure img {
        width: 90%;
        height: auto;
    }
    .profile_content .container .search_results .place_box figure a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .profile_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 60%;
        padding-left: 0px;
    }
    .profile_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .profile_content .container .search_results .place_box .box_content .price_box {
        margin-top: -70px;
        margin-right: 0px;
    }
    .profile_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- Mobile Pay Section ------------------------------- */
    .mobile_pay_header {
        background: #de1113;
        min-height: 107px;
    }
    .mobile_pay_header > div {
        float: left;
        width: 100% !important;
        display: block !important;
        position: relative !important;
        margin: 0 !important;
        left: 0 !important;
    }
    .mobile_pay_header > div img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_header .pull-left {
        margin-left: 17px;
        margin-top: 17px;
    }
    .mobile_pay_header .set-middle {
        display: table;
        position: absolute;
        left: 41%;
    }
    .mobile_pay_header .pull-right {
        margin-right: 60px;
        margin-top: 28px;
    }
    .mobile_pay_content {
        background: #f2f2f2;
        padding: 20px 10px !important;
        display: table;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 0px 0px 4px 4px;
    }
    .mobile_pay_content input,
    .mobile_pay_content select {
        font-family: 'Verdana';
    }
    .mobile_pay_content form > div {
        float: left !important;
        display: block !important;
        width: 100% !important;
    }
    .mobile_pay_content .select_marina select {
        font-size: 17.74px;
        color: #475768;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
        padding: 12px;
        outline: none;
        margin-bottom: 15px;
    }
    .mobile_pay_content .card-info {
        float: left;
    }
    .mobile_pay_content .card-info .pull-left input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-left select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-right select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .personal-info {
        float: left;
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left {
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left input {
        width: 100%;
    }
    .mobile_pay_content .personal-info input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .value_box {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        width: 100%;
        border-radius: 4px;
        padding: 15px 20px;
        float: left;
    }
    .mobile_pay_content .value_box > span {
        float: left;
        display: block;
        font-family: 'Verdana';
    }
    .mobile_pay_content .value_box p {
        font-family: 'Verdana';
        display: block;
        float: right;
        margin: 0;
    }
    .mobile_pay_content .pay_btn {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
    .mobile_pay_content .pay_btn input {
        border: 0;
        color: #ffffff;
        background: #51bef9;
        padding: 13px 17px;
        font-weight: 400;
        width: 100%;
        margin-top: 20px;
    }
    .mobile_pay_content .box_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .select_full_width {
        width: 100%;
        display: block;
    }
    .mobile_pay_content .input_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .input_half_width {
        display: block;
        width: 50%;
    }
    .mobile_pay_footer {
        width: 97%;
        height: auto;
        display: table;
        margin: 0 auto;
        float: none !important;
        border-radius: 4px ;
        background-image: none;
        background-color: #ffffff;
        padding-left: 100px;
        padding-right: 100px;
    }
    .mobile_pay_footer .box-left {
        display: inline-block;
        float: left;
        width: 33%;
    }
    .mobile_pay_footer .box-left img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_footer .pull-right p {
        text-align: right;
        margin-top: 20px;
        font-size: 11px;
        margin-bottom: 5px;
    }
    .mobile_pay_footer .pull-right p a {
        color: #227cc9;
        text-decoration: none;
        outline: none;
    }
    .mobile_pay_footer .pull-right h3 {
        font-size: 13px;
        margin: 0;
        text-align: right;
        color: #227cc9;
    }
    /* ------------------------------- search Results Section ------------------------------- */
    .search_result_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .search_result_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .search_result_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .search_result_content .container .vertical_gmap .row {
        margin-right: -15px;
    }
    .search_result_content .container .vertical_gmap .row iframe {
        height: 180px;
    }
    .search_result_content .container .search_results {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .search_result_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .search_result_content .container .search_results form {
        display: table;
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range {
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .search_result_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results form .price_range .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results .anchor_book {
        width: 100%;
    }
    .search_result_content .container .search_results .anchor_book .pull-left {
        width: 50%;
        margin-bottom: 5px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left span {
        margin-right: 10px;
        margin-left: 8px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        display: inline-block;
    }
    .search_result_content .container .search_results .more_btn_holder {
        display: table;
        float: right;
    }
    .search_result_content .container .search_results .more_btn_holder a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 10px 52px;
        display: table;
    }
    .search_result_content .container .search_results .sort_section {
        margin-top: 30px;
        margin-bottom: 23px;
    }
    .search_result_content .container .search_results .sort_section .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .sort_section .pull-right select {
        background: #ffffff;
        border: 1px solid #ebebeb;
        width: 40%;
        height: 30px;
        float: left;
        outline: none;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .sort_section h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-family: 22.65px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .search_filters {
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .search_result_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .search_result_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .search_result_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .search_result_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details {
        float: left;
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .pull-right a {
        padding: 9px 24px !important;
    }
    .book_section {
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .book_section .book_container h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        text-align: center;
        font-size: 37.24px;
        line-height: 53.78px;
        margin-top: 0;
        margin-bottom: 13px;
    }
    .book_section .book_container form input {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        background: #ffffff;
        border: 0;
        width: 32% !important;
        float: left;
        padding: 13px 13px;
        margin-bottom: 10px;
        margin-right: 8px;
    }
    .book_section .book_container form select {
        margin-bottom: 10px;
        width: 32%;
        margin-right: 4px;
    }
    .book_section .book_container form input[type="submit"] {
        padding: 0 !important;
        width: 30% !important;
    }
    .img_slider .book_section .book_container form input{
        margin-right: 0;
    }
}
@media only screen and (min-width: 668px) and (max-width: 736px) {
    /* ------------------------------- Header Section ------------------------------- */
    header {
        width: 100%;
        float: left;
        display: block;
        background: #de1113;
    }
    header .logo {
        margin: 0 auto;
        margin-top: 20px;
        width: 300px;
        float: none;
    }
    header .logo img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    header #menuBtn {
        width: 20px;
        height: 20px;
        margin: -25px 20px 25px 20px;
        float: right;
    }
    header #menuBtn img {
        width: 100%;
        height: auto;
    }
    header .hide_menu {
        display: block;
    }
    header .header_menu {
        display: block;
        float: right;
        height: auto;
        width: 100%;
    }
    header .header_menu ul {
        margin: 0;
        padding: 0;
        float: right;
        width: 100%;
    }
    header .header_menu ul li {
        border-left: 0;
        border-bottom: 1px solid #ef8f90;
        width: 100%;
    }
    header .header_menu ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 9px 	15px;
        display: block;
    }
    header .header_menu ul li > div:before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
    header .header_menu ul li .hide_currency {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .currency-box {
        right: 0px;
        width: 100%;
        -webkit-box-shadow: 2px 2px 0 0 #000000;
        box-shadow: 2px 2px 0 0 #000000;
    }
    header .header_menu ul li .currency-box h2 {
        width: 100%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container {
        padding: 0;
        width: 50%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container a {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    header .header_menu ul li .hide_lang {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .language_box {
        left: 0px;
        padding: 10px;
        width: 100%;
    }
    header .header_menu ul li .language_box li {
        width: 50%;
        border: 0;
    }
    header .header_menu ul li .language_box li a {
        color: #000000;
        width: auto;
        padding: 0;
    }
    header .header_menu ul li .language_box li a span {
        background: #ffffff;
        padding: 4px 3px 4px 0;
    }
    header .header_menu ul li .language_box li a:hover,
    header .header_menu ul li .language_box li a.active {
        background: #181e3e;
        color: #ffffff;
    }
    /* ------------------------------- Footer Section ------------------------------- */
    footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 43px;
    }
    footer .footer_red_band {
        float: left;
        width: 100%;
        background: #dd3032;
    }
    footer .footer_red_band .container ul {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 13px;
    }
    footer .footer_red_band .container ul li:first-child {
        border-left: 0;
    }
    footer .footer_red_band .container ul li {
        float: left;
        list-style-type: none;
        border-right: 0;
        border-left: 1px solid #ef8f90;
    }
    footer .footer_red_band .container ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 4px;
        display: block;
    }
    footer .footer_container {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 37px;
    }
    footer .footer_container h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-left: 13px;
    }
    footer .footer_container .pull-left {
        display: table;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left {
        margin-right: 0px;
        margin-left: 0px;
        width: 50%;
        padding-right: 20px;
        padding-left: 12px;
    }
    footer .footer_container .pull-left .col-left ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left ul li {
        border-bottom: 1px solid #4d4d4d;
        list-style-type: none;
        padding: 10px 0;
    }
    footer .footer_container .pull-left .col-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
        text-decoration: none;
    }
    footer .footer_container .pull-left .col-left ul li:last-child {
        border-bottom: 0px;
    }
    footer .footer_container .pull-left .col-left:last-child {
        margin-right: 0px;
    }
    footer .footer_container .pull-right {
        width: 100%;
        margin-top: 20px;
        padding-left: 12px;
        padding-right: 20px;
    }
    footer .footer_container .pull-right h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    footer .footer_container .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 12px;
        margin-bottom: 14px;
        text-align: justify;
    }
    /* ------------------------------- Modules ------------------------------- */
    .img_slider {
        position: relative;
    }
    .img_slider #owl-demo {
        position: relative;
    }
    .img_slider #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .img_slider #owl-demo .owl-controls {
        margin-top: 0;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 37%;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev {
        float: left;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next {
        float: right;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider .book_section {
        position: relative;
        bottom: 0;
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .img_slider .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .img_slider .book_section .book_container h3 {
        font-size: 24.24px;
        line-height: 43.78px;
    }
    .img_slider .book_section .book_container form input {
        width: 100% !important;
        height: 41px !important;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .boat {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .lenght {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 12px 90px;
    }
    .section_title h3 {
        font-size: 42.72px;
        line-height: 46.16px;
    }
    /* ------------------------------- Featured Section ------------------------------- */
    .featured_dest {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .featured_dest h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .featured_dest p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .featured_dest .dest_block {
        margin-bottom: 30px;
        width: 50%;
        float: left;
    }
    .featured_dest .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .featured_dest .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .featured_dest .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_dest .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .featured_dest .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_marinas {
        padding-bottom: 50px;
    }
    .featured_marinas > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 32px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .featured_marinas > p {
        font-size: 14px;
        padding: 0 30px;
    }
    .featured_marinas .locations {
        display: block;
       /* width: 50%;*/
        float: left;
    }
    .featured_marinas .locations > p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .featured_marinas .locations .place_forecast {
        height: 178px;
        background: #c2c2c2;
    }
    .featured_marinas .locations .place_forecast > p {
        font-family: 'Dosis-Regular';
        color: #ffffff;
        font-size: 18.39px;
        text-align: right;
        padding: 7px 10px;
    }
    .featured_marinas .locations .place_forecast > p > i {
        margin-right: 5px;
    }
    /* ------------------------------- SiteMap Section ------------------------------- */
    .site_map {
        background: #fafafa;
        padding-top: 6px;
        padding-bottom: 134px;
    }
    .site_map .region_box {
        margin-top: 66px;
    }
    .site_map .region_box .country_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
    }
    .site_map .region_box .region_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
    }
    .site_map .region_box .region_places .row > div {
        width: 33%;
        float: left;
    }
    .site_map .region_box .region_places .row > div a {
        font-family: 'Open Sans', sans-serif;
        color: #2a3ba3;
        padding-left: 20px;
        font-size: 13px;
        line-height: 26px;
        text-decoration: underline;
        margin: 0 -15px;
    }
    /* ------------------------------- FAQ Section ------------------------------- */
    .faq_content {
        background: #fafafa;
        padding-top: 81px;
        padding-bottom: 134px;
    }
    .faq_content #v_tabs {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .faq_content #v_tabs > ul {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
        padding-left: 10px;
        width: 50%;
        float: left;
    }
    .faq_content #v_tabs > ul > li {
        background-color: transparent;
        border: 0;
        padding-right: 65px;
        padding-left: 0;
    }
    .faq_content #v_tabs > ul > li > a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        display: table;
        width: 100%;
        background: url("../img/blue_arrow_right.png");
        background-repeat: no-repeat;
        background-position: center right;
        padding-left: 0;
        outline: none;
    }
    .faq_content #v_tabs > div {
        padding: 10px;
        width: 50%;
        float: left;
    }
    .faq_content #v_tabs > div > .accordion {
        width: 100%;
    }
    .faq_content #v_tabs > div > .accordion > h3 {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 18px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #cfdceb;
        border-top: 1px solid #cfdceb;
        background: none;
        margin-left: 15px;
        margin-top: -1px;
        padding-left: 0px;
        padding-top: 19px;
        padding-bottom: 13px;
        position: relative;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > h3:first-child {
        border-top: 0;
    }
    .faq_content #v_tabs > div > .accordion > h3:before {
        content: url("../img/blue_arrow_down.png");
        left: -15px;
        position: absolute;
        height: 4px;
        display: table;
        top: 16px;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > div {
        background: none;
        border: 0;
        padding: 36px 24px 17px;
    }
    .faq_content #v_tabs > div > .accordion > div p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 26px;
    }
    .faq_content #v_tabs > div > .accordion > div ul {
        margin: 0;
        padding: 0;
    }
    .faq_content #v_tabs > div > .accordion > div ul li {
        list-style-type: none;
        float: left;
        padding-right: 6px;
        display: table;
        border-right: 1px solid #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li a {
        text-decoration: none;
        outline: none;
        color: #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li:last-child {
        padding-left: 6px;
        border: 0;
    }
    /* ------------------------------- Dashboard Section ------------------------------- */
    .dashboard_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .dashboard_header .login_state {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 15px;
    }
    .dashboard_header .login_state h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .dashboard_header .login_state p {
        text-align: right;
    }
    .dashboard_header .login_state p a {
        font-family: 'Open Sans', sans-serif;
        color: #4fc2df;
        font-size: 13px;
        text-decoration: none;
    }
    .dashboard_header .user_stats {
        display: table;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .dashboard_header .user_stats ul {
        padding: 0;
        margin: 0;
    }
    .dashboard_header .user_stats ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        width: auto;
    }
    .dashboard_header .user_stats ul li p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .dashboard_header .user_stats ul li p span {
        font-size: 30px;
        margin-left: 10px;
        font-weight: normal;
    }
    .dashboard_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
        width: 25%;
    }
    .dashboard_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details {
        padding-left: 0px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 12px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details {
        padding-left: 0px;
        width: 60%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 .star {
        color: #f0bd43;
        font-style: normal;
        font-size: 20px;
        margin-left: -15px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 span {
        color: #f0bd43;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book span {
        font-weight: normal;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now {
        width: 173px;
        height: 173px;
        padding: 23px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
        margin: 20px 0px 0 0;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
        margin-top: 66px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 8px 10px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section {
        width: 173px;
        height: 173px;
        padding: 12px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        margin-top: 10px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 6px 10px;
    }
    /* ------------------------------- Dashboard v3 Section ------------------------------- */
    .dashboard_v3_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_v3_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v3_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v3_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v3_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v3_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 figure {
        padding-left: 0;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details .price {
        line-height: 40px;
        float: right;
        text-align: center;
        position: relative;
        right: 0px;
        bottom: 0;
        margin-top: -80px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description {
        width: 70%;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description p {
        text-align: justify;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form {
        right: 2px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form {
        right: 2px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .bottom_aditional_info p {
        font-size: 11px;
    }
    /* ------------------------------- Contact Section ------------------------------- */
    .contact_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .contact_header div {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .contact_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .contact_content {
        padding-bottom: 134px;
        background: #dfdfdf;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(12%, #fafafa), color-stop(87%, #fafafa), color-stop(100%, #e5e5e5));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#e5e5e5', GradientType=0);
        /* IE6-8 */
    }
    .contact_content .form_box {
        padding-top: 56px;
    }
    .contact_content .form_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .contact_content .form_box form {
        padding-left: 0;
    }
    .contact_content .form_box form .row > .col-md-6 {
        width: 50%;
        float: left;
    }
    .contact_content .form_box form .row > .col-md-12 {
        width: 100%;
        float: left;
    }
    .contact_content .form_box form label {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 17px;
        width: 100%;
    }
    .contact_content .form_box form input {
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #c3c3c3;
        font-size: 13px;
        width: 100%;
        height: 30px;
    }
    .contact_content .form_box form textarea {
        border: 1px solid #c3c3c3;
        max-width: 100%;
        width: 100%;
        height: 120px;
        max-height: 120px;
    }
    .contact_content .form_box form input[type="submit"] {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #3079ae;
        border: 0;
        font-size: 13px;
        display: table;
        width: auto;
        float: right;
        padding: 8px 34px;
        margin-top: 37px;
        height: auto;
    }
    .contact_content .form_box form div > .box_input {
        width: 33px;
        height: 30px;
        padding: 6px;
        text-align: center;
    }
    .contact_content .form_box form div > span {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        padding: 0 7px;
    }
    .contact_content .form_box form div > .result {
        width: 123px;
    }
    .contact_content .contact_scroll {
        background: #ffffff;
        border-bottom: 3px solid #f0bd43;
        padding: 43px 40px 55px;
        margin-top: 20px;
    }
    .contact_content .contact_scroll ul {
        margin: 0;
        padding: 0;
    }
    .contact_content .contact_scroll ul li {
        list-style-type: none;
        border-bottom: 1px solid #425263;
        padding-bottom: 12px;
    }
    .contact_content .contact_scroll ul li h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 13px;
        margin-bottom: 3px;
    }
    .contact_content .contact_scroll ul li p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #1a2040;
        font-size: 14px;
        margin-bottom: 0;
    }
    .contact_content .contact_scroll .contact_socials {
        margin-top: 13px;
    }
    .contact_content .contact_scroll .contact_socials i {
        margin-right: 25px;
        font-weight: bold;
        text-transform: none;
        font-size: 27px;
    }
    .contact_content .contact_scroll .contact_socials i a {
        color: #1a2040;
        text-decoration: none;
    }
    /* ------------------------------- Reservation Section ------------------------------- */
    .reservation_header figure {
        position: relative;
        width: 100%;
        height: auto;
    }
    .reservation_header figure img {
        width: 100%;
        height: auto;
    }
    .reservation_header figure .over_box {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .reservation_header figure .over_box h5 {
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        font-size: 17px;
        text-align: center;
        margin: 0;
        margin-bottom: 5px;
        margin-top: -50px;
    }
    .reservation_header figure .over_box .shadow_box {
        height: auto;
        background: rgba(2, 24, 48, 0.95);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reservation_header figure .over_box .shadow_box a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 22px;
        padding: 2px 12px;
        margin-top: 10px;
        margin-bottom: 20px;
        background: #f0bd43 url("../img/btn_bg.png");
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
        outline: none;
        float: right;
        -webkit-box-shadow: 4px 4px 1px 1px #04101d;
        box-shadow: 4px 4px 1px 1px #04101d;
    }
    .reservation_header figure .over_box .shadow_box ul {
        margin: 0;
        padding: 0;
    }
    .reservation_header figure .over_box .shadow_box ul li {
        padding-left: 28px;
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        line-height: 20px;
        list-style-type: none;
        background: url("../img/yellow_check.png");
        background-repeat: no-repeat;
        background-position: left center;
    }
    .reservation_content {
        background: url("../img/rez_grad.png");
        background-repeat: repeat-x;
        background-size: 20px 100%;
    }
    .reservation_content h1 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 25px;
        text-align: center;
    }
    .reservation_content .block {
        margin-bottom: 50px;
        float: left;
        width: 50%;
    }
    .reservation_content .block figure {
        background: #f3f3f3;
        border-bottom: 4px solid #1f3041;
        padding-top: 20px;
        padding-left: 30px;
        padding-bottom: 15px;
        padding-right: 25px;
    }
    .reservation_content .block figure img {
        display: table;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .reservation_content .block figure h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0;
        margin-top: 13px;
    }
    .reservation_content .block figure p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        margin: 0;
        padding-left: 5px;
    }
    .reservation_content .block .about {
        padding-left: 22px;
        padding-right: 22px;
    }
    .reservation_content .block .about .block_title {
        display: table;
        height: 90px;
        width: 100%;
    }
    .reservation_content .block .about .block_title h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 36px;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 0;
    }
    .reservation_content .block .about h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 17px;
        text-align: center;
        font-weight: bold;
        margin-top: 0;
    }
    .reservation_content .block .about p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
    }
    .reservation_footer {
        background: url("../img/footer_bg_2.jpg");
        background-size: cover;
    }
    .reservation_footer .form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .reservation_footer .form form input {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        width: 100%;
        text-align: center;
        height: 40px;
        margin-bottom: 10px;
        border: 0;
    }
    .reservation_footer .form form input[type="submit"] {
        margin-top: 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #ffffff;
        background: #51bef9;
    }
    .reservation_footer .post_footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
    }
    .post_footer {
        display: block;
        height: 45px;
    }
    .post_footer .pull-left ul {
        float: left;
        margin-bottom: 0;
        padding-left: 0;
        margin-top: 10px;
    }
    .post_footer .pull-left ul li {
        float: left;
        list-style-type: none;
        padding-right: 5px;
        padding-left: 5px;
        border-right: 1px solid #616161;
    }
    .post_footer .pull-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
    }
    .post_footer .pull-left ul li:last-child {
        border: 0;
    }
    .post_footer .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
    }
    /* ------------------------------- search Results Section ------------------------------- */
    .search_result_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .search_result_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .search_result_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .search_result_content .container .vertical_gmap .row {
        margin-right: -15px;
    }
    .search_result_content .container .vertical_gmap .row iframe {
        height: 180px;
    }
    .search_result_content .container .search_results {
        float: left;
        width: 100%;
    }
    .search_result_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .search_result_content .container .search_results form {
        display: table;
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range {
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .search_result_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results form .price_range .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results .anchor_book {
        width: 100%;
    }
    .search_result_content .container .search_results .anchor_book .pull-left {
        width: 50%;
        margin-bottom: 5px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left span {
        margin-right: 10px;
        margin-left: 8px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        display: inline-block;
    }
    .search_result_content .container .search_results .more_btn_holder {
        display: table;
        float: right;
    }
    .search_result_content .container .search_results .more_btn_holder a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 10px 52px;
        display: table;
    }
    .search_result_content .container .search_results .sort_section {
        margin-top: 30px;
        margin-bottom: 23px;
    }
    .search_result_content .container .search_results .sort_section .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .sort_section .pull-right select {
        background: #ffffff;
        border: 1px solid #ebebeb;
        width: 40%;
        height: 30px;
        float: left;
        outline: none;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .sort_section h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-family: 22.65px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .search_filters {
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .search_result_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .search_result_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .search_result_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .search_result_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details {
        float: left;
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .pull-right a {
        padding: 9px 24px !important;
    }
    /* ------------------------------- PROFILE Section ------------------------------- */
    .profile_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content .container .breadcrumb {
        float: left;
        min-height: 10px;
        background: transparent !important;
        width: 100%;
        padding: 0;
        margin-top: 28px;
    }
    .profile_content .container .breadcrumb ul {
        margin: 0;
        padding: 0;
        float: left;
    }
    .profile_content .container .breadcrumb ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        position: relative;
    }
    .profile_content .container .breadcrumb ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #061b52 !important;
        background: transparent;
        float: left;
        width: 100%;
        font-size: 13px;
        text-decoration: none;
    }
    .profile_content .container .breadcrumb ul li:after {
        content: none;
        position: absolute;
        right: 0;
        top: -1px;
    }
    .profile_content .container .breadcrumb ul li:first-child {
        padding-left: 20px;
    }
    .profile_content .container .profile_picture {
        margin-bottom: 16px;
        padding: 0;
    }
    .profile_content .container .profile_picture figure {
        width: 100%;
        height: auto;
    }
    .profile_content .container .profile_picture figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .about_profile {
        padding-right: 15px;
    }
    .profile_content .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .about_profile .profile_sub_title {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content .container .yellow_check_list {
        float: left;
        display: table;
    }
    .profile_content .container .yellow_check_list h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content .container .yellow_check_list ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .yellow_check_list ul li {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        list-style-type: none;
        position: relative;
        padding-left: 27px;
        margin-left: 4px;
    }
    .profile_content .container .yellow_check_list ul li:before {
        content: url("../img/yellow_check.png");
        position: absolute;
        left: 0;
    }
    .profile_content .container .sqare_white_box {
        background: #ffffff;
        width: 170px;
        height: 170px;
        float: left;
        margin-left: 7px;
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .sqare_white_box i {
        color: #646464;
        font-size: 88px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content .container .sqare_white_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        text-align: center;
    }
    .profile_content .container .sqare_white_box:first-child {
        margin-left: 0;
    }
    .profile_content .container .search_results {
        margin-bottom: 35px;
    }
    .profile_content .container .search_results .pull-right {
        width: 100%;
    }
    .profile_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .profile_content .container .search_results form {
        display: table;
        float: left;
    }
    .profile_content .container .search_results form .price_range {
        width: 373px;
        float: left;
    }
    .profile_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .profile_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results .region_atraction {
        margin-left: 0px;
    }
    .profile_content .container .search_results .region_atraction h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
    }
    .profile_content .container .search_results .region_atraction p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .priceing_table {
        border-bottom: 3px solid #f0bd43;
        background: #ffffff;
        padding: 0;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .profile_content .container .search_results .priceing_table table {
        width: 100%;
    }
    .profile_content .container .search_results .priceing_table table tr:first-child {
        height: 40px;
    }
    .profile_content .container .search_results .priceing_table table tr:nth-child(even) {
        background: #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table table tr td {
        text-align: center;
    }
    .profile_content .container .search_results .priceing_table table tr td i {
        cursor: pointer;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph {
        margin-top: 20px;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
        font-weight: 900;
        padding-left: 10px;
        padding-right: 60px;
    }
    .profile_content .container .search_results .priceing_table .total {
        margin-top: 40px;
    }
    .profile_content .container .search_results .priceing_table .total h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 36px;
        line-height: 40px;
        text-align: right;
        padding: 0 23px;
    }
    .profile_content .container .search_results .priceing_table .book_holder {
        width: 100%;
        padding: 0 23px;
        margin-bottom: 30px;
    }
    .profile_content .container .search_results .priceing_table .book_holder a {
        background: #51bef9;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        width: 100%;
        text-align: center;
        padding: 6px;
        font-size: 18px;
        display: table;
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .search_filters {
        margin-left: 0px;
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .profile_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .profile_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .profile_content .container .search_results .search_filters .pull-right {
        padding-right: 30px;
    }
    .profile_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .profile_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .profile_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .place_box figure {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .profile_content .container .search_results .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .search_results .place_box figure a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .profile_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .profile_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .profile_content .container .search_results .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .profile_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- Mobile Pay Section ------------------------------- */
    .mobile_pay_header {
        background: #de1113;
        min-height: 107px;
    }
    .mobile_pay_header > div {
        float: left;
        width: 100% !important;
        display: block !important;
        position: relative !important;
        margin: 0 !important;
        left: 0 !important;
    }
    .mobile_pay_header > div img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_header .pull-left {
        margin-left: 17px;
        margin-top: 17px;
    }
    .mobile_pay_header .set-middle {
        display: table;
        position: absolute;
        left: 41%;
    }
    .mobile_pay_header .pull-right {
        margin-right: 60px;
        margin-top: 28px;
    }
    .mobile_pay_content {
        background: #f2f2f2;
        padding: 20px 10px !important;
        display: table;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 0px 0px 4px 4px;
    }
    .mobile_pay_content input,
    .mobile_pay_content select {
        font-family: 'Verdana';
    }
    .mobile_pay_content form > div {
        float: left !important;
        display: block !important;
        width: 100% !important;
    }
    .mobile_pay_content .select_marina select {
        font-size: 17.74px;
        color: #475768;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
        padding: 12px;
        outline: none;
        margin-bottom: 15px;
    }
    .mobile_pay_content .card-info {
        float: left;
    }
    .mobile_pay_content .card-info .pull-left input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-left select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-right select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .personal-info {
        float: left;
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left {
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left input {
        width: 100%;
    }
    .mobile_pay_content .personal-info input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .value_box {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        width: 100%;
        border-radius: 4px;
        padding: 15px 20px;
        float: left;
    }
    .mobile_pay_content .value_box > span {
        float: left;
        display: block;
        font-family: 'Verdana';
    }
    .mobile_pay_content .value_box p {
        font-family: 'Verdana';
        display: block;
        float: right;
        margin: 0;
    }
    .mobile_pay_content .pay_btn {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
    .mobile_pay_content .pay_btn input {
        border: 0;
        color: #ffffff;
        background: #51bef9;
        padding: 13px 17px;
        font-weight: 400;
        width: 100%;
        margin-top: 20px;
    }
    .mobile_pay_content .box_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .select_full_width {
        width: 100%;
        display: block;
    }
    .mobile_pay_content .input_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .input_half_width {
        display: block;
        width: 50%;
    }
    .mobile_pay_footer {
        width: 97%;
        height: auto;
        display: table;
        margin: 0 auto;
        float: none !important;
        border-radius: 4px ;
        background-image: none;
        background-color: #ffffff;
        padding-left: 100px;
        padding-right: 100px;
    }
    .mobile_pay_footer .box-left {
        display: inline-block;
        float: left;
        width: 33%;
    }
    .mobile_pay_footer .box-left img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_footer .pull-right p {
        text-align: right;
        margin-top: 20px;
        font-size: 11px;
        margin-bottom: 5px;
    }
    .mobile_pay_footer .pull-right p a {
        color: #227cc9;
        text-decoration: none;
        outline: none;
    }
    .mobile_pay_footer .pull-right h3 {
        font-size: 13px;
        margin: 0;
        text-align: right;
        color: #227cc9;
    }
    .book_section {
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .book_section .book_container h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        text-align: center;
        font-size: 37.24px;
        line-height: 53.78px;
        margin-top: 0;
        margin-bottom: 13px;
    }
    .book_section .book_container form input {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        background: #ffffff;
        border: 0;
        width: 32% !important;
        float: left;
        padding: 13px 13px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .book_section .book_container form select {
        margin-bottom: 10px;
        width: 32% !important;
        margin-right: 4px;
    }
    .img_slider .book_section .book_container form .search_btn {
        padding: 0px !important;
        width:40% !important;
    }
}

@media only screen and (max-width: 670px){
    .search_result_header{
        display: none;
    }
    .mdesc-clipper{
        white-space: inherit !important;
    }
    .facilities>.row{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .facilities>.row:before{
        content: none;
    }
    .profile_content_v2 .container #tabs > div .search_filters.facilities .row .free_facility{
        display: flex;
        align-items:center;
        padding-right: 5px;
        width: 49%;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .free_facility:nth-of-type(even){
        padding-left:5px;
        padding-right: 0;
    }
    .profile_content_v2 .container #tabs > div .search_filters.facilities .row .free_facility i{
        width: 28px;
        min-width: 28px;
        height: 28px;
        margin-right: 10px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .free_facility p{
        margin-bottom:0;
        white-space: inherit !important;
        text-align: left !important;
    }
    .marina-details-page-content .photo-gallery{
        padding: 0;
    }
}

@media only screen and (max-width: 667px) {
    /* ------------------------------- Search Section ------------------------------- */
    .search_content {
        background: url("../img/dest_bg.jpg");
        background-size: cover;
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .search_content h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .search_content p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .search_content .dest_block {
        margin-bottom: 30px;
    }
    .search_content .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .search_content .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .search_content .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .search_content .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .search_content .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .search_content .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .search_content .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .search_content .show_region_by_letter {
        padding-top: 28px;
        padding-bottom: 13px;
        height: 140px;
        position: relative;
    }
    .search_content .show_region_by_letter p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 14px;
        color: #898989;
        display: table;
        float: right;
        margin-bottom: 0;
        position: absolute;
    }
    .search_content .show_region_by_letter ul {
        float: left;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 60px;
    }
    .search_content .show_region_by_letter ul li {
        list-style-type: none;
        float: left;
        background: url("../img/border_1.png");
        background-position: right center;
        background-repeat: repeat-y;
        margin-bottom: 5px;
    }
    .search_content .show_region_by_letter ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #898989;
        font-size: 14px;
        padding: 0 6px 0 3px;
    }
    .search_content .pagination {
        padding-top: 0;
        padding-bottom: 35px;
        margin: 0;
    }
    .search_content .pagination ul {
        float: right;
        margin: 0;
        padding: 0;
    }
    .search_content .pagination ul li {
        list-style-type: none;
        float: left;
        background: url("../img/border_1.png");
        background-position: right center;
        background-repeat: repeat-y;
        margin-bottom: 5px;
    }
    .search_content .pagination ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #898989;
        font-size: 14px;
        padding: 0 6px 0 3px;
    }
    .search_content .pagination ul li:last-child {
        background: none;
    }
    .search_content .pagination ul li:last-child a {
        padding-right: 0;
    }
}
@media only screen and (min-width: 571px) and (max-width: 667px) {
    /* ------------------------------- Header Section ------------------------------- */
    header {
        width: 100%;
        float: left;
        display: block;
        background: #de1113;
    }
    header .logo {
        margin: 0 auto;
        margin-top: 20px;
        width: 300px;
        float: none;
    }
    header .logo img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    header #menuBtn {
        width: 20px;
        height: 20px;
        margin: -25px 20px 25px 20px;
        float: right;
    }
    header #menuBtn img {
        width: 100%;
        height: auto;
    }
    header .hide_menu {
        display: block;
    }
    header .header_menu {
        display: block;
        float: right;
        height: auto;
        width: 100%;
    }
    header .header_menu ul {
        margin: 0;
        padding: 0;
        float: right;
        width: 100%;
    }
    header .header_menu ul li {
        border-left: 0;
        border-bottom: 1px solid #ef8f90;
        width: 100%;
    }
    header .header_menu ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 9px 	15px;
        display: block;
    }
    header .header_menu ul li > div:before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
    header .header_menu ul li .hide_currency {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .currency-box {
        right: 0px;
        width: 100%;
        -webkit-box-shadow: 2px 2px 0 0 #000000;
        box-shadow: 2px 2px 0 0 #000000;
    }
    header .header_menu ul li .currency-box h2 {
        width: 100%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container {
        padding: 0;
        width: 50%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container a {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    header .header_menu ul li .hide_lang {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .language_box {
        left: 0px;
        padding: 10px;
        width: 100%;
    }
    header .header_menu ul li .language_box li {
        width: 50%;
        border: 0;
    }
    header .header_menu ul li .language_box li a {
        color: #000000;
        width: auto;
        padding: 0;
    }
    header .header_menu ul li .language_box li a span {
        background: #ffffff;
        padding: 4px 3px 4px 0;
    }
    header .header_menu ul li .language_box li a:hover,
    header .header_menu ul li .language_box li a.active {
        background: #181e3e;
        color: #ffffff;
    }
    /* ------------------------------- Footer Section ------------------------------- */
    footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 43px;
    }
    footer .footer_red_band {
        float: left;
        width: 100%;
        background: #dd3032;
    }
    footer .footer_red_band .container ul {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 13px;
    }
    footer .footer_red_band .container ul li:first-child {
        border-left: 0;
    }
    footer .footer_red_band .container ul li {
        float: left;
        list-style-type: none;
        border-right: 0;
        border-left: 1px solid #ef8f90;
    }
    footer .footer_red_band .container ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 4px;
        display: block;
    }
    footer .footer_container {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 37px;
    }
    footer .footer_container h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-left: 13px;
    }
    footer .footer_container .pull-left {
        display: table;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left {
        margin-right: 0px;
        margin-left: 0px;
    }
    footer .footer_container .pull-left .col-left ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left ul li {
        border-bottom: 1px solid #4d4d4d;
        list-style-type: none;
        padding: 10px 0;
    }
    footer .footer_container .pull-left .col-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
        text-decoration: none;
    }
    footer .footer_container .pull-left .col-left ul li:last-child {
        border-bottom: 0px;
    }
    footer .footer_container .pull-left .col-left:last-child {
        margin-right: 0px;
    }
    footer .footer_container .pull-right {
        width: 100%;
        margin-top: 20px;
    }
    footer .footer_container .pull-right h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    footer .footer_container .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 12px;
        margin-bottom: 14px;
        text-align: justify;
    }
    /* ------------------------------- Modules ------------------------------- */
    .img_slider {
        position: relative;
    }
    .img_slider #owl-demo {
        position: relative;
    }
    .img_slider #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .img_slider #owl-demo .owl-controls {
        margin-top: 0;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 37%;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev {
        float: left;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next {
        float: right;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider .book_section {
        position: relative;
        bottom: 0;
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .img_slider .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .img_slider .book_section .book_container h3 {
        font-size: 24.24px;
        line-height: 43.78px;
    }
    .img_slider .book_section .book_container form input {
        width: 100% ;
        height: 41px;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .boat {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .lenght {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 12px 90px;
    }
    .section_title h3 {
        font-size: 22.72px;
        line-height: 36.16px;
    }
    .section_title h3 {
        font-size: 22.72px;
        line-height: 36.16px;
    }
    .floating_box #float_tabs .sign_in_social .facebook {
        border: 0 !important;
    }
    .floating_box #float_tabs .sign_in_social .google_p p {
        float: left;
    }
    /* ------------------------------- Featured Section ------------------------------- */
    .featured_dest {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .featured_dest h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .featured_dest p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .featured_dest .dest_block {
        margin-bottom: 30px;
    }
    .featured_dest .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .featured_dest .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .featured_dest .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_dest .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .featured_dest .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_marinas {
        padding-bottom: 50px;
    }
    .featured_marinas > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 32px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .featured_marinas > p {
        font-size: 14px;
        padding: 0 30px;
    }
    .featured_marinas .locations {
        display: block;
    }
    .featured_marinas .locations > p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .featured_marinas .locations .place_forecast {
        height: 178px;
        background: #c2c2c2;
    }
    .featured_marinas .locations .place_forecast > p {
        font-family: 'Dosis-Regular';
        color: #ffffff;
        font-size: 18.39px;
        text-align: right;
        padding: 7px 10px;
    }
    .featured_marinas .locations .place_forecast > p > i {
        margin-right: 5px;
    }
    /* ------------------------------- SiteMap Section ------------------------------- */
    .site_map_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .site_map_header div {
        display: table;
        margin: 0 auto;
        padding-top: 21px;
        padding-bottom: 0px;
    }
    .site_map_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .site_map_header .search_site_map {
        padding: 10px;
    }
    .site_map_header .search_site_map form {
        width: 100%;
        float: left;
    }
    .site_map_header .search_site_map form .custom-combobox {
        height: 41px;
        display: table;
        float: left;
        width: 100%;
    }
    .site_map_header .search_site_map form .custom-combobox input {
        background: #ffffff;
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        border-radius: 0;
        padding: 14px 20px;
        width: 100%;
        margin-bottom: 10px;
        height: 41px;
        border: 0;
        outline: none;
    }
    .site_map_header .search_site_map form .custom-combobox a {
        background: #ffffff url("../img/drop_down_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 10%;
        height: 41px;
        border-radius: 0;
        top: -3px;
        border: 0;
        outline: none;
        margin: 0;
    }
    .site_map_header .search_site_map form .search {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        width: 100%;
        border: 0;
        padding: 8px 66px;
        display: table;
        float: left;
    }
    .site_map {
        background: #fafafa;
        padding-top: 6px;
        padding-bottom: 134px;
    }
    .site_map .region_box {
        margin-top: 66px;
    }
    .site_map .region_box .country_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
    }
    .site_map .region_box .region_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
    }
    .site_map .region_box .region_places .row > div {
        width: 33%;
        float: left;
    }
    .site_map .region_box .region_places .row > div a {
        font-family: 'Open Sans', sans-serif;
        color: #2a3ba3;
        padding-left: 20px;
        font-size: 13px;
        line-height: 26px;
        text-decoration: underline;
        margin: 0 -15px;
    }
    /* ------------------------------- Region Section ------------------------------- */
    .region_header .image_title h1 {
        line-height: 50px;
    }
    /* ------------------------------- FAQ Section ------------------------------- */
    .faq_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .faq_header div {
        display: table;
        margin: 0 auto;
        padding-top: 21px;
        padding-bottom: 0px;
    }
    .faq_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .faq_header .search_faq {
        padding: 10px;
    }
    .faq_header .search_faq form {
        width: 100%;
        float: left;
    }
    .faq_header .search_faq form .custom-combobox {
        height: 41px;
        display: table;
        float: left;
        width: 100%;
    }
    .faq_header .search_faq form .custom-combobox input {
        background: #ffffff;
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        border-radius: 0;
        padding: 14px 20px;
        width: 90%;
        height: 41px;
        border: 0;
        outline: none;
    }
    .faq_header .search_faq form .custom-combobox a {
        background: #ffffff url("../img/drop_down_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 10%;
        height: 41px;
        border-radius: 0;
        top: -3px;
        border: 0;
        outline: none;
        margin: 0;
    }
    .faq_header .search_faq form .search {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        width: 100%;
        border: 0;
        padding: 8px 66px;
        display: table;
        float: left;
    }
    .faq_content {
        background: #fafafa;
        padding-top: 81px;
        padding-bottom: 134px;
    }
    .faq_content #v_tabs {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .faq_content #v_tabs > ul {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
        padding-left: 10px;
    }
    .faq_content #v_tabs > ul > li {
        background-color: transparent;
        border: 0;
        padding-right: 65px;
        padding-left: 0;
    }
    .faq_content #v_tabs > ul > li > a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        display: table;
        width: 100%;
        background: url("../img/blue_arrow_right.png");
        background-repeat: no-repeat;
        background-position: center right;
        padding-left: 0;
        outline: none;
    }
    .faq_content #v_tabs > div {
        padding: 10px;
    }
    .faq_content #v_tabs > div > .accordion {
        width: 100%;
    }
    .faq_content #v_tabs > div > .accordion > h3 {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 18px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #cfdceb;
        border-top: 1px solid #cfdceb;
        background: none;
        margin-left: 15px;
        margin-top: -1px;
        padding-left: 0px;
        padding-top: 19px;
        padding-bottom: 13px;
        position: relative;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > h3:first-child {
        border-top: 0;
    }
    .faq_content #v_tabs > div > .accordion > h3:before {
        content: url("../img/blue_arrow_down.png");
        left: -15px;
        position: absolute;
        height: 4px;
        display: table;
        top: 16px;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > div {
        background: none;
        border: 0;
        padding: 36px 24px 17px;
    }
    .faq_content #v_tabs > div > .accordion > div p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 26px;
    }
    .faq_content #v_tabs > div > .accordion > div ul {
        margin: 0;
        padding: 0;
    }
    .faq_content #v_tabs > div > .accordion > div ul li {
        list-style-type: none;
        float: left;
        padding-right: 6px;
        display: table;
        border-right: 1px solid #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li a {
        text-decoration: none;
        outline: none;
        color: #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li:last-child {
        padding-left: 6px;
        border: 0;
    }
    /* ------------------------------- Dashboard Section ------------------------------- */
    .dashboard_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .dashboard_header .login_state {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 15px;
    }
    .dashboard_header .login_state h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .dashboard_header .login_state p {
        text-align: right;
    }
    .dashboard_header .login_state p a {
        font-family: 'Open Sans', sans-serif;
        color: #4fc2df;
        font-size: 13px;
        text-decoration: none;
    }
    .dashboard_header .user_stats {
        display: table;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .dashboard_header .user_stats ul {
        padding: 0;
        margin: 0;
    }
    .dashboard_header .user_stats ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        width: 50%;
    }
    .dashboard_header .user_stats ul li p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .dashboard_header .user_stats ul li p span {
        font-size: 30px;
        margin-left: 10px;
        font-weight: normal;
    }
    .dashboard_header .user_stats ul li:nth-child(even) {
        border: 0;
    }
    .dashboard_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details {
        padding-left: 0px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 12px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details {
        padding-left: 0px;
        width: 60%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 .star {
        color: #f0bd43;
        font-style: normal;
        font-size: 20px;
        margin-left: -15px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 span {
        color: #f0bd43;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book span {
        font-weight: normal;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now {
        width: 173px;
        height: 173px;
        padding: 23px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
        margin: 20px 0px 0 0;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
        margin-top: 66px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 8px 10px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section {
        width: 173px;
        height: 173px;
        padding: 12px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        margin-top: 10px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 6px 10px;
    }
    /* ------------------------------- Dashboard v3 Section ------------------------------- */
    .dashboard_v3_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_v3_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v3_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v3_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v3_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v3_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 figure {
        padding-left: 0;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details .price {
        line-height: 40px;
        float: right;
        text-align: center;
        position: relative;
        right: 0px;
        bottom: 0;
        margin-top: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .short_description {
        padding-left: 7px;
        margin-left: 0;
        margin-top: 7px;
        padding-right: 7px;
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description p,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .short_description p {
        text-align: justify;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .book,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .book {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .book a,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .book a {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .personal_settings .row_1 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .personal_settings .row_1 .edit_row form {
        right: 2px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .personal_settings .row_2 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .personal_settings .row_2 .edit_row form {
        right: 2px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .personal_settings .bottom_aditional_info p {
        font-size: 11px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form {
        right: 2px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form {
        right: 2px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .bottom_aditional_info p {
        font-size: 11px;
    }
    /* ------------------------------- Contact Section ------------------------------- */
    .contact_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .contact_header div {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .contact_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .contact_content {
        padding-bottom: 134px;
        background: #dfdfdf;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(12%, #fafafa), color-stop(87%, #fafafa), color-stop(100%, #e5e5e5));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#e5e5e5', GradientType=0);
        /* IE6-8 */
    }
    .contact_content .form_box {
        padding-top: 56px;
    }
    .contact_content .form_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .contact_content .form_box form {
        padding-left: 0;
    }
    .contact_content .form_box form .row > .col-md-6 {
        width: 50%;
        float: left;
    }
    .contact_content .form_box form .row > .col-md-12 {
        width: 100%;
        float: left;
    }
    .contact_content .form_box form label {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 17px;
        width: 100%;
    }
    .contact_content .form_box form input {
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #c3c3c3;
        font-size: 13px;
        width: 100%;
        height: 30px;
    }
    .contact_content .form_box form textarea {
        border: 1px solid #c3c3c3;
        max-width: 100%;
        width: 100%;
        height: 120px;
        max-height: 120px;
    }
    .contact_content .form_box form input[type="submit"] {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #3079ae;
        border: 0;
        font-size: 13px;
        display: table;
        width: auto;
        float: right;
        padding: 8px 34px;
        margin-top: 37px;
        height: auto;
    }
    .contact_content .form_box form div > .box_input {
        width: 33px;
        height: 30px;
        padding: 6px;
        text-align: center;
    }
    .contact_content .form_box form div > span {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        padding: 0 7px;
    }
    .contact_content .form_box form div > .result {
        width: 123px;
    }
    .contact_content .contact_scroll {
        background: #ffffff;
        border-bottom: 3px solid #f0bd43;
        padding: 43px 40px 55px;
        margin-top: 20px;
    }
    .contact_content .contact_scroll ul {
        margin: 0;
        padding: 0;
    }
    .contact_content .contact_scroll ul li {
        list-style-type: none;
        border-bottom: 1px solid #425263;
        padding-bottom: 12px;
    }
    .contact_content .contact_scroll ul li h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 13px;
        margin-bottom: 3px;
    }
    .contact_content .contact_scroll ul li p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #1a2040;
        font-size: 14px;
        margin-bottom: 0;
    }
    .contact_content .contact_scroll .contact_socials {
        margin-top: 13px;
    }
    .contact_content .contact_scroll .contact_socials i {
        margin-right: 25px;
        font-weight: bold;
        text-transform: none;
        font-size: 27px;
    }
    .contact_content .contact_scroll .contact_socials i a {
        color: #1a2040;
        text-decoration: none;
    }
    /* ------------------------------- PROFILE V2 Section ------------------------------- */
    .profile_header_v2 {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header_v2 .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_header_v2 .book_section .book_container form input,
    .profile_header_v2 .book_section .book_container form select {
        width: 49%;
        float: left;
        margin-right: 2px;
        margin-bottom: 2px;
    }
    /* pop-up on hover style*/
    .ui-tooltip {
        width: auto !important;
        max-width: 170px !important;
        padding: 15px 10px !important;
        border: 0 !important;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1 !important;
        box-shadow: 2px 2px 0 0 #e1e1e1 !important;
    }
    .ui-tooltip .ui-tooltip-content {
        font-family: 'OpenSans-Light', sans-serif !important;
        color: #000000 !important;
        font-size: 13px !important;
    }
    /*end of pop-up on hover*/
    .profile_content_v2 {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content_v2 .container {
        /* old design code */
    }
    .profile_content_v2 .container .shortcuts {
        float: right;
        margin-bottom: 0px;
        z-index: 9999;
        width: 100%;
    }
    .profile_content_v2 .container .shortcuts ul {
        float: left;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 999;
        width: 100%;
    }
    .profile_content_v2 .container .shortcuts ul li {
        float: left;
        list-style-type: none;
        width: 16.666667%;
        border-right: 1px solid #FFF;
        background: #FFF;
    }
    .profile_content_v2 .container .shortcuts ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        font-weight: 600;
        font-size: 13px;
        padding: 5px 15px;
        float: left;
        text-decoration: none;
        outline: none;
        color: #2e323b;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li a:hover {
        font-family: 'OpenSans-Light', sans-serif;
        background: #ffffff;
        padding: 5px 15px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li:last-child {
        border-right: 0;
    }
    .profile_content_v2 .container #profile-slide {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item {
        position: relative;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item img {
        width: 100%;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .slide-title {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        position: absolute;
        top: 5px;
        left: 10px;
        margin: 0;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom {
        position: absolute;
        bottom: 0px;
        left: 15px;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 13px;
        cursor: pointer;
    }
    .profile_content_v2 .container #profile-slide .owl-controls {
        margin-top: 0 !important;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons {
        bottom: 20px;
        position: absolute;
        left: 22px;
        display: none;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next {
        float: left;
        margin-left: 22px;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container .vertical_gmap {
        margin-bottom: -4px;
    }
    .profile_content_v2 .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content_v2 .container #tabs {
        border: 0;
        padding: 0;
        background-color: transparent;
    }
    .profile_content_v2 .container #tabs > ul {
        background-color: transparent;
        border: 0;
        padding: 0;
    }
    .profile_content_v2 .container #tabs > ul > li {
        float: left;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #000000;
        background-color: transparent;
        margin-bottom: 1px;
        height: 40px;
        background-image: none;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > ul > li a {
        width: 100%;
        text-align: center;
        outline: none;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-active {
        border: 0;
        border-bottom: 3px solid #000000;
        margin-bottom: 0;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-hover {
        border: 0;
        border-bottom: 3px solid #000000;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div {
        padding: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility {
        float: left;
        width: 50%;
        margin-bottom: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility p,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        display: block;
        float: left;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i {
        color: #ffffff;
        background: #003471;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 15px;
        cursor: pointer;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i.select {
        background: #00aeef;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        border: 1px solid #787878;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 15px;
        font-size: 12px;
        margin-left: 10px;
        text-decoration: none;
        outline: none;
        margin-top: 4px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a:hover {
        background: #757575;
        color: #ffffff;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .about_profile {
        padding-right: 0px;
        padding-left: 0px;
    }
    .profile_content_v2 .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 36px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .about_profile .profile_sub_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .add_to_cart {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content_v2 .container .priceing {
        background: #475768;
        padding-bottom: 37px;
        border-bottom: 4px solid #f0bd43;
        float: left;
        width: 100%;
    }
    .profile_content_v2 .container .priceing > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
    }
    .profile_content_v2 .container .priceing > h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 14px;
    }
    .profile_content_v2 .container .priceing .add_options {
        background: #ffffff;
        color: #666666;
        margin-left: -15px;
        margin-right: -15px;
    }
    .profile_content_v2 .container .priceing .add_options table {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .profile_content_v2 .container .priceing .add_options table thead tr td {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr {
        height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td {
        text-align: center;
        border-bottom: 1px solid #7b7c81;
        line-height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td i {
        cursor: pointer;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:first-child {
        font-weight: bold;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:nth-child(3) {
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr:last-child td {
        border-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 10px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .priceing .user_selection > h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list {
        overflow-x: auto;
        height: 220px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table {
        width: 100%;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #ffffff;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr td {
        color: #ffffff;
    }
    .profile_content_v2 .container .priceing .total_price {
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .total_price h2 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price h4 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 36px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price p {
        font-family: OSL;
        color: #ffffff;
        font-size: 10px;
        text-align: right;
        margin-bottom: 30px;
    }
    .profile_content_v2 .container .priceing .total_price a {
        font-family: 'OpenSans-Light', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 18px;
        display: block;
        width: 100%;
        height: 42px;
        line-height: 42px;
        text-align: center;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-top: 22px;
        margin-bottom: 20px;
    }
    .profile_content_v2 .container .atractions .weather_box {
        float: none;
        display: block;
        width: 50%;
        height: 140px;
        padding: 8px 12px;
        margin: 0 auto;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .atractions .weather_box > div {
        width: 100%;
        float: left;
    }
    .profile_content_v2 .container .atractions .weather_box .head h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p span {
        font-weight: 900;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p:first-child {
        margin-top: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left {
        width: 50%;
        padding: 10px 0px;
        margin-top: 10px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left p {
        text-align: center;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left i {
        display: table;
        text-align: center;
        width: 100%;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 20px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 span {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left:last-child {
        border-left: 1px solid #000000;
    }
    .profile_content_v2 .container .atractions .weather_box .footer a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions .known_for {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .profile_content_v2 .container .atractions .known_for h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content_v2 .container .atractions .known_for ul {
        padding-left: 30px;
    }
    .profile_content_v2 .container .atractions .known_for ul li {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 13px;
        line-height: 15px;
        list-style-image: url("../img/yellow_check_2.png");
    }
    .profile_content_v2 .container .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .place_box figure {
        max-width: 100%;
        max-height: 172px;
        float: left;
    }
    .profile_content_v2 .container .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content_v2 .container .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content_v2 .container .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content_v2 .container .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content_v2 .container .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content_v2 .container .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .profile_content_v2 .container .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content_v2 .container .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content_v2 .container .place_box .box_content h3 .newly_added {
        font-family: 'OpenSans-Light', sans-serif;
        color: #d3b05d;
        font-size: 18px;
    }
    .profile_content_v2 .container .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content_v2 .container .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content_v2 .container .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
        margin-left: -10px;
    }
    .profile_content_v2 .container .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        text-decoration: none;
        font-size: 13px;
        margin-left: 0px;
        line-height: 19px;
        margin-top: -4px;
        margin-bottom: 12px;
        display: block;
    }
    .profile_content_v2 .container .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .profile_content_v2 .container .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        min-height: 61px;
        float: left;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 6px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content_v2 .container .place_box:last-child {
        margin-bottom: 50px;
    }
    /* ------------------------------- Reservation Section ------------------------------- */
    .reservation_header figure {
        position: relative;
        width: 100%;
        height: auto;
    }
    .reservation_header figure img {
        width: 100%;
        height: auto;
    }
    .reservation_header figure .over_box {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .reservation_header figure .over_box h5 {
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        font-size: 17px;
        text-align: center;
        margin: 0;
        margin-bottom: 5px;
        margin-top: -50px;
    }
    .reservation_header figure .over_box .shadow_box {
        height: auto;
        background: rgba(2, 24, 48, 0.95);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reservation_header figure .over_box .shadow_box a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 22px;
        padding: 2px 12px;
        margin-top: 10px;
        margin-bottom: 20px;
        background: #f0bd43 url("../img/btn_bg.png");
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
        outline: none;
        float: right;
        -webkit-box-shadow: 4px 4px 1px 1px #04101d;
        box-shadow: 4px 4px 1px 1px #04101d;
    }
    .reservation_header figure .over_box .shadow_box ul {
        margin: 0;
        padding: 0;
    }
    .reservation_header figure .over_box .shadow_box ul li {
        padding-left: 28px;
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        line-height: 20px;
        list-style-type: none;
        background: url("../img/yellow_check.png");
        background-repeat: no-repeat;
        background-position: left center;
    }
    .reservation_content {
        background: url("../img/rez_grad.png");
        background-repeat: repeat-x;
        background-size: 20px 100%;
    }
    .reservation_content h1 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 25px;
        text-align: center;
    }
    .reservation_content .block {
        margin-bottom: 50px;
        float: left;
        width: 50%;
    }
    .reservation_content .block figure {
        background: #f3f3f3;
        border-bottom: 4px solid #1f3041;
        padding-top: 20px;
        padding-left: 30px;
        padding-bottom: 15px;
        padding-right: 25px;
    }
    .reservation_content .block figure img {
        display: table;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .reservation_content .block figure h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0;
        margin-top: 13px;
    }
    .reservation_content .block figure p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        margin: 0;
        padding-left: 5px;
    }
    .reservation_content .block .about {
        padding-left: 22px;
        padding-right: 22px;
    }
    .reservation_content .block .about .block_title {
        display: table;
        height: 90px;
        width: 100%;
    }
    .reservation_content .block .about .block_title h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 36px;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 0;
    }
    .reservation_content .block .about h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 17px;
        text-align: center;
        font-weight: bold;
        margin-top: 0;
    }
    .reservation_content .block .about p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
    }
    .reservation_footer {
        background: url("../img/footer_bg_2.jpg");
        background-size: cover;
    }
    .reservation_footer .form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .reservation_footer .form form input {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        width: 100%;
        text-align: center;
        height: 40px;
        margin-bottom: 10px;
        border: 0;
    }
    .reservation_footer .form form input[type="submit"] {
        margin-top: 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #ffffff;
        background: #51bef9;
    }
    .reservation_footer .post_footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
    }
    .post_footer {
        display: block;
        height: 45px;
    }
    .post_footer .pull-left ul {
        float: left;
        margin-bottom: 0;
        padding-left: 0;
        margin-top: 10px;
    }
    .post_footer .pull-left ul li {
        float: left;
        list-style-type: none;
        padding-right: 5px;
        padding-left: 5px;
        border-right: 1px solid #616161;
    }
    .post_footer .pull-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
    }
    .post_footer .pull-left ul li:last-child {
        border: 0;
    }
    .post_footer .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
    }
    /* ------------------------------- search Results Section ------------------------------- */
    .search_result_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .search_result_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .search_result_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .search_result_content .container .vertical_gmap .row {
        margin-right: -15px;
    }
    .search_result_content .container .vertical_gmap .row iframe {
        height: 180px;
    }
    .search_result_content .container .search_results {
        float: left;
        width: 100%;
    }
    .search_result_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .search_result_content .container .search_results form {
        display: table;
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range {
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .search_result_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results form .price_range .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results .anchor_book {
        width: 100%;
    }
    .search_result_content .container .search_results .anchor_book .pull-left {
        width: 50%;
        margin-bottom: 5px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left span {
        margin-right: 10px;
        margin-left: 8px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        display: inline-block;
    }
    .search_result_content .container .search_results .more_btn_holder {
        display: table;
        float: right;
    }
    .search_result_content .container .search_results .more_btn_holder a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 10px 52px;
        display: table;
    }
    .search_result_content .container .search_results .sort_section {
        margin-top: 30px;
        margin-bottom: 23px;
    }
    .search_result_content .container .search_results .sort_section .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .sort_section .pull-right select {
        background: #ffffff;
        border: 1px solid #ebebeb;
        width: 40%;
        height: 30px;
        float: left;
        outline: none;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .sort_section h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-family: 22.65px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .search_filters {
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .search_result_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .search_result_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .search_result_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .search_result_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details {
        float: left;
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .pull-right a {
        padding: 9px 24px !important;
    }
    /* ------------------------------- PROFILE Section ------------------------------- */
    .profile_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content .container .breadcrumb {
        float: left;
        min-height: 10px;
        background: transparent !important;
        width: 100%;
        padding: 0;
        margin-top: 28px;
    }
    .profile_content .container .breadcrumb ul {
        margin: 0;
        padding: 0;
        float: left;
    }
    .profile_content .container .breadcrumb ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        position: relative;
    }
    .profile_content .container .breadcrumb ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #061b52 !important;
        background: transparent;
        float: left;
        width: 100%;
        font-size: 13px;
        text-decoration: none;
    }
    .profile_content .container .breadcrumb ul li:after {
        content: none;
        position: absolute;
        right: 0;
        top: -1px;
    }
    .profile_content .container .breadcrumb ul li:first-child {
        padding-left: 20px;
    }
    .profile_content .container .profile_picture {
        margin-bottom: 16px;
        padding: 0;
    }
    .profile_content .container .profile_picture figure {
        width: 100%;
        height: auto;
    }
    .profile_content .container .profile_picture figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .about_profile {
        padding-right: 15px;
    }
    .profile_content .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .about_profile .profile_sub_title {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content .container .yellow_check_list {
        float: left;
        display: table;
    }
    .profile_content .container .yellow_check_list h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content .container .yellow_check_list ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .yellow_check_list ul li {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        list-style-type: none;
        position: relative;
        padding-left: 27px;
        margin-left: 4px;
    }
    .profile_content .container .yellow_check_list ul li:before {
        content: url("../img/yellow_check.png");
        position: absolute;
        left: 0;
    }
    .profile_content .container .sqare_white_box {
        background: #ffffff;
        width: 170px;
        height: 170px;
        float: left;
        margin-left: 7px;
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .sqare_white_box i {
        color: #646464;
        font-size: 88px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content .container .sqare_white_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        text-align: center;
    }
    .profile_content .container .sqare_white_box:first-child {
        margin-left: 0;
    }
    .profile_content .container .search_results {
        margin-bottom: 35px;
    }
    .profile_content .container .search_results .pull-right {
        width: 100%;
    }
    .profile_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .profile_content .container .search_results form {
        display: table;
        float: left;
    }
    .profile_content .container .search_results form .price_range {
        width: 373px;
        float: left;
    }
    .profile_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .profile_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results .region_atraction {
        margin-left: 0px;
    }
    .profile_content .container .search_results .region_atraction h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
    }
    .profile_content .container .search_results .region_atraction p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .priceing_table {
        border-bottom: 3px solid #f0bd43;
        background: #ffffff;
        padding: 0;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .profile_content .container .search_results .priceing_table table {
        width: 100%;
    }
    .profile_content .container .search_results .priceing_table table tr:first-child {
        height: 40px;
    }
    .profile_content .container .search_results .priceing_table table tr:nth-child(even) {
        background: #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table table tr td {
        text-align: center;
    }
    .profile_content .container .search_results .priceing_table table tr td i {
        cursor: pointer;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph {
        margin-top: 20px;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
        font-weight: 900;
        padding-left: 10px;
        padding-right: 60px;
    }
    .profile_content .container .search_results .priceing_table .total {
        margin-top: 40px;
    }
    .profile_content .container .search_results .priceing_table .total h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 36px;
        line-height: 40px;
        text-align: right;
        padding: 0 23px;
    }
    .profile_content .container .search_results .priceing_table .book_holder {
        width: 100%;
        padding: 0 23px;
        margin-bottom: 30px;
    }
    .profile_content .container .search_results .priceing_table .book_holder a {
        background: #51bef9;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        width: 100%;
        text-align: center;
        padding: 6px;
        font-size: 18px;
        display: table;
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .search_filters {
        margin-left: 0px;
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .profile_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .profile_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .profile_content .container .search_results .search_filters .pull-right {
        padding-right: 30px;
    }
    .profile_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .profile_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .profile_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .place_box figure {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .profile_content .container .search_results .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .search_results .place_box figure a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .profile_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .profile_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .profile_content .container .search_results .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .profile_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- Mobile Pay Section ------------------------------- */
    .mobile_pay_header {
        background: #de1113;
        min-height: 107px;
    }
    .mobile_pay_header > div {
        float: left;
        width: 100% !important;
        display: block !important;
        position: relative !important;
        margin: 0 !important;
        left: 0 !important;
    }
    .mobile_pay_header > div img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_header .pull-left {
        margin-left: 17px;
        margin-top: 17px;
    }
    .mobile_pay_header .set-middle {
        display: table;
        position: absolute;
        left: 41%;
    }
    .mobile_pay_header .pull-right {
        margin-right: 60px;
        margin-top: 28px;
    }
    .mobile_pay_content {
        background: #f2f2f2;
        padding: 20px 10px !important;
        display: table;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 0px 0px 4px 4px;
    }
    .mobile_pay_content input,
    .mobile_pay_content select {
        font-family: 'Verdana';
    }
    .mobile_pay_content form > div {
        float: left !important;
        display: block !important;
        width: 100% !important;
    }
    .mobile_pay_content .select_marina select {
        font-size: 17.74px;
        color: #475768;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
        padding: 12px;
        outline: none;
        margin-bottom: 15px;
    }
    .mobile_pay_content .card-info {
        float: left;
    }
    .mobile_pay_content .card-info .pull-left input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-left select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-right select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .personal-info {
        float: left;
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left {
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left input {
        width: 100%;
    }
    .mobile_pay_content .personal-info input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .value_box {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        width: 100%;
        border-radius: 4px;
        padding: 15px 20px;
        float: left;
    }
    .mobile_pay_content .value_box > span {
        float: left;
        display: block;
        font-family: 'Verdana';
    }
    .mobile_pay_content .value_box p {
        font-family: 'Verdana';
        display: block;
        float: right;
        margin: 0;
    }
    .mobile_pay_content .pay_btn {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
    .mobile_pay_content .pay_btn input {
        border: 0;
        color: #ffffff;
        background: #51bef9;
        padding: 13px 17px;
        font-weight: 400;
        width: 100%;
        margin-top: 20px;
    }
    .mobile_pay_content .box_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .select_full_width {
        width: 100%;
        display: block;
    }
    .mobile_pay_content .input_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .input_half_width {
        display: block;
        width: 50%;
    }
    .mobile_pay_footer {
        width: 97%;
        height: auto;
        display: table;
        margin: 0 auto;
        float: none !important;
        border-radius: 4px ;
        background-image: none;
        background-color: #ffffff;
        padding-left: 80px;
        padding-right: 80px;
    }
    .mobile_pay_footer .box-left {
        display: inline-block;
        float: left;
        width: 33%;
    }
    .mobile_pay_footer .box-left img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_footer .pull-right p {
        text-align: right;
        margin-top: 20px;
        font-size: 11px;
        margin-bottom: 5px;
    }
    .mobile_pay_footer .pull-right p a {
        color: #227cc9;
        text-decoration: none;
        outline: none;
    }
    .mobile_pay_footer .pull-right h3 {
        font-size: 13px;
        margin: 0;
        text-align: right;
        color: #227cc9;
    }
    .book_section {
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .book_section .book_container h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        text-align: center;
        font-size: 37.24px;
        line-height: 53.78px;
        margin-top: 0;
        margin-bottom: 13px;
    }
    .book_section .book_container form input {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        background: #ffffff;
        border: 0;
        width: 48% ;
        float: left;
        padding: 13px 13px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .book_section .book_container form select {
        margin-bottom: 10px;
        width: 48%
    }
    .book_section .book_container form input[type="submit"] {
        padding: 0px !important;
        width: 40%;
    }
}
@media only screen and (min-width: 481px) and (max-width: 570px) {
    /* ------------------------------- Header Section ------------------------------- */
    header {
        width: 100%;
        float: left;
        display: block;
        background: #de1113;
    }
    header .logo {
        margin: 0 auto;
        margin-top: 20px;
        width: 300px;
        float: none;
    }
    header .logo img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    header #menuBtn {
        width: 20px;
        height: 20px;
        margin: -25px 20px 25px 20px;
        float: right;
    }
    header #menuBtn img {
        width: 100%;
        height: auto;
    }
    header .hide_menu {
        display: block;
    }
    header .header_menu {
        display: block;
        float: right;
        height: auto;
        width: 100%;
    }
    header .header_menu ul {
        margin: 0;
        padding: 0;
        float: right;
        width: 100%;
    }
    header .header_menu ul li {
        border-left: 0;
        border-bottom: 1px solid #ef8f90;
        width: 100%;
    }
    header .header_menu ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 9px 	15px;
        display: block;
    }
    header .header_menu ul li > div:before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
    header .header_menu ul li .hide_currency {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .currency-box {
        right: 0px;
        width: 100%;
        -webkit-box-shadow: 2px 2px 0 0 #000000;
        box-shadow: 2px 2px 0 0 #000000;
    }
    header .header_menu ul li .currency-box h2 {
        width: 100%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container {
        padding: 0;
        width: 50%;
        float: left;
    }
    header .header_menu ul li .currency-box .currency-container a {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    header .header_menu ul li .hide_lang {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .language_box {
        left: 0px;
        padding: 10px;
        width: 100%;
    }
    header .header_menu ul li .language_box li {
        width: 50%;
        border: 0;
    }
    header .header_menu ul li .language_box li a {
        color: #000000;
        width: auto;
        padding: 0;
    }
    header .header_menu ul li .language_box li a span {
        background: #ffffff;
        padding: 4px 3px 4px 0;
    }
    header .header_menu ul li .language_box li a:hover,
    header .header_menu ul li .language_box li a.active {
        background: #181e3e;
        color: #ffffff;
    }
    /* ------------------------------- Footer Section ------------------------------- */
    footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 43px;
    }
    footer .footer_red_band {
        float: left;
        width: 100%;
        background: #dd3032;
    }
    footer .footer_red_band .container ul {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 13px;
    }
    footer .footer_red_band .container ul li:first-child {
        border-left: 0;
    }
    footer .footer_red_band .container ul li {
        float: left;
        list-style-type: none;
        border-right: 0;
        border-left: 1px solid #ef8f90;
    }
    footer .footer_red_band .container ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 4px;
        display: block;
    }
    footer .footer_container {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 37px;
    }
    footer .footer_container h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-left: 13px;
    }
    footer .footer_container .pull-left {
        display: table;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left {
        margin-right: 0px;
        margin-left: 0px;
    }
    footer .footer_container .pull-left .col-left ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left ul li {
        border-bottom: 1px solid #4d4d4d;
        list-style-type: none;
        padding: 10px 0;
    }
    footer .footer_container .pull-left .col-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
        text-decoration: none;
    }
    footer .footer_container .pull-left .col-left ul li:last-child {
        border-bottom: 0px;
    }
    footer .footer_container .pull-left .col-left:last-child {
        margin-right: 0px;
    }
    footer .footer_container .pull-right {
        width: 100%;
        margin-top: 20px;
    }
    footer .footer_container .pull-right h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    footer .footer_container .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 12px;
        margin-bottom: 14px;
        text-align: justify;
    }
    /* ------------------------------- Modules ------------------------------- */
    .img_slider {
        position: relative;
    }
    .img_slider #owl-demo {
        position: relative;
    }
    .img_slider #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .img_slider #owl-demo .owl-controls {
        margin-top: 0;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 37%;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev {
        float: left;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next {
        float: right;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider .book_section {
        position: relative;
        bottom: 0;
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .img_slider .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .img_slider .book_section .book_container h3 {
        font-size: 24.24px;
        line-height: 43.78px;
    }
    .img_slider .book_section .book_container form input {
        height: 41px !important;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .img_slider .book_section .book_container form .boat {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .lenght {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 12px 90px;
    }
    .section_title h3 {
        font-size: 22.72px;
        line-height: 36.16px;
    }
    .section_title h3 {
        font-size: 22.72px;
        line-height: 36.16px;
    }
    .floating_box #tabs {
        width: 90%;
        margin: 10px auto;
    }
    .floating_box #tabs #sign_in .sign_in_feature_box {
        padding: 10px 0px;
    }
    .floating_box #tabs #sign_in .sign_in_social {
        margin-top: 28px;
        padding: 0;
    }
    .floating_box #tabs #sign_in .sign_in_social .facebook {
        padding: 0;
        border-right: 0;
    }
    .floating_box #tabs #sign_in .sign_in_social .google_p {
        padding: 0;
    }
    .floating_box #tabs #register .sign_in_feature_box {
        padding: 20px 0px 10px 0px;
    }
    .floating_box #tabs #register .sign_in_social {
        margin-top: 28px;
        padding: 0;
    }
    .floating_box #tabs #register .sign_in_social .facebook {
        padding: 0;
        border-right: 0;
    }
    .floating_box #tabs #register .sign_in_social .google_p {
        padding: 0;
    }
    /* ------------------------------- Featured Section ------------------------------- */
    .featured_dest {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .featured_dest h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .featured_dest p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .featured_dest .dest_block {
        margin-bottom: 30px;
    }
    .featured_dest .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .featured_dest .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .featured_dest .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_dest .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .featured_dest .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_marinas {
        padding-bottom: 50px;
    }
    .featured_marinas > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 32px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .featured_marinas > p {
        font-size: 14px;
        padding: 0 30px;
    }
    .featured_marinas .locations {
        display: block;
    }
    .featured_marinas .locations > p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .featured_marinas .locations .place_forecast {
        height: 178px;
        background: #c2c2c2;
    }
    .featured_marinas .locations .place_forecast > p {
        font-family: 'Dosis-Regular';
        color: #ffffff;
        font-size: 18.39px;
        text-align: right;
        padding: 7px 10px;
    }
    .featured_marinas .locations .place_forecast > p > i {
        margin-right: 5px;
    }
    /* ------------------------------- SiteMap Section ------------------------------- */
    .site_map_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .site_map_header div {
        display: table;
        margin: 0 auto;
        padding-top: 21px;
        padding-bottom: 0px;
    }
    .site_map_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .site_map_header .search_site_map {
        padding: 10px;
    }
    .site_map_header .search_site_map form {
        width: 100%;
        float: left;
    }
    .site_map_header .search_site_map form .custom-combobox {
        height: 41px;
        display: table;
        float: left;
        width: 100%;
    }
    .site_map_header .search_site_map form .custom-combobox input {
        background: #ffffff;
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        border-radius: 0;
        padding: 14px 20px;
        width: 100%;
        height: 41px;
        border: 0;
        outline: none;
        margin-top: 0;
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .site_map_header .search_site_map form .custom-combobox a {
        background: #ffffff url("../img/drop_down_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 10%;
        height: 41px;
        border-radius: 0;
        top: -3px;
        border: 0;
        outline: none;
        margin: 0;
    }
    .site_map_header .search_site_map form .search {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        width: 100%;
        border: 0;
        padding: 8px 66px;
        display: table;
        float: left;
    }
    .site_map {
        background: #fafafa;
        padding-top: 6px;
        padding-bottom: 134px;
    }
    .site_map .region_box {
        margin-top: 66px;
    }
    .site_map .region_box .country_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
    }
    .site_map .region_box .region_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
    }
    .site_map .region_box .region_places .row > div {
        width: 50%;
        float: left;
    }
    .site_map .region_box .region_places .row > div a {
        font-family: 'Open Sans', sans-serif;
        color: #2a3ba3;
        padding-left: 20px;
        font-size: 13px;
        line-height: 26px;
        text-decoration: underline;
        margin: 0 -15px;
    }
    /* ------------------------------- FAQ Section ------------------------------- */
    .faq_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .faq_header div {
        display: table;
        margin: 0 auto;
        padding-top: 21px;
        padding-bottom: 0px;
    }
    .faq_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .faq_header .search_faq {
        padding: 10px;
    }
    .faq_header .search_faq form {
        width: 100%;
        float: left;
    }
    .faq_header .search_faq form .custom-combobox {
        height: 41px;
        display: table;
        float: left;
        width: 100%;
    }
    .faq_header .search_faq form .custom-combobox input {
        background: #ffffff;
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        border-radius: 0;
        padding: 14px 20px;
        width: 90%;
        height: 41px;
        border: 0;
        outline: none;
    }
    .faq_header .search_faq form .custom-combobox a {
        background: #ffffff url("../img/drop_down_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 10%;
        height: 41px;
        border-radius: 0;
        top: -3px;
        border: 0;
        outline: none;
        margin: 0;
    }
    .faq_header .search_faq form .search {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        width: 100%;
        border: 0;
        padding: 8px 66px;
        display: table;
        float: left;
    }
    .faq_content {
        background: #fafafa;
        padding-top: 81px;
        padding-bottom: 134px;
    }
    .faq_content #v_tabs {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .faq_content #v_tabs > ul {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
        padding-left: 10px;
    }
    .faq_content #v_tabs > ul > li {
        background-color: transparent;
        border: 0;
        padding-right: 65px;
        padding-left: 0;
    }
    .faq_content #v_tabs > ul > li > a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        display: table;
        width: 100%;
        background: url("../img/blue_arrow_right.png");
        background-repeat: no-repeat;
        background-position: center right;
        padding-left: 0;
        outline: none;
    }
    .faq_content #v_tabs > div {
        padding: 10px;
    }
    .faq_content #v_tabs > div > .accordion {
        width: 100%;
    }
    .faq_content #v_tabs > div > .accordion > h3 {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 18px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #cfdceb;
        border-top: 1px solid #cfdceb;
        background: none;
        margin-left: 15px;
        margin-top: -1px;
        padding-left: 0px;
        padding-top: 19px;
        padding-bottom: 13px;
        position: relative;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > h3:first-child {
        border-top: 0;
    }
    .faq_content #v_tabs > div > .accordion > h3:before {
        content: url("../img/blue_arrow_down.png");
        left: -15px;
        position: absolute;
        height: 4px;
        display: table;
        top: 16px;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > div {
        background: none;
        border: 0;
        padding: 36px 24px 17px;
    }
    .faq_content #v_tabs > div > .accordion > div p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 26px;
    }
    .faq_content #v_tabs > div > .accordion > div ul {
        margin: 0;
        padding: 0;
    }
    .faq_content #v_tabs > div > .accordion > div ul li {
        list-style-type: none;
        float: left;
        padding-right: 6px;
        display: table;
        border-right: 1px solid #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li a {
        text-decoration: none;
        outline: none;
        color: #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li:last-child {
        padding-left: 6px;
        border: 0;
    }
    /* ------------------------------- Dashboard Section ------------------------------- */
    .dashboard_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .dashboard_header .login_state {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 15px;
    }
    .dashboard_header .login_state h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .dashboard_header .login_state p {
        text-align: right;
    }
    .dashboard_header .login_state p a {
        font-family: 'Open Sans', sans-serif;
        color: #4fc2df;
        font-size: 13px;
        text-decoration: none;
    }
    .dashboard_header .user_stats {
        display: table;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .dashboard_header .user_stats ul {
        padding: 0;
        margin: 0;
    }
    .dashboard_header .user_stats ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        width: 50%;
    }
    .dashboard_header .user_stats ul li p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .dashboard_header .user_stats ul li p span {
        font-size: 30px;
        margin-left: 10px;
        font-weight: normal;
    }
    .dashboard_header .user_stats ul li:nth-child(even) {
        border: 0;
    }
    .dashboard_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details {
        padding-left: 0px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 12px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details {
        padding-left: 0px;
        width: 60%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 .star {
        color: #f0bd43;
        font-style: normal;
        font-size: 20px;
        margin-left: -15px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 span {
        color: #f0bd43;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book span {
        font-weight: normal;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now {
        width: 173px;
        height: 173px;
        padding: 23px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
        margin: 20px 0px 0 0;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
        margin-top: 66px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 8px 10px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section {
        width: 173px;
        height: 173px;
        padding: 12px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        margin-top: 10px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 6px 10px;
    }
    /* ------------------------------- Dashboard v3 Section ------------------------------- */
    .dashboard_v3_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_v3_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v3_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v3_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v3_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v3_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 figure {
        padding-left: 0;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details .price {
        line-height: 40px;
        float: right;
        text-align: center;
        position: relative;
        right: 0px;
        bottom: 0;
        margin-top: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .short_description {
        padding-left: 7px;
        margin-left: 0;
        margin-top: 7px;
        padding-right: 7px;
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description p,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .short_description p {
        text-align: justify;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .book,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .book {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .book a,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .book a {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form {
        right: 2px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form {
        right: 2px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .bottom_aditional_info p {
        font-size: 11px;
    }
    /* ------------------------------- Contact Section ------------------------------- */
    .contact_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .contact_header div {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .contact_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .contact_content {
        padding-bottom: 134px;
        background: #dfdfdf;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(12%, #fafafa), color-stop(87%, #fafafa), color-stop(100%, #e5e5e5));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#e5e5e5', GradientType=0);
        /* IE6-8 */
    }
    .contact_content .form_box {
        padding-top: 56px;
    }
    .contact_content .form_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .contact_content .form_box form {
        padding-left: 0;
    }
    .contact_content .form_box form label {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 17px;
        width: 100%;
    }
    .contact_content .form_box form input {
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #c3c3c3;
        font-size: 13px;
        width: 100%;
        height: 30px;
    }
    .contact_content .form_box form textarea {
        border: 1px solid #c3c3c3;
        max-width: 100%;
        width: 100%;
        height: 120px;
        max-height: 120px;
    }
    .contact_content .form_box form input[type="submit"] {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #3079ae;
        border: 0;
        font-size: 13px;
        display: table;
        width: auto;
        float: right;
        padding: 8px 34px;
        margin-top: 37px;
        height: auto;
    }
    .contact_content .form_box form div > .box_input {
        width: 33px;
        height: 30px;
        padding: 6px;
        text-align: center;
    }
    .contact_content .form_box form div > span {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        padding: 0 7px;
    }
    .contact_content .form_box form div > .result {
        width: 135px;
    }
    .contact_content .contact_scroll {
        background: #ffffff;
        border-bottom: 3px solid #f0bd43;
        padding: 43px 40px 55px;
        margin-top: 20px;
    }
    .contact_content .contact_scroll ul {
        margin: 0;
        padding: 0;
    }
    .contact_content .contact_scroll ul li {
        list-style-type: none;
        border-bottom: 1px solid #425263;
        padding-bottom: 12px;
    }
    .contact_content .contact_scroll ul li h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 13px;
        margin-bottom: 3px;
    }
    .contact_content .contact_scroll ul li p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #1a2040;
        font-size: 14px;
        margin-bottom: 0;
    }
    .contact_content .contact_scroll .contact_socials {
        margin-top: 13px;
    }
    .contact_content .contact_scroll .contact_socials i {
        margin-right: 25px;
        font-weight: bold;
        text-transform: none;
        font-size: 27px;
    }
    .contact_content .contact_scroll .contact_socials i a {
        color: #1a2040;
        text-decoration: none;
    }
    /* ------------------------------- Cancelation Section ------------------------------- */
    .cancelation_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .cancelation_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .cancelation_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .cancelation_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 33.33%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .cancelation_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .cancelation_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: #ffffff;
    }
    .cancelation_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .cancelation_content .container #tabs > div {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
    }
    .cancelation_content .container #tabs > div > p {
        padding-left: 10px;
        padding-right: 10px;
        text-align: justify;
    }
    .cancelation_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .cancelation_content .container #tabs > div .policy_term_box {
        margin-bottom: 0;
    }
    .cancelation_content .container #tabs > div .policy_term_box img {
        width: 100%;
    }
    .cancelation_content .container #tabs > div .policy_term_box .content_title {
        margin-left: 12px;
    }
    .cancelation_content .container #tabs > div .policy_term_box p {
        font-family: 'OpenSans-Light', sans-serif;
        padding-left: 15px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center {
        padding: 0 10px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 10px;
        text-align: center;
        margin-top: 10px;
        padding-left: 0;
    }
    /* ------------------------------- PROFILE V2 Section ------------------------------- */
    .profile_header_v2 {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header_v2 .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_header_v2 .book_section .book_container form input,
    .profile_header_v2 .book_section .book_container form select {
        width: 100%;
    }
    /* pop-up on hover style*/
    .ui-tooltip {
        width: auto !important;
        max-width: 170px !important;
        padding: 15px 10px !important;
        border: 0 !important;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1 !important;
        box-shadow: 2px 2px 0 0 #e1e1e1 !important;
    }
    .ui-tooltip .ui-tooltip-content {
        font-family: 'OpenSans-Light', sans-serif !important;
        color: #000000 !important;
        font-size: 13px !important;
    }
    /*end of pop-up on hover*/
    .profile_content_v2 {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content_v2 .container {
        /* old design code */
    }
    .profile_content_v2 .container .shortcuts {
        float: right;
        margin-bottom: 0px;
        z-index: 9999;
    }
    .profile_content_v2 .container .shortcuts ul {
        float: left;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 999;
    }
    .profile_content_v2 .container .shortcuts ul li {
        float: left;
        list-style-type: none;
        width: 33.33%;
        border-right: 1px solid #ffffff;
        background: #ffffff;
    }
    .profile_content_v2 .container .shortcuts ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        font-weight: 600;
        font-size: 13px;
        padding: 5px 15px;
        float: left;
        text-decoration: none;
        outline: none;
        color: #2e323b;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li a:hover {
        font-family: 'OpenSans-Light', sans-serif;
        background: #ffffff;
        padding: 5px 15px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li:last-child {
        border-right: 0;
    }
    .profile_content_v2 .container #profile-slide {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item {
        position: relative;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item img {
        width: 100%;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .slide-title {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        position: absolute;
        top: 5px;
        left: 10px;
        margin: 0;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom {
        position: absolute;
        bottom: 0px;
        left: 15px;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 13px;
        cursor: pointer;
    }
    .profile_content_v2 .container #profile-slide .owl-controls {
        margin-top: 0 !important;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons {
        bottom: 20px;
        position: absolute;
        left: 22px;
        display: none;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next {
        float: left;
        margin-left: 22px;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container .vertical_gmap {
        margin-bottom: -4px;
    }
    .profile_content_v2 .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content_v2 .container #tabs {
        border: 0;
        padding: 0;
        background-color: transparent;
    }
    .profile_content_v2 .container #tabs > ul {
        background-color: transparent;
        border: 0;
        padding: 0;
    }
    .profile_content_v2 .container #tabs > ul > li {
        float: left;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #000000;
        background-color: transparent;
        margin-bottom: 1px;
        height: 40px;
        background-image: none;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > ul > li a {
        width: 100%;
        text-align: center;
        outline: none;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-active {
        border: 0;
        border-bottom: 3px solid #000000;
        margin-bottom: 0;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-hover {
        border: 0;
        border-bottom: 3px solid #000000;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div {
        padding: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility {
        float: left;
        width: 50%;
        margin-bottom: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility p,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        display: block;
        float: left;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i {
        color: #ffffff;
        background: #003471;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 15px;
        cursor: pointer;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i.select {
        background: #00aeef;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        border: 1px solid #787878;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 15px;
        font-size: 12px;
        margin-left: 10px;
        text-decoration: none;
        outline: none;
        margin-top: 4px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a:hover {
        background: #757575;
        color: #ffffff;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .about_profile {
        padding-right: 0px;
        padding-left: 0px;
    }
    .profile_content_v2 .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 36px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .about_profile .profile_sub_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .add_to_cart {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content_v2 .container .priceing {
        background: #475768;
        padding-bottom: 37px;
        border-bottom: 4px solid #f0bd43;
        float: left;
        width: 100%;
    }
    .profile_content_v2 .container .priceing > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
    }
    .profile_content_v2 .container .priceing > h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 14px;
    }
    .profile_content_v2 .container .priceing .add_options {
        background: #ffffff;
        color: #666666;
        margin-left: -15px;
        margin-right: -15px;
    }
    .profile_content_v2 .container .priceing .add_options table {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .profile_content_v2 .container .priceing .add_options table thead tr td {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr {
        height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td {
        text-align: center;
        border-bottom: 1px solid #7b7c81;
        line-height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td i {
        cursor: pointer;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:first-child {
        font-weight: bold;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:nth-child(3) {
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr:last-child td {
        border-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 10px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .priceing .user_selection > h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list {
        overflow-x: auto;
        height: 220px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table {
        width: 100%;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #ffffff;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr td {
        color: #ffffff;
    }
    .profile_content_v2 .container .priceing .total_price {
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .total_price h2 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price h4 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 36px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price p {
        font-family: OSL;
        color: #ffffff;
        font-size: 10px;
        text-align: right;
        margin-bottom: 30px;
    }
    .profile_content_v2 .container .priceing .total_price a {
        font-family: 'OpenSans-Light', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 18px;
        display: block;
        width: 100%;
        height: 42px;
        line-height: 42px;
        text-align: center;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-top: 22px;
        margin-bottom: 20px;
    }
    .profile_content_v2 .container .atractions .weather_box {
        float: none;
        display: block;
        width: 50%;
        height: 140px;
        padding: 8px 12px;
        margin: 0 auto;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .atractions .weather_box > div {
        width: 100%;
        float: left;
    }
    .profile_content_v2 .container .atractions .weather_box .head h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p span {
        font-weight: 900;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p:first-child {
        margin-top: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left {
        width: 50%;
        padding: 10px 0px;
        margin-top: 10px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left p {
        text-align: center;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left i {
        display: table;
        text-align: center;
        width: 100%;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 20px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 span {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left:last-child {
        border-left: 1px solid #000000;
    }
    .profile_content_v2 .container .atractions .weather_box .footer a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions .known_for {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .profile_content_v2 .container .atractions .known_for h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content_v2 .container .atractions .known_for ul {
        padding-left: 30px;
    }
    .profile_content_v2 .container .atractions .known_for ul li {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 13px;
        line-height: 15px;
        list-style-image: url("../img/yellow_check_2.png");
    }
    .profile_content_v2 .container .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .place_box figure {
        max-width: 100%;
        max-height: 172px;
        float: left;
    }
    .profile_content_v2 .container .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content_v2 .container .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content_v2 .container .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content_v2 .container .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content_v2 .container .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content_v2 .container .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .profile_content_v2 .container .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content_v2 .container .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content_v2 .container .place_box .box_content h3 .newly_added {
        font-family: 'OpenSans-Light', sans-serif;
        color: #d3b05d;
        font-size: 18px;
    }
    .profile_content_v2 .container .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content_v2 .container .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content_v2 .container .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
        margin-left: -10px;
    }
    .profile_content_v2 .container .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        text-decoration: none;
        font-size: 13px;
        margin-left: 0px;
        line-height: 19px;
        margin-top: -4px;
        margin-bottom: 12px;
        display: block;
    }
    .profile_content_v2 .container .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .profile_content_v2 .container .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        min-height: 61px;
        float: left;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 6px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content_v2 .container .place_box:last-child {
        margin-bottom: 50px;
    }
    /* ------------------------------- Reservation Section ------------------------------- */
    .reservation_header figure {
        position: relative;
        width: 100%;
        height: auto;
    }
    .reservation_header figure img {
        width: 100%;
        height: auto;
    }
    .reservation_header figure .over_box {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .reservation_header figure .over_box h5 {
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        font-size: 17px;
        text-align: center;
        margin: 0;
        margin-bottom: 5px;
        margin-top: -50px;
    }
    .reservation_header figure .over_box .shadow_box {
        height: auto;
        background: rgba(2, 24, 48, 0.95);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reservation_header figure .over_box .shadow_box a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 22px;
        padding: 2px 12px;
        margin-top: 10px;
        margin-bottom: 20px;
        background: #f0bd43 url("../img/btn_bg.png");
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
        outline: none;
        float: right;
        -webkit-box-shadow: 4px 4px 1px 1px #04101d;
        box-shadow: 4px 4px 1px 1px #04101d;
    }
    .reservation_header figure .over_box .shadow_box ul {
        margin: 0;
        padding: 0;
    }
    .reservation_header figure .over_box .shadow_box ul li {
        padding-left: 28px;
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        line-height: 20px;
        list-style-type: none;
        background: url("../img/yellow_check.png");
        background-repeat: no-repeat;
        background-position: left center;
    }
    .reservation_content {
        background: url("../img/rez_grad.png");
        background-repeat: repeat-x;
        background-size: 20px 100%;
    }
    .reservation_content h1 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 25px;
        text-align: center;
    }
    .reservation_content .block {
        margin-bottom: 50px;
    }
    .reservation_content .block figure {
        background: #f3f3f3;
        border-bottom: 4px solid #1f3041;
        padding-top: 20px;
        padding-left: 30px;
        padding-bottom: 15px;
        padding-right: 25px;
    }
    .reservation_content .block figure img {
        display: table;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .reservation_content .block figure h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0;
        margin-top: 13px;
    }
    .reservation_content .block figure p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        margin: 0;
        padding-left: 5px;
    }
    .reservation_content .block .about {
        padding-left: 22px;
        padding-right: 22px;
    }
    .reservation_content .block .about .block_title {
        display: table;
        height: 90px;
        width: 100%;
    }
    .reservation_content .block .about .block_title h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 36px;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 0;
    }
    .reservation_content .block .about h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 17px;
        text-align: center;
        font-weight: bold;
        margin-top: 0;
    }
    .reservation_content .block .about p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
    }
    .reservation_footer {
        background: url("../img/footer_bg_2.jpg");
        background-size: cover;
    }
    .reservation_footer .form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .reservation_footer .form form input {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        width: 100%;
        text-align: center;
        height: 40px;
        margin-bottom: 10px;
        border: 0;
    }
    .reservation_footer .form form input[type="submit"] {
        margin-top: 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #ffffff;
        background: #51bef9;
    }
    .reservation_footer .post_footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
    }
    .post_footer {
        display: block;
        height: 45px;
    }
    .post_footer .pull-left ul {
        float: left;
        margin-bottom: 0;
        padding-left: 0;
        margin-top: 10px;
    }
    .post_footer .pull-left ul li {
        float: left;
        list-style-type: none;
        padding-right: 5px;
        padding-left: 5px;
        border-right: 1px solid #616161;
    }
    .post_footer .pull-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
    }
    .post_footer .pull-left ul li:last-child {
        border: 0;
    }
    .post_footer .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
    }
    /* ------------------------------- search Results Section ------------------------------- */
    .search_result_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .search_result_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .search_result_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .search_result_content .container .vertical_gmap .row {
        margin-right: -15px;
    }
    .search_result_content .container .vertical_gmap .row iframe {
        height: 180px;
    }
    .search_result_content .container .search_results {
        float: left;
        width: 100%;
    }
    .search_result_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .search_result_content .container .search_results form {
        display: table;
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range {
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .search_result_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results form .price_range .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results .anchor_book {
        width: 100%;
    }
    .search_result_content .container .search_results .anchor_book .pull-left {
        width: 100%;
        margin-bottom: 5px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left span {
        margin-right: 10px;
        margin-left: 8px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        display: inline-block;
    }
    .search_result_content .container .search_results .more_btn_holder {
        display: table;
        float: right;
    }
    .search_result_content .container .search_results .more_btn_holder a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 10px 52px;
        display: table;
    }
    .search_result_content .container .search_results .sort_section {
        margin-top: 30px;
        margin-bottom: 23px;
    }
    .search_result_content .container .search_results .sort_section .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .sort_section .pull-right select {
        background: #ffffff;
        border: 1px solid #ebebeb;
        width: 100%;
        height: 30px;
        outline: none;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .sort_section h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-family: 22.65px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .search_filters {
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .search_result_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .search_result_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .search_result_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .search_result_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .search_result_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .search_result_content .container .search_results .place_box figure {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .search_result_content .container .search_results .place_box figure img {
        width: 100%;
        height: auto;
    }
    .search_result_content .container .search_results .place_box figure a {
        position: absolute;
        bottom: 4px;
        left: 8px;
    }
    .search_result_content .container .search_results .place_box figure a img {
        width: 17px;
        height: auto;
    }
    .search_result_content .container .search_results .place_box figure .direct-booking {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        left: 0;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .search_result_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .search_result_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .search_result_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .search_result_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .search_result_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .search_result_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .search_result_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .search_result_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .search_result_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .search_result_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .search_result_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .search_result_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .search_result_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .search_result_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .search_result_content .container .search_results .place_box .box_content .price_box {
        margin-top: 30px;
        margin-right: 0px;
    }
    .search_result_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- PROFILE Section ------------------------------- */
    .profile_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content .container .breadcrumb {
        float: left;
        min-height: 10px;
        background: transparent !important;
        width: 100%;
        padding: 0;
        margin-top: 28px;
    }
    .profile_content .container .breadcrumb ul {
        margin: 0;
        padding: 0;
        float: left;
    }
    .profile_content .container .breadcrumb ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        position: relative;
    }
    .profile_content .container .breadcrumb ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #061b52 !important;
        background: transparent;
        float: left;
        width: 100%;
        font-size: 13px;
        text-decoration: none;
    }
    .profile_content .container .breadcrumb ul li:after {
        content: none;
        position: absolute;
        right: 0;
        top: -1px;
    }
    .profile_content .container .breadcrumb ul li:first-child {
        padding-left: 20px;
    }
    .profile_content .container .profile_picture {
        margin-bottom: 16px;
        padding: 0;
    }
    .profile_content .container .profile_picture figure {
        width: 100%;
        height: auto;
    }
    .profile_content .container .profile_picture figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .about_profile {
        padding-right: 15px;
    }
    .profile_content .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .about_profile .profile_sub_title {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content .container .yellow_check_list {
        float: left;
        display: table;
        width: 100%;
    }
    .profile_content .container .yellow_check_list h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content .container .yellow_check_list ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .yellow_check_list ul li {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        list-style-type: none;
        position: relative;
        padding-left: 27px;
        margin-left: 4px;
    }
    .profile_content .container .yellow_check_list ul li:before {
        content: url("../img/yellow_check.png");
        position: absolute;
        left: 0;
    }
    .profile_content .container .sqare_white_box {
        background: #ffffff;
        width: 170px;
        height: 170px;
        float: left;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .sqare_white_box i {
        color: #646464;
        font-size: 88px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content .container .sqare_white_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        text-align: center;
    }
    .profile_content .container .sqare_white_box:first-child {
        margin-left: 0;
    }
    .profile_content .container .search_results {
        margin-bottom: 35px;
    }
    .profile_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .profile_content .container .search_results form {
        display: table;
        float: left;
    }
    .profile_content .container .search_results form .price_range {
        width: 373px;
        float: left;
    }
    .profile_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .profile_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results .region_atraction {
        margin-left: 0px;
    }
    .profile_content .container .search_results .region_atraction h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
    }
    .profile_content .container .search_results .region_atraction p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .priceing_table {
        border-bottom: 3px solid #f0bd43;
        background: #ffffff;
        padding: 0;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .profile_content .container .search_results .priceing_table table {
        width: 100%;
    }
    .profile_content .container .search_results .priceing_table table tr:first-child {
        height: 40px;
    }
    .profile_content .container .search_results .priceing_table table tr:nth-child(even) {
        background: #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table table tr td {
        text-align: center;
    }
    .profile_content .container .search_results .priceing_table table tr td i {
        cursor: pointer;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph {
        margin-top: 20px;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
        font-weight: 900;
        padding-left: 10px;
        padding-right: 60px;
    }
    .profile_content .container .search_results .priceing_table .total {
        margin-top: 40px;
    }
    .profile_content .container .search_results .priceing_table .total h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 36px;
        line-height: 40px;
        text-align: right;
        padding: 0 23px;
    }
    .profile_content .container .search_results .priceing_table .book_holder {
        width: 100%;
        padding: 0 23px;
        margin-bottom: 30px;
    }
    .profile_content .container .search_results .priceing_table .book_holder a {
        background: #51bef9;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        width: 100%;
        text-align: center;
        padding: 6px;
        font-size: 18px;
        display: table;
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .search_filters {
        margin-left: 0px;
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .profile_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .profile_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .profile_content .container .search_results .search_filters .pull-right {
        padding-right: 30px;
    }
    .profile_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .profile_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .profile_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .place_box figure {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .profile_content .container .search_results .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .search_results .place_box figure a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .profile_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .profile_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .profile_content .container .search_results .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .profile_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- Mobile Pay Section ------------------------------- */
    .mobile_pay_header {
        background: #de1113;
        min-height: 107px;
    }
    .mobile_pay_header > div {
        float: left;
        width: 100% !important;
        display: block !important;
        position: relative !important;
        margin: 0 !important;
        left: 0 !important;
    }
    .mobile_pay_header > div img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_header .pull-left {
        margin-left: 17px;
        margin-top: 17px;
    }
    .mobile_pay_header .set-middle {
        display: table;
        position: absolute;
        left: 41%;
    }
    .mobile_pay_header .pull-right {
        margin-right: 60px;
        margin-top: 28px;
    }
    .mobile_pay_content {
        background: #f2f2f2;
        padding: 20px 10px !important;
        display: table;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 0px 0px 4px 4px;
    }
    .mobile_pay_content input,
    .mobile_pay_content select {
        font-family: 'Verdana';
    }
    .mobile_pay_content form > div {
        float: left !important;
        display: block !important;
        width: 100% !important;
    }
    .mobile_pay_content .select_marina select {
        font-size: 17.74px;
        color: #475768;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
        padding: 12px;
        outline: none;
        margin-bottom: 15px;
    }
    .mobile_pay_content .card-info {
        float: left;
    }
    .mobile_pay_content .card-info .pull-left input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-left select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-right select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .personal-info {
        float: left;
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left {
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left input {
        width: 100%;
    }
    .mobile_pay_content .personal-info input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .value_box {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        width: 100%;
        border-radius: 4px;
        padding: 15px 20px;
        float: left;
    }
    .mobile_pay_content .value_box > span {
        float: left;
        display: block;
        font-family: 'Verdana';
    }
    .mobile_pay_content .value_box p {
        font-family: 'Verdana';
        display: block;
        float: right;
        margin: 0;
    }
    .mobile_pay_content .pay_btn {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
    .mobile_pay_content .pay_btn input {
        border: 0;
        color: #ffffff;
        background: #51bef9;
        padding: 13px 17px;
        font-weight: 400;
        width: 100%;
        margin-top: 20px;
    }
    .mobile_pay_content .box_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .select_full_width {
        width: 100%;
        display: block;
    }
    .mobile_pay_content .input_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .input_half_width {
        display: block;
        width: 50%;
    }
    .mobile_pay_footer {
        width: 97%;
        height: auto;
        display: table;
        margin: 0 auto;
        float: none !important;
        border-radius: 4px ;
        background-image: none;
        background-color: #ffffff;
        padding-left: 80px;
        padding-right: 80px;
    }
    .mobile_pay_footer .box-left {
        display: inline-block;
        float: left;
        width: 33%;
    }
    .mobile_pay_footer .box-left img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_footer .pull-right p {
        text-align: right;
        margin-top: 20px;
        font-size: 11px;
        margin-bottom: 5px;
    }
    .mobile_pay_footer .pull-right p a {
        color: #227cc9;
        text-decoration: none;
        outline: none;
    }
    .mobile_pay_footer .pull-right h3 {
        font-size: 13px;
        margin: 0;
        text-align: right;
        color: #227cc9;
    }
    .book_section {
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .book_section .book_container h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        text-align: center;
        font-size: 37.24px;
        line-height: 53.78px;
        margin-top: 0;
        margin-bottom: 13px;
    }
    .book_section .book_container form input {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        background: #ffffff;
        border: 0;
        width: 30% !important;
        float: left;
        padding: 13px 13px;
        margin-bottom: 10px;
        margin-right: 8px;
    }
    .book_section .book_container form select {
        margin-bottom: 10px;
        width: 48% !important;
    }
    .book_section .book_container form input[type="submit"] {
        padding: 0px !important;
    }
}
@media only screen and (min-width: 415px) and (max-width: 480px) {
    /* ------------------------------- Header Section ------------------------------- */
    header {
        width: 100%;
        float: left;
        display: block;
        background: #de1113;
    }
    header .logo {
        margin-left: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 300px;
    }
    header .logo img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    header #menuBtn {
        width: 20px;
        height: 20px;
        margin: 25px 20px 15px 20px;
        float: right;
    }
    header #menuBtn img {
        width: 100%;
        height: auto;
    }
    header .hide_menu {
        display: block;
    }
    header .header_menu {
        display: block;
        float: right;
        height: auto;
    }
    header .header_menu ul {
        margin: 0;
        padding: 0;
        float: right;
    }
    header .header_menu ul li {
        border-left: 0;
        border-bottom: 1px solid #ef8f90;
        width: 100%;
    }
    header .header_menu ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 9px 	15px;
        display: block;
    }
    header .header_menu ul li > div:before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
    header .header_menu ul li .hide_currency {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .currency-box {
        right: 0px;
        width: 100%;
        -webkit-box-shadow: 2px 2px 0 0 #000000;
        box-shadow: 2px 2px 0 0 #000000;
    }
    header .header_menu ul li .currency-box .currency-container {
        padding: 0;
    }
    header .header_menu ul li .currency-box .currency-container a {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    header .header_menu ul li .hide_lang {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .language_box {
        left: 0px;
        padding: 10px;
        width: 100%;
    }
    header .header_menu ul li .language_box li {
        width: 50%;
        border: 0;
    }
    header .header_menu ul li .language_box li a {
        color: #000000;
        width: auto;
        padding: 0;
    }
    header .header_menu ul li .language_box li a span {
        background: #ffffff;
        padding: 4px 3px 4px 0;
    }
    header .header_menu ul li .language_box li a:hover,
    header .header_menu ul li .language_box li a.active {
        background: #181e3e;
        color: #ffffff;
    }
    /* ------------------------------- Footer Section ------------------------------- */
    footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 43px;
    }
    footer .footer_red_band {
        float: left;
        width: 100%;
        background: #dd3032;
    }
    footer .footer_red_band .container ul {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 13px;
    }
    footer .footer_red_band .container ul li:first-child {
        border-left: 0;
    }
    footer .footer_red_band .container ul li {
        float: left;
        list-style-type: none;
        border-right: 0;
        border-left: 1px solid #ef8f90;
    }
    footer .footer_red_band .container ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 4px;
        display: block;
    }
    footer .footer_container {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 37px;
    }
    footer .footer_container h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-left: 13px;
    }
    footer .footer_container .pull-left {
        display: table;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left {
        margin-right: 0px;
        margin-left: 0px;
    }
    footer .footer_container .pull-left .col-left ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left ul li {
        border-bottom: 1px solid #4d4d4d;
        list-style-type: none;
        padding: 10px 0;
    }
    footer .footer_container .pull-left .col-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
        text-decoration: none;
    }
    footer .footer_container .pull-left .col-left ul li:last-child {
        border-bottom: 0px;
    }
    footer .footer_container .pull-left .col-left:last-child {
        margin-right: 0px;
    }
    footer .footer_container .pull-right {
        width: 100%;
        margin-top: 20px;
    }
    footer .footer_container .pull-right h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    footer .footer_container .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 12px;
        margin-bottom: 14px;
        text-align: justify;
    }
    /* ------------------------------- Modules ------------------------------- */
    .img_slider {
        position: relative;
    }
    .img_slider #owl-demo {
        position: relative;
    }
    .img_slider #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .img_slider #owl-demo .owl-controls {
        margin-top: 0;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 37%;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev {
        float: left;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next {
        float: right;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider .book_section {
        position: relative;
        bottom: 0;
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .img_slider .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .img_slider .book_section .book_container h3 {
        font-size: 24.24px;
        line-height: 43.78px;
    }
    .img_slider .book_section .book_container form input {
        width: 30% !important;
        height: 41px !important;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .boat {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .lenght {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 12px 90px;
    }
    .section_title h3 {
        font-size: 22.72px;
        line-height: 36.16px;
    }
    .section_title h3 {
        font-size: 22.72px;
        line-height: 36.16px;
    }
    .floating_box #tabs {
        width: 90%;
        margin: 10px auto;
    }
    .floating_box #tabs #sign_in .sign_in_feature_box {
        padding: 10px 0px;
    }
    .floating_box #tabs #sign_in .sign_in_social {
        margin-top: 28px;
        padding: 0;
    }
    .floating_box #tabs #sign_in .sign_in_social .facebook {
        padding: 0;
        border-right: 0;
    }
    .floating_box #tabs #sign_in .sign_in_social .google_p {
        padding: 0;
    }
    .floating_box #tabs #register .sign_in_feature_box {
        padding: 20px 0px 10px 0px;
    }
    .floating_box #tabs #register .sign_in_social {
        margin-top: 28px;
        padding: 0;
    }
    .floating_box #tabs #register .sign_in_social .facebook {
        padding: 0;
        border-right: 0;
    }
    .floating_box #tabs #register .sign_in_social .google_p {
        padding: 0;
    }
    /* ------------------------------- Featured Section ------------------------------- */
    .featured_dest {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .featured_dest h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .featured_dest p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .featured_dest .dest_block {
        margin-bottom: 30px;
    }
    .featured_dest .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .featured_dest .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .featured_dest .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_dest .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .featured_dest .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_marinas {
        padding-bottom: 50px;
    }
    .featured_marinas > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 32px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .featured_marinas > p {
        font-size: 14px;
        padding: 0 30px;
    }
    .featured_marinas .locations {
        display: block;
    }
    .featured_marinas .locations > p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .featured_marinas .locations .place_forecast {
        height: 178px;
        background: #c2c2c2;
    }
    .featured_marinas .locations .place_forecast > p {
        font-family: 'Dosis-Regular';
        color: #ffffff;
        font-size: 18.39px;
        text-align: right;
        padding: 7px 10px;
    }
    .featured_marinas .locations .place_forecast > p > i {
        margin-right: 5px;
    }
    /* ------------------------------- SiteMap Section ------------------------------- */
    .site_map_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .site_map_header div {
        display: table;
        margin: 0 auto;
        padding-top: 21px;
        padding-bottom: 0px;
    }
    .site_map_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .site_map_header .search_site_map {
        padding: 10px;
    }
    .site_map_header .search_site_map form {
        width: 100%;
        float: left;
    }
    .site_map_header .search_site_map form .custom-combobox {
        height: 41px;
        display: table;
        float: left;
        width: 100%;
    }
    .site_map_header .search_site_map form .custom-combobox input {
        background: #ffffff;
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        border-radius: 0;
        padding: 14px 20px;
        width: 100%;
        margin-bottom: 10px;
        height: 41px;
        border: 0;
        outline: none;
    }
    .site_map_header .search_site_map form .custom-combobox a {
        background: #ffffff url("../img/drop_down_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 10%;
        height: 41px;
        border-radius: 0;
        top: -3px;
        border: 0;
        outline: none;
        margin: 0;
    }
    .site_map_header .search_site_map form .search {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        width: 100%;
        border: 0;
        padding: 8px 66px;
        display: table;
        float: left;
    }
    .site_map {
        background: #fafafa;
        padding-top: 6px;
        padding-bottom: 134px;
    }
    .site_map .region_box {
        margin-top: 66px;
    }
    .site_map .region_box .country_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
    }
    .site_map .region_box .region_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
    }
    .site_map .region_box .region_places .row > div {
        width: 50%;
        float: left;
    }
    .site_map .region_box .region_places .row > div a {
        font-family: 'Open Sans', sans-serif;
        color: #2a3ba3;
        padding-left: 20px;
        font-size: 13px;
        line-height: 26px;
        text-decoration: underline;
        margin: 0 -15px;
    }
    /* ------------------------------- FAQ Section ------------------------------- */
    .faq_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .faq_header div {
        display: table;
        margin: 0 auto;
        padding-top: 21px;
        padding-bottom: 0px;
    }
    .faq_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .faq_header .search_faq {
        padding: 10px;
    }
    .faq_header .search_faq form {
        width: 100%;
        float: left;
    }
    .faq_header .search_faq form .custom-combobox {
        height: 41px;
        display: table;
        float: left;
        width: 100%;
    }
    .faq_header .search_faq form .custom-combobox input {
        background: #ffffff;
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        border-radius: 0;
        padding: 14px 20px;
        width: 90%;
        height: 41px;
        border: 0;
        outline: none;
    }
    .faq_header .search_faq form .custom-combobox a {
        background: #ffffff url("../img/drop_down_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 10%;
        height: 41px;
        border-radius: 0;
        top: -3px;
        border: 0;
        outline: none;
        margin: 0;
    }
    .faq_header .search_faq form .search {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        width: 100%;
        border: 0;
        padding: 8px 66px;
        display: table;
        float: left;
    }
    .faq_content {
        background: #fafafa;
        padding-top: 81px;
        padding-bottom: 134px;
    }
    .faq_content #v_tabs {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .faq_content #v_tabs > ul {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
        padding-left: 10px;
    }
    .faq_content #v_tabs > ul > li {
        background-color: transparent;
        border: 0;
        padding-right: 65px;
        padding-left: 0;
    }
    .faq_content #v_tabs > ul > li > a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        display: table;
        width: 100%;
        background: url("../img/blue_arrow_right.png");
        background-repeat: no-repeat;
        background-position: center right;
        padding-left: 0;
        outline: none;
    }
    .faq_content #v_tabs > div {
        padding: 10px;
    }
    .faq_content #v_tabs > div > .accordion {
        width: 100%;
    }
    .faq_content #v_tabs > div > .accordion > h3 {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 18px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #cfdceb;
        border-top: 1px solid #cfdceb;
        background: none;
        margin-left: 15px;
        margin-top: -1px;
        padding-left: 0px;
        padding-top: 19px;
        padding-bottom: 13px;
        position: relative;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > h3:first-child {
        border-top: 0;
    }
    .faq_content #v_tabs > div > .accordion > h3:before {
        content: url("../img/blue_arrow_down.png");
        left: -15px;
        position: absolute;
        height: 4px;
        display: table;
        top: 16px;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > div {
        background: none;
        border: 0;
        padding: 36px 24px 17px;
    }
    .faq_content #v_tabs > div > .accordion > div p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 26px;
    }
    .faq_content #v_tabs > div > .accordion > div ul {
        margin: 0;
        padding: 0;
    }
    .faq_content #v_tabs > div > .accordion > div ul li {
        list-style-type: none;
        float: left;
        padding-right: 6px;
        display: table;
        border-right: 1px solid #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li a {
        text-decoration: none;
        outline: none;
        color: #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li:last-child {
        padding-left: 6px;
        border: 0;
    }
    /* ------------------------------- Dashboard Section ------------------------------- */
    .dashboard_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .dashboard_header .login_state {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 15px;
    }
    .dashboard_header .login_state h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .dashboard_header .login_state p {
        text-align: right;
    }
    .dashboard_header .login_state p a {
        font-family: 'Open Sans', sans-serif;
        color: #4fc2df;
        font-size: 13px;
        text-decoration: none;
    }
    .dashboard_header .user_stats {
        display: table;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .dashboard_header .user_stats ul {
        padding: 0;
        margin: 0;
    }
    .dashboard_header .user_stats ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        width: 50%;
    }
    .dashboard_header .user_stats ul li p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .dashboard_header .user_stats ul li p span {
        font-size: 30px;
        margin-left: 10px;
        font-weight: normal;
    }
    .dashboard_header .user_stats ul li:nth-child(even) {
        border: 0;
    }
    .dashboard_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details {
        padding-left: 0px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 12px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details {
        padding-left: 0px;
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 .star {
        color: #f0bd43;
        font-style: normal;
        font-size: 20px;
        margin-left: -15px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 span {
        color: #f0bd43;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book span {
        font-weight: normal;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now {
        width: 173px;
        height: 173px;
        padding: 23px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
        margin: 20px 0px 0 0;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
        margin-top: 66px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 8px 10px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section {
        width: 173px;
        height: 173px;
        padding: 12px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        margin-top: 10px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 6px 10px;
    }
    /* ------------------------------- Dashboard v3 Section ------------------------------- */
    .dashboard_v3_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_v3_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v3_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v3_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v3_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v3_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 figure {
        padding-left: 0;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details .price {
        line-height: 40px;
        float: right;
        text-align: center;
        position: relative;
        right: 0px;
        bottom: 0;
        margin-top: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .short_description {
        padding-left: 7px;
        margin-left: 0;
        margin-top: 7px;
        padding-right: 7px;
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description p,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .short_description p {
        text-align: justify;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .book,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .book {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .book a,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .book a {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form {
        right: 2px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form {
        right: 2px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .bottom_aditional_info p {
        font-size: 11px;
    }
    /* ------------------------------- Contact Section ------------------------------- */
    .contact_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .contact_header div {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .contact_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .contact_content {
        padding-bottom: 134px;
        background: #dfdfdf;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(12%, #fafafa), color-stop(87%, #fafafa), color-stop(100%, #e5e5e5));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#e5e5e5', GradientType=0);
        /* IE6-8 */
    }
    .contact_content .form_box {
        padding-top: 56px;
    }
    .contact_content .form_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .contact_content .form_box form {
        padding-left: 0;
    }
    .contact_content .form_box form label {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 17px;
        width: 100%;
    }
    .contact_content .form_box form input {
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #c3c3c3;
        font-size: 13px;
        width: 100%;
        height: 30px;
    }
    .contact_content .form_box form textarea {
        border: 1px solid #c3c3c3;
        max-width: 100%;
        width: 100%;
        height: 120px;
        max-height: 120px;
    }
    .contact_content .form_box form input[type="submit"] {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #3079ae;
        border: 0;
        font-size: 13px;
        display: table;
        width: auto;
        float: right;
        padding: 8px 34px;
        margin-top: 37px;
        height: auto;
    }
    .contact_content .form_box form div > .box_input {
        width: 33px;
        height: 30px;
        padding: 6px;
        text-align: center;
    }
    .contact_content .form_box form div > span {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        padding: 0 7px;
    }
    .contact_content .form_box form div > .result {
        width: 135px;
    }
    .contact_content .contact_scroll {
        background: #ffffff;
        border-bottom: 3px solid #f0bd43;
        padding: 43px 40px 55px;
        margin-top: 20px;
    }
    .contact_content .contact_scroll ul {
        margin: 0;
        padding: 0;
    }
    .contact_content .contact_scroll ul li {
        list-style-type: none;
        border-bottom: 1px solid #425263;
        padding-bottom: 12px;
    }
    .contact_content .contact_scroll ul li h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 13px;
        margin-bottom: 3px;
    }
    .contact_content .contact_scroll ul li p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #1a2040;
        font-size: 14px;
        margin-bottom: 0;
    }
    .contact_content .contact_scroll .contact_socials {
        margin-top: 13px;
    }
    .contact_content .contact_scroll .contact_socials i {
        margin-right: 25px;
        font-weight: bold;
        text-transform: none;
        font-size: 27px;
    }
    .contact_content .contact_scroll .contact_socials i a {
        color: #1a2040;
        text-decoration: none;
    }
    /* ------------------------------- Cancelation Section ------------------------------- */
    .cancelation_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .cancelation_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .cancelation_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .cancelation_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 33.33%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .cancelation_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .cancelation_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: #ffffff;
    }
    .cancelation_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .cancelation_content .container #tabs > div {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
    }
    .cancelation_content .container #tabs > div > p {
        padding-left: 10px;
        padding-right: 10px;
        text-align: justify;
    }
    .cancelation_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .cancelation_content .container #tabs > div .policy_term_box {
        margin-bottom: 0;
    }
    .cancelation_content .container #tabs > div .policy_term_box img {
        width: 100%;
    }
    .cancelation_content .container #tabs > div .policy_term_box .content_title {
        margin-left: 12px;
    }
    .cancelation_content .container #tabs > div .policy_term_box p {
        font-family: 'OpenSans-Light', sans-serif;
        padding-left: 15px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center {
        padding: 0 10px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 10px;
        text-align: center;
        margin-top: 10px;
        padding-left: 0;
    }
    /* ------------------------------- PROFILE V2 Section ------------------------------- */
    .profile_header_v2 {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header_v2 .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_header_v2 .book_section .book_container form input,
    .profile_header_v2 .book_section .book_container form select {
        width: 100%;
    }
    /* pop-up on hover style*/
    .ui-tooltip {
        width: auto !important;
        max-width: 170px !important;
        padding: 15px 10px !important;
        border: 0 !important;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1 !important;
        box-shadow: 2px 2px 0 0 #e1e1e1 !important;
    }
    .ui-tooltip .ui-tooltip-content {
        font-family: 'OpenSans-Light', sans-serif !important;
        color: #000000 !important;
        font-size: 13px !important;
    }
    /*end of pop-up on hover*/
    .profile_content_v2 {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content_v2 .container {
        /* old design code */
    }
    .profile_content_v2 .container .shortcuts {
        float: right;
        margin-bottom: 0px;
        z-index: 9999;
    }
    .profile_content_v2 .container .shortcuts ul {
        float: left;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 999;
    }
    .profile_content_v2 .container .shortcuts ul li {
        float: left;
        list-style-type: none;
        width: 33.33%;
        border-right: 1px solid #ffffff;
        background: #ffffff;
    }
    .profile_content_v2 .container .shortcuts ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        font-weight: 600;
        font-size: 13px;
        padding: 5px 15px;
        float: left;
        text-decoration: none;
        outline: none;
        color: #2e323b;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li a:hover {
        font-family: 'OpenSans-Light', sans-serif;
        background: #ffffff;
        padding: 5px 15px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li:last-child {
        border-right: 0;
    }
    .profile_content_v2 .container #profile-slide {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item {
        position: relative;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item img {
        width: 100%;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .slide-title {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        position: absolute;
        top: 5px;
        left: 10px;
        margin: 0;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom {
        position: absolute;
        bottom: 0px;
        left: 15px;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 13px;
        cursor: pointer;
    }
    .profile_content_v2 .container #profile-slide .owl-controls {
        margin-top: 0 !important;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons {
        bottom: 20px;
        position: absolute;
        left: 22px;
        display: none;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next {
        float: left;
        margin-left: 22px;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container .vertical_gmap {
        margin-bottom: -4px;
    }
    .profile_content_v2 .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content_v2 .container #tabs {
        border: 0;
        padding: 0;
        background-color: transparent;
    }
    .profile_content_v2 .container #tabs > ul {
        background-color: transparent;
        border: 0;
        padding: 0;
    }
    .profile_content_v2 .container #tabs > ul > li {
        float: left;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #000000;
        background-color: transparent;
        margin-bottom: 1px;
        height: 40px;
        background-image: none;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > ul > li a {
        width: 100%;
        text-align: center;
        outline: none;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-active {
        border: 0;
        border-bottom: 3px solid #000000;
        margin-bottom: 0;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-hover {
        border: 0;
        border-bottom: 3px solid #000000;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div {
        padding: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility p,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        display: block;
        float: left;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i {
        color: #ffffff;
        background: #003471;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 15px;
        cursor: pointer;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i.select {
        background: #00aeef;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        border: 1px solid #787878;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 15px;
        font-size: 12px;
        margin-left: 10px;
        text-decoration: none;
        outline: none;
        margin-top: 4px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a:hover {
        background: #757575;
        color: #ffffff;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .about_profile {
        padding-right: 0px;
        padding-left: 0px;
    }
    .profile_content_v2 .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 36px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .about_profile .profile_sub_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .add_to_cart {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content_v2 .container .priceing {
        background: #475768;
        padding-bottom: 37px;
        border-bottom: 4px solid #f0bd43;
        float: left;
    }
    .profile_content_v2 .container .priceing > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
    }
    .profile_content_v2 .container .priceing > h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 14px;
    }
    .profile_content_v2 .container .priceing .add_options {
        background: #ffffff;
        color: #666666;
        margin-left: -15px;
        margin-right: -15px;
    }
    .profile_content_v2 .container .priceing .add_options table {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .profile_content_v2 .container .priceing .add_options table thead tr td {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr {
        height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td {
        text-align: center;
        border-bottom: 1px solid #7b7c81;
        line-height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td i {
        cursor: pointer;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:first-child {
        font-weight: bold;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:nth-child(3) {
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr:last-child td {
        border-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 10px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .priceing .user_selection > h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list {
        overflow-x: auto;
        height: 220px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table {
        width: 100%;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #ffffff;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr td {
        color: #ffffff;
    }
    .profile_content_v2 .container .priceing .total_price {
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .total_price h2 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price h4 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 36px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price p {
        font-family: OSL;
        color: #ffffff;
        font-size: 10px;
        text-align: right;
        margin-bottom: 30px;
    }
    .profile_content_v2 .container .priceing .total_price a {
        font-family: 'OpenSans-Light', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 18px;
        display: block;
        width: 100%;
        height: 42px;
        line-height: 42px;
        text-align: center;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-top: 22px;
        margin-bottom: 20px;
    }
    .profile_content_v2 .container .atractions .weather_box {
        float: none;
        display: block;
        /*background: ;*/
        width: 86%;
        height: 140px;
        padding: 8px 12px;
        margin: 0 auto;
        margin-right: 27px;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .atractions .weather_box > div {
        width: 100%;
        float: left;
    }
    .profile_content_v2 .container .atractions .weather_box .head h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p span {
        font-weight: 900;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p:first-child {
        margin-top: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left {
        width: 50%;
        padding: 10px 0px;
        margin-top: 10px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left p {
        text-align: center;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left i {
        display: table;
        text-align: center;
        width: 100%;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 20px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 span {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left:last-child {
        border-left: 1px solid #000000;
    }
    .profile_content_v2 .container .atractions .weather_box .footer a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions .known_for {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .profile_content_v2 .container .atractions .known_for h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content_v2 .container .atractions .known_for ul {
        padding-left: 30px;
    }
    .profile_content_v2 .container .atractions .known_for ul li {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 13px;
        line-height: 15px;
        list-style-image: url("../img/yellow_check_2.png");
    }
    .profile_content_v2 .container .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .place_box figure {
        max-width: 100%;
        max-height: 172px;
        float: left;
    }
    .profile_content_v2 .container .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content_v2 .container .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content_v2 .container .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content_v2 .container .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content_v2 .container .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content_v2 .container .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .profile_content_v2 .container .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content_v2 .container .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content_v2 .container .place_box .box_content h3 .newly_added {
        font-family: 'OpenSans-Light', sans-serif;
        color: #d3b05d;
        font-size: 18px;
    }
    .profile_content_v2 .container .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content_v2 .container .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content_v2 .container .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
        margin-left: -10px;
    }
    .profile_content_v2 .container .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        text-decoration: none;
        font-size: 13px;
        margin-left: 0px;
        line-height: 19px;
        margin-top: -4px;
        margin-bottom: 12px;
        display: block;
    }
    .profile_content_v2 .container .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .profile_content_v2 .container .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        min-height: 61px;
        float: left;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 6px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content_v2 .container .place_box:last-child {
        margin-bottom: 50px;
    }
    .rating_box {
        float: left;
        display: block;
        width: 100%;
    }
    .rating_box h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .rating_box h5 span {
        font-weight: bold;
    }
    .rating_box .score {
        background: #f0bd43;
        max-width: 170px;
        width: 100%;
        height: 154px;
        padding: 25px 0;
        display: block;
        float: left;
        margin-right: 5%;
    }
    .rating_box .score h6 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 57px;
        text-align: center;
        margin-top: 0;
    }
    .rating_box .score p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 22px;
        text-align: center;
    }
    .rating_box .evaluation_score {
        display: block;
        float: left;
        margin-top: 15px;
        width: 100%;
    }
    .review_messages {
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 25px;
    }
    .review_messages > h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-weight: bold;
        margin-top: 25px;
    }
    .review_messages .msg_box {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 27px;
        margin-top: 27px;
    }
    .review_messages .msg_box .col-1 {
        width: 100%;
        display: block;
        float: left;
    }
    .review_messages .msg_box .col-1 figure {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .review_messages .msg_box .col-1 figure img {
        border-radius: 50%;
        width: 90px;
        height: auto;
    }
    .review_messages .msg_box .col-1 .msg_author h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
    }
    .review_messages .msg_box .col-1 .msg_author span {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 12px;
        text-align: center;
        width: 100%;
        display: table;
    }
    .review_messages .msg_box .col-1 > .score {
        display: table !important;
        margin-left: auto;
        margin-right: auto !important;
        background: #f0bd43;
        max-width: 170px;
        width: 80px;
        height: 70px;
        padding: 12px 0;
        float: none;
        margin-top: 10px;
    }
    .review_messages .msg_box .col-1 > .score h6 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 22px;
        text-align: center;
        margin-top: 0;
    }
    .review_messages .msg_box .col-1 > .score p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
    }
    .review_messages .msg_box .col-2 {
        display: block;
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .review_messages .msg_box .col-2 .full_height {
        height: auto !important;
    }
    .review_messages .msg_box .col-2 .msg {
        background: #ffffff;
        padding: 26px 28px;
        height: 243px;
        width: 100%;
        display: block;
        float: left;
        overflow: hidden;
        z-index: 99;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .review_messages .msg_box .col-2 .msg > i {
        position: absolute;
        left: -16px;
        top: 21px;
        font-size: 49px;
        color: #ffffff;
        text-shadow: -1px 1px 1px #ededed;
        z-index: 0;
    }
    .review_messages .msg_box .col-2 .msg .positive {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .review_messages .msg_box .col-2 .msg .positive p {
        margin-bottom: 0;
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 12px;
    }
    .review_messages .msg_box .col-2 .msg .positive p > i {
        color: #02a202;
        font-size: 12px;
    }
    .review_messages .msg_box .col-2 .msg .negative {
        display: block;
        float: left;
        width: 100%;
    }
    .review_messages .msg_box .col-2 .msg .negative p {
        margin-bottom: 0;
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 12px;
    }
    .review_messages .msg_box .col-2 .msg .negative p > i {
        color: #ff0000;
        font-size: 9px;
    }
    .review_messages .msg_box .col-2 .msg .white_gradient {
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.01)), color-stop(42%, #ffffff), color-stop(100%, #ffffff));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
        /* IE6-8 */
    }
    .review_messages .msg_box .col-2 .msg .detail_option {
        width: 80%;
        height: 100px;
        display: block;
        float: left;
        position: absolute;
        bottom: 0px;
    }
    .review_messages .msg_box .col-2 .msg .detail_option .pull-left span {
        margin-top: 60px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg .detail_option .pull-right span {
        margin-top: 60px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg .detail_option_relative {
        width: 100%;
        height: 40px;
        display: block;
        float: left;
        position: relative;
        bottom: 0;
    }
    .review_messages .msg_box .col-2 .msg .detail_option_relative .pull-left span {
        margin-top: 20px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg .detail_option_relative .pull-right span {
        margin-top: 20px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg::before {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ffffff;
    }
    .review_messages .msg_box .col-2 .helpful {
        width: 100%;
        display: block;
        float: left;
        padding-left: 10px;
    }
    .review_messages .msg_box .col-2 .helpful p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 12px;
        margin-top: 15px;
    }
    .review_messages .msg_box .col-2 .helpful a {
        font-family: 'Open Sans', sans-serif;
        background: #ffffff;
        color: #51bef9;
        font-size: 13px;
        border-radius: 13px;
        text-decoration: none;
        outline: none;
        display: block;
        width: 42px;
        height: 20px;
        text-align: center;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .review_messages .msg_box .col-2 .helpful span {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .review_messages .more_reviews {
        padding-left: 22%;
        float: left;
        display: block;
    }
    .review_messages .more_reviews a {
        font-family: 'Open Sans', sans-serif;
        color: #51bef9;
        font-size: 14px;
        text-decoration: none;
        outline: none;
    }
    /* ------------------------------- Reservation Section ------------------------------- */
    .reservation_header figure {
        position: relative;
        width: 100%;
        height: auto;
    }
    .reservation_header figure img {
        width: 100%;
        height: auto;
    }
    .reservation_header figure .over_box {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .reservation_header figure .over_box h5 {
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        font-size: 17px;
        text-align: center;
        margin: 0;
        margin-bottom: 5px;
        margin-top: -50px;
    }
    .reservation_header figure .over_box .shadow_box {
        height: auto;
        background: rgba(2, 24, 48, 0.95);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reservation_header figure .over_box .shadow_box > div {
        display: inline-block;
        width: 100%;
    }
    .reservation_header figure .over_box .shadow_box a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 22px;
        padding: 2px 12px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        background: #f0bd43 url("../img/btn_bg.png");
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
        outline: none;
        float: right;
        -webkit-box-shadow: 4px 4px 1px 1px #04101d;
        box-shadow: 4px 4px 1px 1px #04101d;
    }
    .reservation_header figure .over_box .shadow_box ul {
        margin: 0;
        padding: 0;
    }
    .reservation_header figure .over_box .shadow_box ul li {
        padding-left: 28px;
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        line-height: 20px;
        list-style-type: none;
        background: url("../img/yellow_check.png");
        background-repeat: no-repeat;
        background-position: left center;
    }
    .reservation_content {
        background: url("../img/rez_grad.png");
        background-repeat: repeat-x;
        background-size: 20px 100%;
    }
    .reservation_content h1 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 25px;
        text-align: center;
    }
    .reservation_content .block {
        margin-bottom: 50px;
    }
    .reservation_content .block figure {
        background: #f3f3f3;
        border-bottom: 4px solid #1f3041;
        padding-top: 20px;
        padding-left: 30px;
        padding-bottom: 15px;
        padding-right: 25px;
    }
    .reservation_content .block figure img {
        display: table;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .reservation_content .block figure h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0;
        margin-top: 13px;
    }
    .reservation_content .block figure p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        margin: 0;
        padding-left: 5px;
    }
    .reservation_content .block .about {
        padding-left: 22px;
        padding-right: 22px;
    }
    .reservation_content .block .about .block_title {
        display: table;
        height: 90px;
        width: 100%;
    }
    .reservation_content .block .about .block_title h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 36px;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 0;
    }
    .reservation_content .block .about h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 17px;
        text-align: center;
        font-weight: bold;
        margin-top: 0;
    }
    .reservation_content .block .about p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
    }
    .reservation_footer {
        background: url("../img/footer_bg_2.jpg");
        background-size: cover;
    }
    .reservation_footer .form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .reservation_footer .form form input {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        width: 100%;
        text-align: center;
        height: 40px;
        margin-bottom: 10px;
        border: 0;
    }
    .reservation_footer .form form input[type="submit"] {
        margin-top: 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #ffffff;
        background: #51bef9;
    }
    .reservation_footer .post_footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
    }
    .post_footer {
        display: block;
        height: 45px;
    }
    .post_footer .pull-left ul {
        float: left;
        margin-bottom: 0;
        padding-left: 0;
        margin-top: 10px;
    }
    .post_footer .pull-left ul li {
        float: left;
        list-style-type: none;
        padding-right: 5px;
        padding-left: 5px;
        border-right: 1px solid #616161;
    }
    .post_footer .pull-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
    }
    .post_footer .pull-left ul li:last-child {
        border: 0;
    }
    .post_footer .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
    }
    /* ------------------------------- search Results Section ------------------------------- */
    .search_result_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .search_result_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .search_result_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .search_result_content .container .vertical_gmap .row {
        margin-right: -15px;
    }
    .search_result_content .container .vertical_gmap .row iframe {
        height: 180px;
    }
    .search_result_content .container .search_results {
        float: left;
        width: 100%;
    }
    .search_result_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .search_result_content .container .search_results form {
        display: table;
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range {
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .search_result_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results form .price_range .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results .anchor_book .pull-left {
        width: 100%;
        margin-bottom: 5px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left span {
        margin-right: 10px;
        margin-left: 8px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        display: inline-block;
    }
    .search_result_content .container .search_results .more_btn_holder {
        display: table;
        float: right;
    }
    .search_result_content .container .search_results .more_btn_holder a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 10px 52px;
        display: table;
    }
    .search_result_content .container .search_results .sort_section {
        margin-top: 30px;
        margin-bottom: 23px;
    }
    .search_result_content .container .search_results .sort_section .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .sort_section .pull-right select {
        background: #ffffff;
        border: 1px solid #ebebeb;
        width: 100%;
        height: 30px;
        outline: none;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .sort_section h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-family: 22.65px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .search_filters {
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .search_result_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .search_result_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .search_result_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .search_result_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .search_result_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .search_result_content .container .search_results .place_box figure {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .search_result_content .container .search_results .place_box figure img {
        width: 100%;
        height: auto;
    }
    .search_result_content .container .search_results .place_box figure a {
        position: absolute;
        bottom: 4px;
        left: 8px;
    }
    .search_result_content .container .search_results .place_box figure a img {
        width: 17px;
        height: auto;
    }
    .search_result_content .container .search_results .place_box figure .direct-booking {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        left: 0;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .search_result_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .search_result_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .search_result_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .search_result_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .search_result_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .search_result_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .search_result_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .search_result_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .search_result_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .search_result_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .search_result_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .search_result_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .search_result_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .search_result_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .search_result_content .container .search_results .place_box .box_content .price_box {
        margin-top: -60px;
        margin-right: 0px;
    }
    .search_result_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- PROFILE Section ------------------------------- */
    .profile_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content .container .breadcrumb {
        float: left;
        min-height: 10px;
        background: transparent !important;
        width: 100%;
        padding: 0;
        margin-top: 28px;
    }
    .profile_content .container .breadcrumb ul {
        margin: 0;
        padding: 0;
        float: left;
    }
    .profile_content .container .breadcrumb ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        position: relative;
    }
    .profile_content .container .breadcrumb ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #061b52 !important;
        background: transparent;
        float: left;
        width: 100%;
        font-size: 13px;
        text-decoration: none;
    }
    .profile_content .container .breadcrumb ul li:after {
        content: none;
        position: absolute;
        right: 0;
        top: -1px;
    }
    .profile_content .container .breadcrumb ul li:first-child {
        padding-left: 20px;
    }
    .profile_content .container .profile_picture {
        margin-bottom: 16px;
        padding: 0;
    }
    .profile_content .container .profile_picture figure {
        width: 100%;
        height: auto;
    }
    .profile_content .container .profile_picture figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .about_profile {
        padding-right: 15px;
    }
    .profile_content .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .about_profile .profile_sub_title {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content .container .yellow_check_list {
        float: left;
        display: table;
        width: 100%;
    }
    .profile_content .container .yellow_check_list h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content .container .yellow_check_list ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .yellow_check_list ul li {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        list-style-type: none;
        position: relative;
        padding-left: 27px;
        margin-left: 4px;
    }
    .profile_content .container .yellow_check_list ul li:before {
        content: url("../img/yellow_check.png");
        position: absolute;
        left: 0;
    }
    .profile_content .container .sqare_white_box {
        background: #ffffff;
        width: 170px;
        height: 170px;
        float: left;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .sqare_white_box i {
        color: #646464;
        font-size: 88px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content .container .sqare_white_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        text-align: center;
    }
    .profile_content .container .sqare_white_box:first-child {
        margin-left: 0;
    }
    .profile_content .container .search_results {
        margin-bottom: 35px;
    }
    .profile_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .profile_content .container .search_results form {
        display: table;
        float: left;
    }
    .profile_content .container .search_results form .price_range {
        width: 373px;
        float: left;
    }
    .profile_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .profile_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results .region_atraction {
        margin-left: 0px;
    }
    .profile_content .container .search_results .region_atraction h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
    }
    .profile_content .container .search_results .region_atraction p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .priceing_table {
        border-bottom: 3px solid #f0bd43;
        background: #ffffff;
        padding: 0;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .profile_content .container .search_results .priceing_table table {
        width: 100%;
    }
    .profile_content .container .search_results .priceing_table table tr:first-child {
        height: 40px;
    }
    .profile_content .container .search_results .priceing_table table tr:nth-child(even) {
        background: #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table table tr td {
        text-align: center;
    }
    .profile_content .container .search_results .priceing_table table tr td i {
        cursor: pointer;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph {
        margin-top: 20px;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
        font-weight: 900;
        padding-left: 10px;
        padding-right: 60px;
    }
    .profile_content .container .search_results .priceing_table .total {
        margin-top: 40px;
    }
    .profile_content .container .search_results .priceing_table .total h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 36px;
        line-height: 40px;
        text-align: right;
        padding: 0 23px;
    }
    .profile_content .container .search_results .priceing_table .book_holder {
        width: 100%;
        padding: 0 23px;
        margin-bottom: 30px;
    }
    .profile_content .container .search_results .priceing_table .book_holder a {
        background: #51bef9;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        width: 100%;
        text-align: center;
        padding: 6px;
        font-size: 18px;
        display: table;
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .search_filters {
        margin-left: 0px;
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .profile_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .profile_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .profile_content .container .search_results .search_filters .pull-right {
        padding-right: 30px;
    }
    .profile_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .profile_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .profile_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .place_box figure {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .profile_content .container .search_results .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .search_results .place_box figure a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .profile_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .profile_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .profile_content .container .search_results .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .profile_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- Mobile Pay Section ------------------------------- */
    .mobile_pay_header {
        background: #de1113;
        min-height: 107px;
    }
    .mobile_pay_header > div {
        float: left;
        width: 100% !important;
        display: block !important;
        position: relative !important;
        margin: 0 !important;
        left: 0 !important;
    }
    .mobile_pay_header > div img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_header .pull-left {
        margin-left: 17px;
        margin-top: 17px;
    }
    .mobile_pay_header .set-middle {
        display: table;
        position: absolute;
        left: 41%;
    }
    .mobile_pay_header .pull-right {
        margin-right: 60px;
        margin-top: 28px;
    }
    .mobile_pay_content {
        background: #f2f2f2;
        padding: 20px 10px !important;
        display: table;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 0px 0px 4px 4px;
    }
    .mobile_pay_content input,
    .mobile_pay_content select {
        font-family: 'Verdana';
    }
    .mobile_pay_content form > div {
        float: left !important;
        display: block !important;
        width: 100% !important;
    }
    .mobile_pay_content .select_marina select {
        font-size: 17.74px;
        color: #475768;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
        padding: 12px;
        outline: none;
        margin-bottom: 15px;
    }
    .mobile_pay_content .card-info {
        float: left;
    }
    .mobile_pay_content .card-info .pull-left input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-left select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-right select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .personal-info {
        float: left;
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left {
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left input {
        width: 100%;
    }
    .mobile_pay_content .personal-info input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .value_box {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        width: 100%;
        border-radius: 4px;
        padding: 15px 20px;
        float: left;
    }
    .mobile_pay_content .value_box > span {
        float: left;
        display: block;
        font-family: 'Verdana';
    }
    .mobile_pay_content .value_box p {
        font-family: 'Verdana';
        display: block;
        float: right;
        margin: 0;
    }
    .mobile_pay_content .pay_btn {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
    .mobile_pay_content .pay_btn input {
        border: 0;
        color: #ffffff;
        background: #51bef9;
        padding: 13px 17px;
        font-weight: 400;
        width: 100%;
        margin-top: 20px;
    }
    .mobile_pay_content .box_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .select_full_width {
        width: 100%;
        display: block;
    }
    .mobile_pay_content .input_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .input_half_width {
        display: block;
        width: 50%;
    }
    .mobile_pay_footer {
        width: 97%;
        height: auto;
        display: table;
        margin: 0 auto;
        float: none !important;
        border-radius: 4px ;
        background-image: none;
        background-color: #ffffff;
        padding-left: 30px;
        padding-right: 39px;
    }
    .mobile_pay_footer .box-left {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .mobile_pay_footer .box-left img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_footer .pull-right p {
        text-align: right;
        margin-top: 20px;
        font-size: 11px;
        margin-bottom: 5px;
    }
    .mobile_pay_footer .pull-right p a {
        color: #227cc9;
        text-decoration: none;
        outline: none;
    }
    .mobile_pay_footer .pull-right h3 {
        font-size: 13px;
        margin: 0;
        text-align: right;
        color: #227cc9;
    }
    .book_section {
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .book_section .book_container h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        text-align: center;
        font-size: 37.24px;
        line-height: 53.78px;
        margin-top: 0;
        margin-bottom: 13px;
    }
    .book_section .book_container form input {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        background: #ffffff;
        border: 0;
        width: 48% !important;
        float: left;
        padding: 13px 13px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .book_section .book_container form select {
        margin-bottom: 10px;
        width: 48% !important;
    }
    .book_section .book_container form input[type="submit"] {
        padding: 0px !important;
    }
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
    /* ------------------------------- Header Section ------------------------------- */
    header {
        width: 100%;
        float: left;
        display: block;
        background: #de1113;
    }
    header .logo {
        margin-left: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 300px;
    }
    header .logo img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    header #menuBtn {
        width: 20px;
        height: 20px;
        margin: 25px 20px 15px 20px;
        float: right;
    }
    header #menuBtn img {
        width: 100%;
        height: auto;
    }
    header .hide_menu {
        display: block;
    }
    header .header_menu {
        display: block;
        float: right;
        height: auto;
    }
    header .header_menu ul {
        margin: 0;
        padding: 0;
        float: right;
    }
    header .header_menu ul li {
        border-left: 0;
        border-bottom: 1px solid #ef8f90;
        width: 100%;
    }
    header .header_menu ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 9px 	15px;
        display: block;
    }
    header .header_menu ul li > div:before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
    header .header_menu ul li .hide_currency {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .currency-box {
        right: 0px;
        width: 100%;
        -webkit-box-shadow: 2px 2px 0 0 #000000;
        box-shadow: 2px 2px 0 0 #000000;
    }
    header .header_menu ul li .currency-box .currency-container {
        padding: 0;
    }
    header .header_menu ul li .currency-box .currency-container a {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    header .header_menu ul li .hide_lang {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .language_box {
        left: 0px;
        padding: 10px;
        width: 100%;
    }
    header .header_menu ul li .language_box li {
        width: 50%;
        border: 0;
    }
    header .header_menu ul li .language_box li a {
        color: #000000;
        width: auto;
        padding: 0;
    }
    header .header_menu ul li .language_box li a span {
        background: #ffffff;
        padding: 4px 3px 4px 0;
    }
    header .header_menu ul li .language_box li a:hover,
    header .header_menu ul li .language_box li a.active {
        background: #181e3e;
        color: #ffffff;
    }
    /* ------------------------------- Footer Section ------------------------------- */
    footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 43px;
    }
    footer .footer_red_band {
        float: left;
        width: 100%;
        background: #dd3032;
    }
    footer .footer_red_band .container ul {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 13px;
    }
    footer .footer_red_band .container ul li:first-child {
        border-left: 0;
    }
    footer .footer_red_band .container ul li {
        float: left;
        list-style-type: none;
        border-right: 0;
        border-left: 1px solid #ef8f90;
    }
    footer .footer_red_band .container ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 4px;
        display: block;
    }
    footer .footer_container {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 37px;
    }
    footer .footer_container h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-left: 13px;
    }
    footer .footer_container .pull-left {
        display: table;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left {
        margin-right: 0px;
        margin-left: 0px;
    }
    footer .footer_container .pull-left .col-left ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left ul li {
        border-bottom: 1px solid #4d4d4d;
        list-style-type: none;
        padding: 10px 0;
    }
    footer .footer_container .pull-left .col-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
        text-decoration: none;
    }
    footer .footer_container .pull-left .col-left ul li:last-child {
        border-bottom: 0px;
    }
    footer .footer_container .pull-left .col-left:last-child {
        margin-right: 0px;
    }
    footer .footer_container .pull-right {
        width: 100%;
        margin-top: 20px;
    }
    footer .footer_container .pull-right h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    footer .footer_container .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 12px;
        margin-bottom: 14px;
        text-align: justify;
    }
    /* ------------------------------- Modules ------------------------------- */
    .img_slider {
        position: relative;
    }
    .img_slider #owl-demo {
        position: relative;
    }
    .img_slider #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .img_slider #owl-demo .owl-controls {
        margin-top: 0;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 37%;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev {
        float: left;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next {
        float: right;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider .book_section {
        position: relative;
        bottom: 0;
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .img_slider .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .img_slider .book_section .book_container h3 {
        font-size: 24.24px;
        line-height: 43.78px;
    }
    .img_slider .book_section .book_container form input {
        width: 40% ;
        height: 41px;
        margin-bottom: 10px;
    }
    .book_section .book_container form .destination{
        margin-left: 0px
    }
    .img_slider .book_section .book_container form .boat {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .lenght {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 0px;
    }
    .section_title h3 {
        font-size: 22.72px;
        line-height: 36.16px;
    }
    .floating_box #tabs {
        width: 90%;
        margin: 10px auto;
    }
    .floating_box #tabs #sign_in .sign_in_feature_box {
        padding: 10px 0px;
    }
    .floating_box #tabs #sign_in .sign_in_social {
        margin-top: 28px;
        padding: 0;
    }
    .floating_box #tabs #sign_in .sign_in_social .facebook {
        padding: 0;
        border-right: 0;
    }
    .floating_box #tabs #sign_in .sign_in_social .google_p {
        padding: 0;
    }
    .floating_box #tabs #register .sign_in_feature_box {
        padding: 20px 0px 10px 0px;
    }
    .floating_box #tabs #register .sign_in_social {
        margin-top: 28px;
        padding: 0;
    }
    .floating_box #tabs #register .sign_in_social .facebook {
        padding: 0;
        border-right: 0;
    }
    .floating_box #tabs #register .sign_in_social .google_p {
        padding: 0;
    }
    /* ------------------------------- Featured Section ------------------------------- */
    .featured_dest {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .featured_dest h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .featured_dest p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .featured_dest .dest_block {
        margin-bottom: 30px;
    }
    .featured_dest .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .featured_dest .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .featured_dest .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_dest .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .featured_dest .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_marinas {
        padding-bottom: 50px;
    }
    .featured_marinas > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 32px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .featured_marinas > p {
        font-size: 14px;
        padding: 0 30px;
    }
    .featured_marinas .locations {
        display: block;
    }
    .featured_marinas .locations > p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .featured_marinas .locations .place_forecast {
        height: 178px;
        background: #c2c2c2;
    }
    .featured_marinas .locations .place_forecast > p {
        font-family: 'Dosis-Regular';
        color: #ffffff;
        font-size: 18.39px;
        text-align: right;
        padding: 7px 10px;
    }
    .featured_marinas .locations .place_forecast > p > i {
        margin-right: 5px;
    }
    /* ------------------------------- SiteMap Section ------------------------------- */
    .site_map_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .site_map_header div {
        display: table;
        margin: 0 auto;
        padding-top: 21px;
        padding-bottom: 0px;
    }
    .site_map_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .site_map_header .search_site_map {
        padding: 10px;
    }
    .site_map_header .search_site_map form {
        width: 100%;
        float: left;
    }
    .site_map_header .search_site_map form .custom-combobox {
        height: 41px;
        display: table;
        float: left;
        width: 100%;
    }
    .site_map_header .search_site_map form .custom-combobox input {
        background: #ffffff;
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        border-radius: 0;
        padding: 14px 20px;
        width: 100%;
        margin-bottom: 10px;
        height: 41px;
        border: 0;
        outline: none;
    }
    .site_map_header .search_site_map form .custom-combobox a {
        background: #ffffff url("../img/drop_down_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 10%;
        height: 41px;
        border-radius: 0;
        top: -3px;
        border: 0;
        outline: none;
        margin: 0;
    }
    .site_map_header .search_site_map form .search {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        width: 100%;
        border: 0;
        padding: 8px 66px;
        display: table;
        float: left;
    }
    .site_map {
        background: #fafafa;
        padding-top: 6px;
        padding-bottom: 134px;
    }
    .site_map .region_box {
        margin-top: 66px;
    }
    .site_map .region_box .country_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
    }
    .site_map .region_box .region_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
    }
    .site_map .region_box .region_places a {
        font-family: 'Open Sans', sans-serif;
        color: #2a3ba3;
        padding-left: 20px;
        font-size: 13px;
        line-height: 26px;
        text-decoration: underline;
        margin: 0 -15px;
    }
    /* ------------------------------- FAQ Section ------------------------------- */
    .faq_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .faq_header div {
        display: table;
        margin: 0 auto;
        padding-top: 21px;
        padding-bottom: 0px;
    }
    .faq_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .faq_header .search_faq {
        padding: 10px;
    }
    .faq_header .search_faq form {
        width: 100%;
        float: left;
    }
    .faq_header .search_faq form .custom-combobox {
        height: 41px;
        display: table;
        float: left;
        width: 100%;
    }
    .faq_header .search_faq form .custom-combobox input {
        background: #ffffff;
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        border-radius: 0;
        padding: 14px 20px;
        width: 90%;
        height: 41px;
        border: 0;
        outline: none;
    }
    .faq_header .search_faq form .custom-combobox a {
        background: #ffffff url("../img/drop_down_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 10%;
        height: 41px;
        border-radius: 0;
        top: -3px;
        border: 0;
        outline: none;
        margin: 0;
    }
    .faq_header .search_faq form .search {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        width: 100%;
        border: 0;
        padding: 8px 66px;
        display: table;
        float: left;
    }
    .faq_content {
        background: #fafafa;
        padding-top: 81px;
        padding-bottom: 134px;
    }
    .faq_content #v_tabs {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .faq_content #v_tabs > ul {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .faq_content #v_tabs > ul > li {
        background-color: transparent;
        border: 0;
        padding-right: 65px;
        padding-left: 0;
    }
    .faq_content #v_tabs > ul > li > a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        display: table;
        width: 100%;
        background: url("../img/blue_arrow_right.png");
        background-repeat: no-repeat;
        background-position: center right;
        padding-left: 0;
        outline: none;
    }
    .faq_content #v_tabs > div {
        padding: 10px;
    }
    .faq_content #v_tabs > div > .accordion {
        width: 100%;
    }
    .faq_content #v_tabs > div > .accordion > h3 {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 18px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #cfdceb;
        border-top: 1px solid #cfdceb;
        background: none;
        margin-left: 15px;
        margin-top: -1px;
        padding-left: 0px;
        padding-top: 19px;
        padding-bottom: 13px;
        position: relative;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > h3:first-child {
        border-top: 0;
    }
    .faq_content #v_tabs > div > .accordion > h3:before {
        content: url("../img/blue_arrow_down.png");
        left: -15px;
        position: absolute;
        height: 4px;
        display: table;
        top: 16px;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > div {
        background: none;
        border: 0;
        padding: 36px 24px 17px;
    }
    .faq_content #v_tabs > div > .accordion > div p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 26px;
    }
    .faq_content #v_tabs > div > .accordion > div ul {
        margin: 0;
        padding: 0;
    }
    .faq_content #v_tabs > div > .accordion > div ul li {
        list-style-type: none;
        float: left;
        padding-right: 6px;
        display: table;
        border-right: 1px solid #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li a {
        text-decoration: none;
        outline: none;
        color: #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li:last-child {
        padding-left: 6px;
        border: 0;
    }
    /* ------------------------------- Dashboard Section ------------------------------- */
    .dashboard_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .dashboard_header .login_state {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 15px;
    }
    .dashboard_header .login_state h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .dashboard_header .login_state p {
        text-align: right;
    }
    .dashboard_header .login_state p a {
        font-family: 'Open Sans', sans-serif;
        color: #4fc2df;
        font-size: 13px;
        text-decoration: none;
    }
    .dashboard_header .user_stats {
        display: table;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .dashboard_header .user_stats ul {
        padding: 0;
        margin: 0;
    }
    .dashboard_header .user_stats ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        width: 50%;
    }
    .dashboard_header .user_stats ul li p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .dashboard_header .user_stats ul li p span {
        font-size: 30px;
        margin-left: 10px;
        font-weight: normal;
    }
    .dashboard_header .user_stats ul li:nth-child(even) {
        border: 0;
    }
    .dashboard_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details {
        padding-left: 0px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 12px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details {
        padding-left: 0px;
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 .star {
        color: #f0bd43;
        font-style: normal;
        font-size: 20px;
        margin-left: -15px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 span {
        color: #f0bd43;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book span {
        font-weight: normal;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now {
        width: 173px;
        height: 173px;
        padding: 23px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
        margin: 20px 0px 0 0;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
        margin-top: 66px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 8px 10px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section {
        width: 173px;
        height: 173px;
        padding: 12px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        margin-top: 10px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 6px 10px;
    }
    /* ------------------------------- Dashboard v3 Section ------------------------------- */
    .dashboard_v3_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_v3_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v3_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v3_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v3_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v3_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 figure {
        padding-left: 0;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details .price {
        line-height: 40px;
        float: right;
        text-align: center;
        position: relative;
        right: 0px;
        bottom: 0;
        margin-top: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .short_description {
        padding-left: 7px;
        margin-left: 0;
        margin-top: 7px;
        padding-right: 7px;
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description p,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .short_description p {
        text-align: justify;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .book,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .book {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .book a,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .book a {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form {
        float: right;
        position: relative;
        right: 0;
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
        padding-bottom: 28px;
        padding-top: 24px;
        margin-bottom: 20px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form .form_block {
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form .form_block input {
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form .form_block input[type="submit"] {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form {
        float: right;
        position: relative;
        right: 0;
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
        padding-bottom: 28px;
        padding-top: 24px;
        margin-bottom: 20px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form .form_block {
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form .form_block input {
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form .form_block input[type="submit"] {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .bottom_aditional_info p {
        font-size: 11px;
    }
    /* ------------------------------- Contact Section ------------------------------- */
    .contact_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .contact_header div {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .contact_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .contact_content {
        padding-bottom: 134px;
        background: #dfdfdf;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(12%, #fafafa), color-stop(87%, #fafafa), color-stop(100%, #e5e5e5));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#e5e5e5', GradientType=0);
        /* IE6-8 */
    }
    .contact_content .form_box {
        padding-top: 56px;
    }
    .contact_content .form_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .contact_content .form_box form {
        padding-left: 0;
    }
    .contact_content .form_box form label {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 17px;
        width: 100%;
    }
    .contact_content .form_box form input {
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #c3c3c3;
        font-size: 13px;
        width: 100%;
        height: 30px;
    }
    .contact_content .form_box form textarea {
        border: 1px solid #c3c3c3;
        max-width: 100%;
        width: 100%;
        height: 120px;
        max-height: 120px;
    }
    .contact_content .form_box form input[type="submit"] {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #3079ae;
        border: 0;
        font-size: 13px;
        display: table;
        width: auto;
        float: right;
        padding: 8px 34px;
        margin-top: 37px;
        height: auto;
    }
    .contact_content .form_box form div > .box_input {
        width: 33px;
        height: 30px;
        padding: 6px;
        text-align: center;
    }
    .contact_content .form_box form div > span {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        padding: 0 7px;
    }
    .contact_content .form_box form div > .result {
        width: 135px;
    }
    .contact_content .contact_scroll {
        background: #ffffff;
        border-bottom: 3px solid #f0bd43;
        padding: 43px 40px 55px;
        margin-top: 20px;
    }
    .contact_content .contact_scroll ul {
        margin: 0;
        padding: 0;
    }
    .contact_content .contact_scroll ul li {
        list-style-type: none;
        border-bottom: 1px solid #425263;
        padding-bottom: 12px;
    }
    .contact_content .contact_scroll ul li h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 13px;
        margin-bottom: 3px;
    }
    .contact_content .contact_scroll ul li p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #1a2040;
        font-size: 14px;
        margin-bottom: 0;
    }
    .contact_content .contact_scroll .contact_socials {
        margin-top: 13px;
    }
    .contact_content .contact_scroll .contact_socials i {
        margin-right: 25px;
        font-weight: bold;
        text-transform: none;
        font-size: 27px;
    }
    .contact_content .contact_scroll .contact_socials i a {
        color: #1a2040;
        text-decoration: none;
    }
    /* ------------------------------- Cancelation Section ------------------------------- */
    .cancelation_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .cancelation_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .cancelation_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .cancelation_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 100%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .cancelation_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .cancelation_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: #ffffff;
    }
    .cancelation_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .cancelation_content .container #tabs > div {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
    }
    .cancelation_content .container #tabs > div > p {
        padding-left: 10px;
        padding-right: 10px;
        text-align: justify;
    }
    .cancelation_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .cancelation_content .container #tabs > div .policy_term_box {
        margin-bottom: 0;
    }
    .cancelation_content .container #tabs > div .policy_term_box img {
        width: 100%;
    }
    .cancelation_content .container #tabs > div .policy_term_box .content_title {
        margin-left: 12px;
    }
    .cancelation_content .container #tabs > div .policy_term_box p {
        font-family: 'OpenSans-Light', sans-serif;
        padding-left: 15px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center {
        padding: 0 10px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 10px;
        text-align: center;
        margin-top: 10px;
        padding-left: 0;
    }
    /* ------------------------------- PROFILE V2 Section ------------------------------- */
    .profile_header_v2 {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header_v2 .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_header_v2 .book_section .book_container form input,
    .profile_header_v2 .book_section .book_container form select {
        width: 100%;
    }
    /* pop-up on hover style*/
    .ui-tooltip {
        width: auto !important;
        max-width: 170px !important;
        padding: 15px 10px !important;
        border: 0 !important;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1 !important;
        box-shadow: 2px 2px 0 0 #e1e1e1 !important;
    }
    .ui-tooltip .ui-tooltip-content {
        font-family: 'OpenSans-Light', sans-serif !important;
        color: #000000 !important;
        font-size: 13px !important;
    }
    /*end of pop-up on hover*/
    .profile_content_v2 {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content_v2 .container {
        /* old design code */
    }
    .profile_content_v2 .container .shortcuts {
        float: right;
        margin-bottom: 0px;
        z-index: 9999;
    }
    .profile_content_v2 .container .shortcuts ul {
        float: left;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 999;
    }
    .profile_content_v2 .container .shortcuts ul li {
        float: left;
        list-style-type: none;
        width: 33.33%;
        border-right: 1px solid #ffffff;
        background: #ffffff;
    }
    .profile_content_v2 .container .shortcuts ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        font-weight: 600;
        font-size: 13px;
        padding: 5px 15px;
        float: left;
        text-decoration: none;
        outline: none;
        color: #2e323b;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li a:hover {
        font-family: 'OpenSans-Light', sans-serif;
        background: #ffffff;
        padding: 5px 15px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li:last-child {
        border-right: 0;
    }
    .profile_content_v2 .container #profile-slide {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item {
        position: relative;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item img {
        width: 100%;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .slide-title {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        position: absolute;
        top: 5px;
        left: 10px;
        margin: 0;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom {
        position: absolute;
        bottom: 0px;
        left: 15px;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 13px;
        cursor: pointer;
    }
    .profile_content_v2 .container #profile-slide .owl-controls {
        margin-top: 0 !important;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons {
        bottom: 20px;
        position: absolute;
        left: 22px;
        display: none;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next {
        float: left;
        margin-left: 22px;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container .vertical_gmap {
        margin-bottom: -4px;
    }
    .profile_content_v2 .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content_v2 .container #tabs {
        border: 0;
        padding: 0;
        background-color: transparent;
    }
    .profile_content_v2 .container #tabs > ul {
        background-color: transparent;
        border: 0;
        padding: 0;
    }
    .profile_content_v2 .container #tabs > ul > li {
        float: left;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #000000;
        background-color: transparent;
        margin-bottom: 1px;
        height: 40px;
        background-image: none;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > ul > li a {
        width: 100%;
        text-align: center;
        outline: none;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-active {
        border: 0;
        border-bottom: 3px solid #000000;
        margin-bottom: 0;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-hover {
        border: 0;
        border-bottom: 3px solid #000000;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div {
        padding: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility p,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        display: block;
        float: left;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i {
        color: #ffffff;
        background: #003471;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 15px;
        cursor: pointer;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i.select {
        background: #00aeef;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        border: 1px solid #787878;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 15px;
        font-size: 12px;
        margin-left: 10px;
        text-decoration: none;
        outline: none;
        margin-top: 4px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a:hover {
        background: #757575;
        color: #ffffff;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .about_profile {
        padding-right: 0px;
        padding-left: 0px;
    }
    .profile_content_v2 .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 36px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .about_profile .profile_sub_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .add_to_cart {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content_v2 .container .priceing {
        background: #475768;
        padding-bottom: 37px;
        border-bottom: 4px solid #f0bd43;
        float: left;
    }
    .profile_content_v2 .container .priceing > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
    }
    .profile_content_v2 .container .priceing > h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 14px;
    }
    .profile_content_v2 .container .priceing .add_options {
        background: #ffffff;
        color: #666666;
        margin-left: -15px;
        margin-right: -15px;
    }
    .profile_content_v2 .container .priceing .add_options table {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .profile_content_v2 .container .priceing .add_options table thead tr td {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr {
        height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td {
        text-align: center;
        border-bottom: 1px solid #7b7c81;
        line-height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td i {
        cursor: pointer;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:first-child {
        font-weight: bold;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:nth-child(3) {
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr:last-child td {
        border-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 10px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .priceing .user_selection > h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list {
        overflow-x: auto;
        height: 220px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table {
        width: 100%;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #ffffff;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr td {
        color: #ffffff;
    }
    .profile_content_v2 .container .priceing .total_price {
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .total_price h2 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price h4 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 36px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price p {
        font-family: OSL;
        color: #ffffff;
        font-size: 10px;
        text-align: right;
        margin-bottom: 30px;
    }
    .profile_content_v2 .container .priceing .total_price a {
        font-family: 'OpenSans-Light', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 18px;
        display: block;
        width: 100%;
        height: 42px;
        line-height: 42px;
        text-align: center;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-top: 22px;
        margin-bottom: 20px;
    }
    .profile_content_v2 .container .atractions .weather_box {
        float: none;
        display: block;
        /*background: ;*/
        width: 86%;
        height: 140px;
        padding: 8px 12px;
        margin: 0 auto;
        margin-right: 27px;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .atractions .weather_box > div {
        width: 100%;
        float: left;
    }
    .profile_content_v2 .container .atractions .weather_box .head h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p span {
        font-weight: 900;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p:first-child {
        margin-top: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left {
        width: 50%;
        padding: 10px 0px;
        margin-top: 10px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left p {
        text-align: center;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left i {
        display: table;
        text-align: center;
        width: 100%;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 20px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 span {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left:last-child {
        border-left: 1px solid #000000;
    }
    .profile_content_v2 .container .atractions .weather_box .footer a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions .known_for {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .profile_content_v2 .container .atractions .known_for h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content_v2 .container .atractions .known_for ul {
        padding-left: 30px;
    }
    .profile_content_v2 .container .atractions .known_for ul li {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 13px;
        line-height: 15px;
        list-style-image: url("../img/yellow_check_2.png");
    }
    .profile_content_v2 .container .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .place_box figure {
        max-width: 100%;
        max-height: 172px;
        float: left;
    }
    .profile_content_v2 .container .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content_v2 .container .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content_v2 .container .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content_v2 .container .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content_v2 .container .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content_v2 .container .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .profile_content_v2 .container .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content_v2 .container .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content_v2 .container .place_box .box_content h3 .newly_added {
        font-family: 'OpenSans-Light', sans-serif;
        color: #d3b05d;
        font-size: 18px;
    }
    .profile_content_v2 .container .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content_v2 .container .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content_v2 .container .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
        margin-left: -10px;
    }
    .profile_content_v2 .container .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        text-decoration: none;
        font-size: 13px;
        margin-left: 0px;
        line-height: 19px;
        margin-top: -4px;
        margin-bottom: 12px;
        display: block;
    }
    .profile_content_v2 .container .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .profile_content_v2 .container .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        min-height: 61px;
        float: left;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 6px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content_v2 .container .place_box:last-child {
        margin-bottom: 50px;
    }
    .rating_box {
        float: left;
        display: block;
        width: 100%;
    }
    .rating_box h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .rating_box h5 span {
        font-weight: bold;
    }
    .rating_box .score {
        background: #f0bd43;
        max-width: 170px;
        width: 100%;
        height: 154px;
        padding: 25px 0;
        display: block;
        float: left;
        margin-right: 5%;
    }
    .rating_box .score h6 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 57px;
        text-align: center;
        margin-top: 0;
    }
    .rating_box .score p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 22px;
        text-align: center;
    }
    .rating_box .evaluation_score {
        display: block;
        float: left;
        margin-top: 15px;
        width: 100%;
    }
    .review_messages {
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 25px;
    }
    .review_messages > h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-weight: bold;
        margin-top: 25px;
    }
    .review_messages .msg_box {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 27px;
        margin-top: 27px;
    }
    .review_messages .msg_box .col-1 {
        width: 100%;
        display: block;
        float: left;
    }
    .review_messages .msg_box .col-1 figure {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .review_messages .msg_box .col-1 figure img {
        border-radius: 50%;
        width: 90px;
        height: auto;
    }
    .review_messages .msg_box .col-1 .msg_author h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
    }
    .review_messages .msg_box .col-1 .msg_author span {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 12px;
        text-align: center;
        width: 100%;
        display: table;
    }
    .review_messages .msg_box .col-1 > .score {
        display: table !important;
        margin-left: auto;
        margin-right: auto !important;
        background: #f0bd43;
        max-width: 170px;
        width: 80px;
        height: 70px;
        padding: 12px 0;
        float: none;
        margin-top: 10px;
    }
    .review_messages .msg_box .col-1 > .score h6 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 22px;
        text-align: center;
        margin-top: 0;
    }
    .review_messages .msg_box .col-1 > .score p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
    }
    .review_messages .msg_box .col-2 {
        display: block;
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .review_messages .msg_box .col-2 .full_height {
        height: auto !important;
    }
    .review_messages .msg_box .col-2 .msg {
        background: #ffffff;
        padding: 26px 28px;
        height: 243px;
        width: 100%;
        display: block;
        float: left;
        overflow: hidden;
        z-index: 99;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .review_messages .msg_box .col-2 .msg > i {
        position: absolute;
        left: -16px;
        top: 21px;
        font-size: 49px;
        color: #ffffff;
        text-shadow: -1px 1px 1px #ededed;
        z-index: 0;
    }
    .review_messages .msg_box .col-2 .msg .positive {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .review_messages .msg_box .col-2 .msg .positive p {
        margin-bottom: 0;
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 12px;
    }
    .review_messages .msg_box .col-2 .msg .positive p > i {
        color: #02a202;
        font-size: 12px;
    }
    .review_messages .msg_box .col-2 .msg .negative {
        display: block;
        float: left;
        width: 100%;
    }
    .review_messages .msg_box .col-2 .msg .negative p {
        margin-bottom: 0;
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 12px;
    }
    .review_messages .msg_box .col-2 .msg .negative p > i {
        color: #ff0000;
        font-size: 9px;
    }
    .review_messages .msg_box .col-2 .msg .white_gradient {
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.01)), color-stop(42%, #ffffff), color-stop(100%, #ffffff));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
        /* IE6-8 */
    }
    .review_messages .msg_box .col-2 .msg .detail_option {
        width: 80%;
        height: 100px;
        display: block;
        float: left;
        position: absolute;
        bottom: 0px;
    }
    .review_messages .msg_box .col-2 .msg .detail_option .pull-left span {
        margin-top: 60px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg .detail_option .pull-right span {
        margin-top: 60px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg .detail_option_relative {
        width: 100%;
        height: 40px;
        display: block;
        float: left;
        position: relative;
        bottom: 0;
    }
    .review_messages .msg_box .col-2 .msg .detail_option_relative .pull-left span {
        margin-top: 20px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg .detail_option_relative .pull-right span {
        margin-top: 20px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg::before {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ffffff;
    }
    .review_messages .msg_box .col-2 .helpful {
        width: 100%;
        display: block;
        float: left;
        padding-left: 10px;
    }
    .review_messages .msg_box .col-2 .helpful p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 12px;
        margin-top: 15px;
    }
    .review_messages .msg_box .col-2 .helpful a {
        font-family: 'Open Sans', sans-serif;
        background: #ffffff;
        color: #51bef9;
        font-size: 13px;
        border-radius: 13px;
        text-decoration: none;
        outline: none;
        display: block;
        width: 42px;
        height: 20px;
        text-align: center;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .review_messages .msg_box .col-2 .helpful span {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .review_messages .more_reviews {
        padding-left: 22%;
        float: left;
        display: block;
    }
    .review_messages .more_reviews a {
        font-family: 'Open Sans', sans-serif;
        color: #51bef9;
        font-size: 14px;
        text-decoration: none;
        outline: none;
    }
    /* ------------------------------- Reservation Section ------------------------------- */
    .reservation_header figure {
        position: relative;
        width: 100%;
        height: auto;
    }
    .reservation_header figure img {
        width: 100%;
        height: auto;
    }
    .reservation_header figure .over_box {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .reservation_header figure .over_box h5 {
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        font-size: 17px;
        text-align: center;
        margin: 0;
        margin-bottom: 5px;
        margin-top: -50px;
    }
    .reservation_header figure .over_box .shadow_box {
        height: auto;
        background: rgba(2, 24, 48, 0.95);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reservation_header figure .over_box .shadow_box > div {
        display: inline-block;
        width: 100%;
    }
    .reservation_header figure .over_box .shadow_box a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 22px;
        padding: 2px 12px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        background: #f0bd43 url("../img/btn_bg.png");
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
        outline: none;
        float: right;
        -webkit-box-shadow: 4px 4px 1px 1px #04101d;
        box-shadow: 4px 4px 1px 1px #04101d;
    }
    .reservation_header figure .over_box .shadow_box ul {
        margin: 0;
        padding: 0;
    }
    .reservation_header figure .over_box .shadow_box ul li {
        padding-left: 28px;
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        line-height: 20px;
        list-style-type: none;
        background: url("../img/yellow_check.png");
        background-repeat: no-repeat;
        background-position: left center;
    }
    .reservation_content {
        background: url("../img/rez_grad.png");
        background-repeat: repeat-x;
        background-size: 20px 100%;
    }
    .reservation_content h1 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 25px;
        text-align: center;
    }
    .reservation_content .block {
        margin-bottom: 50px;
    }
    .reservation_content .block figure {
        background: #f3f3f3;
        border-bottom: 4px solid #1f3041;
        padding-top: 20px;
        padding-left: 30px;
        padding-bottom: 15px;
        padding-right: 25px;
    }
    .reservation_content .block figure img {
        display: table;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .reservation_content .block figure h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0;
        margin-top: 13px;
    }
    .reservation_content .block figure p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        margin: 0;
        padding-left: 5px;
    }
    .reservation_content .block .about {
        padding-left: 22px;
        padding-right: 22px;
    }
    .reservation_content .block .about .block_title {
        display: table;
        height: 90px;
        width: 100%;
    }
    .reservation_content .block .about .block_title h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 36px;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 0;
    }
    .reservation_content .block .about h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 17px;
        text-align: center;
        font-weight: bold;
        margin-top: 0;
    }
    .reservation_content .block .about p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
    }
    .reservation_footer {
        background: url("../img/footer_bg_2.jpg");
        background-size: cover;
    }
    .reservation_footer .form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .reservation_footer .form form input {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        width: 100%;
        text-align: center;
        height: 40px;
        margin-bottom: 10px;
        border: 0;
    }
    .reservation_footer .form form input[type="submit"] {
        margin-top: 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #ffffff;
        background: #51bef9;
    }
    .reservation_footer .post_footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
    }
    .post_footer {
        display: block;
        height: 45px;
    }
    .post_footer .pull-left ul {
        float: left;
        margin-bottom: 0;
        padding-left: 0;
        margin-top: 10px;
    }
    .post_footer .pull-left ul li {
        float: left;
        list-style-type: none;
        padding-right: 5px;
        padding-left: 5px;
        border-right: 1px solid #616161;
    }
    .post_footer .pull-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
    }
    .post_footer .pull-left ul li:last-child {
        border: 0;
    }
    .post_footer .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
    }
    /* ------------------------------- search Results Section ------------------------------- */
    .search_result_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .search_result_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .search_result_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .search_result_content .container .vertical_gmap .row {
        margin-right: -15px;
    }
    .search_result_content .container .vertical_gmap .row iframe {
        height: 180px;
    }
    .search_result_content .container .search_results {
        float: left;
        width: 100%;
    }
    .search_result_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .search_result_content .container .search_results form {
        display: table;
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range {
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .search_result_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results form .price_range .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results .anchor_book .pull-left {
        width: 100%;
        margin-bottom: 5px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left span {
        margin-right: 10px;
        margin-left: 8px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        display: inline-block;
    }
    .search_result_content .container .search_results .more_btn_holder {
        display: table;
        float: right;
    }
    .search_result_content .container .search_results .more_btn_holder a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 10px 52px;
        display: table;
    }
    .search_result_content .container .search_results .sort_section {
        margin-top: 30px;
        margin-bottom: 23px;
    }
    .search_result_content .container .search_results .sort_section .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .sort_section .pull-right select {
        background: #ffffff;
        border: 1px solid #ebebeb;
        width: 100%;
        height: 30px;
        outline: none;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .sort_section h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-family: 22.65px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .search_filters {
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .search_result_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .search_result_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .search_result_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .search_result_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .search_result_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .search_result_content .container .search_results .place_box figure {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .search_result_content .container .search_results .place_box figure img {
        width: 100%;
        height: auto;
    }
    .search_result_content .container .search_results .place_box figure a {
        position: absolute;
        bottom: 4px;
        left: 8px;
    }
    .search_result_content .container .search_results .place_box figure a img {
        width: 17px;
        height: auto;
    }
    .search_result_content .container .search_results .place_box figure .direct-booking {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        left: 0;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .search_result_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .search_result_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .search_result_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .search_result_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .search_result_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .search_result_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .search_result_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .search_result_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .search_result_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .search_result_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .search_result_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .search_result_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .search_result_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .search_result_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .search_result_content .container .search_results .place_box .box_content .price_box {
        margin-top: -60px;
        margin-right: 0px;
    }
    .search_result_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- PROFILE Section ------------------------------- */
    .profile_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content .container .breadcrumb {
        float: left;
        min-height: 10px;
        background: transparent !important;
        width: 100%;
        padding: 0;
        margin-top: 28px;
    }
    .profile_content .container .breadcrumb ul {
        margin: 0;
        padding: 0;
        float: left;
    }
    .profile_content .container .breadcrumb ul li {
        list-style-type: none;
        float: left;
        padding: 0 10px;
        position: relative;
    }
    .profile_content .container .breadcrumb ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #061b52 !important;
        background: transparent;
        float: left;
        width: 100%;
        font-size: 13px;
        text-decoration: none;
    }
    .profile_content .container .breadcrumb ul li:after {
        content: none;
        position: absolute;
        right: 0;
        top: -1px;
    }
    .profile_content .container .breadcrumb ul li:first-child {
        padding-left: 20px;
    }
    .profile_content .container .profile_picture {
        margin-bottom: 16px;
        padding: 0;
    }
    .profile_content .container .profile_picture figure {
        width: 100%;
        height: auto;
    }
    .profile_content .container .profile_picture figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .about_profile {
        padding-right: 15px;
    }
    .profile_content .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .about_profile .profile_sub_title {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content .container .yellow_check_list {
        float: left;
        display: table;
    }
    .profile_content .container .yellow_check_list h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content .container .yellow_check_list ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .yellow_check_list ul li {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        list-style-type: none;
        position: relative;
        padding-left: 27px;
        margin-left: 4px;
    }
    .profile_content .container .yellow_check_list ul li:before {
        content: url("../img/yellow_check.png");
        position: absolute;
        left: 0;
    }
    .profile_content .container .sqare_white_box {
        background: #ffffff;
        width: 140px;
        height: 170px;
        float: left;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .sqare_white_box i {
        color: #646464;
        font-size: 88px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content .container .sqare_white_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        text-align: center;
    }
    .profile_content .container .sqare_white_box:first-child {
        margin-left: 0;
    }
    .profile_content .container .search_results {
        margin-bottom: 35px;
    }
    .profile_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .profile_content .container .search_results form {
        display: table;
        float: left;
    }
    .profile_content .container .search_results form .price_range {
        width: 373px;
        float: left;
    }
    .profile_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .profile_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results .region_atraction {
        margin-left: 0px;
    }
    .profile_content .container .search_results .region_atraction h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
    }
    .profile_content .container .search_results .region_atraction p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .priceing_table {
        border-bottom: 3px solid #f0bd43;
        background: #ffffff;
        padding: 0;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .profile_content .container .search_results .priceing_table table {
        width: 100%;
    }
    .profile_content .container .search_results .priceing_table table tr:first-child {
        height: 40px;
    }
    .profile_content .container .search_results .priceing_table table tr:nth-child(even) {
        background: #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table table tr td {
        text-align: center;
    }
    .profile_content .container .search_results .priceing_table table tr td i {
        cursor: pointer;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph {
        margin-top: 20px;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
        font-weight: 900;
        padding-left: 10px;
        padding-right: 60px;
    }
    .profile_content .container .search_results .priceing_table .total {
        margin-top: 40px;
    }
    .profile_content .container .search_results .priceing_table .total h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 36px;
        line-height: 40px;
        text-align: right;
        padding: 0 23px;
    }
    .profile_content .container .search_results .priceing_table .book_holder {
        width: 100%;
        padding: 0 23px;
        margin-bottom: 30px;
    }
    .profile_content .container .search_results .priceing_table .book_holder a {
        background: #51bef9;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        width: 100%;
        text-align: center;
        padding: 6px;
        font-size: 18px;
        display: table;
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .search_filters {
        margin-left: 0px;
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .profile_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .profile_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .profile_content .container .search_results .search_filters .pull-right {
        padding-right: 30px;
    }
    .profile_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .profile_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .profile_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .place_box figure {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .profile_content .container .search_results .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .search_results .place_box figure a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .profile_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .profile_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .profile_content .container .search_results .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .profile_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- Mobile Pay Section ------------------------------- */
    .mobile_pay_header {
        background: #de1113;
        min-height: 107px;
    }
    .mobile_pay_header > div {
        float: left;
        width: 100% !important;
        display: block !important;
        position: relative !important;
        margin: 0 !important;
        left: 0 !important;
    }
    .mobile_pay_header > div img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_header .pull-left {
        margin-left: 17px;
        margin-top: 17px;
    }
    .mobile_pay_header .set-middle {
        display: table;
        position: absolute;
        left: 41%;
    }
    .mobile_pay_header .pull-right {
        margin-right: 60px;
        margin-top: 28px;
    }
    .mobile_pay_content {
        background: #f2f2f2;
        padding: 20px 10px !important;
        display: table;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 0px 0px 4px 4px;
    }
    .mobile_pay_content input,
    .mobile_pay_content select {
        font-family: 'Verdana';
    }
    .mobile_pay_content form > div {
        float: left !important;
        display: block !important;
        width: 100% !important;
    }
    .mobile_pay_content .select_marina select {
        font-size: 17.74px;
        color: #475768;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
        padding: 12px;
        outline: none;
        margin-bottom: 15px;
    }
    .mobile_pay_content .card-info {
        float: left;
    }
    .mobile_pay_content .card-info .pull-left input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-left select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-right select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .personal-info {
        float: left;
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left {
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left input {
        width: 100%;
    }
    .mobile_pay_content .personal-info input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .value_box {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        width: 100%;
        border-radius: 4px;
        padding: 15px 20px;
        float: left;
    }
    .mobile_pay_content .value_box > span {
        float: left;
        display: block;
        font-family: 'Verdana';
    }
    .mobile_pay_content .value_box p {
        font-family: 'Verdana';
        display: block;
        float: right;
        margin: 0;
    }
    .mobile_pay_content .pay_btn {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
    .mobile_pay_content .pay_btn input {
        border: 0;
        color: #ffffff;
        background: #51bef9;
        padding: 13px 17px;
        font-weight: 400;
        width: 100%;
        margin-top: 20px;
    }
    .mobile_pay_content .box_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .select_full_width {
        width: 100%;
        display: block;
    }
    .mobile_pay_content .input_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .input_half_width {
        display: block;
        width: 50%;
    }
    .mobile_pay_footer {
        width: 97%;
        height: auto;
        display: table;
        margin: 0 auto;
        float: none !important;
        border-radius: 4px ;
        background-image: none;
        background-color: #ffffff;
        padding-left: 30px;
        padding-right: 39px;
    }
    .mobile_pay_footer .box-left {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .mobile_pay_footer .box-left img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_footer .pull-right p {
        text-align: right;
        margin-top: 20px;
        font-size: 11px;
        margin-bottom: 5px;
    }
    .mobile_pay_footer .pull-right p a {
        color: #227cc9;
        text-decoration: none;
        outline: none;
    }
    .mobile_pay_footer .pull-right h3 {
        font-size: 13px;
        margin: 0;
        text-align: right;
        color: #227cc9;
    }
    .book_section {
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .book_section .book_container h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        text-align: center;
        font-size: 37.24px;
        line-height: 53.78px;
        margin-top: 0;
        margin-bottom: 13px;
    }
    .book_section .book_container form input {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        background: #ffffff;
        border: 0;
        width: 100%;
        padding: 13px 13px;
        margin-bottom: 10px;
    }
    .book_section .book_container form select {
        margin-bottom: 10px;
    }
    .book_section .book_container form .destination {
        width: 100%;
        height: 41px;
        font-size: 18px;
    }
    .book_section .book_container form .checkin {
        width: 100%;
        height: 41px;
        font-size: 18px;
        background: #ffffff url("../img/calendar.png");
        background-repeat: no-repeat;
        background-position: 90% center;
    }
    .book_section .book_container form .checkout {
        width: 100%;
        height: 41px;
        font-size: 18px;
        background: #ffffff url("../img/calendar.png");
        background-repeat: no-repeat;
        background-position: 90% center;
    }
    .book_section .book_container form .boat {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        width: 100%;
        height: 41px;
        padding: 7px 14px;
        border: 0;
        line-height: 0px;
    }
    .book_section .book_container form .lenght {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        width: 100%;
        height: 41px;
        padding: 7px 14px;
        border: 0;
        line-height: 0px;
    }
    .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 12px 90px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
    /* ------------------------------- Header Section ------------------------------- */
    header {
        width: 100%;
        float: left;
        display: block;
        background: #de1113;
    }
    header .logo {
        float: none;
        margin-left: 0;
        width: 80%;
        margin: 0 auto;
    }
    header .logo img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    header #menuBtn {
        width: 20px;
        height: 20px;
        margin: 10px 20px 15px 20px;
        float: right;
    }
    header #menuBtn img {
        width: 100%;
        height: auto;
    }
    header .hide_menu {
        display: block;
    }
    header .header_menu {
        display: block;
        float: right;
        height: auto;
    }
    header .header_menu ul {
        margin: 0;
        padding: 0;
        float: right;
    }
    header .header_menu ul li {
        border-left: 0;
        border-bottom: 1px solid #ef8f90;
        width: 100%;
    }
    header .header_menu ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 9px 	15px;
        display: block;
    }
    header .header_menu ul li > div:before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
    header .header_menu ul li .hide_currency {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .currency-box {
        right: 0px;
        width: 100%;
        -webkit-box-shadow: 2px 2px 0 0 #000000;
        box-shadow: 2px 2px 0 0 #000000;
    }
    header .header_menu ul li .currency-box .currency-container {
        padding: 0;
    }
    header .header_menu ul li .currency-box .currency-container a {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    header .header_menu ul li .hide_lang {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .language_box {
        left: 0px;
        padding: 10px;
        width: 100%;
    }
    header .header_menu ul li .language_box li {
        width: 50%;
        border: 0;
    }
    header .header_menu ul li .language_box li a {
        color: #000000;
        width: auto;
        padding: 0;
    }
    header .header_menu ul li .language_box li a span {
        background: #ffffff;
        padding: 4px 3px 4px 0;
    }
    header .header_menu ul li .language_box li a:hover,
    header .header_menu ul li .language_box li a.active {
        background: #181e3e;
        color: #ffffff;
    }
    /* ------------------------------- Footer Section ------------------------------- */
    footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 43px;
    }
    footer .footer_red_band {
        float: left;
        width: 100%;
        background: #dd3032;
    }
    footer .footer_red_band .container ul {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 13px;
    }
    footer .footer_red_band .container ul li:first-child {
        border-left: 0;
    }
    footer .footer_red_band .container ul li {
        float: left;
        list-style-type: none;
        border-right: 0;
        border-left: 1px solid #ef8f90;
    }
    footer .footer_red_band .container ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 4px;
        display: block;
    }
    footer .footer_container {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 37px;
    }
    footer .footer_container h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-left: 13px;
    }
    footer .footer_container .pull-left {
        display: table;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left {
        margin-right: 0px;
        margin-left: 0px;
    }
    footer .footer_container .pull-left .col-left ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left ul li {
        border-bottom: 1px solid #4d4d4d;
        list-style-type: none;
        padding: 10px 0;
    }
    footer .footer_container .pull-left .col-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
        text-decoration: none;
    }
    footer .footer_container .pull-left .col-left ul li:last-child {
        border-bottom: 0px;
    }
    footer .footer_container .pull-left .col-left:last-child {
        margin-right: 0px;
    }
    footer .footer_container .pull-right {
        width: 100%;
        margin-top: 20px;
    }
    footer .footer_container .pull-right h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    footer .footer_container .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 12px;
        margin-bottom: 14px;
        text-align: justify;
    }
    /* ------------------------------- Modules ------------------------------- */
    .img_slider {
        position: relative;
    }
    .img_slider #owl-demo {
        position: relative;
    }
    .img_slider #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .img_slider #owl-demo .owl-controls {
        margin-top: 0;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 37%;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev {
        float: left;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next {
        float: right;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider .book_section {
        position: relative;
        bottom: 0;
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .img_slider .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .img_slider .book_section .book_container h3 {
        font-size: 24.24px;
        line-height: 43.78px;
    }
    .img_slider .book_section .book_container form input {
        width: 40% !important;
        height: 41px !important;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .boat {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .lenght {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 0;
    }
    .section_title h3 {
        font-size: 22.72px;
        line-height: 36.16px;
    }
    .floating_box #tabs {
        width: 90%;
        margin: 10px auto;
    }
    .floating_box #tabs #sign_in .sign_in_feature_box {
        padding: 10px 0px;
    }
    .floating_box #tabs #sign_in .sign_in_social {
        margin-top: 28px;
        padding: 0;
    }
    .floating_box #tabs #sign_in .sign_in_social .facebook {
        padding: 0;
        border-right: 0;
    }
    .floating_box #tabs #sign_in .sign_in_social .google_p {
        padding: 0;
    }
    .floating_box #tabs #register .sign_in_feature_box {
        padding: 20px 0px 10px 0px;
    }
    .floating_box #tabs #register .sign_in_social {
        margin-top: 28px;
        padding: 0;
    }
    .floating_box #tabs #register .sign_in_social .facebook {
        padding: 0;
        border-right: 0;
    }
    .floating_box #tabs #register .sign_in_social .google_p {
        padding: 0;
    }
    /* ------------------------------- Featured Section ------------------------------- */
    .featured_dest {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .featured_dest h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .featured_dest p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .featured_dest .dest_block {
        margin-bottom: 30px;
    }
    .featured_dest .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .featured_dest .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .featured_dest .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_dest .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .featured_dest .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_marinas {
        padding-bottom: 50px;
    }
    .featured_marinas > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 32px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .featured_marinas > p {
        font-size: 14px;
        padding: 0 30px;
    }
    .featured_marinas .locations {
        display: block;
    }
    .featured_marinas .locations > p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .featured_marinas .locations .place_forecast {
        height: 178px;
        background: #c2c2c2;
    }
    .featured_marinas .locations .place_forecast > p {
        font-family: 'Dosis-Regular';
        color: #ffffff;
        font-size: 18.39px;
        text-align: right;
        padding: 7px 10px;
    }
    .featured_marinas .locations .place_forecast > p > i {
        margin-right: 5px;
    }
    /* ------------------------------- SiteMap Section ------------------------------- */
    .site_map_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .site_map_header div {
        display: table;
        margin: 0 auto;
        padding-top: 21px;
        padding-bottom: 0px;
    }
    .site_map_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
        text-align: center;
    }
    .site_map_header .search_site_map {
        padding: 10px;
    }
    .site_map_header .search_site_map form {
        width: 100%;
        float: left;
    }
    .site_map_header .search_site_map form .custom-combobox {
        height: 41px;
        display: table;
        float: left;
        width: 100%;
    }
    .site_map_header .search_site_map form .custom-combobox input {
        background: #ffffff;
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        border-radius: 0;
        padding: 14px 20px;
        width: 100%;
        margin-bottom: 10px;
        height: 41px;
        border: 0;
        outline: none;
    }
    .site_map_header .search_site_map form .custom-combobox a {
        background: #ffffff url("../img/drop_down_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 10%;
        height: 41px;
        border-radius: 0;
        top: -3px;
        border: 0;
        outline: none;
        margin: 0;
    }
    .site_map_header .search_site_map form .search {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        width: 100%;
        border: 0;
        padding: 8px 66px;
        display: table;
        float: left;
    }
    .site_map {
        background: #fafafa;
        padding-top: 6px;
        padding-bottom: 134px;
    }
    .site_map .region_box {
        margin-top: 66px;
    }
    .site_map .region_box .country_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
    }
    .site_map .region_box .region_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
    }
    .site_map .region_box .region_places a {
        font-family: 'Open Sans', sans-serif;
        color: #2a3ba3;
        padding-left: 20px;
        font-size: 13px;
        line-height: 26px;
        text-decoration: underline;
        margin: 0 -15px;
    }
    /* ------------------------------- FAQ Section ------------------------------- */
    .faq_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .faq_header div {
        display: table;
        margin: 0 auto;
        padding-top: 21px;
        padding-bottom: 0px;
    }
    .faq_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .faq_header .search_faq {
        padding: 10px;
    }
    .faq_header .search_faq form {
        width: 100%;
        float: left;
    }
    .faq_header .search_faq form .custom-combobox {
        height: 41px;
        display: table;
        float: left;
        width: 100%;
    }
    .faq_header .search_faq form .custom-combobox input {
        background: #ffffff;
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        border-radius: 0;
        padding: 14px 20px;
        width: 90%;
        height: 41px;
        border: 0;
        outline: none;
    }
    .faq_header .search_faq form .custom-combobox a {
        background: #ffffff url("../img/drop_down_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 10%;
        height: 41px;
        border-radius: 0;
        top: -3px;
        border: 0;
        outline: none;
        margin: 0;
    }
    .faq_header .search_faq form .search {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        width: 100%;
        border: 0;
        padding: 8px 66px;
        display: table;
        float: left;
    }
    .faq_content {
        background: #fafafa;
        padding-top: 81px;
        padding-bottom: 134px;
    }
    .faq_content #v_tabs {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .faq_content #v_tabs > ul {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .faq_content #v_tabs > ul > li {
        background-color: transparent;
        border: 0;
        padding-right: 65px;
        padding-left: 0;
    }
    .faq_content #v_tabs > ul > li > a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        display: table;
        width: 100%;
        background: url("../img/blue_arrow_right.png");
        background-repeat: no-repeat;
        background-position: center right;
        padding-left: 0;
        outline: none;
    }
    .faq_content #v_tabs > div {
        padding: 10px;
    }
    .faq_content #v_tabs > div > .accordion {
        width: 100%;
    }
    .faq_content #v_tabs > div > .accordion > h3 {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 18px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #cfdceb;
        border-top: 1px solid #cfdceb;
        background: none;
        margin-left: 15px;
        margin-top: -1px;
        padding-left: 0px;
        padding-top: 19px;
        padding-bottom: 13px;
        position: relative;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > h3:first-child {
        border-top: 0;
    }
    .faq_content #v_tabs > div > .accordion > h3:before {
        content: url("../img/blue_arrow_down.png");
        left: -15px;
        position: absolute;
        height: 4px;
        display: table;
        top: 16px;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > div {
        background: none;
        border: 0;
        padding: 36px 24px 17px;
    }
    .faq_content #v_tabs > div > .accordion > div p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 26px;
    }
    .faq_content #v_tabs > div > .accordion > div ul {
        margin: 0;
        padding: 0;
    }
    .faq_content #v_tabs > div > .accordion > div ul li {
        list-style-type: none;
        float: left;
        padding-right: 6px;
        display: table;
        border-right: 1px solid #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li a {
        text-decoration: none;
        outline: none;
        color: #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li:last-child {
        padding-left: 6px;
        border: 0;
    }
    /* ------------------------------- Dashboard Section ------------------------------- */
    .dashboard_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .dashboard_header .login_state {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 15px;
    }
    .dashboard_header .login_state h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .dashboard_header .login_state p {
        text-align: right;
    }
    .dashboard_header .login_state p a {
        font-family: 'Open Sans', sans-serif;
        color: #4fc2df;
        font-size: 13px;
        text-decoration: none;
    }
    .dashboard_header .user_stats {
        display: table;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .dashboard_header .user_stats ul {
        padding: 0;
        margin: 0;
    }
    .dashboard_header .user_stats ul li {
        border-right: 0;
        border-bottom: 1px solid #ffffff;
        list-style-type: none;
        float: left;
        padding: 0 27px;
        width: 100%;
    }
    .dashboard_header .user_stats ul li p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .dashboard_header .user_stats ul li p span {
        font-size: 30px;
        margin-left: 10px;
        font-weight: normal;
    }
    .dashboard_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details {
        padding-left: 0px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 12px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details {
        padding-left: 0px;
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 .star {
        color: #f0bd43;
        font-style: normal;
        font-size: 20px;
        margin-left: -15px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 span {
        color: #f0bd43;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book span {
        font-weight: normal;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now {
        width: 173px;
        height: 173px;
        padding: 23px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
        margin: 20px 30px 0 0;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
        margin-top: 66px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 8px 10px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section {
        width: 173px;
        height: 173px;
        padding: 12px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        margin-top: 10px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 6px 10px;
    }
    /* ------------------------------- Dashboard v3 Section ------------------------------- */
    .dashboard_v3_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_v3_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v3_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v3_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v3_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v3_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 figure {
        padding-left: 0;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details .price {
        line-height: 40px;
        float: right;
        text-align: center;
        position: relative;
        right: 0px;
        bottom: 0;
        margin-top: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .check_period .check_box:first-child {
        margin-left: 27%;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .check_period .manage {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .check_period .manage a {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .short_description {
        padding-left: 7px;
        margin-left: 0;
        margin-top: 7px;
        padding-right: 7px;
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description p,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .short_description p {
        text-align: justify;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .book,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .book {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .book a,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .book a {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form {
        float: right;
        position: relative;
        right: 0;
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
        padding-bottom: 28px;
        padding-top: 24px;
        margin-bottom: 20px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form .form_block {
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form .form_block input {
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form .form_block input[type="submit"] {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form {
        float: right;
        position: relative;
        right: 0;
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
        padding-bottom: 28px;
        padding-top: 24px;
        margin-bottom: 20px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form .form_block {
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form .form_block input {
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form .form_block input[type="submit"] {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .bottom_aditional_info p {
        font-size: 11px;
    }
    /* ------------------------------- Contact Section ------------------------------- */
    .contact_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .contact_header div {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .contact_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .contact_content {
        padding-bottom: 134px;
        background: #dfdfdf;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(12%, #fafafa), color-stop(87%, #fafafa), color-stop(100%, #e5e5e5));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#e5e5e5', GradientType=0);
        /* IE6-8 */
    }
    .contact_content .form_box {
        padding-top: 56px;
    }
    .contact_content .form_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .contact_content .form_box form {
        padding-left: 0;
    }
    .contact_content .form_box form label {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 17px;
        width: 100%;
    }
    .contact_content .form_box form input {
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #c3c3c3;
        font-size: 13px;
        width: 100%;
        height: 30px;
    }
    .contact_content .form_box form textarea {
        border: 1px solid #c3c3c3;
        max-width: 100%;
        width: 100%;
        height: 120px;
        max-height: 120px;
    }
    .contact_content .form_box form input[type="submit"] {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #3079ae;
        border: 0;
        font-size: 13px;
        display: table;
        width: auto;
        float: right;
        padding: 8px 34px;
        margin-top: 37px;
        height: auto;
    }
    .contact_content .form_box form div > .box_input {
        width: 33px;
        height: 30px;
        padding: 6px;
        text-align: center;
    }
    .contact_content .form_box form div > span {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        padding: 0 7px;
    }
    .contact_content .form_box form div > .result {
        width: 135px;
    }
    .contact_content .contact_scroll {
        background: #ffffff;
        border-bottom: 3px solid #f0bd43;
        padding: 43px 40px 55px;
        margin-top: 20px;
    }
    .contact_content .contact_scroll ul {
        margin: 0;
        padding: 0;
    }
    .contact_content .contact_scroll ul li {
        list-style-type: none;
        border-bottom: 1px solid #425263;
        padding-bottom: 12px;
    }
    .contact_content .contact_scroll ul li h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 13px;
        margin-bottom: 3px;
    }
    .contact_content .contact_scroll ul li p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #1a2040;
        font-size: 14px;
        margin-bottom: 0;
    }
    .contact_content .contact_scroll .contact_socials {
        margin-top: 13px;
    }
    .contact_content .contact_scroll .contact_socials i {
        margin-right: 25px;
        font-weight: bold;
        text-transform: none;
        font-size: 27px;
    }
    .contact_content .contact_scroll .contact_socials i a {
        color: #1a2040;
        text-decoration: none;
    }
    /* ------------------------------- Cancelation Section ------------------------------- */
    .cancelation_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .cancelation_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .cancelation_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .cancelation_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 100%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .cancelation_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .cancelation_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: #ffffff;
    }
    .cancelation_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .cancelation_content .container #tabs > div {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
    }
    .cancelation_content .container #tabs > div > p {
        padding-left: 10px;
        padding-right: 10px;
        text-align: justify;
    }
    .cancelation_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .cancelation_content .container #tabs > div .policy_term_box {
        margin-bottom: 0;
    }
    .cancelation_content .container #tabs > div .policy_term_box img {
        width: 100%;
    }
    .cancelation_content .container #tabs > div .policy_term_box .content_title {
        margin-left: 12px;
    }
    .cancelation_content .container #tabs > div .policy_term_box p {
        font-family: 'OpenSans-Light', sans-serif;
        padding-left: 15px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center {
        padding: 0 10px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 10px;
        text-align: center;
        margin-top: 10px;
        padding-left: 0;
    }
    /* ------------------------------- PROFILE V2 Section ------------------------------- */
    .profile_header_v2 {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header_v2 .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_header_v2 .book_section .book_container form input,
    .profile_header_v2 .book_section .book_container form select {
        width: 100%;
    }
    /* pop-up on hover style*/
    .ui-tooltip {
        width: auto !important;
        max-width: 170px !important;
        padding: 15px 10px !important;
        border: 0 !important;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1 !important;
        box-shadow: 2px 2px 0 0 #e1e1e1 !important;
    }
    .ui-tooltip .ui-tooltip-content {
        font-family: 'OpenSans-Light', sans-serif !important;
        color: #000000 !important;
        font-size: 13px !important;
    }
    /*end of pop-up on hover*/
    .profile_content_v2 {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content_v2 .container {
        /* old design code */
    }
    .profile_content_v2 .container .shortcuts {
        float: right;
        margin-bottom: 0px;
        z-index: 9999;
    }
    .profile_content_v2 .container .shortcuts ul {
        float: left;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 999;
    }
    .profile_content_v2 .container .shortcuts ul li {
        float: left;
        list-style-type: none;
        width: 33.33%;
        border-right: 1px solid #ffffff;
        background: #ffffff;
    }
    .profile_content_v2 .container .shortcuts ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        font-weight: 600;
        font-size: 13px;
        padding: 5px 15px;
        float: left;
        text-decoration: none;
        outline: none;
        color: #2e323b;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li a:hover {
        font-family: 'OpenSans-Light', sans-serif;
        background: #ffffff;
        padding: 5px 15px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li:last-child {
        border-right: 0;
    }
    .profile_content_v2 .container #profile-slide {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item {
        position: relative;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item img {
        width: 100%;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .slide-title {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        position: absolute;
        top: 5px;
        left: 10px;
        margin: 0;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom {
        position: absolute;
        bottom: 0px;
        left: 15px;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 13px;
        cursor: pointer;
    }
    .profile_content_v2 .container #profile-slide .owl-controls {
        margin-top: 0 !important;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons {
        bottom: 20px;
        position: absolute;
        left: 22px;
        display: none;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next {
        float: left;
        margin-left: 22px;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container .vertical_gmap {
        margin-bottom: -4px;
    }
    .profile_content_v2 .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content_v2 .container #tabs {
        border: 0;
        padding: 0;
        background-color: transparent;
    }
    .profile_content_v2 .container #tabs > ul {
        background-color: transparent;
        border: 0;
        padding: 0;
    }
    .profile_content_v2 .container #tabs > ul > li {
        float: left;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #000000;
        background-color: transparent;
        margin-bottom: 1px;
        height: 40px;
        background-image: none;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > ul > li a {
        width: 100%;
        text-align: center;
        outline: none;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-active {
        border: 0;
        border-bottom: 3px solid #000000;
        margin-bottom: 0;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-hover {
        border: 0;
        border-bottom: 3px solid #000000;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div {
        padding: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility p,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        display: block;
        float: left;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i {
        color: #ffffff;
        background: #003471;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 15px;
        cursor: pointer;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i.select {
        background: #00aeef;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        border: 1px solid #787878;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 15px;
        font-size: 12px;
        margin-left: 10px;
        text-decoration: none;
        outline: none;
        margin-top: 4px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a:hover {
        background: #757575;
        color: #ffffff;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .about_profile {
        padding-right: 0px;
        padding-left: 0px;
    }
    .profile_content_v2 .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 36px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .about_profile .profile_sub_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .add_to_cart {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content_v2 .container .priceing {
        background: #475768;
        padding-bottom: 37px;
        border-bottom: 4px solid #f0bd43;
        float: left;
    }
    .profile_content_v2 .container .priceing > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
    }
    .profile_content_v2 .container .priceing > h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 14px;
    }
    .profile_content_v2 .container .priceing .add_options {
        background: #ffffff;
        color: #666666;
        margin-left: -15px;
        margin-right: -15px;
    }
    .profile_content_v2 .container .priceing .add_options table {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .profile_content_v2 .container .priceing .add_options table thead tr td {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr {
        height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td {
        text-align: center;
        border-bottom: 1px solid #7b7c81;
        line-height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td i {
        cursor: pointer;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:first-child {
        font-weight: bold;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:nth-child(3) {
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr:last-child td {
        border-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 10px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .priceing .user_selection > h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list {
        overflow-x: auto;
        height: 220px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table {
        width: 100%;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #ffffff;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr td {
        color: #ffffff;
    }
    .profile_content_v2 .container .priceing .total_price {
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .total_price h2 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price h4 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 36px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price p {
        font-family: OSL;
        color: #ffffff;
        font-size: 10px;
        text-align: right;
        margin-bottom: 30px;
    }
    .profile_content_v2 .container .priceing .total_price a {
        font-family: 'OpenSans-Light', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 18px;
        display: block;
        width: 100%;
        height: 42px;
        line-height: 42px;
        text-align: center;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-top: 22px;
        margin-bottom: 20px;
    }
    .profile_content_v2 .container .atractions .weather_box {
        float: none;
        display: block;
        /*background: ;*/
        width: 86%;
        height: 140px;
        padding: 8px 12px;
        margin: 0 auto;
        margin-right: 27px;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .atractions .weather_box > div {
        width: 100%;
        float: left;
    }
    .profile_content_v2 .container .atractions .weather_box .head h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p span {
        font-weight: 900;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p:first-child {
        margin-top: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left {
        width: 50%;
        padding: 10px 0px;
        margin-top: 10px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left p {
        text-align: center;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left i {
        display: table;
        text-align: center;
        width: 100%;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 20px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 span {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left:last-child {
        border-left: 1px solid #000000;
    }
    .profile_content_v2 .container .atractions .weather_box .footer a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions .known_for {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .profile_content_v2 .container .atractions .known_for h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content_v2 .container .atractions .known_for ul {
        padding-left: 30px;
    }
    .profile_content_v2 .container .atractions .known_for ul li {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 13px;
        line-height: 15px;
        list-style-image: url("../img/yellow_check_2.png");
    }
    .profile_content_v2 .container .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .place_box figure {
        max-width: 100%;
        max-height: 172px;
        float: left;
    }
    .profile_content_v2 .container .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content_v2 .container .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content_v2 .container .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content_v2 .container .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content_v2 .container .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content_v2 .container .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .profile_content_v2 .container .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content_v2 .container .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content_v2 .container .place_box .box_content h3 .newly_added {
        font-family: 'OpenSans-Light', sans-serif;
        color: #d3b05d;
        font-size: 18px;
    }
    .profile_content_v2 .container .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content_v2 .container .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content_v2 .container .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
        margin-left: -10px;
    }
    .profile_content_v2 .container .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        text-decoration: none;
        font-size: 13px;
        margin-left: 0px;
        line-height: 19px;
        margin-top: -4px;
        margin-bottom: 12px;
        display: block;
    }
    .profile_content_v2 .container .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .profile_content_v2 .container .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        min-height: 61px;
        float: left;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 6px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content_v2 .container .place_box:last-child {
        margin-bottom: 50px;
    }
    .rating_box {
        float: left;
        display: block;
        width: 100%;
    }
    .rating_box h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .rating_box h5 span {
        font-weight: bold;
    }
    .rating_box .score {
        background: #f0bd43;
        max-width: 170px;
        width: 100%;
        height: 154px;
        padding: 25px 0;
        display: block;
        float: left;
        margin-right: 5%;
    }
    .rating_box .score h6 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 57px;
        text-align: center;
        margin-top: 0;
    }
    .rating_box .score p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 22px;
        text-align: center;
    }
    .rating_box .evaluation_score {
        display: block;
        float: left;
        margin-top: 15px;
        width: 100%;
    }
    .review_messages {
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 25px;
    }
    .review_messages > h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-weight: bold;
        margin-top: 25px;
    }
    .review_messages .msg_box {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 27px;
        margin-top: 27px;
    }
    .review_messages .msg_box .col-1 {
        width: 100%;
        display: block;
        float: left;
    }
    .review_messages .msg_box .col-1 figure {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .review_messages .msg_box .col-1 figure img {
        border-radius: 50%;
        width: 90px;
        height: auto;
    }
    .review_messages .msg_box .col-1 .msg_author h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
    }
    .review_messages .msg_box .col-1 .msg_author span {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 12px;
        text-align: center;
        width: 100%;
        display: table;
    }
    .review_messages .msg_box .col-1 > .score {
        display: table !important;
        margin-left: auto;
        margin-right: auto !important;
        background: #f0bd43;
        max-width: 170px;
        width: 80px;
        height: 70px;
        padding: 12px 0;
        float: none;
        margin-top: 10px;
    }
    .review_messages .msg_box .col-1 > .score h6 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 22px;
        text-align: center;
        margin-top: 0;
    }
    .review_messages .msg_box .col-1 > .score p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
    }
    .review_messages .msg_box .col-2 {
        display: block;
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .review_messages .msg_box .col-2 .full_height {
        height: auto !important;
    }
    .review_messages .msg_box .col-2 .msg {
        background: #ffffff;
        padding: 26px 28px;
        height: 243px;
        width: 100%;
        display: block;
        float: left;
        overflow: hidden;
        z-index: 99;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .review_messages .msg_box .col-2 .msg > i {
        position: absolute;
        left: -16px;
        top: 21px;
        font-size: 49px;
        color: #ffffff;
        text-shadow: -1px 1px 1px #ededed;
        z-index: 0;
    }
    .review_messages .msg_box .col-2 .msg .positive {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .review_messages .msg_box .col-2 .msg .positive p {
        margin-bottom: 0;
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 12px;
    }
    .review_messages .msg_box .col-2 .msg .positive p > i {
        color: #02a202;
        font-size: 12px;
    }
    .review_messages .msg_box .col-2 .msg .negative {
        display: block;
        float: left;
        width: 100%;
    }
    .review_messages .msg_box .col-2 .msg .negative p {
        margin-bottom: 0;
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 12px;
    }
    .review_messages .msg_box .col-2 .msg .negative p > i {
        color: #ff0000;
        font-size: 9px;
    }
    .review_messages .msg_box .col-2 .msg .white_gradient {
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.01)), color-stop(42%, #ffffff), color-stop(100%, #ffffff));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
        /* IE6-8 */
    }
    .review_messages .msg_box .col-2 .msg .detail_option {
        width: 80%;
        height: 100px;
        display: block;
        float: left;
        position: absolute;
        bottom: 0px;
    }
    .review_messages .msg_box .col-2 .msg .detail_option .pull-left span {
        margin-top: 60px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg .detail_option .pull-right span {
        margin-top: 60px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg .detail_option_relative {
        width: 100%;
        height: 40px;
        display: block;
        float: left;
        position: relative;
        bottom: 0;
    }
    .review_messages .msg_box .col-2 .msg .detail_option_relative .pull-left span {
        margin-top: 20px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg .detail_option_relative .pull-right span {
        margin-top: 20px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg::before {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ffffff;
    }
    .review_messages .msg_box .col-2 .helpful {
        width: 100%;
        display: block;
        float: left;
        padding-left: 10px;
    }
    .review_messages .msg_box .col-2 .helpful p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 12px;
        margin-top: 15px;
    }
    .review_messages .msg_box .col-2 .helpful a {
        font-family: 'Open Sans', sans-serif;
        background: #ffffff;
        color: #51bef9;
        font-size: 13px;
        border-radius: 13px;
        text-decoration: none;
        outline: none;
        display: block;
        width: 42px;
        height: 20px;
        text-align: center;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .review_messages .msg_box .col-2 .helpful span {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .review_messages .more_reviews {
        padding-left: 22%;
        float: left;
        display: block;
    }
    .review_messages .more_reviews a {
        font-family: 'Open Sans', sans-serif;
        color: #51bef9;
        font-size: 14px;
        text-decoration: none;
        outline: none;
    }
    /* ------------------------------- Reservation Section ------------------------------- */
    /* ------------------------------- Reservation Section ------------------------------- */
    .reservation_header figure {
        position: relative;
        width: 100%;
        height: auto;
    }
    .reservation_header figure img {
        width: 100%;
        height: auto;
    }
    .reservation_header figure .over_box {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .reservation_header figure .over_box h5 {
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        font-size: 17px;
        text-align: center;
        margin: 0;
        margin-bottom: 5px;
        margin-top: -50px;
    }
    .reservation_header figure .over_box .shadow_box {
        height: auto;
        background: rgba(2, 24, 48, 0.95);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reservation_header figure .over_box .shadow_box > div {
        display: inline-block;
        width: 100%;
    }
    .reservation_header figure .over_box .shadow_box a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 22px;
        padding: 2px 12px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        background: #f0bd43 url("../img/btn_bg.png");
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
        outline: none;
        float: right;
        -webkit-box-shadow: 4px 4px 1px 1px #04101d;
        box-shadow: 4px 4px 1px 1px #04101d;
    }
    .reservation_header figure .over_box .shadow_box ul {
        margin: 0;
        padding: 0;
    }
    .reservation_header figure .over_box .shadow_box ul li {
        padding-left: 28px;
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        line-height: 20px;
        list-style-type: none;
        background: url("../img/yellow_check.png");
        background-repeat: no-repeat;
        background-position: left center;
    }
    .reservation_content {
        background: url("../img/rez_grad.png");
        background-repeat: repeat-x;
        background-size: 20px 100%;
    }
    .reservation_content h1 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 25px;
        text-align: center;
    }
    .reservation_content .block {
        margin-bottom: 50px;
    }
    .reservation_content .block figure {
        background: #f3f3f3;
        border-bottom: 4px solid #1f3041;
        padding-top: 20px;
        padding-left: 30px;
        padding-bottom: 15px;
        padding-right: 25px;
    }
    .reservation_content .block figure img {
        display: table;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .reservation_content .block figure h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0;
        margin-top: 13px;
    }
    .reservation_content .block figure p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        margin: 0;
        padding-left: 5px;
    }
    .reservation_content .block .about {
        padding-left: 22px;
        padding-right: 22px;
    }
    .reservation_content .block .about .block_title {
        display: table;
        height: 90px;
        width: 100%;
    }
    .reservation_content .block .about .block_title h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 36px;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 0;
    }
    .reservation_content .block .about h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 17px;
        text-align: center;
        font-weight: bold;
        margin-top: 0;
    }
    .reservation_content .block .about p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
    }
    .reservation_footer {
        background: url("../img/footer_bg_2.jpg");
        background-size: cover;
    }
    .reservation_footer .form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .reservation_footer .form form input {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        width: 100%;
        text-align: center;
        height: 40px;
        margin-bottom: 10px;
        border: 0;
    }
    .reservation_footer .form form input[type="submit"] {
        margin-top: 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #ffffff;
        background: #51bef9;
    }
    .reservation_footer .post_footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
    }
    .post_footer {
        display: block;
        height: 45px;
    }
    .post_footer .pull-left ul {
        float: left;
        margin-bottom: 0;
        padding-left: 0;
        margin-top: 10px;
    }
    .post_footer .pull-left ul li {
        float: left;
        list-style-type: none;
        padding-right: 5px;
        padding-left: 5px;
        border-right: 1px solid #616161;
    }
    .post_footer .pull-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
    }
    .post_footer .pull-left ul li:last-child {
        border: 0;
    }
    .post_footer .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
    }
    /* ------------------------------- search Results Section ------------------------------- */
    .search_result_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .search_result_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .search_result_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .search_result_content .container .vertical_gmap .row {
        margin-right: -15px;
    }
    .search_result_content .container .vertical_gmap .row iframe {
        height: 180px;
    }
    .search_result_content .container .search_results {
        float: left;
        width: 100%;
    }
    .search_result_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .search_result_content .container .search_results form {
        display: table;
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range {
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .search_result_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results form .price_range .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results .anchor_book .pull-left {
        width: 100%;
        margin-bottom: 5px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left span {
        margin-right: 10px;
        margin-left: 8px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        display: inline-block;
    }
    .search_result_content .container .search_results .more_btn_holder {
        display: table;
        float: right;
    }
    .search_result_content .container .search_results .more_btn_holder a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 10px 52px;
        display: table;
    }
    .search_result_content .container .search_results .sort_section {
        margin-top: 30px;
        margin-bottom: 23px;
    }
    .search_result_content .container .search_results .sort_section .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .sort_section .pull-right select {
        background: #ffffff;
        border: 1px solid #ebebeb;
        width: 100%;
        height: 30px;
        outline: none;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .sort_section h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-family: 22.65px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .search_filters {
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .search_result_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .search_result_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .search_result_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .search_result_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .search_result_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .search_result_content .container .search_results .place_box figure {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .search_result_content .container .search_results .place_box figure img {
        width: 100%;
        height: auto;
    }
    .search_result_content .container .search_results .place_box figure a {
        position: absolute;
        bottom: 4px;
        left: 8px;
    }
    .search_result_content .container .search_results .place_box figure a img {
        width: 17px;
        height: auto;
    }
    .search_result_content .container .search_results .place_box figure .direct-booking {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        left: 0;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .search_result_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .search_result_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .search_result_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .search_result_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .search_result_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .search_result_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .search_result_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .search_result_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .search_result_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .search_result_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .search_result_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .search_result_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .search_result_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .search_result_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .search_result_content .container .search_results .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .search_result_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- PROFILE Section ------------------------------- */
    .profile_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content .container .breadcrumb {
        float: left;
        min-height: 10px;
        background: transparent !important;
        width: 100%;
        padding: 0;
        margin-top: 28px;
    }
    .profile_content .container .breadcrumb ul {
        margin: 0;
        padding: 0;
        float: left;
    }
    .profile_content .container .breadcrumb ul li {
        list-style-type: none;
        float: left;
        padding: 0 20px;
        position: relative;
    }
    .profile_content .container .breadcrumb ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #061b52 !important;
        background: transparent;
        float: left;
        width: 100%;
        font-size: 13px;
        text-decoration: none;
    }
    .profile_content .container .breadcrumb ul li:after {
        content: none;
        position: absolute;
        right: 0;
        top: -1px;
    }
    .profile_content .container .breadcrumb ul li:first-child {
        padding-left: 20px;
    }
    .profile_content .container .profile_picture {
        margin-bottom: 16px;
        padding: 0;
    }
    .profile_content .container .profile_picture figure {
        width: 100%;
        height: auto;
    }
    .profile_content .container .profile_picture figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .about_profile {
        padding-right: 15px;
    }
    .profile_content .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .about_profile .profile_sub_title {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content .container .yellow_check_list {
        float: left;
        display: table;
    }
    .profile_content .container .yellow_check_list h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content .container .yellow_check_list ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .yellow_check_list ul li {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        list-style-type: none;
        position: relative;
        padding-left: 27px;
        margin-left: 4px;
    }
    .profile_content .container .yellow_check_list ul li:before {
        content: url("../img/yellow_check.png");
        position: absolute;
        left: 0;
    }
    .profile_content .container .sqare_white_box {
        background: #ffffff;
        width: 140px;
        height: 170px;
        float: left;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .sqare_white_box i {
        color: #646464;
        font-size: 88px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content .container .sqare_white_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        text-align: center;
    }
    .profile_content .container .sqare_white_box:first-child {
        margin-left: 0;
    }
    .profile_content .container .search_results {
        margin-bottom: 35px;
    }
    .profile_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .profile_content .container .search_results form {
        display: table;
        float: left;
    }
    .profile_content .container .search_results form .price_range {
        width: 373px;
        float: left;
    }
    .profile_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .profile_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results .region_atraction {
        margin-left: 0px;
    }
    .profile_content .container .search_results .region_atraction h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
    }
    .profile_content .container .search_results .region_atraction p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .priceing_table {
        border-bottom: 3px solid #f0bd43;
        background: #ffffff;
        padding: 0;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .profile_content .container .search_results .priceing_table table {
        width: 100%;
    }
    .profile_content .container .search_results .priceing_table table tr:first-child {
        height: 40px;
    }
    .profile_content .container .search_results .priceing_table table tr:nth-child(even) {
        background: #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table table tr td {
        text-align: center;
    }
    .profile_content .container .search_results .priceing_table table tr td i {
        cursor: pointer;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph {
        margin-top: 20px;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
        font-weight: 900;
        padding-left: 10px;
        padding-right: 60px;
    }
    .profile_content .container .search_results .priceing_table .total {
        margin-top: 40px;
    }
    .profile_content .container .search_results .priceing_table .total h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 36px;
        line-height: 40px;
        text-align: right;
        padding: 0 23px;
    }
    .profile_content .container .search_results .priceing_table .book_holder {
        width: 100%;
        padding: 0 23px;
        margin-bottom: 30px;
    }
    .profile_content .container .search_results .priceing_table .book_holder a {
        background: #51bef9;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        width: 100%;
        text-align: center;
        padding: 6px;
        font-size: 18px;
        display: table;
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .search_filters {
        margin-left: 0px;
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .profile_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .profile_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .profile_content .container .search_results .search_filters .pull-right {
        padding-right: 30px;
    }
    .profile_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .profile_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .profile_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .place_box figure {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .profile_content .container .search_results .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .search_results .place_box figure a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .profile_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .profile_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .profile_content .container .search_results .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .profile_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- Mobile Pay Section ------------------------------- */
    .mobile_pay_header {
        background: #de1113;
        min-height: 107px;
    }
    .mobile_pay_header > div {
        float: left;
        width: 100% !important;
        display: block !important;
        position: relative !important;
        margin: 0 !important;
        left: 0 !important;
    }
    .mobile_pay_header > div img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_header .pull-left {
        margin-left: 17px;
        margin-top: 17px;
    }
    .mobile_pay_header .set-middle {
        display: table;
        position: absolute;
        left: 41%;
    }
    .mobile_pay_header .pull-right {
        margin-right: 60px;
        margin-top: 28px;
    }
    .mobile_pay_content {
        background: #f2f2f2;
        padding: 20px 10px !important;
        display: table;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 0px 0px 4px 4px;
    }
    .mobile_pay_content input,
    .mobile_pay_content select {
        font-family: 'Verdana';
    }
    .mobile_pay_content form > div {
        float: left !important;
        display: block !important;
        width: 100% !important;
    }
    .mobile_pay_content .select_marina select {
        font-size: 17.74px;
        color: #475768;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
        padding: 12px;
        outline: none;
        margin-bottom: 15px;
    }
    .mobile_pay_content .card-info {
        float: left;
    }
    .mobile_pay_content .card-info .pull-left input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-left select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-right select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .personal-info {
        float: left;
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left {
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left input {
        width: 100%;
    }
    .mobile_pay_content .personal-info input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .value_box {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        width: 100%;
        border-radius: 4px;
        padding: 15px 20px;
        float: left;
    }
    .mobile_pay_content .value_box > span {
        float: left;
        display: block;
        font-family: 'Verdana';
    }
    .mobile_pay_content .value_box p {
        font-family: 'Verdana';
        display: block;
        float: right;
        margin: 0;
    }
    .mobile_pay_content .pay_btn {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
    .mobile_pay_content .pay_btn input {
        border: 0;
        color: #ffffff;
        background: #51bef9;
        padding: 13px 17px;
        font-weight: 400;
        width: 100%;
        margin-top: 20px;
    }
    .mobile_pay_content .box_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .select_full_width {
        width: 100%;
        display: block;
    }
    .mobile_pay_content .input_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .input_half_width {
        display: block;
        width: 50%;
    }
    .mobile_pay_footer {
        width: 97%;
        height: auto;
        display: table;
        margin: 0 auto;
        float: none !important;
        border-radius: 4px ;
        background-image: none;
        background-color: #ffffff;
        padding-left: 30px;
        padding-right: 39px;
    }
    .mobile_pay_footer .box-left {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .mobile_pay_footer .box-left img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_footer .pull-right p {
        text-align: right;
        margin-top: 20px;
        font-size: 11px;
        margin-bottom: 5px;
    }
    .mobile_pay_footer .pull-right p a {
        color: #227cc9;
        text-decoration: none;
        outline: none;
    }
    .mobile_pay_footer .pull-right h3 {
        font-size: 13px;
        margin: 0;
        text-align: right;
        color: #227cc9;
    }
    .book_section {
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .book_section .book_container h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        text-align: center;
        font-size: 37.24px;
        line-height: 53.78px;
        margin-top: 0;
        margin-bottom: 13px;
    }
    .book_section .book_container form input {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        background: #ffffff;
        border: 0;
        width: 100%;
        padding: 13px 13px;
        margin-bottom: 10px;
    }
    .book_section .book_container form select {
        margin-bottom: 10px;
    }
    .book_section .book_container form .destination {
        width: 100%;
        height: 41px;
        font-size: 18px;
    }
    .book_section .book_container form .checkin {
        width: 100%;
        height: 41px;
        font-size: 18px;
        background: #ffffff url("../img/calendar.png");
        background-repeat: no-repeat;
        background-position: 90% center;
    }
    .book_section .book_container form .checkout {
        width: 100%;
        height: 41px;
        font-size: 18px;
        background: #ffffff url("../img/calendar.png");
        background-repeat: no-repeat;
        background-position: 90% center;
    }
    .book_section .book_container form .boat {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        width: 100%;
        height: 41px;
        padding: 7px 14px;
        border: 0;
        line-height: 0px;
    }
    .book_section .book_container form .lenght {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        width: 100%;
        height: 41px;
        padding: 7px 14px;
        border: 0;
        line-height: 0px;
    }
    .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 12px 90px;
    }
}
@media only screen and (max-width: 320px) {
    /* ------------------------------- Header Section ------------------------------- */
    header {
        width: 100%;
        float: left;
        display: block;
        background: #de1113;
    }
    header .logo {
        float: left;
        margin-left: 20px;
        width: 75%;
        display: table;
        overflow: hidden;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    header .logo a {
        margin-left: 0px;
    }
    header .logo a img {
        margin: 0;
        width: 100%;
        height: auto;
        content: url("../img/logo_short.png");
    }
    header #menuBtn {
        width: 20px;
        height: 20px;
        margin: 18px 20px 15px 0px;
        float: right;
    }
    header #menuBtn img {
        width: 100%;
        height: auto;
    }
    header .hide_menu {
        display: block;
    }
    header .header_menu {
        display: block;
        float: right;
        height: auto;
        background: #D0D0D2;
    }
    header .header_menu ul {
        margin: 0;
        padding: 0;
        float: right;
    }
    header .header_menu ul li {
        border-left: 0;
        border-bottom: 1px solid #ababad;
        width: 96%;
        margin-right: 2%;
        margin-left: 2%;
    }
    header .header_menu ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 9px 	15px;
        display: block;
    }
    header .header_menu ul li a > span {
        margin-right: 5px;
    }
    header .header_menu ul li > div:before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
    header .header_menu ul li .hide_currency {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .currency-box {
        right: 0px;
        width: 100%;
        -webkit-box-shadow: 2px 2px 0 0 #000000;
        box-shadow: 2px 2px 0 0 #000000;
    }
    header .header_menu ul li .currency-box .currency-container {
        padding: 0;
    }
    header .header_menu ul li .currency-box .currency-container a {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    header .header_menu ul li .hide_lang {
        opacity: 1 ;
        z-index: 99 ;
    }
    header .header_menu ul li .language_box {
        left: 0px;
        padding: 10px;
        width: 100%;
    }
    header .header_menu ul li .language_box li {
        width: 50%;
        border: 0;
    }
    header .header_menu ul li .language_box li a {
        color: #000000;
        width: auto;
        padding: 0;
    }
    header .header_menu ul li .language_box li a span {
        background: #ffffff;
        padding: 4px 3px 4px 0;
    }
    header .header_menu ul li .language_box li a:hover,
    header .header_menu ul li .language_box li a.active {
        background: #181e3e;
        color: #ffffff;
    }
    /* ------------------------------- Footer Section ------------------------------- */
    footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 43px;
    }
    footer .footer_red_band {
        float: left;
        width: 100%;
        background: #dd3032;
    }
    footer .footer_red_band .container ul {
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 13px;
    }
    footer .footer_red_band .container ul li:first-child {
        border-left: 0;
    }
    footer .footer_red_band .container ul li {
        float: left;
        list-style-type: none;
        border-right: 0;
        border-left: 1px solid #ef8f90;
    }
    footer .footer_red_band .container ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        line-height: 26px;
        padding: 4px;
        display: block;
    }
    footer .footer_container {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 37px;
    }
    footer .footer_container h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-left: 13px;
    }
    footer .footer_container .pull-left {
        display: table;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left {
        margin-right: 0px;
        margin-left: 0px;
    }
    footer .footer_container .pull-left .col-left ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    footer .footer_container .pull-left .col-left ul li {
        border-bottom: 1px solid #4d4d4d;
        list-style-type: none;
        padding: 10px 0;
    }
    footer .footer_container .pull-left .col-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
        text-decoration: none;
    }
    footer .footer_container .pull-left .col-left ul li:last-child {
        border-bottom: 0px;
    }
    footer .footer_container .pull-left .col-left:last-child {
        margin-right: 0px;
    }
    footer .footer_container .pull-right {
        width: 100%;
        margin-top: 20px;
    }
    footer .footer_container .pull-right h2 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    footer .footer_container .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 12px;
        margin-bottom: 14px;
        text-align: justify;
    }
    /* ------------------------------- Modules ------------------------------- */
    .img_slider {
        position: relative;
    }
    .img_slider #owl-demo {
        position: relative;
    }
    .img_slider #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .img_slider #owl-demo .owl-controls {
        margin-top: 0;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons {
        position: absolute;
        width: 100%;
        top: 37%;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev {
        float: left;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-prev i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next {
        float: right;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
    }
    .img_slider #owl-demo .owl-controls .owl-buttons .owl-next i {
        color: #FFF;
        font-size: 50px;
        line-height: 50px;
    }
    .img_slider .book_section {
        position: relative;
        bottom: 0;
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .img_slider .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .img_slider .book_section .book_container h3 {
        font-size: 24.24px;
        line-height: 43.78px;
    }
    .img_slider .book_section .book_container form input {
        width: 100%;
        height: 41px;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .boat {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .lenght {
        width: 100%;
        margin-bottom: 10px;
    }
    .img_slider .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 12px 90px;
    }
    .section_title h3 {
        font-size: 22.72px;
        line-height: 36.16px;
    }
    .dest_block figure {
        min-height: 126px;
    }
    .dest_block figure .figure_info .place_name {
        font-size: 16px;
    }
    .floating_box #tabs {
        width: 90%;
        margin: 10px auto;
    }
    .floating_box #tabs #sign_in .sign_in_feature_box {
        padding: 10px 0px;
    }
    .floating_box #tabs #sign_in .sign_in_social {
        margin-top: 28px;
        padding: 0;
    }
    .floating_box #tabs #sign_in .sign_in_social .facebook {
        padding: 0;
        border-right: 0;
    }
    .floating_box #tabs #sign_in .sign_in_social .google_p {
        padding: 0;
    }
    .floating_box #tabs #register .sign_in_feature_box {
        padding: 20px 0px 10px 0px;
    }
    .floating_box #tabs #register .sign_in_social {
        margin-top: 28px;
        padding: 0;
    }
    .floating_box #tabs #register .sign_in_social .facebook {
        padding: 0;
        border-right: 0;
    }
    .floating_box #tabs #register .sign_in_social .google_p {
        padding: 0;
    }
    /* ------------------------------- Featured Section ------------------------------- */
    .featured_dest {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .featured_dest h3 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 55px;
    }
    .featured_dest p {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 60px;
    }
    .featured_dest .dest_block {
        margin-bottom: 30px;
    }
    .featured_dest .dest_block figure {
        position: relative;
        min-height: 126px;
        background: rgba(0, 0, 0, 0.41);
    }
    .featured_dest .dest_block figure img {
        width: 100%;
        height: auto;
    }
    .featured_dest .dest_block figure .img_filter_hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_dest .dest_block figure .figure_info {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .featured_dest .dest_block figure .figure_info .place_name {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure .figure_info .place_temp {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        float: right;
        padding: 5px 10px;
    }
    .featured_dest .dest_block figure:hover > .img_filter_hover {
        opacity: 1;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .featured_marinas {
        padding-bottom: 50px;
    }
    .featured_marinas > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 32px;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .featured_marinas > p {
        font-size: 14px;
        padding: 0 30px;
    }
    .featured_marinas .locations {
        display: block;
    }
    .featured_marinas .locations > p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .featured_marinas .locations .place_forecast {
        height: 178px;
        background: #c2c2c2;
    }
    .featured_marinas .locations .place_forecast > p {
        font-family: 'Dosis-Regular';
        color: #ffffff;
        font-size: 18.39px;
        text-align: right;
        padding: 7px 10px;
    }
    .featured_marinas .locations .place_forecast > p > i {
        margin-right: 5px;
    }
    /* ------------------------------- SiteMap Section ------------------------------- */
    .site_map_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .site_map_header div {
        display: table;
        margin: 0 auto;
        padding-top: 21px;
        padding-bottom: 0px;
    }
    .site_map_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
        text-align: center;
    }
    .site_map_header .search_site_map {
        padding: 10px;
    }
    .site_map_header .search_site_map form {
        width: 100%;
        float: left;
    }
    .site_map_header .search_site_map form .custom-combobox {
        height: 41px;
        display: table;
        float: left;
        width: 100%;
    }
    .site_map_header .search_site_map form .custom-combobox input {
        background: #ffffff;
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        border-radius: 0;
        padding: 14px 20px;
        width: 100%;
        height: 41px;
        border: 0;
        outline: none;
        margin-bottom: 10px;
    }
    .site_map_header .search_site_map form .custom-combobox a {
        background: #ffffff url("../img/drop_down_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 10%;
        height: 41px;
        border-radius: 0;
        top: -3px;
        border: 0;
        outline: none;
        margin: 0;
    }
    .site_map_header .search_site_map form .search {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        width: 100%;
        border: 0;
        padding: 8px 66px;
        display: table;
        float: left;
    }
    .site_map {
        background: #fafafa;
        padding-top: 6px;
        padding-bottom: 134px;
    }
    .site_map .region_box {
        margin-top: 66px;
    }
    .site_map .region_box .country_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
    }
    .site_map .region_box .region_title {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
    }
    .site_map .region_box .region_places a {
        font-family: 'Open Sans', sans-serif;
        color: #2a3ba3;
        padding-left: 20px;
        font-size: 13px;
        line-height: 26px;
        text-decoration: underline;
        margin: 0 -15px;
    }
    /* ------------------------------- FAQ Section ------------------------------- */
    .faq_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .faq_header div {
        display: table;
        margin: 0 auto;
        padding-top: 21px;
        padding-bottom: 0px;
    }
    .faq_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .faq_header .search_faq {
        padding: 10px;
    }
    .faq_header .search_faq form {
        width: 100%;
        float: left;
    }
    .faq_header .search_faq form .custom-combobox {
        height: 41px;
        display: table;
        float: left;
        width: 100%;
    }
    .faq_header .search_faq form .custom-combobox input {
        background: #ffffff;
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        border-radius: 0;
        padding: 14px 20px;
        width: 90%;
        height: 41px;
        border: 0;
        outline: none;
    }
    .faq_header .search_faq form .custom-combobox a {
        background: #ffffff url("../img/drop_down_btn.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 10%;
        height: 41px;
        border-radius: 0;
        top: -3px;
        border: 0;
        outline: none;
        margin: 0;
    }
    .faq_header .search_faq form .search {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        width: 100%;
        border: 0;
        padding: 8px 66px;
        display: table;
        float: left;
    }
    .faq_content {
        background: #fafafa;
        padding-top: 81px;
        padding-bottom: 134px;
    }
    .faq_content #v_tabs {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .faq_content #v_tabs > ul {
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .faq_content #v_tabs > ul > li {
        background-color: transparent;
        border: 0;
        padding-right: 65px;
        padding-left: 0;
    }
    .faq_content #v_tabs > ul > li > a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        display: table;
        width: 100%;
        background: url("../img/blue_arrow_right.png");
        background-repeat: no-repeat;
        background-position: center right;
        padding-left: 0;
        outline: none;
    }
    .faq_content #v_tabs > div {
        padding: 10px;
    }
    .faq_content #v_tabs > div > .accordion {
        width: 100%;
    }
    .faq_content #v_tabs > div > .accordion > h3 {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 18px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #cfdceb;
        border-top: 1px solid #cfdceb;
        background: none;
        margin-left: 15px;
        margin-top: -1px;
        padding-left: 0px;
        padding-top: 19px;
        padding-bottom: 13px;
        position: relative;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > h3:first-child {
        border-top: 0;
    }
    .faq_content #v_tabs > div > .accordion > h3:before {
        content: url("../img/blue_arrow_down.png");
        left: -15px;
        position: absolute;
        height: 4px;
        display: table;
        top: 16px;
        outline: none;
    }
    .faq_content #v_tabs > div > .accordion > div {
        background: none;
        border: 0;
        padding: 36px 24px 17px;
    }
    .faq_content #v_tabs > div > .accordion > div p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 26px;
    }
    .faq_content #v_tabs > div > .accordion > div ul {
        margin: 0;
        padding: 0;
    }
    .faq_content #v_tabs > div > .accordion > div ul li {
        list-style-type: none;
        float: left;
        padding-right: 6px;
        display: table;
        border-right: 1px solid #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li a {
        text-decoration: none;
        outline: none;
        color: #3079ae;
    }
    .faq_content #v_tabs > div > .accordion > div ul li:last-child {
        padding-left: 6px;
        border: 0;
    }
    /* ------------------------------- Dashboard Section ------------------------------- */
    .dashboard_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .dashboard_header .login_state {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 15px;
    }
    .dashboard_header .login_state h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 30px;
        margin: 0px 0px 0px 0px;
    }
    .dashboard_header .login_state p {
        text-align: right;
    }
    .dashboard_header .login_state p a {
        font-family: 'Open Sans', sans-serif;
        color: #4fc2df;
        font-size: 13px;
        text-decoration: none;
    }
    .dashboard_header .user_stats {
        display: table;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .dashboard_header .user_stats ul {
        padding: 0;
        margin: 0;
    }
    .dashboard_header .user_stats ul li {
        border-right: 0;
        border-bottom: 1px solid #ffffff;
        list-style-type: none;
        float: left;
        padding: 0 27px;
        width: 100%;
    }
    .dashboard_header .user_stats ul li p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .dashboard_header .user_stats ul li p span {
        font-size: 30px;
        margin-left: 10px;
        font-weight: normal;
    }
    .dashboard_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details {
        padding-left: 0px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_two_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 20px;
        margin-bottom: 12px;
        margin-top: 12px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image {
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_image img {
        width: 100%;
        height: auto;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details {
        padding-left: 0px;
        width: 100%;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 .star {
        color: #f0bd43;
        font-style: normal;
        font-size: 20px;
        margin-left: -15px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details h2 span {
        color: #f0bd43;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box {
        line-height: 18px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.view_box a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details a.manage_booking {
        font-family: 'Open Sans', sans-serif;
        background: #3079ae;
        color: #ffffff;
        text-decoration: none;
        outline: none;
        padding: 11px 10px;
        font-size: 13px;
        margin-top: 9px;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .marina_details p.check_book span {
        font-weight: normal;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now {
        width: 173px;
        height: 173px;
        padding: 23px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
        margin: 20px 30px 0 0;
        display: table;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
        margin-top: 66px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .book_now a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 8px 10px;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section {
        width: 173px;
        height: 173px;
        padding: 12px 20px;
        background: url("../img/dashboard/book_bg.jpg");
        background-size: cover;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 0;
    }
    .dashboard_content .container #tabs > div .white_box_full_with_three_col .multi_btn_section a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        margin-top: 10px;
        text-decoration: none;
        outline: none;
        width: 100%;
        display: table;
        text-align: center;
        padding: 6px 10px;
    }
    /* ------------------------------- Dashboard V2 Section ------------------------------- */
    .dashboard_v2_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .dashboard_v2_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v2_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v2_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v2_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v2_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v2_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v2_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v2_content .container #tabs .col-1 {
        margin-top: 30px;
        padding-right: 30px;
    }
    .dashboard_v2_content .container #tabs .col-1 figure {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .dashboard_v2_content .container #tabs .col-1 figure img {
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
        font-weight: bold;
        margin-top: 29px;
        margin-bottom: 15px;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-1 .adress_block table tr td:first-child {
        width: 142px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-1 .local_taxes table tr td:first-child {
        width: 142px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
    }
    .dashboard_v2_content .container #tabs .col-1 .canceling_policy p span {
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 {
        margin-top: 30px;
        padding-left: 0px;
        padding-right: 0;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url {
        background: #ffffff;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
        float: left;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_url h3 span {
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 60%;
        min-height: 100px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table {
        padding-left: 23px;
        margin-left: 25px;
        margin-top: 5px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        vertical-align: top;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td p {
        margin-bottom: 0;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 10px;
        display: table;
        margin-left: 13px;
    }
    .dashboard_v2_content .container #tabs .col-2 .user_info table tr td:first-child {
        width: 155px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info {
        background: #ffffff;
        width: 40%;
        min-height: 100px;
        float: left;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block {
        background: #8e8e8e;
        padding: 0px 6px;
        width: 70px;
        height: 74px;
        margin-right: 1px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block span {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 11px;
        line-height: 11px;
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 30px;
        line-height: 26px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 3px;
    }
    .dashboard_v2_content .container #tabs .col-2 .check_in_info .chech_in_block p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 10px;
        margin-bottom: 0;
        line-height: 10px;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 100%;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .dashboard_v2_content .container #tabs .col-2 .book_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities {
        background: #ffffff;
        padding-left: 25px;
        border-top: 3px solid #fafafa;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
        padding-bottom: 15px;
        float: left;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 34px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 21px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td i {
        margin-right: 3px;
    }
    .dashboard_v2_content .container #tabs .col-2 .extra_facilities table tr td:first-child {
        width: 270px;
    }
    .dashboard_v2_content .container #tabs .col-3 {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 0;
        float: left;
    }
    .dashboard_v2_content .container #tabs .col-3 a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 8px 8px;
        text-decoration: none;
        outline: none;
        display: table;
        float: left;
        margin-right: 6px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table {
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs table tr td:first-child {
        width: 144px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 0px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs hr {
        border-top: 3px solid #f0bd43;
        height: 3px;
        margin-top: 10px;
        margin-bottom: 0px;
        display: table;
        width: 100%;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price {
        width: 267px;
        margin-left: 25px;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-left {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        margin-left: 0;
        display: table;
        width: auto;
    }
    .dashboard_v2_content .container #tabs .col-3 .costs .total_price h3.pull-right {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        display: table;
        width: auto;
    }
    .dashboard_v2_content .container #tabs .gmap {
        margin-bottom: -5px;
        float: left;
        width: 100%;
    }
    /* ------------------------------- Dashboard v3 Section ------------------------------- */
    .dashboard_v3_content {
        background: #fafafa;
        padding-bottom: 54px;
    }
    .dashboard_v3_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_v3_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .dashboard_v3_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: none;
    }
    .dashboard_v3_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .dashboard_v3_content .container #tabs > div {
        float: left;
        width: 100%;
        padding: 0;
    }
    .dashboard_v3_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 figure {
        padding-left: 0;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .marina_details .price {
        line-height: 40px;
        float: right;
        text-align: center;
        position: relative;
        right: 0px;
        bottom: 0;
        margin-top: 20px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .check_period .check_box:first-child,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .check_box:first-child {
        margin-left: 55px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .check_period .manage,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .manage {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .check_period .manage a,
    .dashboard_v3_content .container #tabs > div .white_box_v2 .past_period .manage a {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description {
        padding-left: 7px;
        margin-left: 0;
        margin-top: 7px;
        padding-right: 7px;
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .short_description p {
        text-align: justify;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .book {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .dashboard_v3_content .container #tabs > div .white_box_v2 .book_block .book a {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form {
        float: right;
        position: relative;
        right: 0;
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
        padding-bottom: 28px;
        padding-top: 24px;
        margin-bottom: 20px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form .form_block {
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form .form_block input {
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_1 .edit_row form .form_block input[type="submit"] {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row .center-table {
        width: auto;
        position: relative;
        left: 0;
        clear: both;
        text-align: left;
        float: left;
        padding-left: 17px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form {
        float: right;
        position: relative;
        right: 0;
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
        padding-bottom: 28px;
        padding-top: 24px;
        margin-bottom: 20px;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form .form_block {
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form .form_block input {
        width: 100%;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .row_2 .edit_row form .form_block input[type="submit"] {
        margin-left: auto;
        margin-right: auto;
    }
    .dashboard_v3_content .container #tabs > div .personal_settings .bottom_aditional_info p {
        font-size: 11px;
    }
    /* ------------------------------- Contact Section ------------------------------- */
    .contact_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .contact_header div {
        display: table;
        margin: 0 auto;
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .contact_header div h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 20px;
        margin: 0px 0px 0px 0px;
    }
    .contact_content {
        padding-bottom: 134px;
        background: #dfdfdf;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(12%, #fafafa), color-stop(87%, #fafafa), color-stop(100%, #e5e5e5));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #dfdfdf 0%, #fafafa 12%, #fafafa 87%, #e5e5e5 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#e5e5e5', GradientType=0);
        /* IE6-8 */
    }
    .contact_content .form_box {
        padding-top: 56px;
    }
    .contact_content .form_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .contact_content .form_box form {
        padding-left: 0;
    }
    .contact_content .form_box form label {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 17px;
        width: 100%;
    }
    .contact_content .form_box form input {
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #c3c3c3;
        font-size: 13px;
        width: 100%;
        height: 30px;
    }
    .contact_content .form_box form textarea {
        border: 1px solid #c3c3c3;
        max-width: 100%;
        width: 100%;
        height: 120px;
        max-height: 120px;
    }
    .contact_content .form_box form input[type="submit"] {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #3079ae;
        border: 0;
        font-size: 13px;
        display: table;
        width: auto;
        float: right;
        padding: 8px 34px;
        margin-top: 37px;
        height: auto;
    }
    .contact_content .form_box form div > .box_input {
        width: 33px;
        height: 30px;
        padding: 6px;
        text-align: center;
    }
    .contact_content .form_box form div > span {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        padding: 0 7px;
    }
    .contact_content .form_box form div > .result {
        width: 135px;
    }
    .contact_content .contact_scroll {
        background: #ffffff;
        border-bottom: 3px solid #f0bd43;
        padding: 43px 40px 55px;
        margin-top: 20px;
    }
    .contact_content .contact_scroll ul {
        margin: 0;
        padding: 0;
    }
    .contact_content .contact_scroll ul li {
        list-style-type: none;
        border-bottom: 1px solid #425263;
        padding-bottom: 12px;
    }
    .contact_content .contact_scroll ul li h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 13px;
        margin-bottom: 3px;
    }
    .contact_content .contact_scroll ul li p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #1a2040;
        font-size: 14px;
        margin-bottom: 0;
    }
    .contact_content .contact_scroll .contact_socials {
        margin-top: 13px;
    }
    .contact_content .contact_scroll .contact_socials i {
        margin-right: 25px;
        font-weight: bold;
        text-transform: none;
        font-size: 27px;
    }
    .contact_content .contact_scroll .contact_socials i a {
        color: #1a2040;
        text-decoration: none;
    }
    /* ------------------------------- Cancelation Section ------------------------------- */
    .cancelation_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .cancelation_content .container #tabs {
        margin-top: 57px;
        border: 0;
        background: none;
    }
    .cancelation_content .container #tabs ul {
        background: none;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .cancelation_content .container #tabs ul li {
        background: #3079ae;
        height: 45px;
        width: 100%;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .cancelation_content .container #tabs ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        display: table;
        outline: none;
    }
    .cancelation_content .container #tabs ul .ui-tabs-active {
        border-top: 3px solid #f0bd43;
        background: #ffffff;
    }
    .cancelation_content .container #tabs ul .ui-tabs-active a {
        color: #000000;
    }
    .cancelation_content .container #tabs > div {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
    }
    .cancelation_content .container #tabs > div > p {
        padding-left: 10px;
        padding-right: 10px;
        text-align: justify;
    }
    .cancelation_content .container #tabs > div .content_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 22px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .cancelation_content .container #tabs > div .policy_term_box {
        margin-bottom: 0;
    }
    .cancelation_content .container #tabs > div .policy_term_box img {
        width: 100%;
    }
    .cancelation_content .container #tabs > div .policy_term_box .content_title {
        margin-left: 12px;
    }
    .cancelation_content .container #tabs > div .policy_term_box p {
        font-family: 'OpenSans-Light', sans-serif;
        padding-left: 15px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center {
        padding: 0 10px;
    }
    .cancelation_content .container #tabs > div .policy_term_box .text-center p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 10px;
        text-align: center;
        margin-top: 10px;
        padding-left: 0;
    }
    /* ------------------------------- PROFILE V2 Section ------------------------------- */
    .profile_header_v2 {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header_v2 .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_header_v2 .book_section .book_container form input,
    .profile_header_v2 .book_section .book_container form select {
        width: 100%;
    }
    /* pop-up on hover style*/
    .ui-tooltip {
        width: auto !important;
        max-width: 170px !important;
        padding: 15px 10px !important;
        border: 0 !important;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1 !important;
        box-shadow: 2px 2px 0 0 #e1e1e1 !important;
    }
    .ui-tooltip .ui-tooltip-content {
        font-family: 'OpenSans-Light', sans-serif !important;
        color: #000000 !important;
        font-size: 13px !important;
    }
    /*end of pop-up on hover*/
    .profile_content_v2 {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content_v2 .container {
        /* old design code */
    }
    .profile_content_v2 .container .shortcuts {
        float: right;
        margin-bottom: 0px;
        z-index: 9999;
    }
    .profile_content_v2 .container .shortcuts ul {
        float: left;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 999;
    }
    .profile_content_v2 .container .shortcuts ul li {
        float: left;
        list-style-type: none;
        width: 33.33%;
        border-right: 1px solid #ffffff;
        background: #ffffff;
    }
    .profile_content_v2 .container .shortcuts ul li a {
        font-family: 'OpenSans-Light', sans-serif;
        font-weight: 600;
        font-size: 13px;
        padding: 5px 15px;
        float: left;
        text-decoration: none;
        outline: none;
        color: #2e323b;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li a:hover {
        font-family: 'OpenSans-Light', sans-serif;
        background: #ffffff;
        padding: 5px 15px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .shortcuts ul li:last-child {
        border-right: 0;
    }
    .profile_content_v2 .container #profile-slide {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item {
        position: relative;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item img {
        width: 100%;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .slide-title {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        position: absolute;
        top: 5px;
        left: 10px;
        margin: 0;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom {
        position: absolute;
        bottom: 0px;
        left: 15px;
    }
    .profile_content_v2 .container #profile-slide .owl-item .item .zoom p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 13px;
        cursor: pointer;
    }
    .profile_content_v2 .container #profile-slide .owl-controls {
        margin-top: 0 !important;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons {
        bottom: 20px;
        position: absolute;
        left: 22px;
        display: none;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev {
        float: left;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-prev i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next {
        float: left;
        margin-left: 22px;
    }
    .profile_content_v2 .container #profile-slide .owl-buttons .owl-next i {
        font-size: 63px;
        color: #ffffff;
    }
    .profile_content_v2 .container .vertical_gmap {
        margin-bottom: -4px;
    }
    .profile_content_v2 .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content_v2 .container #tabs {
        border: 0;
        padding: 0;
        background-color: transparent;
    }
    .profile_content_v2 .container #tabs > ul {
        background-color: transparent;
        border: 0;
        padding: 0;
    }
    .profile_content_v2 .container #tabs > ul > li {
        float: left;
        width: 50%;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #000000;
        background-color: transparent;
        margin-bottom: 1px;
        height: 40px;
        background-image: none;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > ul > li a {
        width: 100%;
        text-align: center;
        outline: none;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-active {
        border: 0;
        border-bottom: 3px solid #000000;
        margin-bottom: 0;
    }
    .profile_content_v2 .container #tabs > ul .ui-state-hover {
        border: 0;
        border-bottom: 3px solid #000000;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div {
        padding: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility p,
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        display: block;
        float: left;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i {
        color: #ffffff;
        background: #003471;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 15px;
        cursor: pointer;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility i.select {
        background: #00aeef;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a {
        border: 1px solid #787878;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 15px;
        font-size: 12px;
        margin-left: 10px;
        text-decoration: none;
        outline: none;
        margin-top: 4px;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container #tabs > div .search_filters .row .facility a:hover {
        background: #757575;
        color: #ffffff;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transit123on: all .4s ease;
    }
    .profile_content_v2 .container .about_profile {
        padding-right: 0px;
        padding-left: 0px;
    }
    .profile_content_v2 .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 36px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .about_profile .profile_sub_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .add_to_cart {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content_v2 .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content_v2 .container .priceing {
        background: #475768;
        padding-bottom: 37px;
        border-bottom: 4px solid #f0bd43;
        float: left;
    }
    .profile_content_v2 .container .priceing > h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
    }
    .profile_content_v2 .container .priceing > h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 14px;
    }
    .profile_content_v2 .container .priceing .add_options {
        background: #ffffff;
        color: #666666;
        margin-left: -15px;
        margin-right: -15px;
    }
    .profile_content_v2 .container .priceing .add_options table {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .profile_content_v2 .container .priceing .add_options table thead tr td {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr {
        height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td {
        text-align: center;
        border-bottom: 1px solid #7b7c81;
        line-height: 24px;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td i {
        cursor: pointer;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:first-child {
        font-weight: bold;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr td:nth-child(3) {
        font-weight: bold;
        text-align: center;
    }
    .profile_content_v2 .container .priceing .add_options table tbody tr:last-child td {
        border-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .priceing .user_selection > a {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 10px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .priceing .user_selection > h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 24px;
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list {
        overflow-x: auto;
        height: 220px;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table {
        width: 100%;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #ffffff;
    }
    .profile_content_v2 .container .priceing .user_selection .premium_list table tr td {
        color: #ffffff;
    }
    .profile_content_v2 .container .priceing .total_price {
        margin-top: 40px;
    }
    .profile_content_v2 .container .priceing .total_price h2 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 18px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price h4 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 36px;
        font-weight: 900;
        margin: 0;
        text-align: right;
    }
    .profile_content_v2 .container .priceing .total_price p {
        font-family: OSL;
        color: #ffffff;
        font-size: 10px;
        text-align: right;
        margin-bottom: 30px;
    }
    .profile_content_v2 .container .priceing .total_price a {
        font-family: 'OpenSans-Light', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 18px;
        display: block;
        width: 100%;
        height: 42px;
        line-height: 42px;
        text-align: center;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions > p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-top: 22px;
        margin-bottom: 20px;
    }
    .profile_content_v2 .container .atractions .weather_box {
        float: none;
        display: block;
        /*background: ;*/
        width: 86%;
        height: 140px;
        padding: 8px 12px;
        margin: 0 auto;
        margin-right: 27px;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .atractions .weather_box > div {
        width: 100%;
        float: left;
    }
    .profile_content_v2 .container .atractions .weather_box .head h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p span {
        font-weight: 900;
    }
    .profile_content_v2 .container .atractions .weather_box .content > p:first-child {
        margin-top: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left {
        width: 50%;
        padding: 10px 0px;
        margin-top: 10px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left p {
        text-align: center;
        margin-bottom: 0px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left i {
        display: table;
        text-align: center;
        width: 100%;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 20px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left h2 span {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .profile_content_v2 .container .atractions .weather_box .content .pull-left:last-child {
        border-left: 1px solid #000000;
    }
    .profile_content_v2 .container .atractions .weather_box .footer a {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .atractions .known_for {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .profile_content_v2 .container .atractions .known_for h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content_v2 .container .atractions .known_for ul {
        padding-left: 30px;
    }
    .profile_content_v2 .container .atractions .known_for ul li {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 13px;
        line-height: 15px;
        list-style-image: url("../img/yellow_check_2.png");
    }
    .profile_content_v2 .container .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content_v2 .container .place_box figure {
        max-width: 100%;
        max-height: 172px;
        float: left;
    }
    .profile_content_v2 .container .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content_v2 .container .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content_v2 .container .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content_v2 .container .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content_v2 .container .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content_v2 .container .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content_v2 .container .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content_v2 .container .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .profile_content_v2 .container .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content_v2 .container .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content_v2 .container .place_box .box_content h3 .newly_added {
        font-family: 'OpenSans-Light', sans-serif;
        color: #d3b05d;
        font-size: 18px;
    }
    .profile_content_v2 .container .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content_v2 .container .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content_v2 .container .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
        margin-left: -10px;
    }
    .profile_content_v2 .container .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        text-decoration: none;
        font-size: 13px;
        margin-left: 0px;
        line-height: 19px;
        margin-top: -4px;
        margin-bottom: 12px;
        display: block;
    }
    .profile_content_v2 .container .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .profile_content_v2 .container .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        min-height: 61px;
        float: left;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content_v2 .container .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 6px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content_v2 .container .place_box:last-child {
        margin-bottom: 50px;
    }
    .rating_box {
        float: left;
        display: block;
        width: 100%;
    }
    .rating_box h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .rating_box h5 span {
        font-weight: bold;
    }
    .rating_box .score {
        background: #f0bd43;
        max-width: 170px;
        width: 100%;
        height: 154px;
        padding: 25px 0;
        display: block;
        float: left;
        margin-right: 5%;
    }
    .rating_box .score h6 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 57px;
        text-align: center;
        margin-top: 0;
    }
    .rating_box .score p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 22px;
        text-align: center;
    }
    .rating_box .evaluation_score {
        display: block;
        float: left;
        margin-top: 15px;
        width: 100%;
    }
    .review_messages {
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 25px;
    }
    .review_messages > h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-weight: bold;
        margin-top: 25px;
    }
    .review_messages .msg_box {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 27px;
        margin-top: 27px;
    }
    .review_messages .msg_box .col-1 {
        width: 100%;
        display: block;
        float: left;
    }
    .review_messages .msg_box .col-1 figure {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .review_messages .msg_box .col-1 figure img {
        border-radius: 50%;
        width: 90px;
        height: auto;
    }
    .review_messages .msg_box .col-1 .msg_author h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
    }
    .review_messages .msg_box .col-1 .msg_author span {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 12px;
        text-align: center;
        width: 100%;
        display: table;
    }
    .review_messages .msg_box .col-1 > .score {
        display: table !important;
        margin-left: auto;
        margin-right: auto !important;
        background: #f0bd43;
        max-width: 170px;
        width: 80px;
        height: 70px;
        padding: 12px 0;
        float: none;
        margin-top: 10px;
    }
    .review_messages .msg_box .col-1 > .score h6 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 22px;
        text-align: center;
        margin-top: 0;
    }
    .review_messages .msg_box .col-1 > .score p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
    }
    .review_messages .msg_box .col-2 {
        display: block;
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .review_messages .msg_box .col-2 .full_height {
        height: auto !important;
    }
    .review_messages .msg_box .col-2 .msg {
        background: #ffffff;
        padding: 26px 28px;
        height: 243px;
        width: 100%;
        display: block;
        float: left;
        overflow: hidden;
        z-index: 99;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .review_messages .msg_box .col-2 .msg > i {
        position: absolute;
        left: -16px;
        top: 21px;
        font-size: 49px;
        color: #ffffff;
        text-shadow: -1px 1px 1px #ededed;
        z-index: 0;
    }
    .review_messages .msg_box .col-2 .msg .positive {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .review_messages .msg_box .col-2 .msg .positive p {
        margin-bottom: 0;
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 12px;
    }
    .review_messages .msg_box .col-2 .msg .positive p > i {
        color: #02a202;
        font-size: 12px;
    }
    .review_messages .msg_box .col-2 .msg .negative {
        display: block;
        float: left;
        width: 100%;
    }
    .review_messages .msg_box .col-2 .msg .negative p {
        margin-bottom: 0;
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 12px;
    }
    .review_messages .msg_box .col-2 .msg .negative p > i {
        color: #ff0000;
        font-size: 9px;
    }
    .review_messages .msg_box .col-2 .msg .white_gradient {
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.01)), color-stop(42%, #ffffff), color-stop(100%, #ffffff));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, #ffffff 42%, #ffffff 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
        /* IE6-8 */
    }
    .review_messages .msg_box .col-2 .msg .detail_option {
        width: 80%;
        height: 100px;
        display: block;
        float: left;
        position: absolute;
        bottom: 0px;
    }
    .review_messages .msg_box .col-2 .msg .detail_option .pull-left span {
        margin-top: 60px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg .detail_option .pull-right span {
        margin-top: 60px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg .detail_option_relative {
        width: 100%;
        height: 40px;
        display: block;
        float: left;
        position: relative;
        bottom: 0;
    }
    .review_messages .msg_box .col-2 .msg .detail_option_relative .pull-left span {
        margin-top: 20px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg .detail_option_relative .pull-right span {
        margin-top: 20px;
        display: block;
        cursor: pointer;
    }
    .review_messages .msg_box .col-2 .msg::before {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ffffff;
    }
    .review_messages .msg_box .col-2 .helpful {
        width: 100%;
        display: block;
        float: left;
        padding-left: 10px;
    }
    .review_messages .msg_box .col-2 .helpful p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 12px;
        margin-top: 15px;
    }
    .review_messages .msg_box .col-2 .helpful a {
        font-family: 'Open Sans', sans-serif;
        background: #ffffff;
        color: #51bef9;
        font-size: 13px;
        border-radius: 13px;
        text-decoration: none;
        outline: none;
        display: block;
        width: 42px;
        height: 20px;
        text-align: center;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .review_messages .msg_box .col-2 .helpful span {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .review_messages .more_reviews {
        padding-left: 22%;
        float: left;
        display: block;
    }
    .review_messages .more_reviews a {
        font-family: 'Open Sans', sans-serif;
        color: #51bef9;
        font-size: 14px;
        text-decoration: none;
        outline: none;
    }
    /* ------------------------------- Reservation Section ------------------------------- */
    .reservation_header figure {
        position: relative;
        width: 100%;
        height: auto;
    }
    .reservation_header figure img {
        width: 100%;
        height: auto;
    }
    .reservation_header figure .over_box {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .reservation_header figure .over_box h5 {
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        font-size: 17px;
        text-align: center;
        margin: 0;
        margin-bottom: 5px;
        margin-top: -50px;
    }
    .reservation_header figure .over_box .shadow_box {
        height: auto;
        background: rgba(2, 24, 48, 0.95);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reservation_header figure .over_box .shadow_box > div {
        display: inline-block;
        width: 100%;
    }
    .reservation_header figure .over_box .shadow_box a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 22px;
        padding: 2px 12px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        background: #f0bd43 url("../img/btn_bg.png");
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
        outline: none;
        float: right;
        -webkit-box-shadow: 4px 4px 1px 1px #04101d;
        box-shadow: 4px 4px 1px 1px #04101d;
    }
    .reservation_header figure .over_box .shadow_box ul {
        margin: 0;
        padding: 0;
    }
    .reservation_header figure .over_box .shadow_box ul li {
        padding-left: 28px;
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        line-height: 20px;
        list-style-type: none;
        background: url("../img/yellow_check.png");
        background-repeat: no-repeat;
        background-position: left center;
    }
    .reservation_content {
        background: url("../img/rez_grad.png");
        background-repeat: repeat-x;
        background-size: 20px 100%;
    }
    .reservation_content h1 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 25px;
        text-align: center;
    }
    .reservation_content .block {
        margin-bottom: 50px;
    }
    .reservation_content .block figure {
        background: #f3f3f3;
        border-bottom: 4px solid #1f3041;
        padding-top: 20px;
        padding-left: 30px;
        padding-bottom: 15px;
        padding-right: 25px;
    }
    .reservation_content .block figure img {
        display: table;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .reservation_content .block figure h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0;
        margin-top: 13px;
    }
    .reservation_content .block figure p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        margin: 0;
        padding-left: 5px;
    }
    .reservation_content .block .about {
        padding-left: 22px;
        padding-right: 22px;
    }
    .reservation_content .block .about .block_title {
        display: table;
        height: 90px;
        width: 100%;
    }
    .reservation_content .block .about .block_title h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 36px;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 0;
    }
    .reservation_content .block .about h5 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 17px;
        text-align: center;
        font-weight: bold;
        margin-top: 0;
    }
    .reservation_content .block .about p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
    }
    .reservation_footer {
        background: url("../img/footer_bg_2.jpg");
        background-size: cover;
    }
    .reservation_footer .form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .reservation_footer .form form input {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        width: 100%;
        text-align: center;
        height: 40px;
        margin-bottom: 10px;
        border: 0;
    }
    .reservation_footer .form form input[type="submit"] {
        margin-top: 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #ffffff;
        background: #51bef9;
    }
    .reservation_footer .post_footer {
        background: url("../img/footer_bg.jpg");
        background-size: cover;
    }
    .post_footer {
        display: block;
        height: 45px;
    }
    .post_footer .pull-left ul {
        float: left;
        margin-bottom: 0;
        padding-left: 0;
        margin-top: 10px;
    }
    .post_footer .pull-left ul li {
        float: left;
        list-style-type: none;
        padding-right: 5px;
        padding-left: 5px;
        border-right: 1px solid #616161;
    }
    .post_footer .pull-left ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #4d4d4d;
        font-size: 13px;
    }
    .post_footer .pull-left ul li:last-child {
        border: 0;
    }
    .post_footer .pull-right p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
    }
    /* ------------------------------- search Results Section ------------------------------- */
    .search_result_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .search_result_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .search_result_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .search_result_content .container .vertical_gmap .row {
        margin-right: -15px;
    }
    .search_result_content .container .vertical_gmap .row iframe {
        height: 180px;
    }
    .search_result_content .container .search_results {
        float: left;
        width: 100%;
    }
    .search_result_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .search_result_content .container .search_results form {
        display: table;
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range {
        width: 100%;
        float: left;
    }
    .search_result_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .search_result_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results form .price_range .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .search_result_content .container .search_results .anchor_book .pull-left {
        width: 100%;
        margin-bottom: 5px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left span {
        margin-right: 10px;
        margin-left: 8px;
    }
    .search_result_content .container .search_results .anchor_book .pull-left h5 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 16px;
        display: inline-block;
    }
    .search_result_content .container .search_results .more_btn_holder {
        display: table;
        float: right;
    }
    .search_result_content .container .search_results .more_btn_holder a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 10px 52px;
        display: table;
    }
    .search_result_content .container .search_results .sort_section {
        margin-top: 30px;
        margin-bottom: 23px;
    }
    .search_result_content .container .search_results .sort_section .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .sort_section .pull-right select {
        background: #ffffff;
        border: 1px solid #ebebeb;
        width: 100%;
        height: 30px;
        outline: none;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .sort_section h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-family: 22.65px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .search_filters {
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .search_result_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .search_result_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .search_result_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .search_result_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .search_result_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .search_result_content .container .search_results .place_box figure {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .search_result_content .container .search_results .place_box figure img {
        width: 100%;
        height: auto;
    }
    .search_result_content .container .search_results .place_box figure a {
        position: absolute;
        bottom: 4px;
        left: 8px;
    }
    .search_result_content .container .search_results .place_box figure a img {
        width: 17px;
        height: auto;
    }
    .search_result_content .container .search_results .place_box figure .direct-booking {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        left: 0;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .search_result_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .search_result_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .search_result_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .search_result_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .search_result_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .search_result_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .search_result_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .search_result_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .search_result_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .search_result_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .search_result_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .search_result_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .search_result_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .search_result_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .search_result_content .container .search_results .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .search_result_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .search_result_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- PROFILE Section ------------------------------- */
    .profile_header {
        background: url("../img/dashboard_header.jpg");
        background-size: cover;
    }
    .profile_header .book_section {
        min-height: 70px !important;
        background: #475768;
    }
    .profile_content {
        background: #fafafa;
        padding-bottom: 0px;
    }
    .profile_content .container .vertical_gmap .row {
        margin-right: 0;
    }
    .profile_content .container .breadcrumb {
        float: left;
        min-height: 10px;
        background: transparent !important;
        width: 100%;
        padding: 0;
        margin-top: 28px;
    }
    .profile_content .container .breadcrumb ul {
        margin: 0;
        padding: 0;
        float: left;
    }
    .profile_content .container .breadcrumb ul li {
        list-style-type: none;
        float: left;
        padding: 0 20px;
        position: relative;
    }
    .profile_content .container .breadcrumb ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #061b52 !important;
        background: transparent;
        float: left;
        width: 100%;
        font-size: 13px;
        text-decoration: none;
    }
    .profile_content .container .breadcrumb ul li:after {
        content: none;
        position: absolute;
        right: 0;
        top: -1px;
    }
    .profile_content .container .breadcrumb ul li:first-child {
        padding-left: 20px;
    }
    .profile_content .container .profile_picture {
        margin-bottom: 16px;
        padding: 0;
    }
    .profile_content .container .profile_picture figure {
        width: 100%;
        height: auto;
    }
    .profile_content .container .profile_picture figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .about_profile {
        padding-right: 15px;
    }
    .profile_content .container .about_profile .profile_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .about_profile .profile_sub_title {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 18px;
        margin-top: 0;
    }
    .profile_content .container .about_profile .profile_text {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .profile_content .container .yellow_check_list {
        float: left;
        display: table;
    }
    .profile_content .container .yellow_check_list h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 18px;
    }
    .profile_content .container .yellow_check_list ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .yellow_check_list ul li {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        list-style-type: none;
        position: relative;
        padding-left: 27px;
        margin-left: 4px;
    }
    .profile_content .container .yellow_check_list ul li:before {
        content: url("../img/yellow_check.png");
        position: absolute;
        left: 0;
    }
    .profile_content .container .sqare_white_box {
        background: #ffffff;
        width: 140px;
        height: 170px;
        float: left;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .sqare_white_box i {
        color: #646464;
        font-size: 88px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .profile_content .container .sqare_white_box p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        text-align: center;
    }
    .profile_content .container .sqare_white_box:first-child {
        margin-left: 0;
    }
    .profile_content .container .search_results {
        margin-bottom: 35px;
    }
    .profile_content .container .search_results h3.page_title {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 6px;
    }
    .profile_content .container .search_results form {
        display: table;
        float: left;
    }
    .profile_content .container .search_results form .price_range {
        width: 373px;
        float: left;
    }
    .profile_content .container .search_results form .price_range #slider-range {
        margin-left: 8px;
    }
    .profile_content .container .search_results form .price_range .pull-left input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results form .price_range .pull-right input {
        width: 45px;
        background: transparent;
    }
    .profile_content .container .search_results .region_atraction {
        margin-left: 0px;
    }
    .profile_content .container .search_results .region_atraction h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 30px;
    }
    .profile_content .container .search_results .region_atraction p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .priceing_table {
        border-bottom: 3px solid #f0bd43;
        background: #ffffff;
        padding: 0;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table h4 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .profile_content .container .search_results .priceing_table table {
        width: 100%;
    }
    .profile_content .container .search_results .priceing_table table tr:first-child {
        height: 40px;
    }
    .profile_content .container .search_results .priceing_table table tr:nth-child(even) {
        background: #e1e1e1;
    }
    .profile_content .container .search_results .priceing_table table tr td {
        text-align: center;
    }
    .profile_content .container .search_results .priceing_table table tr td i {
        cursor: pointer;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph {
        margin-top: 20px;
    }
    .profile_content .container .search_results .priceing_table .star_paragraph p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
        font-weight: 900;
        padding-left: 10px;
        padding-right: 60px;
    }
    .profile_content .container .search_results .priceing_table .total {
        margin-top: 40px;
    }
    .profile_content .container .search_results .priceing_table .total h2 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #3079ae;
        font-size: 36px;
        line-height: 40px;
        text-align: right;
        padding: 0 23px;
    }
    .profile_content .container .search_results .priceing_table .book_holder {
        width: 100%;
        padding: 0 23px;
        margin-bottom: 30px;
    }
    .profile_content .container .search_results .priceing_table .book_holder a {
        background: #51bef9;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        width: 100%;
        text-align: center;
        padding: 6px;
        font-size: 18px;
        display: table;
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .search_filters {
        margin-left: 0px;
        float: left;
        width: 100%;
        margin-top: 36px;
    }
    .profile_content .container .search_results .search_filters .pull-left h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        font-size: 24px;
        margin-top: 0;
    }
    .profile_content .container .search_results .search_filters .pull-left p {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        font-size: 12px;
    }
    .profile_content .container .search_results .search_filters .pull-right {
        padding-right: 30px;
    }
    .profile_content .container .search_results .search_filters .pull-right i {
        background: #9f9fa0;
        color: #ffffff;
        font-size: 17px;
        padding: 5px 8px;
        margin-left: 24px;
        margin-bottom: 15px;
        display: inline-table;
        cursor: pointer;
    }
    .profile_content .container .search_results .search_filters .pull-right i.active {
        background: #003471;
    }
    .profile_content .container .search_results .place_box {
        background: #ffffff;
        margin-top: 21px;
        padding: 20px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
    }
    .profile_content .container .search_results .place_box figure {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .profile_content .container .search_results .place_box figure img {
        width: 100%;
        height: auto;
    }
    .profile_content .container .search_results .place_box figure a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: bold;
        font-size: 18.23px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 42px;
        margin-bottom: 0;
        line-height: 42px;
        outline: none;
        text-decoration: none;
    }
    .profile_content .container .search_results .place_box .box_options {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul {
        padding: 0;
        margin: 0;
    }
    .profile_content .container .search_results .place_box .box_options ul li {
        float: left;
        padding: 0 7px;
        list-style-type: none;
        border-right: 1px solid #1a2040;
    }
    .profile_content .container .search_results .place_box .box_options ul li a {
        text-decoration: none;
        outline: none;
    }
    .profile_content .container .search_results .place_box .box_options ul li .pin_res {
        font-family: 'Open Sans', sans-serif;
        color: #373737;
        font-size: 16.27px;
    }
    .profile_content .container .search_results .place_box .box_options ul li .close_res {
        font-family: 'Open Sans', sans-serif;
        color: #9e0606;
        font-size: 16.27px;
        font-weight: 900;
    }
    .profile_content .container .search_results .place_box .box_options ul li:last-child {
        border: 0;
    }
    .profile_content .container .search_results .place_box .box_content {
        float: left;
        background: url("../img/box_line.png");
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding-left: 0px;
    }
    .profile_content .container .search_results .place_box .box_content h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content h3 i {
        margin-left: 5px;
    }
    .profile_content .container .search_results .place_box .box_content .rating {
        font-family: 'OpenSans-Light', sans-serif;
        color: #acadad;
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 14px;
    }
    .profile_content .container .search_results .place_box .box_content .rating span {
        font-size: 20px;
    }
    .profile_content .container .search_results .place_box .box_content .location {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .profile_content .container .search_results .place_box .box_content .view_marina {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-weight: bold;
        font-size: 13px;
        margin-left: 14px;
        line-height: 19px;
        margin-top: -4px;
        display: block;
    }
    .profile_content .container .search_results .place_box .box_content .price_box {
        margin-top: 0px;
        margin-right: 0px;
    }
    .profile_content .container .search_results .place_box .box_content .price_box .price {
        font-family: 'OpenSans-Light', sans-serif;
        color: #51bef9;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .active_bar {
        border-color: #f0bd43 !important;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details {
        border-top: 3px solid #cccccc;
        background: #fafafa;
        padding: 6px 28px 8px;
        text-align: justify;
        line-height: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-left p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 10px;
        margin-bottom: 0;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right {
        width: 100%;
    }
    .profile_content .container .search_results .place_box .box_content .marina_details .row > .pull-right a {
        font-family: 'Open Sans', sans-serif;
        background: #51bef9;
        color: #ffffff;
        font-size: 13px;
        padding: 9px 34px;
        margin-top: 22px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* ------------------------------- Mobile Pay Section ------------------------------- */
    .mobile_pay_header {
        background: #de1113;
        min-height: 107px;
    }
    .mobile_pay_header > div {
        float: left;
        width: 100% !important;
        display: block !important;
        position: relative !important;
        margin: 0 !important;
        left: 0 !important;
    }
    .mobile_pay_header > div img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_header .pull-left {
        margin-left: 17px;
        margin-top: 17px;
    }
    .mobile_pay_header .set-middle {
        display: table;
        position: absolute;
        left: 41%;
    }
    .mobile_pay_header .pull-right {
        margin-right: 60px;
        margin-top: 28px;
    }
    .mobile_pay_content {
        background: #f2f2f2;
        padding: 20px 10px !important;
        display: table;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 0px 0px 4px 4px;
    }
    .mobile_pay_content input,
    .mobile_pay_content select {
        font-family: 'Verdana';
    }
    .mobile_pay_content > div {
        float: left;
    }
    .mobile_pay_content .select_marina select {
        font-size: 17.74px;
        color: #475768;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
        padding: 12px;
        outline: none;
        margin-bottom: 15px;
    }
    .mobile_pay_content .card-info {
        float: left;
    }
    .mobile_pay_content .card-info .pull-left input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-left select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .card-info .pull-right select {
        width: 120px;
        height: 40px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .personal-info {
        float: left;
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left {
        width: 100%;
    }
    .mobile_pay_content .personal-info .pull-left input {
        width: 100%;
    }
    .mobile_pay_content .personal-info input {
        height: 40px;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #cccccc;
    }
    .mobile_pay_content .value_box {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        width: 100%;
        border-radius: 4px;
        padding: 15px 20px;
        float: left;
    }
    .mobile_pay_content .value_box > span {
        float: left;
        display: block;
        font-family: 'Verdana';
    }
    .mobile_pay_content .value_box p {
        font-family: 'Verdana';
        display: block;
        float: right;
        margin: 0;
    }
    .mobile_pay_content .pay_btn {
        margin-bottom: 15px;
    }
    .mobile_pay_content .pay_btn input {
        border: 0;
        color: #ffffff;
        background: #51bef9;
        padding: 13px 17px;
        font-weight: 400;
        width: 100%;
        margin-top: 20px;
    }
    .mobile_pay_content .box_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .select_full_width {
        width: 100%;
        display: block;
    }
    .mobile_pay_content .input_full_width {
        display: block;
        width: 100%;
    }
    .mobile_pay_content .input_half_width {
        display: block;
        width: 50%;
    }
    .mobile_pay_footer {
        width: 97%;
        height: auto;
        display: table;
        margin: 0 auto;
        float: none !important;
        border-radius: 4px ;
        background-image: none;
        background-color: #ffffff;
        padding-left: 30px;
        padding-right: 39px;
    }
    .mobile_pay_footer .box-left {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .mobile_pay_footer .box-left img {
        margin: 10px auto !important;
        display: block;
    }
    .mobile_pay_footer .pull-right p {
        text-align: right;
        margin-top: 20px;
        font-size: 11px;
        margin-bottom: 5px;
    }
    .mobile_pay_footer .pull-right p a {
        color: #227cc9;
        text-decoration: none;
        outline: none;
    }
    .mobile_pay_footer .pull-right h3 {
        font-size: 13px;
        margin: 0;
        text-align: right;
        color: #227cc9;
    }
    /* ------------------------------- VOUCHER Section ------------------------------- */
    .voucher-content .col-1 {
        margin-top: 30px;
        padding-right: 30px;
    }
    .voucher-content .col-1 figure {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .voucher-content .col-1 figure img {
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }
    .voucher-content .col-1 .adress_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 30px;
        font-weight: bold;
        margin-top: 29px;
        margin-bottom: 15px;
    }
    .voucher-content .col-1 .adress_block table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .voucher-content .col-1 .adress_block table tr td:first-child {
        width: 142px;
    }
    .voucher-content .col-1 .local_taxes h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .voucher-content .col-1 .local_taxes table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .voucher-content .col-1 .local_taxes table tr td:first-child {
        width: 142px;
    }
    .voucher-content .col-1 .local_taxes p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        margin-top: 10px;
    }
    .voucher-content .col-1 .canceling_policy h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-top: 21px;
        margin-bottom: 16px;
    }
    .voucher-content .col-1 .canceling_policy p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .voucher-content .col-1 .canceling_policy p span {
        font-weight: bold;
    }
    .voucher-content .col-2 {
        margin-top: 30px;
        padding-left: 0px;
        padding-right: 0;
        float: left;
        width: 100%;
    }
    .voucher-content .col-2 .book_url {
        background: #ffffff;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
        float: left;
        width: 100%;
    }
    .voucher-content .col-2 .book_url h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .voucher-content .col-2 .book_url h3 span {
        font-weight: bold;
    }
    .voucher-content .col-2 .user_info {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 100%;
        min-height: 100px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .voucher-content .col-2 .user_info p {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: bold;
        padding-left: 24px;
        margin-top: 10px;
    }
    .voucher-content .col-2 .user_info table {
        padding-left: 23px;
        margin-left: 25px;
        margin-top: 5px;
    }
    .voucher-content .col-2 .user_info table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        vertical-align: top;
    }
    .voucher-content .col-2 .user_info table tr td p {
        margin-bottom: 0;
    }
    .voucher-content .col-2 .user_info table tr td a {
        font-family: 'Open Sans', sans-serif;
        color: #3079ae;
        font-size: 10px;
        display: table;
        margin-left: 13px;
    }
    .voucher-content .col-2 .user_info table tr td:first-child {
        width: 155px;
    }
    .voucher-content .col-2 .check_in_info {
        background: #ffffff;
        width: 100%;
        min-height: 100px;
        padding-top: 20px;
        padding-bottom: 25px;
        float: left;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .voucher-content .col-2 .check_in_info .chech_in_block {
        background: #424242;
        padding: 0px 6px;
        width: 70;
        min-height: 70px;
        margin-right: 1px;
        margin-left: 20px;
        padding: 15px;
    }
    .voucher-content .col-2 .check_in_info .chech_in_block span {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 13px;
        line-height: 11px;
        font-weight: 900;
        text-align: center;
        width: 100%;
        display: table;
    }
    .voucher-content .col-2 .check_in_info .chech_in_block h3 {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 35px;
        line-height: 34px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: table;
        text-align: center;
        width: 100%;
    }
    .voucher-content .col-2 .check_in_info .chech_in_block p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 0;
        line-height: 10px;
        margin-top: 10px;
    }
    .voucher-content .col-2 .book_details {
        background: #ffffff;
        border-top: 3px solid #fafafa;
        float: left;
        width: 100%;
        padding-left: 25px;
        -webkit-box-shadow: 2px 0px 0 0 #E1E1E1;
        box-shadow: 2px 0px 0 0 #E1E1E1;
    }
    .voucher-content .col-2 .book_details h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
    }
    .voucher-content .col-2 .book_details p {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .voucher-content .col-2 .extra_facilities {
        background: #ffffff;
        padding-left: 25px;
        border-top: 3px solid #fafafa;
        -webkit-box-shadow: 2px 2px 0 0 #e1e1e1;
        box-shadow: 2px 2px 0 0 #e1e1e1;
        padding-bottom: 15px;
        float: left;
        width: 100%;
    }
    .voucher-content .col-2 .extra_facilities h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        padding-left: 0px;
        margin-top: 20px;
        margin-bottom: 4px;
    }
    .voucher-content .col-2 .extra_facilities table tr td {
        font-family: 'OpenSans-Light', sans-serif;
        color: #000000;
        font-size: 13px;
        line-height: 21px;
    }
    .voucher-content .col-2 .extra_facilities table tr td i {
        margin-right: 3px;
    }
    .voucher-content .col-2 .extra_facilities table tr td:first-child {
        width: 270px;
    }
    .voucher-content .col-3 {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 0;
        min-height: 613px;
    }
    .voucher-content .col-3 a {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 13px;
        padding: 8px 8px;
        text-decoration: none;
        outline: none;
        display: table;
        float: left;
        margin-right: 6px;
    }
    .voucher-content .col-3 .costs {
        margin-top: 0px;
        float: left;
    }
    .voucher-content .col-3 .costs h3 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        width: 267px;
        margin-left: 25px;
        margin-top: 15px;
    }
    .voucher-content .col-3 .costs table {
        width: 267px;
        margin-left: 25px;
    }
    .voucher-content .col-3 .costs table tr td {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
    }
    .voucher-content .col-3 .costs table tr td:first-child {
        width: 144px;
    }
    .voucher-content .col-3 .costs h4 {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 13px;
        margin-bottom: 0px;
        width: 267px;
        margin-left: 25px;
        margin-bottom: 4px;
    }
    .voucher-content .col-3 .costs p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 9px;
        width: 267px;
        margin-left: 25px;
    }
    .voucher-content .col-3 .costs hr {
        border-top: 3px solid #f0bd43;
        height: 3px;
        margin-top: 10px;
        margin-bottom: 0px;
        display: table;
        width: 100%;
    }
    .voucher-content .col-3 .costs .total_price {
        width: 267px;
        margin-left: 25px;
    }
    .voucher-content .col-3 .costs .total_price h3.pull-left {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        margin-left: 0;
        display: table;
        width: auto;
    }
    .voucher-content .col-3 .costs .total_price h3.pull-right {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 13px;
        display: table;
        width: auto;
    }
    .voucher-content .gmap {
        margin-bottom: -5px;
        float: left;
        width: 100%;
        margin-top: 40px;
    }
    .book_section {
        background: rgba(2, 24, 48, 0.72);
        min-height: 135px;
        width: 100%;
        padding: 23px;
    }
    .book_section .book_container {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .book_section .book_container h3 {
        font-family: 'OpenSans-Light', sans-serif;
        color: #ffffff;
        text-align: center;
        font-size: 37.24px;
        line-height: 53.78px;
        margin-top: 0;
        margin-bottom: 13px;
    }
    .book_section .book_container form input {
        font-family: 'OpenSans-Light', sans-serif;
        color: #666666;
        background: #ffffff;
        border: 0;
        width: 100%;
        padding: 13px 13px;
        margin-bottom: 10px;
    }
    .book_section .book_container form select {
        margin-bottom: 10px;
    }
    .book_section .book_container form .destination {
        width: 100%;
        height: 41px;
        font-size: 18px;
    }
    .book_section .book_container form .checkin {
        width: 100%;
        height: 41px;
        font-size: 18px;
        background: #ffffff url("../img/calendar.png");
        background-repeat: no-repeat;
        background-position: 90% center;
    }
    .book_section .book_container form .checkout {
        width: 100%;
        height: 41px;
        font-size: 18px;
        background: #ffffff url("../img/calendar.png");
        background-repeat: no-repeat;
        background-position: 90% center;
    }
    .book_section .book_container form .boat {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        width: 100%;
        height: 41px;
        padding: 7px 14px;
        border: 0;
        line-height: 0px;
    }
    .book_section .book_container form .lenght {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 18px;
        width: 100%;
        height: 41px;
        padding: 7px 14px;
        border: 0;
        line-height: 0px;
    }
    .book_section .book_container form .search_btn {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #51bef9;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 12px 90px;
    }
}
@media screen and (max-width: 601px){
    .bookForm {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        position: relative;
    }
    .img_slider .book_section{
        padding: 20px 15px;
    }
    .img_slider .book_section .book_container h3 {
        font-size: 18.24px;
        line-height: 1.5;
    }
    .book_section .book_container form .destination{
        width: 100%;
    }
    .img_slider .book_section .book_container form input{
        width: 100% !important;
    }
}


.modal_close{
    float:right;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal_close:focus, .modal_close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}
.row-flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 -10px;
}
.row-flex-wrap{
    flex-wrap: wrap;
}
.BookingRequestData .row-flex .col-md-3{
    margin:0 10px;
    padding: 0;
    flex-grow:1;
}

.BoatRow.row-flex{
    margin:0 -5px;
}
.BoatRow>div{
    margin: 0 5px;
}

@media screen and (max-width: 489px){
    .BoatRow{
        width: auto;
    }
    .BoatRow.row-flex{
        margin:0 -10px;
    }
    .BoatRow>div{
        margin: 0 10px;
    }
}

.BookingRequestData select#Boats_Type{
    height: 30px;
    max-width: 100%;
    width: 100%;
}
.BookingRequestData select{
    height: 30px;
    background-color: #fff;
}
.boat-name{
    width: 15%;
}
.boat-model{
    width: 15%;
}
.boat-length{
    width: 8%;
}
.boat-beam{
    width: 8%;
}
.boat-draught{
    width: 8%;
}
.boat-type{
    width: 15%;
}
.contact_content .form_box .contact-info-text{
    position: relative;
    margin: 25px 0 15px;
    text-align: center;
    font-size: 12px;
}
.contact-info-text span{
    display: inline-block;
    height: 100%;
    padding: 0 8px;
    background-color: #fafafa;
    position: relative;
    font-weight: 600;
}
.contact-info-text:before{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: calc(50% - 1px);
    left: 0;
    background-color: #000;
}
.contact_content .form_box .contact-checkbox{
    display: flex;
    padding-top: 8px;
}
.contact_content .form_box .contact-checkbox input{
    margin-right: 5px;
    width: 30px;
}
.contact_content .form_box .contact-checkbox label{
    order: 0;
    width: auto;
    margin: 0;
    line-height: 36px;
    padding-right: 5px;
}
.EstimatePrices{
    margin: 10px 0;
}
.EstimatePrices ul{
    padding: 10px 20px;
}
.EstimatePrices li{
    font-size: 1.1em;
}
.EstimatePrices li span:first-child{
    margin: 0 2px;
}
@media screen and (min-width: 990px) and (max-width: 1170px){
    .boat-length{
        width: 10%;
    }
    .boat-beam{
        width: 10%;
    }
    .boat-draught{
        width: 12%;
    }
}

@media screen and (min-width: 490px) and (max-width: 600px){
    .BoatRow.row-flex{
        flex-wrap: wrap;
        margin: 0 -3px;
    }
    .BoatRow>div{
        padding: 0 3px;
        margin: 0;
    }
    .boat-name{
        width: 50%;
    }
    .boat-model{
        width: 50%;
    }
    .boat-length{
        width: 10%;
    }
    .boat-beam{
        width: 10%;
    }
    .boat-draught{
        width: 12%;
    }
    .wrapper-input-checkbox{
        height: auto;
    }
}
@media screen and (max-width: 489px){
    .contact_content .form_box form{
        padding: 0;
    }
    .wrapper-input-checkbox{
        height: auto;
    }
    .BoatRow{
        flex-wrap: wrap;
    }
    .boat-name{
        width: 100%;
    }
    .boat-model{
        width: 100%;
    }
    .boat-length{
        width: 50%;
    }
    .boat-beam{
        width: 50%;
    }
    .boat-draught{
        width: 50%;
    }
    .boat-type{
        width: 50%;
    }
    .contact-info-text span{
        width: 80%;
    }
}
@media screen and (max-width: 361px){
    .form_box .Berth_li{
        display: block;
    }
}
@media screen and (max-width: 768px){
    .contact_content .form_box form input#ContactForm_verifyCode{
        width: 100px !important;
        height: 35px;
    }
    .contact_content .form_box form input{
        height: 45px;
    }
    .contact_content .form_box .contact-checkbox label{
        line-height: 51px;
    }
}