body {
    background: rgba(0, 0, 0, 0) url("bk1.jpg") no-repeat fixed center center / cover;
    /*font-family: "PT Sans",Arial,Helvetica,sans-serif;*/
    font-family: verdana;
}
p {
    font-family: verdana;
    font-size:  13px;
    font-weight:    400;
    font-style: normal;
    font-size-adjust:   none;
    color: rgb(116,​ 116,​ 116);
    line-height:    23px;
    margin-bottom: 20px;
}

h2 {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 16px;
    /*font-family: "Open Sans";*/
    font-family: verdana;
    border-color: #64cce7;
    text-align: center;
}

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

h3 {
    font-size: 18px;
    margin: -4px 0 4px;
}

.caption-heading {
    font-size: 48px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.beach_bg {
    margin-top: 50px;
     background:rgba(0, 0, 0, 0) url("/media/images/sea_bg.jpg") repeat scroll 0 0 / 100% auto;
     min-height: 300px;
     padding-top: 50px;

}

.white_bg {
    background-color: WHITE;
}

.diamond-wrapper {
    height: 216px;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.diamond {
   border: 150px solid #fff;
    height: 140px!important;
    left: 50%;
    margin-left: -220px;
    position: absolute;
    top: -114px;
    transform: rotate(45deg);
    width: 140px!important;
}

.diamond-border, .header, hr, h2.underlined, #meta-side h5, .map-marker-container, .map-marker-dot, .map-marker-container::before, .mobile-header .sf-menu, .mobile-header .sf-menu li, .mobile-header .sf-menu ul, .sf-menu ul, .sf-menu ul li, #sidebar h4, #sidebar .tag:hover, .ui-datepicker td.ui-datepicker-current-day .ui-state-default.ui-state-active {
    border-color: #64cce7;
}

.diamond-img {
    height: 208px;
    left: 50%;
    margin-left: -185px;
    position: absolute;
    top: 0;
    width: 370px;
}

.diamond-border {
   border: 2px solid;
    height: 146px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top: 31px;
    transform: rotate(45deg);
    width: 146px;
}


.diamond-arrow {
    margin: -16px 0 21px;
    position: relative;
    text-align: center;
}

.diamond-arrow i, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .dropcap::first-letter, .highlighted, .map-marker-container, .quick-fact, ul.disc-bullet li::before {
    color: #64cce7;
}
.diamond-arrow i {
    font-size: 26px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.first_container {margin-top: 100px; padding-top: 30px; padding-bottom: 30px;}


.nav > li > a {
    text-transform: uppercase;
    font-size: 11px;
}

table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dadada;
}
table thead th {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    padding: 10px 8px 5px;
    vertical-align: bottom;
}
table thead th {
    font-size: 13px;
    font-weight: 200;
    padding: 5px;
}
table thead th:last-child {
    border-right: 1px solid #dadada;
}
th {
    text-align: left;
}

table tbody td {
    font-size: 12px;
    padding: 7px 8px;
}
table td {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    padding: 7px 8px;
}
table td:last-child {
    border-right: 1px solid #dadada;
}

.form-control {
    border-radius: 1px;
    box-shadow: none;
    font-size: 12px;
    padding: 6px 8px;
}

.form-horizontal.group-border-dashed .form-group {
    border-bottom: 1px dashed #efefef;
    margin: 0;
    padding: 20px 0;
}


/* Medium Devices, Desktops */
@media (min-width : 992px) {
    .container { 
        width: 970px;
    }

    .main {
        margin-top: 80px;
    }
}