﻿/*Custom styling*/
body {
    background: #231F20 url(../images/body-bg.png);
    background-repeat: repeat;
    margin: 0 auto;
    padding: 0;
    color: #7D7D7D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

h1, h2, h3, h4, h5 {
    font-family: 'districtregular', 'arial';
    color: #000;
}

.text-center {
    text-align: center;
}

h1 {
    font-size: 40px;
    font-weight: lighter;
    text-align: center;
    line-height: 60px;
}

.post-tag {
    background: rgba(255,255,255,0.2);
    width: auto;
    left: 0;
    top: 0;
    line-height: 12px;
    padding: 6px;
    float: left;
    margin-right: 10px;
}

.post-tag-dark {
    background: rgba(0,0,5,0.9);
    width: auto;
    left: 0;
    top: 0;
    line-height: 12px;
    padding: 6px;
    float: left;
    margin-right: 10px;
}

.white {
    color: #fff;
}

.menustrip span {
    text-align: center;
}


img.full-image {
    width: 100%;
    height: auto;
    margin: 0;
}

img.portfolio-image {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0;
}

img.gal-image {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0;
}

img.news-image {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0;
}

img.main-logo {
    width: 100%;
    max-width: 205px;
    max-height: 100px;
    height: auto;
}

.content95 {
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
}

.CContent {
    width: 80%;
    margin: 0 auto;
}

.menu {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 12px;
    padding-bottom: 0px;
    text-align: center;
    color: #FFFFFF;
}


.menustrip {
    background: rgba(191,30,46,0.9);
    width: 77%;
    /*background-color: #231F20;*/
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 12px;
    border-radius: 5px;
    position: absolute;
}

    .menustrip span {
        text-align: center;
    }

.headerinfo {
    float: right;
    margin-top: 65px;
    margin-right: 100px;
}

.st_sharethis_custom {
    background: url("images/share_icon.jpg") no-repeat scroll left top transparent;
    padding: 0px 16px 0 0;
    background-repeat: no-repeat;
    width: 50px;
    position: absolute;
    right: -5px;
    top: 60px;
}

hr.light {
    background-color: #ebebeb;
    margin: 20px 0px 20px 0px;
    height: 1px;
}

.line {
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    margin: 30px 0px 50px 0px;
    float: left;
}

.page-content-nopadding {
    padding-top: 10px;
    background-color: #FFF;
}

.page-content-dark {
    padding: 10px;
    background-color: #454545;
}

    .page-content-dark h1, .page-content-dark h3 {
        color: #FFF;
    }

.CContent {
    width: 80%;
    margin: 0 auto;
}

.PContent {
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    background: #000;
    padding: 15px;
}

.GContent {
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    background: #000;
    padding: 15px;
}


.NContent {
    width: auto;
    max-width: 600px;
    max-height: 600px;
    overflow: auto;
    margin: 0 auto;
    background: #000;
    padding: 15px;
}

.productImage {
    border-radius: 5px;
}

.progress {
    position: fixed !important;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    text-align: center;
    z-index: 1005;
    /*background-color: rgba(255,255,255,0.6);
    border-radius: 5px;
    -moz-border-radius: 5px;*/
}

.icon img {
    alignment-adjust: central;
    padding-left: 20px;
    padding-bottom: 3px;
}

#modalcontent {
    width: 100%;
    max-width: 850px;
    height: auto;
    padding-bottom: 10px;
}

    #modalcontent .icon {
        margin: 5px;
        width: 50px;
    }

    #modalcontent p {
        font-size: 13px;
        font-weight: normal;
        line-height: 22px;
        color: #FFF;
        width: 100%;
        float: left;
        margin: 19px 0;
    }


#portfoliomodalcontent {
    width: auto;
    height: auto;
}

    #portfoliomodalcontent .icon {
        margin: 5px;
        width: 50px;
    }

    #portfoliomodalcontent p {
        font-size: 13px;
        font-weight: normal;
        line-height: 22px;
        color: #FFF;
        width: 100%;
        float: left;
        margin: 19px 0;
    }

#newsmodalcontent {
    width: auto;
    height: auto;
}

    #newsmodalcontent .icon {
        margin: 5px;
        width: 50px;
    }

    #newsmodalcontent p {
        font-size: 13px;
        font-weight: normal;
        line-height: 22px;
        color: #FFF;
        width: 100%;
        float: left;
        margin: 19px 0;
    }

    #galmodalcontent {
    width: auto;
    height: auto;
}

    #galmodalcontent .icon {
        margin: 5px;
        width: 50px;
    }

    #galmodalcontent p {
        font-size: 13px;
        font-weight: normal;
        line-height: 22px;
        color: #FFF;
        width: 100%;
        float: left;
        margin: 19px 0;
    }

.close {
    background: url("../images/close.png") no-repeat scroll center center #fff;
    cursor: pointer;
    height: 20px;
    text-indent: -99999em;
    right: 25%;
    top: 15px;
    position: absolute;
    transition: background 0.3s ease-in-out 0s;
    width: 20px;
    z-index: 1010;
}

input.textboxSub {
    width: 90%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    background-color: #f1f1f1;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 2%;
    color: #7F7F7F;
    transition: background 0.3s ease-in-out 0s;
}

    input.textboxSub:focus {
        background: none repeat scroll 0 0 #e4e4e4;
        outline: 0 none;
    }

input.textboxSub {
    margin-right: 5%;
}


textarea.textboxSub {
    font-family: Arial, Helvetica, sans-serif;
    width: 90%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    background-color: #f1f1f1;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 2%;
    color: #7F7F7F;
    transition: background 0.3s ease-in-out 0s;
}

    textarea.textboxSub:focus {
        background: none repeat scroll 0 0 #e4e4e4;
        outline: 0 none;
    }

textarea.textboxSub {
    margin-right: 5%;
}

select.textboxSub {
    width: 94%;
    padding-left: 1%;
    padding-right: 2%;
    padding-top: 4px;
    padding-bottom: 4px;
    float: left;
    background-color: #f1f1f1;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 2%;
    color: #7F7F7F;
    transition: background 0.3s ease-in-out 0s;
}

    select.textboxSub:focus {
        background: none repeat scroll 0 0 #e4e4e4;
        outline: 0 none;
    }

select.textboxSub {
    margin-right: 5%;
}

.red {
    color: #BE1E2D;
}



/* ------------------------------------------------------------------------------- */
/*  Media Queries
/* ------------------------------------------------------------------------------- */


@media only screen and (min-width: 1940px) and (max-width: 2560px) {
    .menustrip {
        top: 115px;
    }
}



@media only screen and (min-width: 1680px) and (max-width: 1900px) {
    .menustrip {
        top: 115px;
    }
}


@media only screen and (min-width: 1280px) and (max-width: 1679px) {
    .menustrip {
        top: 115px;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .menustrip {
        top: 115px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  
    .menustrip {
        top: 170px;
    }

    .st_sharethis_custom {
        background: url("images/share_icon.jpg") no-repeat scroll left top transparent;
        padding: 0px 16px 0 0;
        background-repeat: no-repeat;
        width: 50px;
        position: absolute;
        right: -5px;
        top: -25px;
    }

    

    .headerinfo {
        float: left;
        margin-top: 5px;
        margin-right: 5px;
    }

    img.main-logo {
        width: 100%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {

   

    #modal {
        visibility: hidden;
        width: 100%;
        height: 150px;
        padding: 8px;
        position: fixed !important;
        top: 10% !important;
        left: 20% !important;
        margin-top: -60px !important;
        margin-left: -50px !important;
        /*margin-left: auto;*/
        z-index: 1001;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    #about-us .nav {
        overflow: hidden;
        margin-left: 5px;
    }

    .CContent {
        width: 100%;
        margin: 0 auto;
    }

    .menu {
        padding-right: 2px;
        padding-left: 2px;
        padding-top: 2px;
        padding-bottom: 0px;
        text-align: center;
        color: #FFFFFF;
        font-size: 11px;
    }

    .menustrip {
        top: 170px;
    }

    .st_sharethis_custom {
        background: url("images/share_icon.jpg") no-repeat scroll left top transparent;
        padding: 0px 16px 0 0;
        background-repeat: no-repeat;
        width: 50px;
        position: absolute;
        right: -5px;
        top: -25px;
    }

    img.main-logo {
        width: 100%;
    }

 
    .headerinfo {
        float: left;
        margin-top: 5px;
        margin-right: 5px;
    }

    #banner {
        position: relative;
        top: 100px;
    }
}


@media only screen and (min-height: 651px) and (max-height: 850px) {




    img.main-logo {
        width: 100%;
    }
}


@media only screen and (min-height: 301px) and (max-height: 650px) {


    img.main-logo {
        width: 100%;
    }
}


@media only screen and (min-height: 50px) and (max-height: 300px) {
}
