

/* Put your custom styles here */

#promo-3
{
    height: 543px;
    padding-bottom: 0px;
    padding-top: 125px;
    z-index: -10;
}

#content-3-7
{
    border-top: 1px solid #fff;
    padding: 20px 0;
}

#welcome_text p
{
    font-size: 20px;
    font-weight: 300;
}

#content-3-10 img
{
    margin-top: 33px;
    padding-left: 50px;
}

#button_1
{
    border: 1.5px solid #fff;
    background-color: #0a152f;
}

#content
{
    background-repeat: repeat-y;
    background-size: contain;
    margin-bottom: 30px;
    padding: 30px 20px 19px;
    width: 100%;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images_2/bg_content3.png');
}

#content img
{
    margin-top: 12px;
}

#content_text
{
    padding-left: 60px;
    padding-right: 60px;
}

#content_text h2
{
    font-size: 50px;
}

#footer h3
{
    font-size: 55px;
    font-weight: lighter;
    top: -25px;
}

@media screen and (min-width:992px) and (max-width:1199px)
{
    #promo-3
    {
        height: 427px;
        padding-top: 106px;
    }
    #footer
    {
        background-attachment: scroll;
    }
}

@media screen and (min-width:768px) and (max-width:991px)
{
    #promo-3
    {
        height: 378px;
    }
    #footer
    {
        background-attachment: scroll;
    }
}

@media screen and (min-width:480px) and (max-width:767px)
{
    #promo-3
    {
        height: 430px;
        padding-top: 114px;
        background-attachment: scroll;
    }
    #footer
    {
        background-attachment: scroll;
    }
}

@media screen and (min-width:414px) and (max-width:479px)
{
    #promo-3
    {
        height: 302px;
        padding-top: 120px;
        background-attachment: scroll;
    }
    #footer
    {
        background-attachment: scroll;
    }
}

@media screen and (min-width:375px) and (max-width:413px)
{
    #promo-3
    {
        height: 300px;
        background-attachment: scroll;
    }
    #footer
    {
        background-attachment: scroll;
    }
    #footer h3
    {
        font-size: 43px;
    }
}

@media screen and (min-width:300px) and (max-width:374px)
{
    #promo-3
    {
        height: 285px;
        margin-top: -12px;
        background-attachment: scroll;
    }
    #footer
    {
        background-attachment: scroll;
    }
}

.centre
{
    margin-left: auto;
    margin-right: auto;
}

.blue
{
    background-color: #0a152f;
}

.hr1
{
    border-top: 1px solid #fff;
}

#footer
{
    background-attachment: fixed;
    background-position: bottom;
}

#footer h2
{
    font-size: 38px;
    font-weight: 500;
}

#footer h3
{
    font-size: 44px;
    font-style: oblique;
}

#return
{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding-right: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width : 1024px)
{
    .promo-3:before
    {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url("../images_2/bg.jpg") no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

body
{
    background-image: url('../images_2/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#footer a
{
    color: #ffffff;
    font-style: oblique;
    font-weight: bold;
}

#footer a:hover
{
    color: #1791e3;
}

#footer-menu a
{
    text-decoration: none;
}

#footer p
{
    font-weight: 500;
}

#content-3-6 p
{
    color: #ffffff;
}

#product h2
{
    color: #ffffff;
}

#product h3
{
    color: #fdfdfd;
}

#item p
{
    padding-left: 20px;
    padding-right: 20px;
}

#item
{
    margin-top: 26px;
}

#product
{
    padding-bottom: 30px;
}

#nav_heading
{
    font-size: 27px;
    margin-top: 21px;
}

@media screen and (max-width:991px)
{
    #nav_heading
    {
        font-size: 20px;
        margin-top: 32px;
        margin-left: 10px;
    }
}

