body{
    padding:0;
    margin:0;
    background: #000000;
    color: #ffffff;
    display:block;
    font-size:16px;
}

html, body {
    height: 100%;
    width: 100%;
    /*font-family:'open-sans-regular',Arial, Helvetica, sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

@media only screen and (min-width:768px){
    .navbar-form{padding:0px;}
}

.home .header{
    background:#000000;
    border-bottom:solid 1px #ffffff;
}

.header{
    background:#245787;
}

@media only screen and (max-width:991px){

    .header .pull-right{
        float:none !important;
        display:block;
    }

    .header .pull-left{
        float:none !important;
        display:block;
    }

}

@media only screen and (max-width:767px){
    .navbar-form{
        padding-bottom:0px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px){
    .navbar-form .form-control {
        width: 480px;
    }
}

@media only screen and (max-width:767px){
    .search .btn{
        display:block;
    }
}

.search{
    padding:0px 0px 0px 0px;
    position:absolute;
    bottom:0px;
    right:0px;
}

@media only screen and (max-width:991px){
    .search{
        position:relative;
    }

}
.search .text-right{
    padding:10px 0px 0px 0px;
}

.search .text-right a{
    color:#ffffff;
}

.search .form-control{
    width:170px;
    font-size:11px;
    font-weight:bold;
    background:#b3b3b3;
    color:#000000;
}

.search .btn-transparent{
    position:absolute;
    top:0px;
    right:0px;
    color:#000000;
}

.navbar{
    margin-bottom: 0px;
}

.navbar-default{
    background:transparent;
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-brand{
    width:136px;
    height:132px;
    background : url('../images/logo-blue.png') no-repeat;
    background-position: center;
}

.home .navbar-brand{
    background: url('../images/logo-brown.png') no-repeat;
    background-position: center;
}

/*** SUPERFISH MENU ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}

.sf-menu {
    float: left;
    margin-bottom: 0px;
    position:absolute;
    left:121px;
    bottom:0px;

}
.sf-menu ul {
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    border:solid 1px #efefef;
}
.sf-menu a {
    border:none;
    padding: 1em 0.6em;
    text-decoration: none;
    zoom: 1; /* IE7 */
    font-size:16px;
}

@media only screen and (max-width:1199px){
    .sf-menu a {
        font-size:13px;
    }
}

.sf-menu ul a {
    border:none;
    padding: 0.5em 0.5em;
    text-decoration: none;
    zoom: 1; /* IE7 */
}
.sf-menu a {
    color:#f5a719;
}

.sf-menu .active a {
    color:#ffffff;
}
.sf-menu li {
    background: transparent;
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
}

.sf-menu >li >a {

}

.sf-menu > li >a i{
    position:absolute;
    left:50%;
    top:15px;
    font-size:30px;
    width:40px;
    text-align:center;
    margin-left:-20px;
}

.sf-menu ul li {
    background: #ffffff;
}

.sf-menu ul li {
    border-bottom:dotted 2px #efefef;
}

.sf-menu ul ul li {
    background: #ffffff;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li.active{
    background: #f5a719;
    color:#ffffff;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a
.sf-menu li.active a{
    color:#ffffff;
}

.sf-menu li:hover ul a,
.sf-menu li.sfHover ul a,
.sf-menu li.active ul a{
    color:#000000;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after,
.sf-arrows .sf-with-ul .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: 0px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #f5a719; /* edit this to suit design (no rgba in IE8) */
    border-top-color: #f5a719;
}

@media only screen and (max-width:991px){
    .sf-arrows .sf-with-ul:after,
    .sf-arrows .sf-with-ul .sf-with-ul:after {
        border-top-color: #ffffff;
    }
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #ffffff; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

.sf-arrows ul li  .sf-with-ul:after,
.sf-arrows ul li .sf-with-ul:after,
.sf-arrows ul .sf-with-ul:after {
    border-left-color: #94d002;
}

/*tgmenu style*/
.tg-menu, .tg-menu ul{
    list-style:none;
    padding:0px;
    margin:0px;
}

.tg-menu li{}
.tg-menu >li > a{
    background:#616161;
    display:block;
    padding:10px 10px 10px 10px;
    text-decoration:none;
    color:#ffffff;
    font-size:1.2em;
    text-transform:uppercase;
    margin:2px 0px 2px 0px;
    position:relative;
}

.tg-menu i{
    display:none;
}

.tg-menu ul{
    display:none;
    padding:0px;
    margin:0px;
}

.tg-menu ul li a,
.tg-menu .navbar .navbar-nav>li>a{
    background:#757575;
    display:block;
    position:relative;
    padding:8px 3px 8px 20px;
    text-decoration:none;
    color:#ffffff;
    font-size:0.938em;
    text-transform:none;
    margin:2px 0px 2px 0px;
}

.tg-menu ul ul li a{
    padding:8px 3px 8px 40px;
    background:#757575;
}

.tg-menu ul ul ul li a{
    padding:8px 3px 8px 60px;
    background:#757575;
}

.tg-menu.sf-arrows ul .sf-with-ul:after,
.tg-menu.sf-arrows ul li:hover .sf-with-ul:after,
.tg-menu.sf-arrows ul .sfHover .sf-with-ul:after {

    margin-top: 0px;
    margin-right: 5px;
    border-color: transparent;
    border-top-color: #ffffff;
    border-top-color: rgba(255,255,255,.5);
}

.tg-menu.sf-arrows .sf-with-ul:after, .tg-menu.sf-arrows .sf-with-ul .tg-menu.sf-with-ul:after{
    top:auto;
}

/*tgmenu bootstrap hack*/
@media only screen and (min-width:768px) and (max-width:991px){
    .navbar-collapse.collapse {
        overflow: hidden !important;
    }

    .navbar-collapse.in {
        overflow-y: auto !important;
    }
}

@media only screen and (max-width:991px){
    .main-container .main.pull-right{
        float:none !important;
    }
}

.home .main{
    background:url(../images/page-bg-1.jpg) center -300px no-repeat;
    /*background-size:cover;*/
}

@media only screen and (max-width:991px){
    .home .main{
        background-position: center 0px;
    }
}

.main{
    /*background:url(../images/page-bg-2.jpg) no-repeat;*/
    background-color: #B1D1EA;
    /*background-size:cover;*/
}

.main-container .container,
.footer-container .container{
    background:url(../images/transparent.png);
    color:#000000;
}
.main-container .container{
    min-height:800px;
}

.home .main-container .container,
.home .footer-container .container{
    background:transparent;
    color:#ffffff;
}

.home .menu_body_class{
    padding-top:40px;
    padding-bottom:40px;
    border-top:none;
    border-bottom:none;
}

@media only screen and (max-width:991px){
    .home .menu_body_class{
        padding-top:50px;
    }
}

.home .menu_body_class .sub,
.home .menu_body_class .lead,
.home .menu_body_class .line{
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 1);
}

.menu_body_title{
    font-family:'open-sans-bold', Arial,Helvetica,sans-serif;
    font-size:26px;
    color:#f5a714;
    border-left:solid 2px #000000;
    padding:5px;
}



.menu_body_class{
    padding: 0 50px;
}

.box{
    background:url('../images/transparent.png');
    padding:10px;
    padding-top: 20px;
    color:#000000;
    font-size:12px;
}

.box img.img-responsive{
    margin:10px auto 10px auto;
}

.box_body_title{
    font-size:14px;
    font-family:'open-sans-bold',Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-align:center;
    color:#f5a714;
    margin:10px 0px 10px 0px;
    height: 40px;
}

.home-boxes{
    padding:0px 0px 0px 0px;
    margin-top:65px;
    margin-bottom:50px;
}

.home-boxes .box{
    margin:50px 10px 5px 10px;
    position:relative;
    height:415px;
}


@media only screen and (min-width:768px){

    .home-boxes .box .btn{
        position:absolute;
        bottom:15px;
        left:50%;
        margin-left:-50px;
    }
}
@media only screen and (max-width:1199px){
    .home-boxes .box{
	height:435px;
    }
}
@media only screen and (max-width:991px){
    .home-boxes .box{
	height:415px;
    }
}
@media only screen and (max-width:767px){
    .home-boxes .box{
	height:415px;
    }
}


.home-boxes .box:before{
    content:'';
    position:absolute;
    width:56px;
    height:56px;
    top:-25px;
    left:50%;
    margin-left:-25px;
}

.home-boxes .box-1:before{
    background:url('../images/box-1.png') no-repeat;
}

.home-boxes .box-2:before{
    background:url('../images/box-2.png') no-repeat;
}

.home-boxes .box-3:before{
    background:url('../images/box-3.png') no-repeat;
}

.home-boxes .box-4:before{
    background:url('../images/box-4.png') no-repeat;
}

.footer-container{
    position:relative;
}

.footer-container .row{
    padding:20px 0px 20px 0px;
}


/*copyright*/
.footer-copyright{
    padding:5px;
    font-size:12px;
}

.footer-copyright a{
    color:#bce8f1;
}

.footer-copyright .row{
    margin-left:0px;
    margin-right:0px;
}


/*flexslider hack*/
.flex-control-paging li a,
.flex-control-paging li a:hover{
    background:#ffffff;
}

.flex-direction-nav a{
    width:80px;
    height:80px;
    background:#ffffff;
    border:solid 1px #97948e;
    margin-top:-80px;
}

@media only screen and (max-width:500px){
    .flex-direction-nav a{
        top:10px;
        margin-top:0px;
    }
}

.flex-control-paging li a.flex-active{
    background:#959595;
}

.flex-direction-nav a:before{
    font-size:30px;
    background:#ffffff;
    width:80px;
    height:80px;
    text-align:center;
    padding-top:18px;
}

.flexslider .description h1{
    color:#f5a714;
    font-size:25px;
    border-bottom:solid 2px #f5a714;
    display:inline-block;
}

.flexslider .description,
.flexslider .property{
    padding:20px;

}

.flexslider .property h1{
    color:#696967;
    font-size:18px;
    border-bottom:solid 2px #696967;
    display:inline-block;
}

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

.breadcrumb{ margin:10px 0px; }
.flexslider .slides img{
    max-height:560px;
}

.required-star{
    color:#F5A719;
}
.flexslider .description, .flexslider .property{
    padding:10px 20px;
}
.flexslider .description h1{
    margin:5px 0px;
    font-size:14px;
}
.flexslider .description h2{
    margin:5px 0px;
    color: #696967;
    border-bottom: solid 2px #696967;
    display: inline-block;
    font-size:14px;
}
.flexslider .description div{
    font-size:10px;
}
.cart-item-count{
    position:absolute;
    top:-7px;
    right:0%;
    background:#f5a719;
    color:#ffffff;
    border-radius:50%;
    width:15px;
    height:15px;
    line-height:15px;
    text-align:center;
    font-size:12px;
}
.navbar-form .form-group{
    margin-bottom:12px;
}

.parallax-window{
    min-height: 400px;
    background: transparent;
    height: 400px;
    width: 100%;
}


@media (max-width: 767px){
    .flexslider{
        height: 282px;
    }
}

@media (min-width: 768px){
    .flexslider{
        height: 421px;
    }
}

@media (min-width: 992px){
    .flexslider{
        height: 527px;
    }
}

@media (min-width: 1200px){
    .flexslider{
        height: 623px;
    }
}
