

/* Timer */

.timer_container
{
    height: 90px;
    font-variant: small-caps;
    font-size: 12px;
    vertical-align: middle;
    background-color: #000;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 3px;
    text-align: center;
}

#timer
{
    margin: auto 0px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 15px;
    text-align: center;
}

.date
{
    display: inline-block;
    font-size: 13px;
    color: #fff;
    border-right: 0px solid #fff;
    padding-right: 6px;
    margin-left: 3px;
}

/* Put your custom styles here */

/*** ---- Menu ---- */

.main-nav
{
    background-color: #fff !important;
    box-shadow: 10px 10px 15px #333;
}

#header-1 .main-nav .navbar-nav > li a
{
    color: #333;
}

.nav.navbar-nav li a:hover
{
    color: #39c !important;
}

.navbar-toggle
{
    border: 1px solid #033;
    background-color: #033 !important;
}

.navbar-collapse
{
    background-color: #fff !important;
}

.col-md-4 li
{
    list-style: disc !important;
}

.btn.btn-outline.outline-light
{
    height: 40px;
    padding-bottom: 23px;
    background-color: transparent;
}

.btn.btn-outline.outline-light:hover
{
    color: #39c;
    background-color: transparent;
}

div.icon .fa, .fa, .col-xs-2 .fa
{
    color: #034472 !important;
}

div.icon
{
    background-color: #000 !important;
}

#content-2-1
{
    background-color: #2c3e50 !important;
}

#content-2-1 p
{
    font-size: 16px;
    color: #fff !important;
}

.promo-2
{
    background: url('../images/typewriter-bg.jpg') no-repeat top center fixed;
}

/* ---- Header --- */

.promo-3
{
    background-color: #4d5154 !important;
    background-image: url('../images/header_bg.png');
    background-repeat: repeat;
    background-size: contain;
    background-position: center center;
    background-attachment: scroll;
}

container.logo_outline
{
    border: 0px solid #f00;
    display: block;
    padding-bottom: 0;
    margin-bottom: -100 !important;
    margin: 0px !important;
}

/* ---- //Header --- */

/* --- Slider ---*/

.carousel-caption
{
    display: none;
}

/* ---- events ---- */

.content-block.pricing-table-1.pricing-table-1-1, .content-1-9.content-block.events
{
    background-image: url('../images/bg_photo11.jpg');
    background-attachment: fixed;
}

/* ---- Gallery --- */

.content-block.gallery-1
{
    background: #fff !important;
}

/* ---- //Gallery --- */

/* ---- 1st blocks in between --- */

.content-block.content-2-6.bg-deepocean
{
    background-color: #2c3e50 !important;
}

.container.text-center a
{
    color: #507e86;
}

.container.text-center a:hover
{
    color: #e39e92;
}

/* ---- //blocks in between --- */

#content1 .panel-body ul li
{
    border-bottom: 1px solid #ccc;
}

#content2 .panel-body ul li
{
    border-bottom: 1px solid #ccc;
}

@media (max-width:320px)
{
    .main-nav
    {
        background-color: #000;
    }
    #promo-3 img.bslogo
    {
        border: 0px solid #f00;
        clear: right;
        outline-width: 100%;
        width: 100%;
    }
}

@media (min-width:320px)
{
    #promo-3 img.bslogo
    {
        border: 0px solid #f00;
        clear: right;
        outline-width: 100%;
        width: 100%;
        margin-bottom: 0;
    }
    .nav.navbar-nav a
    {
        color: #fff;
    }
}

@media (min-width:1200px)
{
    #promo-3 img.bslogo
    {
        border: 0px solid #f00;
        clear: right;
        outline-width: 100%;
        width: 500px;
    }
    .nav.navbar-nav a
    {
        color: #fff;
    }
}

#promo-3 a.btn-outline
{
    clear: both;
    outline-width: 100%;
    color: #fff !important;
}

#promo-3 h1
{
    color: #fff;
}

.col-md-4.price-block .price .amount
{
    font-size: 80px;
    color: #f00;
}

