@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500');
/* Body Section */
body {
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;

    color: #1C1A19; 
    background: url(http://www.hitthefloor.com/wp-content/uploads/2014/10/Grey-Texture.jpg) repeat 0 0;
}
a {
    color: #C05537;
}
a:hover , a:focus, a.active {
    color: #A53020;
    text-decoration: none;
}
li.active a {
    color: #B52925 !important;
    text-decoration: none;
    font-weight: bold;
}
#pb_91
{
    margin: 0px 13px;
}
.navbar li:hover, .navbar li.active {
    border-bottom: 2px solid #B52925;
}
#pb_92
{
    width: auto;
    height: 250px;
}
#pb_88
{
    margin: 0 auto;
    width: 500px;
}
#pb_93 {
    display: inline-block;
    float: right;
    padding-top: 4px;
}

/* HEADER */

#pos-hbottom{
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.67);
    border-bottom: 1px solid gainsboro;
    padding: 10px;
}
@media(max-width:768px){
    #pos-hbottom .generic-logo{
        text-align: center;
    }

    #pos-hbottom .generic-menu{
        text-align: left;
        vertical-align: middle;
        padding: 10px 0;
    }
}
.fancy {
    line-height: 0.5;
    text-align: center;
}
.fancy span {
    display: inline-block;
    position: relative;  
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    top: 0;
    width: 600px;
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}
#pos-cmiddle
{
    margin-top: 10px;
}
@media(min-width:767px){
    #pos-hbottom .generic-logo{
        float:left;
    }

    #pos-hbottom .generic-menu{
        float:right;
        vertical-align: middle;
    }
}
#pos-hmiddle{
    background-color: #B52925;
}
.social > li > a {
    color: white;
}
ul.social{
    padding-top: 5px !important;
}
/*Menu*/
#pb_74 ul.nav.menu-items {
    letter-spacing: -1px;
    font-size:  15px !important;
    text-transform: uppercase;
    margin-top: 27px;
}
@media(min-width:768px){
    #pb_74 .nav>li>a {
        padding: 5px 10px;
    }
}
@media(max-width:767px){
    #pb_74 .nav>li>a {
        padding: 15px 15px;
    }
}
#pb_74 .navbar {
    margin-bottom: 0px;
}

.nav>li.active {
    color: #B52925;   
    /*  padding: 30px 16px;*/
}
.nav>li>a:hover {
    text-decoration: none;
    color: #B52925 !important;
    background-color: transparent !important;
}

/*LOGO */
.img_logo{
    width: 200px;
}


/* Body  */
#pos-cmiddle .body-container{
    background-color: white; 
    padding: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #C05537;
    border-color: #C05537;
}
.btn-primary:hover{
    color: #fff;
    background-color: #A53020;
    border-color: #A53020;
}
.album-categories .image-caption {
    border: 4px solid #ECECEC;
}
.album-categories .photo-caption {
    background: #ECECEC;
}
#pb_87{
    float: right;
    display: inline-block;
    padding-top: 7px;
    color: white;
}
#pb_86{
    display: inline-block;
}

/*Footer Section */
#pos-fbottom{
    background-color: #B52925;
    margin-top: 10px;
    color: white;
    padding: 10px;
}
.navbar-toggle {
    border: 1px solid rgb(195, 94, 66);
}
.navbar-toggle .icon-bar {
    border: 1px solid #C35E42;
}
@media(max-width:499px){
    #content div.container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media(min-width:499px){
    .f-align-left span{
        float: left;
    }
    .f-align-right span{
        float: right;
    }
}

.poweredby{
    float:right;
    font-size: 0.9em !important;
}
@media(max-width:768px){
    #pb_73{
        float: left;
        padding-top: 4px;
    }
}
.eva-social-icon a span {
    font-size: 11px !important;
}
.contact-info .company-name {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.panel-default i {
    color: #C05537;
}
