body {
    border-top: 5px solid #f9b234;
    font-family: 'Montserrat','Open Sans','Source Sans Pro', sans-serif;
    font-size: small;
    font-weight: normal;
    color: #333333;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* home page styles */
/* carousel  */
.carousel {
    width: 100% !important;
    margin-top: -20px !important;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.fade-carousel {
    position: relative;
    height: 60vh;
}

    .fade-carousel .carousel-inner .item {
        height: 60vh;
    }

    .fade-carousel .carousel-indicators > li {
        margin: 0 2px;
        background-color: #f39c12;
        border-color: #f39c12;
        opacity: .7;
    }

        .fade-carousel .carousel-indicators > li.active {
            width: 10px;
            height: 10px;
            opacity: .3;
        }

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 70%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

    .hero h1 {
        font-size: 6em;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    /*background-color: #fff;*/
    opacity: .3;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6,
.fade-carousel .slides .slide-7,
.fade-carousel .slides .slide-8 {
    height: 60vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url('../slides/slide5.jpg');
}

.fade-carousel .slides .slide-2 {
    background-image: url('../slides/slide1.jpg');
}

.fade-carousel .slides .slide-3 {
    background-image: url('../slides/slide2.jpg');
}

.fade-carousel .slides .slide-4 {
    background-image: url('../slides/slide3.jpg');
}

.fade-carousel .slides .slide-5 {
    background-image: url('../slides/slide4.jpg');
}

.fade-carousel .slides .slide-6 {
    background-image: url('../slides/slide6.jpg');
}

.fade-carousel .slides .slide-7 {
    background-image: url('../slides/slide7.jpg');
}

.fade-carousel .slides .slide-8 {
    background-image: url('../slides/slide8.jpg');
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
}

/* hide the horizontal scroll if at all it excceds*/
#top-bar {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 50px;
    border-bottom: 0px solid #f9b234;
}

    #top-bar a {
        font-size: 42px;
        color: #50ae31;
        text-decoration: none;
        -moz-transition: color .5s ease;
        -o-transition: color .5s ease;
        -webkit-transition: color .5s ease;
        transition: color .5s ease;
    }

        #top-bar a:hover {
            color: #3d3a3a;
        }

    #top-bar h6 {
        font-weight: bold;
        font-size: medium;
    }

    #top-bar p {
        font-weight: normal;
        font-size: small;
        color: #999;
    }

    #top-bar .light-text {
        color: #999;
        text-decoration: none;
        -moz-transition: color .5s ease;
        -o-transition: color .5s ease;
        -webkit-transition: color .5s ease;
        transition: color .5s ease;
        font-size: small;
    }



.custom {
    height: 80px;
    padding: 16px;
    margin-top: 30px;
}

.text {
    margin-left: 60px;
    overflow: hidden;
    border-right: solid 1px #d8d8d8;
}

.last {
    border-right: 0px;
}

.cust-margin {
    margin-top: 4px;
    margin-bottom: 4px;
}

/* Custom container */
.container {
    margin: 0 auto;
}

    .container > hr {
        margin: 60px 0;
    }

.slide-container {
    width: auto;
    max-width: 100%;
    margin-top: -20px;
}

#spacer {
    background-color: whitesmoke;
    padding: 20px;
    /*border-bottom:1px solid #f07c03;*/
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

    #spacer h4 {
        color: #402584;
    }

    #spacer button {
        margin-top: -40px;
        position: relative;
    }

/* Navigation Menus */
/* Customize the navbar links to be fill the entire space of the .navbar */
#navmenu {
    width: 100% !important;
    max-width: 100% !important;
}

.navbar {
    font-family: 'Oswald', sans-serif !important;
    margin-top: -50px !important;
    position: relative;
    background-color: #f9b333;
    border: 0px;
    color: #3b4e55;
    width: 100%;
}

    .navbar a, .navbar a:link, .navbar a:visited {
        color: #f9b333;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

.navbar-brand {
    font-weight: 800;
    font-size: 24px;
}

.navbar-inverse a {
    color: #333 !important;
}

    .navbar-inverse a:hover {
        background: #333 !important;
    }

.navbar-nav a {
    font-weight: 400;
    font-size: 15px;
}

.dropdown-menu.inverse {
    background: #000;
}

    .dropdown-menu.inverse a {
        font-weight: 300;
        color: #ccc;
    }

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: relative;
    z-index: 15;
}

    .navbar-wrapper .container {
        position: relative;
        top: 20px;
        left: 0;
    }

.navbar-nav > li > .dropdown-menu {
    background-color: lightblue;
    color: #fff;
}

    .navbar-nav > li > .dropdown-menu a {
        color: #000;
    }

        .navbar-nav > li > .dropdown-menu a:hover {
            color: rgb(34, 194, 34) !important;
        }

ul.nav a {
    color: #000 !important;
}

    ul.nav a:hover {
        color: #fff !important;
    }

/* navigation ends here*/

.span4 h5 {
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .span4 h5 b {
        font-weight: 900;
    }

.span4 h4 {
    font-weight: bolder;
    color: #000;
    margin-top: -2px;
    font-size: 13px;
}

.span4 .row {
    margin: 10px;
}

.span4 p {
    color: #402584;
    padding-bottom: 10px;
    line-height: 22px;
    font-weight: normal;
}

.hrline {
    background-image: url('../images/hr.png');
    height: 2px;
    display: block;
}

.clients {
    padding: 15px;
    margin: 5px;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    font-weight: 900;
    background-color: white;
    text-align: center;
    margin-left: 30px;
}

    .clients a {
        text-decoration: none;
    }

        .clients a:hover {
            -moz-transition: background-color .5s ease-out;
            -o-transition: background-color .5s ease-out;
            -webkit-transition: background-color .5s ease-out;
            transition: background-color .5s ease-out;
        }

.footer {
    width: 100%;
    background-image: url('../images/slant_box_gray.png');
    background-repeat: repeat;
    /*min-height:50%!important;*/
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
}

/* for sub-pages*/
.title-container {
    /*margin-top: -62px;*/
    overflow: hidden;
    background-image: url('../images/slant_box.png');
    float: left;
    width: 100%;
    padding-top: 80px;
    -moz-text-align-last: center;
    -ms-text-align-last: center;
    text-align-last: center;
    height: 250px;
    font-weight: 900;
}

/* portfolio page */
.modal-dialog {
    width: 600px;
}

.thumbnail {
    margin-bottom: 6px;
}

/* navigation for all pages*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* side-bar menu for portfolio pages*/
.nav-side-menu {
    overflow: auto;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    position: relative;
    top: 0px;
    width: 200px;
    height: 100%;
    color: #e1ffff;
}

    .nav-side-menu .brand {
        background-color: #23282e;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #181c20;
            border: none;
            line-height: 28px;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #020203;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #2e353d;
        border-bottom: 1px solid #23282e;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #e1ffff;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

/*@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}*/



/* gallery page styles */

.panel-image img.panel-image-preview {
    width: 100%;
    border-radius: 4px 4px 0px 0px;
}

.panel-heading ~ .panel-image img.panel-image-preview {
    border-radius: 0px;
}

.panel-image ~ .panel-body, .panel-image.hide-panel-body ~ .panel-body {
    overflow: hidden;
}

.panel-image ~ .panel-footer a {
    padding: 0px 10px;
    font-size: 1.3em;
    color: rgb(100, 100, 100);
}

.panel-image.hide-panel-body ~ .panel-body {
    height: 0px;
    padding: 0px;
}

/* about us page styles */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board {
    width: 100%;
    margin: 60px auto;
    height: 100% !important;
    background: #fff;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

    .board .nav-tabs {
        position: relative;
        /* border-bottom: 0; */
        /* width: 80%; */
        margin: 40px auto;
        margin-bottom: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .board > div.board-inner {
        background: #fafafa;
        background-size: 30%;
    }

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tabs.one {
        color: rgb(34, 194, 34);
        border: 2px solid rgb(34, 194, 34);
    }

li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two {
    color: #febe29;
    border: 2px solid #febe29;
}

li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}

li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
}

.nav-tabs > li {
    width: 20%;
}
    /*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
    .nav-tabs > li:after {
        content: " ";
        position: absolute;
        left: 45%;
        opacity: 0;
        margin: 0 auto;
        bottom: 0px;
        border: 5px solid transparent;
        border-bottom-color: #ddd;
        -moz-transition: 0.1s ease-in-out;
        -o-transition: 0.1s ease-in-out;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
    }

    .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 45%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 10px solid transparent;
        border-bottom-color: #ddd;
    }

    .nav-tabs > li a {
        width: 70px;
        height: 70px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
    }

        .nav-tabs > li a:hover {
            background: transparent;
        }

.tab-content {
}

.tab-pane {
    position: relative;
    padding-top: 50px;
}

.tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green {
    background-color: #5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



/*@media( max-width : 585px ) {

    .board {
        width: 90%;
        height: auto !important;
    }

    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tab-content .head {
        font-size: 20px;
    }

    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding: 12px 20px;
    }
}*/

/* overlap two icons*/
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.icon-stack-1x {
    line-height: inherit;
}

.icon-stack-2x {
    font-size: 1.5em;
}

.icon-stack-3x {
    font-size: 2em;
}


/*Social Widget*/
.social ul.social_icons li {
    display: inline-block;
}

    .social ul.social_icons li a {
        width: 30px;
        height: 30px;
        font-size: 0px;
        background: url(http://i.imgur.com/MkUfchL.png) no-repeat;
        margin-top: 4px;
        display: block;
        -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 ul.social_icons li.facebook a:hover {
        background-position: 0 -33px;
    }

    .social ul.social_icons li.twitter a {
        background-position: -33px 0;
    }

        .social ul.social_icons li.twitter a:hover {
            background-position: -33px -33px;
        }

    .social ul.social_icons li.insta a {
        background-position: -66px 0;
    }

        .social ul.social_icons li.insta a:hover {
            background-position: -66px -33px;
        }

    .social ul.social_icons li.youtube a {
        background-position: -99px 0;
    }

        .social ul.social_icons li.youtube a:hover {
            background-position: -99px -33px;
        }

    .social ul.social_icons li.pin a {
        background-position: -132px 0;
    }

        .social ul.social_icons li.pin a:hover {
            background-position: -132px -33px;
        }

/* common styles */

a {
    color: #3b4e55;
    text-decoration: none;
}

    a:hover {
        color: #f9b234;
    }

h4 {
    color: #f9b234;
    font-weight: bold;
    font-family: 'Montserrat','Open Sans','Source Sans Pro', sans-serif;
}

.dark-gray {
    color: #3b4e55;
}

.yellow {
    color: #f9b234;
}

/*.about-menu {
    padding-left:200px;
}

.about-menu li{
    display:inline;
    text-align:center;
    padding:20px;
    font-weight:900;
    text-decoration:none;
}

.about-menu li a
{
    text-decoration:none;
}

.about-menu li a:hover
{
    color:orange;
}*/

* html .list-group-horizontal .list-group-item {
    display: inline-block;
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
}

.list-group-horizontal .list-group-item {
    display: inline-block;
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
    border: 0px;
    width: 20%;
}

    .list-group-horizontal .list-group-item:first-child {
        /*border-top-right-radius: 0;
        border-bottom-left-radius: 4px;*/
    }

    .list-group-horizontal .list-group-item:last-child {
        /*border-top-right-radius: 4px;
        border-bottom-left-radius: 0;*/
    }

/*portfolio styles*/

#portfolio {
    background-color: #fff;
    height: 100% !important;
    padding: 20px;
}

.productbox {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.producttitle {
    font-weight: bold;
    padding: 5px 0 5px 0;
}

.productprice {
    border-top: 1px solid #dadada;
    padding-top: 5px;
}

.pricetext {
    font-weight: bold;
    font-size: 1.4em;
}

.image-heading {
    padding: 10px;
    font-size: large;
    background: #3b4e55;
    color: #f9b234;
}

.image-heading-alt {
    padding: 10px;
    font-size: large;
    background-color: #f9b234;
    color: #3b4e55;
}

#content {
    background-color: white;
}

.sub-page-head {
    margin-top: -62px;
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
    width: 100% !important;
    padding-top: 60px;
    -moz-text-align-last: center;
    -ms-text-align-last: center;
    text-align-last: center;
    height: 170px;
    background-image: url('../images/about.jpg');
    background-repeat: no-repeat;
}

/* portfolio style page*/

/*----------------------
Product Card Styles 
----------------------*/
.panel.panel--styled {
    background: #F4F2F3;
}

.panelTop {
    padding: 30px;
}

.panelBottom {
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
}

.btn-add-to-cart {
    background: #FD5A5B;
    color: #fff;
}

.btn.btn-add-to-cart.focus, .btn.btn-add-to-cart:focus, .btn.btn-add-to-cart:hover {
    color: #fff;
    background: #FD7172;
    outline: none;
}

.btn-add-to-cart:active {
    background: #F9494B;
    outline: none;
}


span.itemPrice {
    font-size: 24px;
    color: #FA5B58;
}


/*----------------------
##star Rating Styles 
----------------------*/
.stars {
    padding-top: 10px;
    width: 100%;
    display: inline-block;
}

span.glyphicon {
    padding: 5px;
}

.glyphicon-star-empty {
    color: #9d9d9d;
}

.glyphicon-star-empty, .glyphicon-star {
    font-size: 18px;
}

.glyphicon-star {
    color: #FD4;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -webkit-transition: all .25s;
    transition: all .25s;
}

    .glyphicon-star:hover {
        -moz-transform: rotate(-15deg) scale(1.3);
        -ms-transform: rotate(-15deg) scale(1.3);
        -o-transform: rotate(-15deg) scale(1.3);
        -webkit-transform: rotate(-15deg) scale(1.3);
        transform: rotate(-15deg) scale(1.3);
    }

/* box style */
.box {
    padding: 10px;
    opacity: 0.5;
    background-color: #222;
    position: absolute;
    display: inline-block;
    z-index: 1;
}

.white {
    color: white;
}

.h1title {
    font-family: "Open Sans",sans-serif;
    font-weight: bolder;
    letter-spacing: 5px;
    font-size: 50px;
}

/* social icons */


/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007BB6;
}

.social-network a.icoInstagram:hover {
	background-color:#3F729B;
}

.social-network a.icoYelp:hover {
	background-color:#CB2027;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i,
.social-network a.icoInstagram:hover i, .social-network a.icoYelp:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-network a {
 background-color: #D3D3D3;   
}


/* over-ridding media queries */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    .h1title {
        font-family: "Open Sans",sans-serif;
        font-weight: bolder;
        letter-spacing: 5px;
        font-size: 20px !important;
    }
    .logos-mobile
    {
        text-align:center!important;
        margin:0 auto!important;
        padding:20px!important; 
        margin-top:70px!important;
        width:100%;
    }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}
