 a {    outline: none !important;
}
body {
    background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.home-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.about-img{
    width: 620px;margin-top: 22px;float: right; display: block;  
}
.home-list ul li {

    background-size: 35px;
    background-position: 0 5px;
    background-repeat: no-repeat;
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 51px;
}
.services-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.services-list ul li{
    font-size: 17px;
    /*font-weight: bold;*/
    line-height: 32px;
    padding-left: 10px;
    padding-bottom: 10px;
    list-style: disc;
}
.services-list ul li ul li{
    font-size: 17px;
    /*font-weight: bold;*/
    line-height: 32px;
    padding-left: 10px;
    margin-left: 30px;
    list-style: disc;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #fff;
}

hr {
    border-color: #C8C8C8;
    /*  max-width: 400px;*/
}

.brand,
.address-bar {
    display: none;
}


.navbar-brand {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}

.navbar-nav {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

.img-full {
    min-width: 100%;
}

.brand-name {
    font-weight: 700;
    font-size: 1.5em;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #DAC769;
}

.tagline-divider {
    margin: 15px auto 3px;
    border-color: #999999;
    max-width: 250px;
}

.box {
    /* background: #fff;
     background: rgba(255,255,255,0.9);*/
    background-image: url("../img/white-bg.png");
    background-repeat: repeat;
    margin-bottom: 20px;
    padding: 30px 15px;
}

.intro-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25em;
    font-weight: 400;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
    color: #000;

}

footer p {
    margin: 15px;font-size: 17px; color: #000;

}
footer .social {margin: 15px;width: 210px;text-align: center;
                margin: 15px;}
footer h3{
    border-bottom: 1px solid;
}
div#page {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    padding: 1em;
    display: none;height: 51px;
}

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

    .about-img{
        display: none;
    }
}
@media screen and (min-width: 768px) {

    .brand {
        display: inherit;
        font-weight: 700;
        font-size: 5em;
        line-height: normal;
        text-align: center;
        margin: 0;
        padding: 30px 0 10px;
        color: #DAC769;
        text-shadow: -1px 0 #C1C0C0, 0 2px #C1C0C0, 1px 0 #C1C0C0, 0 -1px #C1C0C0;

    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        text-align: center;
        margin: 0;
        padding: 0 0 40px;
        font-size: 1.25em;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 400;
        color: #F0A2A9;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
    }

    .nav>li>a {
        padding: 16px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        font-size: 1.25em;
    }

    .muted {
        color: #999999;
    }
}
.btn-custom-lighten.active {
    color: rgba(255, 255, 255, 0.75);
}
.btn-custom-lighten {
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0096e0;
    background-image: -moz-linear-gradient(top, #0088cc, #00aaff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#00aaff));
    background-image: -webkit-linear-gradient(top, #0088cc, #00aaff);
    background-image: -o-linear-gradient(top, #0088cc, #00aaff);
    background-image: linear-gradient(to bottom, #0088cc, #00aaff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff00aaff', GradientType=0);
    border-color: #00aaff #00aaff #0077b3;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #00aaff;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-custom-lighten:hover,
.btn-custom-lighten:focus,
.btn-custom-lighten:active,
.btn-custom-lighten.active,
.btn-custom-lighten.disabled,
.btn-custom-lighten[disabled] {
    color: #ffffff;
    background-color: #00aaff;
    *background-color: #0099e6;
}
.btn-custom-lighten:active,
.btn-custom-lighten.active {
    background-color: #0088cc ;
}
/* SOCIAL START */

.twitter-hover {
    background-image: url("../images/social/twitter-hover.png");
}

.facebook-hover {
    background-image: url("../images/social/facebook-hover.png");
}
.youtube-hover {
    background-image: url("../images/social/youtube.png");
}
.social-slide {

    height: 48px;
    width: 48px;
    margin: 10px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.social-slide:hover {
    background-position: 0px -48px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
/* SOCIAL */
/*GALLERY PAGINATION STYLE*/
.gallery_zoom {
        background: url("../images/gallery_image_overlay.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: none;
        height: 222px;
        left: 5px;
        position: absolute;
        top: 5px;
        width: 245px;
    }
        .themes-list {
        padding: 55px 0 4px;
    }

    .theme-img {
        background: url("//cdn.elegantthemes.com/images/gallery_theme_image.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 227px;
        padding: 30px 0 0;
        position: relative;
    }
    .theme {
        float: left;
        margin: 11px 0 17px 9px;
        width: 255px;
    }
   
    .et_pt_portfolio_entry {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: none repeat scroll 0 0 #FFFFFF;
        border-color: #DADADA #DADADA #B7B7B7;
        border-image: none;
        border-style: solid;
        border-width: 1px;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        margin-bottom: 7px;
        padding: 5px;
        width: 100%;height: 261px;
    }
.themes-list h2{color:#fff;}