/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

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

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

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

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


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

.georgia{ font-family: georgia; }
.segoeReg { font-family: 'segoe_uiregular'; }
.segoeSemiBold { font-family: 'segoe_uisemibold'; }
.segoeBold { font-family: 'segoe_uibold'; }
.segoeLight { font-family: 'segoe_uilight'; }

.lightW { font-weight: 300; }
.normalW { font-weight: 400; }
.semiBoldW { font-weight: 600; }
.boldW { font-weight: 700; }
.italic { font-style: italic; }
.shadow { text-shadow: 2px 0px 7px #000; }
.toupper { text-transform: uppercase; }

.greenLine { border-bottom: #b4cc95 1px solid; }
.inputBorder { border:  1px solid #e2e2e2; } 
.txt { height: 31px; width: 297px; }

/*font sizes*/
.f13 { font-size: 13px; }
.f15 { font-size: 15px; }
.f15a { font-size: 13px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }
.f22 { font-size: 22px; }
.f24 { font-size: 24px; }
.f28 { font-size: 28px; }
.f35 { font-size: 35px; }
.f40 { font-size: 40px; }
.f46 { font-size: 46px; line-height: 55px; }
.f60 { font-size: 60px; }

.fLeft{ float: left; }
.fRight { float: right; }

/*colors*/
.white { color: #fff; }
.color333 { color: #333333; }
.color999 { color: #999999; }
.colorGreen { color: #9cc263; }
.color63 { color: #666666; }
.colorRed { color: #cc0000; }
.colorOrange { color: #fa6900; }
.color444 { color: #444e39; }

/* bgs */
.whiteBG { background-color: #ffffff; }
.coloredeBG { background-color: #ededed; }
.greenBG { background-color: #b4cd95; }
.f7BG { background-color: #f7f7f7; }

/*paddings*/
.p5 { padding: 5px }
.pL12 { padding-left: 12px; }
.pLR39 { padding: 0px 39px; }

/* margins */
.mT20 { margin-top: 20px; }
.mTB5 { margin: 5px auto; }
.mTB40 { margin: 40px auto; }
.mTB15 { margin: 15px auto; }
.mTB25 { margin: 25px auto; }
.mB20 { margin-bottom: 20px; }
.mB10 { margin-bottom: 10px; }

.centered { margin: 0px auto; }
.over { overflow: hidden; }

.btns {
    padding: 10px 15px;
    border: none;
    background-color: #FAFAF9;
    font-family: 'segoe_uibold';
    font-size: 18px;
}

body{ width: 100%; }

a { text-decoration: none; }

.wrapper{
    width: 1280px;
    position: relative;
    margin: 0px auto;
}

.stdWidth{
    width: 1280px;
}


.topContent{
    position: relative;
    width: 1280px;
    overflow: hidden;
    margin: 0px auto;
}

.pics{
    width: 1280px;
    height: 719px;
    overflow: hidden;
    position: relative;
}

.nav{
    width: 100%;
    height: 98px;
    position: fixed;
    top: 0;
    left: 0;
    background: url('../images/blackTransBg2.png');
    z-index: 1000;
}

.navC {
    width: 1260px;
    height: 78px;
    margin: 0px auto;
    padding: 10px;
}

.logo{
    display: block;
    width: 350px;
    height: 58px;
    background: url('../images/logo.png');
    text-indent: -9999px;
    float: left;
    margin-right: 85px;
}

.navC ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

.navC ul > li{
    float: left;
    margin-right: 13px;
}

.navC ul > li:last-child{
    margin-right: 0px;
}

.navC ul > li > a{
    color: #fff;
    font-family: 'segoe_uisemibold';
    font-size: 16px;
    display: block;
    margin-top: 20px;
}

.navC ul > li > a:hover{
    color: #0acedf;
}

.navC ul > li > a.sel{
    color: #0acedf;
}

.navC ul > li > a.facebook{
    background: url('../images/fb.png');
    width: 25px;
    height: 25px;
    display: block;
    text-indent: -9999px;
}

.navC ul > li > a.instagram{
    background: url('../images/instagram.png');
    width: 25px;
    height: 25px;
    display: block;
    text-indent: -9999px;
}

.flashText{
    width: 900px;
    height: 136px;
    position: absolute;
    top: 440px;
    left: 0px;
    background: url('../images/blackTransBg.png');
    z-index: 990;
    padding: 22px 190px;
}

/* flashbox */
.flashBox{
    width: 1280px;
    height: 540px;
    background: url('../images/flashboxBG.jpg');
    position: relative;
}

.fbPrev{
    width: 49px;
    height: 49px;
    background: url('../images/sliderNav.png') 0px 0px no-repeat;
    display: block;
    float: left;
    margin-left: 176px;
    margin-right: 8px;
    margin-top: 225px;
}

.fbNext{
    width: 49px;
    height: 49px;
    background: url('../images/sliderNav.png') -50px 0px no-repeat;
    display: block;
    float: left;
    margin-left: 8px;
    margin-top: 225px;
}

.fbB{
    float: left;
    width: 807px;
    height: 540px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    overflow: hidden;
}

.fbOutput{
    width: 1280px;
    height: 142px;
    background: url('../images/blackTransBg2.png');
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 991;
}

.fbOutputText{
    width: 767px;
    margin: 0px auto;
    padding: 10px 20px 0px;
}

/* amenities */
.amenities{
    width: 1280px;
    height: 700px;
    background-color: #aadeff;
}

.amBox{
    width: 902px;
    margin: 0px auto;
    padding-top: 110px;
}

.galleryContainer{
    width: 902px;
    overflow: hidden; 
}

.galleryNav{
    width: 230px;
    float: left;
}

.galleryNav ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.galleryNav ul > li{
    width: 185px;
    height: 23px;
    padding: 3px 0px 0px 11px;
    cursor: pointer;
}

.galleryNav ul > li.sel{
    background: url('../images/galBG.png');
}

.galleryNav ul > li:hover{
    background: url('../images/galBG.png');
}

.galleryArea{
    width: 670px;
    float: left;
    display: none;
}

.showM { display: block; }

.galPrev{
    width: 26px;
    height: 13px;
    background: url('../images/galNav.png');
    display: block;
    text-indent: -9999px;
    margin: 0px auto 10px;
}

.galNext{
    width: 26px;
    height: 13px;
    background: url('../images/galNav.png') -26px 0px;
    display: block;
    text-indent: -9999px;
    margin: 10px auto 0px;
}


.gall ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 660px;
    height: 147px;
}

.gall ul li {
    width: 660px;
    height: 147px;
}

.gall ul li > img{
    margin-right: 15px;
}

/* media */
.media1{
    width: 1280px;
    height: 100%;
    background-color: #fff;
}

.media{
    width: 1280px;
    height: 100%;
    background-color: #fff;
}

.fbLikeBox{
    float: left;
    width: 280px;
    margin-right: 20px;
}

.instagramBox{
    float: left;
    width: 280px;
	margin-right: 20px;
}

/* inquiry */
.contact{
    width: 1280px;
    height: 805px;
    background-color: #fafaf9;
}

.inquiry{
    width: 440px;
    float: left;
    margin-right: 30px;
}

.inquiry ul{
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 12px;
}

.label{ 
    width: 145px;
    float: left;
    color: #666666;
    font-family: 'segoe_uiregular';
    font-size: 15px;
}

.inputField{
    width: 270px;
    float: left;
    position: relative;
}

.txtField{
    width: 270px;
    border: none;
    height: 28px;
    font-family: 'segoe_uiregular';
    font-style: 15px;
}

.txtFieldF{
    width: 270px;
    border: none;
    height: 28px;
}

.txtareaField{
    width: 270px;
    border: none;
    height: 135px;
}


.frmInq li{
    margin-bottom: 10px;
    overflow: hidden;
}

.gall ul li img{
    margin-right: 15px;
}

.contactPlace{
    width: 400px;
    float: left;   
}

/*footer*/

.footer{
    width: 1280px;
    height: 150px;
    background-color: #333333;   
}

.amBoxf{
    width: 902px;
    margin: 0px auto;
    padding-top: 0px;
}


.f1{
    float: left;
    width: 350px;
}

.f2{
    float: left;
    width: 460px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
