/*
Theme Name: ABORG
Theme URI: http://www.aborg.com/
Description: ABORG THEME
Version: 1.0
Author: ABORG Computing
Author URI: http://www.aborg.com/
*/
/* VIDEO*/
section#video {
    position: relative;
    z-index: -1;
}
section#video .video-window {
    background: none repeat scroll 0 0 transparent;
    box-sizing: border-box;
    color: #fff;
    height: 550px;
    overflow: hidden;
    transform: translateY(0%);
}
section#video .video-window p {
    color: #FFF;
    text-align: center;
}
section#video .video-window h1 {
    color: #FFF;
    text-align: center;
}
#bgvid {
    z-index: -1;
    position: absolute;
    width: 100%;
    background-size: cover;
    top: -225px;
}
.greybg {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin-top: 200px;
}
/*END OF VIDEO*/
/*  menu icon css3 thanks to http://codepen.io/michaeltcoelho/pen/awGzf*/
.menu-icon {
    position: relative;
    top: -5px;
    display: block;
    width: 2.5em;
    height: 4em;
    cursor: pointer;
    float: right;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.menu-icon > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 0.5em;
    margin-top: -0.5em;
    background-color: #333;
    border-radius: 3px;
}
.menu-icon > span:before,
.menu-icon > span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.menu-icon > span:before {
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
}
.menu-icon > span:after {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
}
/* OPENED */
.menu-icon.open {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-icon.open > span:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-icon.open > span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn-primary {
    box-shadow: 0 5px 5px #999;
    transition: 0.2s;
    border: 0!important;
}
.btn-primary:hover {
    box-shadow: 0 10px 10px #aaa;
    transform: translateY(-5px);
}
.btn-primary:active {
    box-shadow: 0 5px 5px #999;
    transform: translateY(0px);
}
/*form input,form textarea {    box-shadow: 0 5px 5px #999;    transition: 0.5s ease;}form input:focus,form textarea:focus {    box-shadow: 0 10px 10px #aaa;    transform: translateY(-5px);}*/
section#promotion {
    background-color: #F05455!important;
}
section#promotion .btn-primary,
section#promotion .btn-primary:hover {
    box-shadow: none;
}
/*WEBSITE CHANGES*/
#page {
    background-color: transparent!important;
}
body {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    color: #6f6f6f;
    background-image: url(/wp-content/themes/aborgtheme/img/canvas.jpg);
}
h1 {
    color: #5d7282;
}
h2 {
    font-family: 'Grand Hotel', Helvetica, Arial, sans-serif;
    color: #c46b71;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-bottom: 5px;
    margin-top: 5px;
}
a {
    color: #4d8ec3;
    transition: 0.3s;
}
a:hover {
    color: #2c475c;
    text-decoration: underline;
}
p {
    font-size: 18px;
}
small {
    font-size: 75%;
}
.img-float-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    box-shadow: none !important;
}
.img-float-right {
    box-shadow: none!important;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    max-width: 100%;
}
.space {
    margin: 30px 0;
}
.topSpace {
    margin-top: 30px;
}
.bottomSpace {
    margin-bottom: 30px;
}
.btn-book {
    background-color: #67b5ad;
    color: #FFF;
}
.btn-dropdown {
    background-color: #67b5ad;
    color: #FFF!important;
    font-size:16pt!important;
    text-align: center!important;
    display: block;
    padding: 6px 12px!important;
}
.btn-book-interior {
    background-color: #67b5ad;
    color: #FFF;
    font-size: 16pt;
    margin-top: 0px;
    text-align: center;
}
.btn-book-interior-sailing {
    background-color: #67b5ad;
    color: #FFF;
    font-size: 9pt;
    margin-top: 0px;
    text-align: center;
    float: right;
    margin-bottom: 0px;
}
.btn-small-tan {
    background-color: #c49a6c;
    color: white!important;
    font-size: 8pt;
    text-align: center;
padding-top:20px;
padding:10px;
    margin-bottom: 0px;
}
.btn-small-tan:hover {
background-color: #c36d73;
}
.btn-small-green {
    background-color: #64b7af;
    color: white!important;
    font-size: 8pt;
    text-align: center;
padding-top:20px;
padding:10px;
    margin-bottom: 0px;
}
.btn-small-green:hover {
background-color: #447d54;
}
.btn-small-blue {
    background-color: #59c8df;
    color: white!important;
    font-size: 8pt;
    text-align: center;
padding-top:20px;
padding:10px;
    margin-bottom: 0px;
}
.btn-small-blue:hover {
background-color: #4d8ec3;
}
.btn-red {
    background-color: #c36d73;
    color: #FFF;
    font-weight: bold;
}
.btn-red:hover {
    background-color: #c36d73;
    color: #f6e16e;
    font-weight: bold;
}
.btn-green {
    background-color: #309668;
    color: #ffffff;
    font-weight: bold;
}
.btn-green:hover {
    background-color: #64b7b0;
    color: #white;
    font-weight: bold;
}
.btn-lightgreen {
    background-color: #64b7b0;
    color: #ffffff;
    font-weight: bold;
}
.btn-lightgreen:hover {
    background-color: #309668;
    color: #white;
    font-weight: bold;
}
.card .card-img {
    overflow: hidden;
}
.card .card-img img {
    transition: 0.3s;
}
.card .card-desc p {
    font-size: 14px;
}
.card:hover > .card-img img {
    transform: scale(1.1);
}
.card .card-txt p.green {
    color: #447d54;
font-size:11pt;
}
header {
    border-bottom: 5px solid #c46b71;
    padding-bottom: 0;
    background-color: #FFF;
}
header .logo {
    padding-top: 10px;
}
header .btn-book {
    float: right;
    margin-top: 12px;
    font-size: 18px;
    padding: 6px 12px 4px;
}
header .tagline-area {
    clear: none;
    padding-top: 20px;
}
header .tagline-area span.tagline {
    font-size: 13px;
    font-style: normal;
    color: #333;
    padding-right: 25px;
}
header .social-media {
    clear: none;
    padding-top: 15px;
    margin-right: 25px;
}
header .social-media a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
header .social-media a:hover {
    text-decoration: none;
}
header .social-media .sm-box-twt {
    margin-left: 10px;
}
header ul.main-nav {
    margin-top: -20px;
    position: relative;
    width: 100%;
}
header ul.main-nav li {
    margin-left: 0;
}
header ul.main-nav li a {
    font-size: 19px;
    padding-right: 20px;
    padding-left: 20px;
    color: #4d8ec3;
    text-transform: uppercase;
    transition: 0s;
}
header ul.main-nav ul#submenu h3 a {
    font-size: 16px;
    font-weight: bold;
    color: #4d8ec3;
    text-transform: uppercase;
    transition: 0s;
}
header ul.main-nav li:hover > a {
    padding: 15px 20px;
    border: 0;
    color: #FFF;
    background-color: #c46b71;
    text-decoration: none;
}
header ul.main-nav ul#submenu a {
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    text-transform: inherit;
}
header ul#submenu {
    background-image: url(/wp-content/themes/aborgtheme/img/menubg.jpg);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 0;
}
header ul#submenu p {
    font-size: 13px;
}
header ul#submenu h1 {
    margin: 15px 0px 3px 0px;
    font-size: 25px;
}
header ul#submenu h1 span {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    font-style: italic;
}
header ul#submenu h2 {
    text-align: center;
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
}
header ul#submenu h3 {
    margin: 0px 0px 5px 0px;
    font-size: 22px;
    font-weight: normal;
    font-weight: normal;
    color: #777;
}
header ul#submenu h3 span {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    font-style: italic;
}
header ul#submenu h3.sep {
    margin: 10px 0px 0px 0px;
}
header ul#submenu .row.forSale {
    margin-bottom: 10px;
}
header ul#submenu hr {
    height: 3px;
    background-color: #5d7282;
    border: 0;
    margin: 0 0 10px;
}
header ul#submenu.stay h3,
header ul#submenu.concierge h3 {
    margin: 0px 0 3px;
    color: #95a3ad;
}
header ul#submenu.stay h4 a,
header ul#submenu.concierge h4 a {
    font-size: 14px;
    text-align: center;
    display: block;
}
header ul#submenu.stay h4 p {
    font-size: 11px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
}
header ul#submenu.concierge h4 p {
    font-size: 11px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
}
header ul#submenu.concierge .col-md-8 .col-md-4 h4 {
    margin-bottom: 0;
}
header ul#submenu.concierge .col-md-8 .col-md-4 h4 a {
    text-align: left;
}
header ul#submenu.stay span.pad,
header ul#submenu.concierge span.pad {
    padding: 3px 0;
    display: block;
}
header ul#submenu.concierge .icon {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}
header ul#submenu.concierge .tips {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}
header ul#submenu .percent {
    color: #c16b71;
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0px;
}
header ul#submenu .season {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 0px;
}
header ul#submenu .discount a {
    text-align: center;
    display: block;
}
section#video {
    background-color: #777;
}
section#video .videobg {
    position: relative;
}
section#video .videobg > h1 {
    font-size: 72px;
    margin-top: 200px;
}
section#video .sliderNav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -115px;
}
section#features {
    padding: 50px 0;
    background-color: #FFF;
}
section#features img {
    display: block;
    margin: 0 auto;
}
section#villas {
    padding: 50px 0;
    background-image: url(/wp-content/themes/aborgtheme/img/marigot-bg.jpg);
    background-size: cover;
}
section#villasTwo {
    padding: 50px 0;
    background-color: #FFF;
}
section#villas h1,
section#villasTwo h1 {
    margin-top: 0;
    margin-bottom: 30px;
}
section#villas .card,
section#villasTwo .card {
    background-color: #FFF;
    box-shadow: 0 5px 10px #999;
}
section#villas .card .card-img img,
section#villasTwo .card .card-img img {
    width: 100%;
}
section#villas .card .card-txt,
section#villasTwo .card .card-txt {
    padding: 15px;
}
section#villas .card .card-txt p,
section#villasTwo .card .card-txt p {
    font-size: 16px;
}
section#villas .card .card-txt .card-desc p,
section#villasTwo .card .card-txt .card-desc p {
    font-size: 14px;
}
section#villas .card .card-txt h2,
section#villasTwo .card .card-txt h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
}
section#villas .card .card-txt p.price,
section#villasTwo .card .card-txt p.price {
    font-size: 15px;
    float: right;
}
section#villas .card .card-txt .guest,
section#villas .card .card-txt .bedroom,
section#villasTwo .card .card-txt .guest,
section#villasTwo .card .card-txt .bedroom {
    float: left;
    margin-right: 5px;
    color: #447d54;
}
section#villas .card .card-txt .trip,
section#villasTwo .card .card-txt .trip {
    float: right;
}
section#sail {
    padding: 50px 0;
    background-image: url(/wp-content/themes/aborgtheme/img/sailing-bg.jpg);
    background-size: cover;
}
section#addOn {
    padding: 50px 0;
    background-color: #FFF;
}
section#sail h1,
section#sail p,
section#addOn h1,
section#addOn p {
    text-align: center;
}
section#sail .card,
section#addOn .card {
    background-color: #FFF;
    box-shadow: 0 5px 10px #999;
}
section#sail .card p,
section#addOn .card p {
    text-align: left;
    font-size: 14px;
}
section#sail .card .card-img img,
section#addOn .card .card-img img {
    width: 100%;
}
section#sail .card .card-txt,
section#addOn .card .card-txt {
    padding: 15px
}
section#sail .card .card-txt h2,
section#addOn .card .card-txt h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
}
section#sail .card .card-txt p.price,
section#addOn .card .card-txt p.price {
    font-size: 12px;
    float: right;
}
section#sail .card .card-txt .guest,
section#sail .card .card-txt .bedroom,
section#addOn .card .card-txt .guest,
section#addOn .card .card-txt .bedroom {
    float: left;
    margin-right: 3px;
    max-width: 15px;
    color: #447d54;
}
section#sail .card .card-txt p.people,
section#sail .card .card-txt p.bedrooms,
section#addOn .card .card-txt p.people,
section#addOn .card .card-txt p.bedrooms {
    font-size: 12px;
    color: #447d54;
}
section#sail .card .card-txt .trip,
section#addOn .card .card-txt .trip {
    float: right;
}
section#guestBook {
    padding: 50px 0;
    background-image: url(/wp-content/themes/aborgtheme/img/reviews-bg.jpg);
    background-size: cover;
}
section#guestBook h1 {
    text-align: center;
}
section#guestBook .flexslider {
    background: none;
    border: 0;
}
section#guestBook .flexslider ul.slides li img.reviewer {
    width: auto;
    display: block;
    margin: 30px auto;
}
section#guestBook .flexslider ul.slides li p {
    padding: 0 100px;
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    color: #757575;
    text-align: center;
    font-size: 18px;
}
section#guestBook .flexslider ul.slides li p {
    padding: 0 100px;
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    color: #757575;
    text-align: center;
    font-size: 18px;
}
section#guestBook .flexslider ul.slides li h2 {
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: 200;
}
section#guestBook .flexslider ul.slides li span.user {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: thin;
    color: #5d7282;
}
section#guestBook .flexslider ul.slides li span.site {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #6bb7ed;
}
section#about {
    padding: 50px 0;
    background-color: #FFF;
}
section#about h1 {
    text-align: center;
}
section#homeBlog {
    padding: 50px 0;
    background-image: url(/wp-content/themes/aborgtheme/img/blog-bg.jpg);
    background-size: cover;
}
section#homeBlog h1 {
    text-align: center;
}
section#homeBlog h2 a {
    color: #c46b70;
}
section#homeBlog h2 a:hover {
    color: #2c475c;
}
section#homeBlog .date,
section#homeBlog .author,
section#homeBlog .shares {
    margin-left: 5px;
}
footer .footer-wide {
    background-image: url(/wp-content/themes/aborgtheme/img/wood_1.png);
}
footer .footer-wide h3 {
    font-family: "Grand Hotel", Helvetica, Arial, sans-serif;
    color: #447d54;
    font-size: 26px;
}
footer .footer-wide a {
    color: #FFF;
}
footer .footer-wide a:hover {
    color: #64b7af;
}
footer .mid-footer {
    padding: 50px 0;
    background-image: url(/wp-content/themes/aborgtheme/img/grey_wash_wall.png);
    text-align: center;
    color: #FFF;
}
footer .mid-footer img {
    display: block;
    margin: 0 auto;
}
footer .mid-footer h2 {
    color: #FFF;
}
footer .mid-footer a {
    color: #478ac1;
}
footer .post-footer {
    padding: 20px 0 15px;
}
footer .copyright {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}
footer .mid-footer ul {
    margin: 0;
    padding: 0;
}
footer .mid-footer ul li {
    display: inline-block;
}
footer .footer-icon {
    margin-left: 15px;
}
/*INSIDE PAGES*/
section.villa-content {
    background-image: url(/wp-content/themes/aborgtheme/img/palm-bg.png);
    background-position: 100% -30px;
    background-size: 40% 25%;
    background-repeat: no-repeat;
}
aside#sidebar {
    margin-top: 0;
}
aside.sidebarBlog {
    margin-top: 100px!important;
}
aside#sidebar.single form h2 {
    padding-top: 100px!important;
}
aside.sidebar {
    margin-top: 150px!important;
}
aside#sidebar .card {
    background-color: #FFF;
    box-shadow: 0 5px 10px #999;
    margin-bottom: 30px;
}
aside#sidebar .card .card-header {
    padding: 15px;
    color: #FFF;
    font-size: 16px;
}
aside#sidebar .card .card-header.red {
    background-color: #c16b71;
}
aside#sidebar .card .card-header.blue {
    background-color: #4d8ec3;
}
aside#sidebar .card.specials {
    background-image: url(/wp-content/themes/aborgtheme/img/hanging-flowers.jpg);
    background-size: cover;
}
aside#sidebar .card .card-txt {
    padding: 15px;
}
aside#sidebar .card.specials .percent {
    font-size: 52px;
    font-weight: bold;
    color: #c16b71;
    text-shadow: 3px 3px 0 #FFF;
}
aside#sidebar .card.specials .name {
    font-size: 24px;
    color: #67b5ad;
    display: block;
    font-family: 'Grand Hotel', Helvetica, Arial, Sans-serif;
}
aside#sidebar .card.specials .date {
    font-size: 14px;
    color: #6f6f6f;
}
aside#sidebar .card.specials .rates {
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 10px;
}
aside#sidebar .card.similar .name {
    font-size: 24px;
    color: #5995c7;
    display: block;
    font-family: 'Grand Hotel', Helvetica, Arial, Sans-serif;
}
aside#sidebar .card.similar .date {
    font-size: 14px;
    color: #6f6f6f;
}
.widget-area .card-header {
    padding: 15px;
}
.widet-area .card-header {
    background-color: #447d54;
}
.widet-area .card-header.addonHeader {
    background-color: #c49a6c;
}
.widet-area .textwidget {
    padding: 15px;
}
.widet-area .textwidget p {
    font-size: 14px;
}
.widet-area .textwidget span.small {
    font-size: 12px;
    font-weight: bold;
}
.widet-area .textwidget .img-float-left {
    box-shadow: none!important;
    float: left!important;
    margin: 0 10px 70px 0!important;
    max-width: 85px!important;
}
.widet-area .textwidget span.green-title {
    font-family: 'Grand Hotel', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #447d54;
}
section#main-content #slider {
    background: transparent;
    border: 0;
    margin-bottom: 60px;
}
section#main-content #carousel {
    box-shadow: 0 6px 6px #999;
    margin-bottom: 30px;
}
section#main-content #carousel .flex-viewport ul.slides li img {
    padding: 5px;
}
section#main-content .content {
    margin: 0 0 50px 0;
}
section#main-content #content {
    margin-top: 20px;
}
section#main-content #content h1.title {
    margin-bottom: 0;
    margin-top: 0;
}
section#main-content #content h2 {
    margin-top: 0;
    margin-bottom: 22px;
}
section#main-content #content ul#sec-nav {
    background-color: #2c475c;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 0;
}
section#main-content #content ul#sec-nav li {
    list-style: none;
    display: inline;
    margin-right: 10px;
    color: : #FFF;
    font-weight: bold;
}
section#main-content #content ul#sec-nav li .pipe {
    margin-left: 10px;
}
section#main-content #content ul#sec-nav li a {
    color: #FFF;
    font-weight: normal;
    font-size: 16px;
}
section#main-content #content ul#sec-nav li a:hover {
    color: #fde40c;
}
section#main-content #content a.btn-red {
    float: right;
}
section#main-content #content .amenities img {
    display: block;
    margin: 0 auto;
}
section#main-content #content .amenities h3 {
    font-family: 'Grand Hotel', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #447d54;
    text-align: center;
    margin: 0;
}
section#main-content #content .card {
    background-color: #FFF;
    box-shadow: 0 5px 10px #999;
    padding: 15px;
}
section#main-content #content .features {
    margin: 30px 0;
}
section#main-content #content .features .star {
    float: left;
    margin-right: 5px;
    margin-top: -3px;
}
section#main-content #content .features ul {
    margin: 0;
    padding: 0;
}
section#main-content #content .features ul li {
    padding: 10px 0;
    font-size: 18px;
    color: #478ac1;
    clear: right;
    list-style: none;
}
section#main-content #content .video {
    padding: 15px;
}
section#main-content #content .description h3 {
    font-family: 'Grand Hotel', Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #c49a6c;
}
section#main-content #content .description p {
    font-size: 16px;
}
section#main-content #content .amenities {
    padding: 15px;
}
section#main-content #content .amenities ul {
    padding-left: 35px;
    margin: 0;
}
section#main-content #content ul li {
    list-style-type: none;
    list-style-image: url(/wp-content/themes/aborgtheme/img/checkmark.png);
}
section#main-content #content .flexslider ul li {
    list-style-type: none;
    list-style-image: none;
}
section#main-content #content .rates {
    padding: 15px;
}
section#main-content #content .rates .table-stripped tr:nth-child(even) {
    background-color: #e1e1e1;
    color: #333;
}
section#main-content #content .rates .table-rates tr td {
    text-align: center;
    font-size: 15px;
}
section#main-content #content .rates .table-rates tr td:first-child {
    text-align: left;
    line-height: 150%;
}
section#main-content #content .rates .table-rates tr:first-child td {
    background-color: #2c475c;
    color: #FFF;
    font-size: 15px;
}
section#main-content #content .calendar span.num {
    color: #FFF;
    font-size: 20px;
    background-color: #67b5ad;
    padding: 5px 15px;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}
section#main-content #content .calendar span.cTitle {
    color: #67b5ad;
    font-size: 24px;
    font-family: 'Grand Hotel', 'Open Sans', Helvetica, Arial;
    float: left;
    margin-top: 5px;
    margin-bottom: 25px;
}
#breadcrumbs {
    font-size: 13px;
    margin-top: 10px;
    position: relative;
}
#breadcrumbs > a {
    background: #fff none repeat scroll 0 0;
    padding: 3px 6px;
}
/*Mailpoet*/
.newsBox {}.newsBox h2 {
    color: #447d54;
    margin-top: 0!important;
    padding-top: 0!important;
}
.newsBox p {
    font-size: 16px;
}
.widget_wysija_cont .wysija-submit {
    background-color: #447d54;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin-top: 20px;
    width: 150px;
    box-shadow: none;
    padding-top: 12px;
    padding-bottom: 8px;
}
/* ACF MAP */
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map-sail {
    width: 100%;
    height: 680px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.acf-map,
.acf-map-sail img {
    max-width: inherit !important;
}
/* ACF EMBED */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*NEW INSIDE TEMPLATES*/
section#banner {
    height: auto;
    color: #FFF;
}
div.banner {
    position: absolute;
    width: 100%;
}
section#banner h1 {
    font-size: 50px;
    color: #FFF;
    position: relative;
    text-align: center !important;
    display: table;
    margin: 20% auto;
}
section#sec-content {
    margin-bottom: 100px;
}
section#sec-content .content {
    background-color: #FFF;
    margin-top: 0px;
    padding: 25px;
    box-shadow: 0 5px 10px #333;
    margin-bottom: 50px;
}
aside.sidebar .icon {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}
aside.sidebar h4 {
    margin-bottom: 0;
}
aside.sidebar a {
    text-align: left;
}
aside.sidebar p {
    font-size: 14px;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 100%;
}
section#sec-content .content article.blog-excerpt h2 {
    margin-top: 0;
}
section#sec-content aside#sidebar form input {
    margin-bottom: 15px;
}
form#commentform input[type="submit"] {
    background-color: #447d54;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin-top: 20px;
    width: 250px;
    box-shadow: none;
    padding-top: 12px;
    padding-bottom: 8px;
}
.btn-readmore {
    background-color: #447d54;
    border-radius: 5px;
    color: #fff;
    box-shadow: none;
    padding: 10px 12px 6px;
}
.btn-readmore:hover {
    background-color: #447d54;
    color: #000;
    padding: 10px 12px 6px;
    box-shadow: none;
    transform: translateY();
}
section#sec-content.blog aside#sidebar .widget-area ul {
    margin: 0;
    padding: 0;
}
section#sec-content.blog aside#sidebar .widget-area ul li {
    list-style: none;
    display: block;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #ccc;
}
section#sec-content.blog aside#sidebar .widget-area ul li a {
    font-size: 18px;
}
.bannerImg {
    width: 100%;
    display: block;
}
.card {
    background-color: #FFF;
    box-shadow: 0 5px 10px #999;
}
.card .card-img img {
    width: 100%;
}
.card .card-txt {
    padding: 15px;
}
.card .card-txt p {
    font-size: 16px;
}
.card .card-txt .card-desc p {
    font-size: 14px;
}
.card .card-txt h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
}
.card .card-txt p.price,
.card .card-txt p.price {
    font-size: 15px;
    float: right;
    color: #447d54;
}
.card .card-txt .guest,
.card .card-txt .bedroom {
    float: left;
    margin-right: 5px;
    color: #447d54 !important;
}
.card .card-txt .trip {
    float: right;
}
.card.pad15 {
    padding: 15px;
}
div#activities h1,
div#itinerary h1,
div#other h1,
div#destinations h1,
div#popular h1,
div#tours h1,
div#stayNsail h1,
div#crew h1 {
    text-align: center;
}
div#tours h2.title {
    text-align: center;
    margin-top: 0;
}
div#activities h3,
div#itinerary h3,
div#other h3,
div#destinations h3,
div#popular h3,
div#tours h3,
div#crew h3 {
    font-family: 'Grand Hotel', Helvetica, Arial, sans-serif;
    color: #447d54;
}
div#crew h3,
div#crew p,
div#crew img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
div#crew h3 {
    margin: 15px auto;
}
div#crew .col-md-2 {
    margin-top: 25px;
}
div#activities .card,
div#other.row,
div#itinerary.row,
div#destinations .card,
div#popular .card,
div#tours .card,
div#stayNsail .card {
    margin-bottom: 50px;
}
div#stayNsail .card .card-desc {
    margin-top: 15px;
}
div#tours .col-md-12 p {
    margin-top: 15px;
}
.available span {
    font-weight: bold;
}
section#sec-content table.table-responsive {
    width: 100%;
}
section#sec-content table.table-responsive tbody tr td h3 {
    margin-top: 0;
}
section#sec-content table.table-responsive tbody tr td {
    vertical-align: middle;
    padding: 15px;
    vertical-align: top;
}
.table-rates tr:first-child td {
    background-color: #2c475c;
    color: #FFF;
    font-size: 15px;
}
span.title {
    font-size: 30px;
}
div.activitiesInner h2 {
    margin-top: 0;
}
div.activitiesInner .btn-red {
    display: block;
    width: auto;
    margin-bottom: 15px;
}
.back {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
#team img {
    margin-top: 20px;
}
.villa-content #slider.flexslider ul.slides {
    box-shadow: 0 5px 5px #999;
    background: #FFF;
    padding: 20px;
}
.villa-content #slider.flexslider ul.slides li {
    background: #FFF;
}
div#destinations div.card-desc span.itinerary {
    font-weight: bold;
}
.villaIntro h2 {
    text-align: center;
    font-size: 28pt;
}
.villaIntro p {
    text-align: center;
}
.villaIntro img {
    display: block;
    margin: 0 auto;
}
.villaIntro .btn-green {
    display: block;
    width: 100%;
}
#vacay-1 h2 {
    /*font-size: 26px;*/
}
#vacay-1 ul {
    padding-left: 20px;
}
#vacay-1 .bannerblurb,
#vacay-2 .bannerblurb,
#vacay-3 .bannerblurb,
#vacay-4 .bannerblurb {
    text-shadow: 1px 2px #494949;
}
#vacay-1 h1,
#vacay-2 h1,
#vacay-3 h1,
#vacay-4 h1 {
    text-shadow: 1px 2px #494949;
}
figure {
    position: relative;
    min-height: 545px;
    width: 100%;
    margin: 30px 0;
    padding: 0;
}
figure img {
    position: absolute;
    z-index: 0;
    max-width: 100%;
    display: block;
}
figure.vacayBanner-1 {
    /*background-image: url(/wp-content/themes/aborgtheme/img/villas-banner.jpg);*/
}
figure.vacayBanner-2 {
    /*background-image: url(/wp-content/themes/aborgtheme/img/villas-banner.jpg);    margin-top: 80px;*/
}
figure.vacayBanner-3 {
    /*background-image: url(/wp-content/themes/aborgtheme/img/villas-banner.jpg);    margin-top: 80px;*/
}
figure.vacayBanner-4 {
    /*background-image: url(/wp-content/themes/aborgtheme/img/villas-banner.jpg);    margin-top: 80px;*/
}
figure h1 {
    position: relative;
    color: #FFF;
    text-align: center;
    z-index: 9;
    padding-top: 75px;
}
figure p {
    position: relative;
    color: #FFF;
    text-align: center;
    z-index: 9;
    padding-left: 100px;
    padding-right: 100px;
}
figure .overlay {
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 0;
}
#specials {
    text-align: center;
}
#specials h2 {
    font-size: 26px;
}
#specials small {
    text-align: center;
}
#specials #winter {
    background-image: url(/wp-content/themes/aborgtheme/img/snowflakes.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
#specials #spring {
    background-image: url(/wp-content/themes/aborgtheme/img/leaf.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
#specials #summer {
    background-image: url(/wp-content/themes/aborgtheme/img/bug.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
#specials #lastMinute {
    background-image: url(/wp-content/themes/aborgtheme/img/plane.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
#specials #winter h2,
#specials #spring h2,
#specials #summer h2,
#specials #lastMinute h2 {
    font-size: 60px;
    margin-top: 50px;
    color: #333;
}
#specials #winter p,
#specials #spring p,
#specials #summer p,
#specials #lastMinute p {
    color: #333;
}
#specials .rebate {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #FFF;
    padding: 5px;
    box-shadow: 0 5px 10px #444;
    z-index: 9999;
}
#specials .rebate span {
    font-weight: 900;
    font-size: 26px;
}
table.table-rates tr td img.tableImg {
    max-width: 130px;
}
.title {
    margin-top: 0;
}
#charters .row {
    margin-bottom: 20px;
}
.row.text-center img.icon {
    margin: 0 auto
}
span.cTitle {
    color: #67b5ad;
    font-size: 24px;
    font-family: 'Grand Hotel', 'Open Sans', Helvetica, Arial;
    margin-top: 5px;
    margin-bottom: 25px;
}
span.num {
    color: #FFF;
    font-size: 20px;
    background-color: #67b5ad;
    padding: 5px 15px;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}
#sliderGB,
#sliderGB h2 {
    text-align: center;
}
#sliderGB p {
    font-size: 16px;
}
#sliderGB img {
    width: auto;
    margin: 0 auto;
    display: block;
}
.table-rates td,
.table-rates th {
    text-align: center;
}
.table-rates th {
    background-color: #2c475c;
    color: #fff;
}
.table-rates th:first-child {
    text-align: left;
}
.fieldName {
    width: 100%!important;
}
div.ginput_container_name span {
    margin-right: 0!important;
}
#input_1_2_6_container > input {
    width: 95.5%!important;
}
.gform_wrapper .datepicker {
    width: 62.5%!important;
}
.gform_button.button {
    background-color: #67b5ad;
    color: #fff;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 12px 24px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 175px;
}
#gform_fields_3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    opacity: 1;
    position: relative;
    visibility: visible;
    z-index: 9999;
    left: 0;
}
#gform_fields_3 input.medium {
    width: 59.5%;
}
#gform_fields_3 .datepicker {
    width: 59.5%!important;
}
form#gform_3 div.gform_footer.left_label {
    margin-left: 0!important;
    width: 100%;
}
form#gform_3 .gform_button.button {
    max-width: 100%;
    width: 100%;
    text-align: center;
}
form#gform_3 ul li:last-child {
    margin-bottom: 0;
}
.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
    width: 62.5%!important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    padding: 3px 0 0!important;
}
label {
    font-size: 16px;
    line-height: 16px;
}
.gform_wrapper.gf_browser_gecko select {
    padding: 5px 0 2px!important;
}
form h2 {
    font-size: 32px!important;
font-weight:normal!important;
margin-top:50px!important;
padding-top:50px!important;
}
.gform_wrapper h2.gsection_title {
    margin-top: 40px!important;
}
.gsection_description {
    font-size: 16px!important;
}
.name_first {
    float: left;
}
h2.gsection_title {
    margin-top: 50px !important;
    padding: 0!important;
}
#field_1_5 h2.gsection_title {
    margin: 0!important;
}
section#sec-content .activitiesInner img {
    display: block;
    max-width: 100%;
}
/*PAGINATION*/

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}

.pagination li {
    display: inline;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #4d8ec3;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #447d54;
}




/*RESPONSIVE*/
@media (max-width: 1440px) {
    #bgvid {
        top: -200px;
    }
    section#banner h1 {
        margin: 15% auto;
    }
}
@media (max-width: 1399px) {
    #bgvid {
        top: -110px;
    }
    h1 {
        font-size: 30px
    }
    p {
        font-size: 16px
    }
    section#villas .card .card-txt .guest,
    section#villas .card .card-txt .bedroom,
    section#villasTwo .card .card-txt .guest,
    section#villasTwo .card .card-txt .bedroom {
        max-width: 15px color: #447d54;
    }
    section#villas .card .card-txt p,
    section#villasTwo .card .card-txt p {
        font-size: 14px
    }
    .specialPad .col-md-4 {
        width: 50%
    }
    section#sail .card .card-txt p.price,
    section#addOn .card .card-txt p.price {
        float: left;
        font-size: 16px;
    }
    section#banner h1 {
        margin: 15% auto;
    }
    #gform_fields_3 input.medium {
        width: 56.5%;
    }
    #gform_fields_3 .datepicker {
        width: 56.5%!important;
    }
}
@media (max-width: 1199px) {
    #bgvid {
        top: 0px;
    }
    header ul.main-nav.dropdown li ul {
        top: 38px;
    }
    header ul.main-nav {
        margin-top: 0
    }
    header ul.main-nav li {
        margin-right: 0px
    }
    header ul.main-nav li a {
        font-size: 16px
    }
    .card .col-md-4,
    .card .col-md-8 {
        width: 100%
    }
    section#villas .card .card-txt p.price,
    section#villasTwo .card .card-txt p.price {
        float: left
    }
    section#main-content #content ul#sec-nav li a {
        font-size: 13px
    }
    section#main-content #content .amenities h3 {
        font-size: 20px
    }
    section#main-content aside#sidebar div.textwidget img.img-float-left {
        display: block;
        clear: both;
        float: none!important;
        margin: 0!important;
    }
    section.villa-content {
        background: none;
    }
    section#banner h1 {
        margin: 9% auto;
        font-size: 40px;
    }
    #gform_fields_3 {
        top: 0;
    }
    .gfield_label {
        font-size: 11px;
    }
    #gform_fields_3 input.medium {
        width: 54.5%;
    }
    #gform_fields_3 .datepicker {
        width: 54.5%!important;
    }
    form#gform_3 .gform_button.button {
        font-size: 11px;
    }
}
@media (max-width: 990px) {
    header .col-sm-5,
    header .col-sm-7 {
        width: 100%;
        float: none;
    }
    header .logo img {
        display: block;
        margin: 0 auto;
    }
    header ul.main-nav {
        display: none
    }
    header .social-media {
        float: left
    }
    header .tagline-area {
        float: left
    }
    header .btn-book {
        float: left
    }
    header .tagline-area span.tagline {
        padding-left: 25px;
        padding-right: 0;
    }
    section#video .video-window {
        height: auto
    }
    section#video .videobg > h1 {
        margin: 20% 0;
        font-size: 60px;
    }
    #toggle-menu-open {
        padding-top: 10px;
        margin-left: 25px;
        max-width: 35px;
    }
    section#villas .col-md-4,
    section#villasTwo .col-md-4 {
        clear: both;
        margin-bottom: 30px;
    }
    section#villas .col-md-4:last-child,
    section#villasTwo .col-md-4:last-child {
        margin-bottom: 0px
    }
    section#villas .card-txt .col-md-4,
    section#villasTwo .card-txt .col-md-4 {
        margin-bottom: 0px
    }
    section#sail .col-md-3,
    section#addOn .col-md-3 {
        clear: both;
        margin-bottom: 30px;
    }
    section#sail .col-md-3:last-child,
    section#addOn .col-md-3:last-child {
        margin-bottom: 0px
    }
    section#homeBlog .col-md-3 {
        clear: both;
        margin-bottom: 30px;
    }
    section#homeBlog .col-md-3:last-child {
        margin-bottom: 0px
    }
    section#homeBlog .blog-image img {
        width: 100%
    }
    section#guestBook .flexslider ul.slides li p {
        padding: 0 10px
    }
    section#guestBook .flexslider a.flex-prev,
    section#guestBook .flexslider a.flex-next {
        display: none
    }
    footer .footer-wide,
    footer .mid-footer {
        background-size: 100%
    }
    section#main-content #sidebar {
        display: none
    }
    section#main-content .amenities .col-md-2 {
        width: 16.6667%;
        float: left;
    }
    section#banner h1 {
        margin: 9% auto;
        font-size: 36px;
    }
}
@media (max-width: 800px) and (min-width: 481px) {
    figure {
        background-color: #000;
    }
}
@media (max-width: 767px) {
    header .btn-book {
        float: none
    }
    header .tagline-area {
        float: none
    }
    header .tagline-area span.tagline {
        padding-left: 0
    }
    header .social-media {
        float: none;
        padding-bottom: 45px;
    }
    header .social-media .sm-box-ig {
        margin-left: 0
    }
    section#video .videobg > h1 {
        margin: 15% 0 32%;
        font-size: 32px;
    }
    section#main-content #content ul#sec-nav li {
        display: block;
        padding: 5px 0;
        border-bottom: 1px solid #FFF;
    }
    section#main-content #content ul#sec-nav li:last-child {
        border: 0
    }
    section#main-content #content ul#sec-nav li span.pipe {
        display: none
    }
    section#main-content #content a.btn-red {
        float: none;
        margin-bottom: 25px;
    }
    section#main-content #carousel {
        display: none
    }
    section#main-content .amenities .col-md-2 {
        width: 33.33%;
        float: left;
    }
    section#main-content .amenities .col-md-2 h3 {
        text-align: center!important
    }
    section#banner h1 {
        margin: 9% auto;
        font-size: 26px;
    }
}
@media (max-width: 480px) {
    section#video .videobg > h1 {
        margin: 15% 0 35%;
        font-size: 22px;
    }
    section#main-content .amenities .col-md-2 {
        width: 100%;
        float: none;
    }
    #vacay-1 .bannerblurb,
    #vacay-2 .bannerblurb,
    #vacay-3 .bannerblurb,
    #vacay-4 .bannerblurb {
        text-shadow: none;
        color: #000;
        margin-top: 50px;
    }
    figure p {
        padding: 0;
    }
    .gform_wrapper .left_label .gfield_label,
    .gform_wrapper .gfield_checkbox li label,
    .gform_wrapper .gfield_radio li label {
        font-size: 12px!important;
        margin-top: 0!important;
    }
    .gfield_description,
    .left_label .instruction {
        width: 100%!important;
        margin-left: 0!important;
    }
    .banner {
        position: absolute;
        width: 100%;
        overflow: hidden;
        height: auto;
    }
    .bannerImg {
        width: 175%;
    }
    .mailingaddress {
        float: left!important;
        margin-bottom: 50px;
    }
    section#sec-content .content article.blog-excerpt h2 {
        margin-top: 20px;
    }
    .sidebarBlog form h2 {
        padding-top: 0!important;
        margin-top: 0!important;
    }
}
/****** RYANS STYLES *******/
.activitylists {
    list-style-image: url('/wp-content/uploads/starfish-list-item-1.jpg');
    font-size: 13pt;
    padding-right: 15px;
}
.bloglists {
    list-style-image: url('/wp-content/uploads/starfish-list-item-1.jpg');
    font-size: 13pt;
    padding-right: 15px;
}
.contactlists {
list-style-position: inside;
    list-style-image: url('/wp-content/uploads/starfish-list-item-1.jpg');
    font-size: 13pt;
}
.entry-content h4 {
    color: #67b5ad;
    font-size: 26px;
    font-family: 'Grand Hotel', 'Open Sans', Helvetica, Arial;
    margin-top: 25px;
    margin-bottom: 15px;
}
.entry-content h2 {
    font-size: 28pt;
}
.addonpricebox1 {
    float: right;
    padding: 30px;
    text-align: center;
    width: 356px;
}
.mailingaddress {
    float: right;
    margin-left: 30px;
margin-top:20px;
padding-top:30px;
padding-bottom:30px;
    text-align: center;
    width: 225px;
font-size:medium;
background-color:#dadada
}
.divebox {
    float: right;
    padding: 30px;
    text-align: left;
    width: 556px;
}
.addonpricebox2 {
    background-color: #59c8df;
    text-align: center;
    font-weight: bold;
    padding: 25px;
    width: 75%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 12pt;
}
.sailingdays {
    font-family: 'Grand Hotel', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #447d54;
}
.time {
    font-size: 11pt;
    margin-top: -20px !important;
    padding-top: 0px;
    font-style: italic;
    font-weight: bold;
    color: #c49a6c;
}
h6 {
    font-family: 'Grand Hotel', Helvetica, Arial, sans-serif;
    color: #c46b71;
    font-size: 22pt;
    margin-top: 0px;
    padding-top: 0px;
}
h7 {
    color: #5d7282;
    font-size: 25pt;
    text-align: center;
    margin: 15px auto;
    line-height: 1.1;
    font-weight: 500;
    display: block;
}
.numbercircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: red;
    border: 2px solid #666;
    color: white;
    text-align: center;
    font: 32px Arial, sans-serif;
}
.img-align-center {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    display: block;
}