html,
body {
    height: 100%;
}
a:hover{
    text-decoration: none;
}
.row{
    margin: 0px;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.list-view {
    overflow: hidden;
}

/* Menus */

ul.menu .active a {
    color: #fff;
    background: #428bca;
}

.container-fluid{
    padding: 0px 50px;
}
.contact{
    background: #fff;
    height: 52px;
}
.contact .phone{
    text-align: right;
    margin-top: 7px;
}
.contact .mail{
    text-align: right;
    margin-top: 7px;
    padding-right: 50px;
}
.contact .phone span {
    /**background: url(../images/phone.png) no-repeat left;**/
    background-size: 30px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-left: 45px;
    padding-bottom: 2px;
    color: #3e393b;
}
.contact .mail a {
	background: url(../images/mail.png) no-repeat left;
    background-size: 30px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 45px;
    padding-bottom: 2px;
    color: #3e393b;
    text-transform: uppercase;
}
.contact .lang .dropdown{
    margin-top: 11px;
}
.language-picker, .language-picker.dropdown-list ul, .language-picker.dropup-list ul{
    background: #2b2b2b !important;
    text-transform: uppercase;
    border: 0px;
    padding: 5px;   
}
.language-picker.dropdown-list ul, .language-picker.dropup-list ul{
    padding: 0px;
    margin-left: 5px;
    border-radius: 0px;
    width: 33px;
}
.language-picker a{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.dropdown-menu{
    min-width: 53px;
    background-color: #2b2b2b;
    margin: 0px 0 0;
}
.dropdown-menu > li > a{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 3px 12px;
}
.navbar{
    min-height: 75px;
    border-radius: 0px;
    background: #2b2b2b;
    margin-bottom: 0px;
    border: 0px;
}
.navbar-inverse .navbar-nav{
    margin-top: 13px;
}
.navbar-inverse .navbar-nav>li>a{
    color: #fefefe;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color: #e2e2e2;
}

.slider{
    background: #ddd;
    border-bottom: 10px solid #2b2b2b;
}
.slider .slide_image {
    height: 290px;
    position: relative;
}
.slider .slide_image img{
    height: 100%;
    width: 100%;
}
.products .item{
    text-align: center;
    margin-bottom: 30px;
}
.products h2 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
}
.products h3{
    font-family: 'bebas_neueregular';
    font-size: 28px;
    text-align: center;
    line-height: 26px;
    height: 39px;
}
.products h3 span{
    font-family: 'bebas_neuebook';
}
.products .image{
    display: inline-block;
}
.products span.code{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3e393b;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    display: block;
}
.products .more{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}
.products .more a{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #2b2b2b;
    border: 1px solid #2b2b2b;
    width: 180px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
}
.products .more a:hover{
    text-decoration: none;
}

footer{
    background: #2b2b2b;
    padding: 30px 0px;
}
footer .logo{
    float: left;
}
footer .links{
    overflow: hidden;
}
footer ul {
    float: right;
    list-style: none;
    overflow: hidden;
}
footer ul li {
    float: left;
    margin-right: 30px;
}
footer ul li a{
    color: #fefefe;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
footer ul li a:hover{
    text-decoration: none;
    color: #e2e2e2;
}
.f_contact {
    overflow: hidden;
    float: right;
    text-align: right;
    margin-top: 20px;
}
.f_contact span {
    background: url(../images/phone_white.png) no-repeat left;
    background-size: 28px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #b8b8b8;
    padding: 5px 0px;
    display: inline-block;
    margin-right: 70px;
    padding-left: 35px;
	display:none;
}
.f_contact a {
    background: url(../images/mail_white.png) no-repeat left;
    background-size: 28px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-bottom: 2px;
    color: #b8b8b8;
    display: inline-block;
    padding: 5px 0px;
    padding-left: 40px;
    margin-right: 30px;
    text-transform: uppercase;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    transition-property:         transform, opacity;
}

.portfolioFilter {
    text-align: center;
}
.portfolioFilter a {
    display: inline-block;
    margin: 0px 5px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #2b2b2b;
    text-transform: uppercase;
    border: 1px solid #c4c4c4;
    padding: 6px 12px;
}
.portfolioFilter a:hover{
    text-decoration: none;
    border: 1px solid #333;
}
.portfolioFilter a.current{
    text-decoration: none;
    border: 1px solid #333
}

.portfolioContainer  {
    margin-top: 40px;
}

.item_pop{
    position: absolute;
    z-index: 100;
    background: #fff;
    height: 840px;
    width: 710px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 50%;
    border: 5px solid #2b2b2b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(17,17,17,1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(17,17,17,1);
    box-shadow: 0px 0px 10px 2px rgba(17,17,17,1);
}
.item_pop h3{
    font-family: 'bebas_neuebook';
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    background: #2b2b2b;
    margin: 0px;
    color: #fff;
    padding: 8px 2px;
}
.item_pop h3 span{
    font-family: 'bebas_neuebook';
}
.item_pop .image{
    width: 700px;
    height: 700px;
    display: inline-block;
}
.item_pop .image img{
    float: none;
}
.item_pop .bottom{
    overflow: hidden;
}
.item_pop .bottom .col_1{
    float: none;
    margin-left: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px;
}
.item_pop .bottom .col_2{
    float: left;
    overflow: hidden;
}
.item_pop .bottom .col_2 p {
    float: left;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    margin-left: 40px;
    margin-right: 10px;
}
.item_pop .bottom .col_2 span{
    float: left;
    border: 0px solid #3e393b;
    height: 16px;
    width: 16px;
    display: block;
    border-radius: 50%;
    background: #d00000;
    margin-top: 4px;
    margin-left: 7px;
    box-shadow: 0px 0px 2px 0px rgba(17,17,17,1);
}
.item_pop .bottom .col_2 span.blue{
    background: #0037c2;
}
.item_pop .bottom .col_2 span.violet{
    background: #920090;
}
.item_pop .bottom .col_3{
    font-size: 20px;
    color: #9a1e26;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    float: right;
    margin-right: 40px;
}
.fade{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    top: 0px;
    z-index: 9;
}

.grid-view td img {
    width: 250px;
}
.carousel-indicators .active{
    background: #2B2B2B;
}
.carousel-indicators li{
    border:1px solid #2B2B2B;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.navbar-inverse .navbar-nav{
    margin-top: 0px;
}
.navbar-nav > li > a{
    padding-top: 28px;
    padding-bottom: 28px;

}
.list-view .summary{
    display: none;
}
/*MEDIA*/
@media (min-width: 768px){
    .contact .container-fluid{
        padding: 0px;
    }
    .language-picker{
        margin-left: 16px;
    }
    .carousel-indicators{
        bottom: 5px;
    }
}
@media (min-width: 768px) and (max-width: 850px){
    .contact .phone{
        float: left;
    }
    .contact .mail{
        float: left;
    }
    .contact .lang{
        float: right;
        margin-right: 10px;
    }
}
@media (max-width: 450px){
    .container-fluid{
        padding: 0px;
    }
    .container-fluid > .navbar-header{
        margin-right: 0px;
    }
    .contact .mail{
        text-align: left;
    }
    .slider{
        display: none;
    }
    .contact{
        height: 85px;
    }
    .contact .phone, .contact .mail a{
        text-align: left;
    }
    .contact .mail{
        padding-right: 15px;
    }
    .contact .mail a{
        font-size: 18px;
    }
     .row{
        margin: 0px;
    }
    .contact .phone span{
        /*background: url(../images/phone.png) no-repeat 124px;*/
        background-size: 25px;
        margin-left: 7px;
        padding-left: 40px;
    }
    .lang{
        position: absolute !important;
        margin-top: 0px;
        right: 15px;
        top: 0px;
    }
    .navbar-brand > img{
        width: 200px;
    }
    .navbar-inverse .navbar-toggle{
        margin-top: 22px;
    }
    .contact .lang #dLabel{
        padding: 3px 6px;
    }
    .navbar-brand{
        height: 74px;
    }
    .portfolioFilter a{
        margin-bottom: 10px;
    }
    .nav > li > a{
        padding: 10px 15px;
    }
    .products h2{
        margin-top: 42px;
        margin-bottom: 42px;
    }
    .f_contact div{
        text-align: center;
    }
    .f_contact{
        float: none;
    }
    footer .logo{
        float: none;
        margin-top: 28px;
        text-align: center;
    }
    .f_contact span{
        margin-right: 0px;
    }
    .f_contact a{
        margin-right: 0px;
    }
    footer .links{
        text-align: center;
    }
    footer .links ul{
        float: none;
        display: inline-block;
    }
    .item_pop .image{
        width: 280px;
        height: 280px;
    }
    .item_pop{
        height: auto;
        width: 300px;
    }
    .item_pop .bottom .col_1{
        margin-left: 0px;
        text-align: center;
        float: none;
    }
}
@media (min-width: 768px) and (max-width: 1160px){
    .f_contact{
        margin-top: 0px;
    }
    .f_contact span{
        display: block;
        /*background: url(../images/phone_white.png) no-repeat 124px;*/
        background-size: 28px;
        margin-right: 20px;
        padding-left: 24px;
    }
    .f_contact a{
        margin-right: 20px;
    }
}
@media (min-width: 1024px) and (max-width: 1160px){
    .contact .phone{
        width: 49%;
    }
    .contact .mail{
        width: 40%;
    }
}
@media (min-width: 768px) {
    .hidden-sm{
        display: none;
    }
}
@media (min-width: 992px) {
    .hidden-md{
        display: none;
    }
}
@media (min-width: 1200px) {
    .hidden-xl{
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 736px){
    .contact .phone{
        width: 38%;
        text-align: left;
        margin-top: 13px;
        float: left;
    }
    .contact .phone span{
        font-size: 20px;
        /*background: url(../images/phone.png) no-repeat 124px;*/
        background-size: 24px;
        padding-left: 29px;
    }
    .contact .mail{
        width: 44%;
        margin-top: 13px;
        float: left;
    }
    .contact .mail a{
        font-size: 20px;
        background: url(../images/mail.png) no-repeat left;
        background-size: 24px;
        padding-left: 36px;
    }
    .lang{
        position: absolute !important;
        right: 0px;
    }
    .carousel-indicators{
        bottom: 0px;
    }
    .products .item{
        width: 49.9%;
        float: left;
    }
    .navbar-nav > li > a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-brand{
        height: 74px;
    }
    .navbar-toggle{
        margin-top: 21px;
    }
    .container-fluid{
        padding: 0px 40px;
    }
    .item_pop{
        height: auto;
        width: 400px;
    }
    .item_pop .bottom .col_1{
        margin-left: 0px;
        text-align: center;
        float: none;
    }
    .item_pop .image{
        width: 320px;
        height: 320px;
    }
    .language-picker, .language-picker.dropdown-list ul, .language-picker.dropup-list ul{
        margin-top: 0px;
    }
    .f_contact span{
        margin-right: 0px;
    }
}
@media (min-width: 992px){
    .col-md-3 {
        width: 24.9%;
    }
    .language-picker{
        margin-left: 16px;
    }
}
@media (min-width: 500px) and (max-width: 770px){
    .carousel-indicators{
        bottom: -9px;
    }
}
#back-to-top {
    position: fixed;
    bottom: 170px;
    right: 40px;
    z-index: 9999;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 30px;
    background: url(../images/up_arrow.png) no-repeat;
    background-size: 39px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    display: none;
}
.summary {
    display: none;
}
.isotope .isotope-item{
    position: relative !important;
    transform: none !important;
}
.isotope-hidden{
    display: none !important;
}
.portfolioContainer {
    height: auto !important;
}
.extended-products{
   
   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
     display: none;
}
.extended-products.open{
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
}
.more-items.remove{
    display: none !important;
}
.more-items.a{
    display: none !important;
}
.left-arrow {padding-left: 20px; font-size: 2.5em; font-family: none;  background: url(../images/arrow_left.jpg) no-repeat; width: 37px; height: 42px; position: absolute; top: 50%; left: 0px;}
.right-arrow {padding-right: 20px; font-size: 2.5em; font-family: none; background: url(../images/arrow_right.jpg) no-repeat; width: 37px; height: 42px; position: absolute; top: 50%; right: 0px;}
.right-arrow:before {content: none;}
.left-arrow:before {content: none;}
.image-arrow.disabled {color: #999; cursor: default;}
