@font-face
{
    font-family: f_bold;
    src: url('/css/SourceSansPro-Bold.ttf')  format('truetype');
}    

@font-face
{
    font-family: f_regular;
    src: url('/css/SourceSansPro-Regular.ttf')  format('truetype');
}    

@font-face
{
    font-family: f_light;
    src: url('/css/SourceSansPro-Light.ttf')  format('truetype');
}    

@font-face
{
    font-family: f_italic;
    src: url('/css/SourceSansPro-Italic.ttf')  format('truetype');
}    


.hidden
{
    display: none;
}

.clickable
{
    cursor: pointer;
}

body
{
	font-family: f_regular;
        font-size: 10px;
        line-height: 1.25em;
        background-color: #fff;
        width: 100%;
        text-decoration: none;
        overflow-x: hidden;
	color: #07074E;
	margin: 0;
}

.div_home_link_btn{
    font-family: f_light;
    font-size: 23px;
    cursor: pointer;
    color: #07074E;
    text-decoration: none;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.div_home_link_btn:hover{
    color: #ED1C24;
}

.div_horizon_center{
    text-align: center;
}

.div_vertical_center{
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.div_vertical_center_partners{
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.div_full{
    width: 100%;
}

.div_left{
    float: left;
}

.div_right{
    float: right;
}

.div_global_button{
    display: inline-block;
    
    background-color: #ED1C24;
    width: 150px;
    height: 30px;
    line-height: 30px;
    
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.div_global_button_text{
    font-family: f_bold;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.div_global_button_text:hover{
    background-color: #ec454c;
}

.div_global_toolbar_container{
    height: 70px;
    width: calc(100% - 30px);
    z-index: 9999;
    margin: 0 15px;
}

.div_global_toolbar_logo{
    background: url(/resources/images/image_toolbar_logo.png) no-repeat center center / contain;

    width: 180px;
    height: 70px;
    line-height: 70px;
}

.div_global_toolbar_title_container{
    display: inline-block;
    font-family: f_light;
    font-size: 23px;
    padding-top: 38px;
   
}

.div_global_toolbar_title_underline{
    display: inline-block;
    text-decoration: underline;
}

.div_global_toolbar_title{
    display: inline-block;
}


.div_global_body_container{
    width: calc(100% - 30px);
    height: calc(100vh - 85px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    border: dotted 1px #0063a6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    margin: 0 15px 15px;
}

.div_global_content_line{
    display: inline-block;
    border-bottom: dotted 1px #000;
    margin-bottom: 40px;
    height: 40px;
    width: 25px;
}

/* GLOBAL MENU */
.div_global_menu_container{
/*    height: 70px; */
    width: 100%;
    z-index: 9999;
    
    position: absolute;
    bottom: 0;
    left: 0;
    
/*    border-top: dotted 1px #fff; */
}



.div_global_menu_item_image_container{
    display: inline-block;
    background-color: #fff; 
    
    border: solid 4px #0d004c;
    outline: solid 5px #fff;
    
    width: 22px;
    height: 22px;
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    overflow: visible;
    
    margin-bottom: 10px;
}

.div_global_menu_container_line{
    display: inline-block;
    width: calc(100% - 30px);
    height: 32px;
    margin: 0 15px;
    
    border-top: dotted 1px #0063a6;

}

.div_global_menu_item_image{
    background: url(/resources/images/image_cross_red.png) no-repeat center center / 13px 13px;
    width: 22px;
    height: 22px;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.div_global_menu_item_image:hover{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.div_global_menu_item_text{
    display: inline-block;
    
    color: #0d004c;
    font-family: f_bold;
    font-size: 13px;
}

.div_global_menu_item{
    display: inline-block;
    text-align: center;
    width: 60px;
    
    position: relative;
    top: -48px;
}

.div_global_menu_space{
    display: inline-block;
    width: 28%;
    height: 32px;
    
}

/* LANDING */

.div_landing_content{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.div_brands_content_container{
    position: relative;
    overflow-y: scroll;
    width: calc(100% + 30px);
    height: calc(100vh - 270px);
    padding-top: 4%;
    -webkit-overflow-scrolling: touch;
}

.div_landing_content_image{
    display: inline-block;
    background: url(/resources/images/image_sofa.png) no-repeat center center / cover;
    width: 120px;
    height: 50px;
}

.div_landing_content_text{
    font-family: f_light;
    font-size: 22px;
    line-height: 28px;
}

.div_landing_content_line{
    display: inline-block;
    border-bottom: dotted 1px #fff;
    margin-bottom: 40px;
    height: 40px;
    width: 100%;
}

/* BRAND */

.div_brand_container{
    width: 100%;
    text-align: center;
}

.div_partners_content{
    display: inline-block;
text-align: center;
vertical-align: middle;
width: 960px;
}

.div_partner_container{
    width: calc(50% - 20px);
    text-align: center;
    float: left;
    margin: 0 10px;
}

.div_brand_item{
    display: inline-block;
    width: 300px;
    height: 210px;
    text-align: center;
    margin: 0 30px;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
    
}

.div_brand_item:hover .div_brand_item_image{
    filter:none;
    -webkit-filter: grayscale(0%);
}

.div_brand_item_text{
    font-size: 16px;
    line-height: 22px;
    color: #07074E;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.div_partner_item_text{
    font-size: 16px;
    line-height: 22px;
    color: #07074E;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.div_brand_item_image{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    
    height: 50px;
    width: 200px;
    
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
	    
-webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");

}

.div_partner_item_image{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    
    height: 110px;
    width: 200px;
    
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
	    
-webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");

}

.div_brand_item:hover .div_partner_item_image{
    filter:none;
    -webkit-filter: grayscale(0%);
}

.div_brand_item:hover .div_brand_item_text{
    opacity: .7;
}

.div_brand_item:hover .div_partner_item_text{
    opacity: .7;
}

.div_brand_item .div_global_content_line
{
    height: 15px;
    margin-bottom: 15px;
}

/* MAP */

.div_map_canvas{
    height: 100%;
    width: 100%;
}

.div_contact_details{
    float: none;
    position: absolute;
}

/*footer*/
.div_global_footer_container{
    position: absolute;
    bottom: 0px;
    text-transform: uppercase;
    margin-left: 20px;
    z-index: 9999999;
}

.div_global_footer_container a{
    text-decoration: none;
    cursor: pointer;
    color: #192160;
}

.div_global_footer_container a:hover{
    color: #ED1C24;
}

/*iPad Landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
   .div_brand_item_text{
    display: block;
   }
   
   .div_brand_item{
    height: 200px;
    width: 300px;
    margin-bottom: 30px;
   }
   
   .div_vertical_center{
    top: 40%;
   }
   
   .div_brands_content_container{
    padding-top: 2%;
   }
   
   .div_brand_container{
    margin-top: 0px;
   }
}

/*iPad Portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  .div_brand_item{
    height: 150px;
    width: 300px;
    margin-bottom: 70px;
   }
   
    .div_brand_item_text{
	display: block;
    }
    
    .div_brands_content_container{
    padding-top: 1%;
   }
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
    .div_brand_item_text{
    display: block;
   }
   
   .div_brand_item{
    height: 210px;
    width: 300px;
    margin-bottom: 30px;
   }
   
   .div_vertical_center{
    top: 42%;
   }
   
   .div_brand_container{
    margin-top: 20px;
   }
   
   .div_brand_item_image{
    height: 40px;
   }
   .div_brand_item .div_global_content_line{
    height: 10px;
    margin-bottom: 10px;
   }
}

/*Smartphones (portrait)*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait){
  .div_brand_item{
    height: 160px;
    width: 300px;
    margin-bottom: 80px;
   }
   
    .div_brand_item_text{
    display: block;
   }
   
.div_vertical_center{
    top: 42%;
   }
}