.container{
    max-width: 1000px !important;
    width: 100% !important;
}
.row.row-offcanvas.row-offcanvas-right.home{
	padding: 15px;
}
.home .col-md-4 .panel-heading{    
    font-size: 14px;
    font-family: "century gothic";
    background: #f5f5f5;
    color: #FFF !important;
}

.home .col-md-4 .panel-body .img-wrapper:hover{
	width: 100% !important;
    height: auto !important;
    transition: all 0.6s ease !important;
}

.gallery .col-xs-6.col-md-3 .panel-heading{    
    font-size: 14px;
    font-family: "century gothic";
    background: #337ab7;
    color: #FFF;
}

.download .col-sm-6.col-md-4 .panel-heading{    
    font-size: 14px;
    font-family: "century gothic";
    background: #060;
    color: #FFF;
}

.contact .col-md-6 .panel-heading{

    font-size: 14px;
    font-family: "century gothic";
    background: #000;
    color: #FFF;
}

.contact p.line{

    line-height: 10px;
    font-weight: 700;
    text-align: center;

}

nav.navbar.navbar-default.pipe{
    border-bottom: 1px solid #369932;
    background: #000; /* For browsers that do not support gradients */
    

}
ul.nav.navbar-nav.navbar-right.pipe{
    background: #379933;
}
.nav.navbar-nav.navbar-right.pipe li a{
    color: #FFF !important;
    margin-right:;
    text-transform: uppercase;
    /*border-left: 1px solid;*/
}
.nav.navbar-nav.navbar-right.pipe li:hover{
    color: #A1F826 !important;
    background: #0B18D9 !important;

}
    
.mobile{
    display: none !important;
}

#SliderName_1 img{
        /*width: 700px;*/
        height: 330px;
        border-radius: 5px;
        }
    #SliderName_1 p{
        color: #FFF;
        padding-left: 20px;
        background: #000;
        /*width: 620px;*/
        margin-right: 60px;
        margin-left: 20px;
        padding: 15px;
        border-radius: 5px;
        opacity: 0.7;
        margin-top:150px;
        }
    #SliderName_1 p span{
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: bold;
        display: block;
        font-family: "Trebuchet MS";
        text-transform: uppercase;
        float: left;
        margin-right: 10px;
        }
    #SliderNameNavigation_1{
        display: none;
        }

@media (max-width:992px){

    div#sidebar{display: none !important;}
    p.pull-right.visible-xs{display: none !important;}
    .col-sm-9{width: 100% !important;}
    
}

@media (max-width:500px){

   
    .desktop{display: none !important;}
    .mobile{display: block !important;}
}