﻿/*
--------------------------------------
Designed by Cloud One Design
www.cloudonedesign.com
May 2015
------------------------------------*/

/*
--------------------------------------
Responsive Framework fixes
------------------------------------*/

.navbar-brand
{
    width: 139px;
    height: 105px;
    background-image: url('/images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
}

li.list-group-item a
{
    color: #50504e;
}

li.list-group-item.active
{
    background-color: #50504e;
    border-color: #50504e;
    color: #fff;
}

.breadcrumb
{
    margin-bottom: 10px;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb
{
    padding: 0 0 8px 0;
}

    .breadcrumb a
    {
        color: #878787;
        font-size: 0.9em;
    }

    .breadcrumb > .active
    {
        color: #bc995f;
        font-size: 0.9em;
    }

img
{
    max-width: 100%;
    height: auto;
}


.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right
{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 30px;
}

.carousel-control.left,
.carousel-control.right
{
    background-image: none;
}

.navbar
{
    border: 0;
    margin-top: 30px;
}

.nav > li > a
{
    padding: 5px 10px;
    text-transform: uppercase;
}

.navbar-collapse
{
    padding-right: 0;
    padding-left: 0;
}

.btn-primary
{
    background-color: #f5740d;
    border-color: #ff5e00;
}

    .btn-primary:hover
    {
        background-color: #ff5e00;
        border-color: #ea5701;
    }

.thumbnail
{
    margin-bottom: 20px;
}

    .thumbnail:hover
    {
        border-color: #f8d138;
        color: #fff;
    }

.carousel-inner .item img
{
    max-height: 750px;
}

.list-inline > li
{
    padding-left: 3px;
    padding-right: 3px;
}

.media
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav > li > a:focus, .nav > li > a:hover
{
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.nav > li > a.menu_active:focus, .nav > li > a.menu_active:hover
{
    color: #961D2E;
}

.navbar-toggle .icon-bar
{
    background-color: #fff;
}

.navbar-toggle
{
    border: 1px solid #fff;
}


#carousel-example-generic .banner
{
    min-height: 750px;
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
}

.navbar-nav > li hr
{
    display: none;
}

/*----- tab -------*/

.tab-content
{
    padding-top: 25px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
{
    color: #a81f27;
}

.tab-red > li > a:hover
{
    color: #fff;
}

.nav-tabs > li > a
{
    border: none;
}

/*----- tab -------*/

.rooms-thumbnail .caption
{
    margin-top: 30px;
}

.btn-primary
{
    background-color: #a81f27;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    display: block;
    border-radius: 0;
    font-family: 'GildaDisplay Regular';
    font-weight: bold;
    font-size: 18px;
}

    .btn-primary:hover
    {
        background-color: transparent;
        color: #a81f27;
        transition: all 0.5s;
    }

.col-half-offset
{
	margin-left: 4.166666667%;
}

@media (min-width: 768px)
{
    .navbar
    {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .navbar-nav
    {
        margin-top: 25px;
        margin-left: 40px;
    }

    .media-left a
    {
        display: inline-block;
        width: 130px;
    }

    .media-body, .media-left, .media-right
    {
        padding-left: 15px;
    }

    .carousel-caption
    {
        top: 150px;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .carousel-inner > .item img
    {
        min-height: 730px;
    }

    .carousel-inner > .item > .carousel-caption img
    {
        min-height: inherit;
    }

    .carousel-caption h1
    {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .carousel-caption hr
    {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .form-horizontal .control-label
    {
        text-align: left;
    }

    .navbar-nav > li.active hr
    {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        display: block;	/* disabled 1.20 2020 NS */
		display: none;
    }

    .navbar-nav
    {
        margin-left: 0;
    }
    /*--------- tab ----------*/

    .nav-tabs
    {
        background-color: #f7f7f7;
        padding-left: 20px;
    }

        .nav-tabs > li > a
        {
            padding: 15px 25px;
            border-radius: 0;
            color: #a81f27;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
        {
            border-left: none;
            border-right: none;
            border-top: 2px solid #a81f27;
        }

    /*--------- tab ----------*/


}

@media (max-width: 767px)
{
	.col-half-offset
	{
		margin-left: auto;
	}

    .navbar-brand
    {
        width: 210px;
        height: 50px;
        background-image: url('/images/logo-xs.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 15px;
    }

    .carousel-inner > .item
    {
        height: 170px;
        background-color: #5082ae;
    }

    #carousel-example-generic .banner
    {
        min-height: 400px;
        margin-bottom: 0px;
		background-position: center;
    }

    .carousel-caption
    {
        bottom: 70px;
    }
    /*----- tab ------*/
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
    {
        border-radius: inherit;
    }
    /*----- tab ------*/
    .navbar
    {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .navbar-nav
    {
        background-color: #333;
        opacity: 0.8;
        margin: 0;
        padding-bottom: 15px;
    }

        .nav > li > a
        {
            text-align: center;
            padding: 9px 10px;
        }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header
    {
        margin-left: -30px;
        margin-right: -30px;
    }
}
