/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color:#faf2e9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.pitem .row > div {
    margin-bottom: 10px;
}
.pitem >div >div >a >img {
	width:100%;
	height:auto;
}
p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}
.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.navbar-nav>.open>a,.nav .open>a
{
	background-color: transparent!important;
}
.form-name-field {
    color: #666;
    padding: 8px 8px 8px 33px!important;
    background: url(/img/Components/icon-user-01.png) no-repeat left center #fff;
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-email-field {
    color: #666;
    padding: 8px 8px 8px 33px!important;
    background: url(/img/Components/icon-email-01.png) no-repeat left center #fff;
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-button {
    margin: 2px 0 0;
    color: #fff;
    background: #20a64c;
    padding: 6px;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    text-shadow: none;
}
.half-width {
    width: 50%;
}
.float-right {
    float:right;
}
.brand,
.address-bar {
    display: none;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/spinner.gif') 
                50% 50% 
                no-repeat;
}

body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 50px 0;
}
.top-book {
        display: none;
    }
 #top_section {
 	background-size: 100% 100%;background-repeat: no-repeat;
 }
 .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.stick-icon {
	width:25px;
	height:25px;
}

.full_bg_img {
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 750px;
}
.nav>li>a {
        color: black!important;
    }
.navbar-header {
	background-color: #5ac4d4;
}

.navbar-brand {
    color: black!important;
}

.navbar-collapse
{
	background-color: #5ac4d4;
}
.navbar-toggle {
    border-color: black!important;
}
.navbar-toggle .icon-bar {
    background-color: black!important;
}
@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }
     #top_section {
 	background-size: 100% auto;background-repeat: no-repeat;
    background-position-y: 40%;
 }

    .top-divider {
        margin-top: 0;
    }
    .top-book {
        display: block;
    }

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

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        
        background: #5ac4d4;
    }

    .nav>li>a {
        padding: 20px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 15px;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
    .container {
    	width: 970px;
    }
}