﻿@media all and (min-width: 960px) {
    body{
        font-size: 18px;
    }
    .AutoWidth{
		width:95%;
		max-width:1000px;
		line-height: 17px;
	}
    h1{
		font-size:34px;
		font-family: GeosansLight;
		color: #e20f22;
		margin-left:12px;
		margin-right:10px;
	}
    h2{
		font-size:28px;
		font-family: GeosansLight;
		color: #434343;
		margin-left:10px;
		margin-right:10px;
	}
    p{
    	font-size: 16px;
    }
    span{
    	font-size: 16px;
    }
    a{
    	font-size: 14px;
    }
    li{
    	font-size: 16px;
    }
    .TopNavBar{
		vertical-align:baseline;
		padding-left:5%;
		font-size:28px;
	}
	
	input[type=button], input[type=reset], input[type=submit], button {
    min-width: 6em;
    padding: 7px 10px;
    border: 1px solid #ababab;
    background-color: #fdfdfd;
    background-color: #fdfdfd;
    margin-left: 10px;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #444;
}
}
 
@media all and (max-width: 959px) and (min-width: 600px) {
    body{
        font-size: 16px;
    }
        .AutoWidth{
		width:95%;
		max-width:660px;
		line-height:15px;
	}

    h1{
		font-size:25px;
		font-family: GeosansLight;
		color: #e20f22;
		margin-left:10px;
		margin-right:10px;
	}
    h2{
		font-size:24px;
		font-family: GeosansLight;
		color: #434343;
		margin-left:10px;
		margin-right:10px;
	}
    p{
    	font-size: 13px;
    }
    span{
    	font-size: 13px;
    }
    a{
    	font-size: 12px;
    	margin-left: 1px;
    	margin-right: 1px;
    }
    li{
    	font-size: 1.4vw;
    	margin-left: 1px;
    	margin-right: 1px;
    }
	.TopNavBar{
		vertical-align:middle;
		padding-left:5%;
		font-size:28px;
	}
	.crom-Navigation ul li a.selected, .crom-Navigation ul li.selected {
		position:relative;
		left:0px;
		height:44px;
		font-weight:bold;
		background-image:url('/ourcompany/_catalogs/masterpage/Images/MenuSelect.png');
		background-repeat:no-repeat;
		background-position:50% 93%;
		z-index:200;
		}
	.crom-Navigation ul li a {
	    width: 100%; 
		font-size: 12px;    
	    text-decoration:none;
	}
input[type=button], input[type=reset], input[type=submit], button {
    min-width: 6em;
    padding: 7px 10px;
    border: 1px solid #ababab;
    background-color: #fdfdfd;
    background-color: #fdfdfd;
    margin-left: 10px;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #444;
}
}
 
@media all and (max-width: 599px) and (min-width: 320px) {
    body{
        font-size: 12px;
    }
    
    .AutoWidth{
	width:95%;
	max-width:380px;
	line-height:10px;
	}

    h1{
		font-size:18px;
		font-family: GeosansLight;
		color: #e20f22;
		margin-left:8px;
		margin-right:8px;
	}
    h2{
		font-size:16px;
		font-family: GeosansLight;
		color: #434343;
		margin-left:8px;
		margin-right:8px;
	}
    p{
    	font-size: 8px;
    }
    span{
		font-size:8px;
	}
    a{
    	font-size: 7px;
    	margin-left: 0px;
    	margin-right: 0px;
    }
    li{
    	font-size: 8px;
    	margin-left: 1px;
    	margin-right: 1px;
    }
	.TopNavBar{
		vertical-align:middle;
		padding-left:5px;
		font-size:28px;
	}
	.crom-Navigation ul li a.selected, .crom-Navigation ul li.selected {
		position:relative;
		left:0px;
		height:41px;
		font-weight:bold;
		background-image:url('/ourcompany/_catalogs/masterpage/Images/MenuSelect.png');
		background-repeat:no-repeat;
		background-position:50% 93%;
		z-index:200;
	}
	.crom-Navigation ul li a {
	    width: 100%; 
		font-size: 10px;    
	    text-decoration:none;
	}
	.search-box, .title{
		display:none;
		visibility:hidden;
		position:absolute;
	}
	input[type=button], input[type=reset], input[type=submit], button {
    min-width: 6em;
    padding: 7px 10px;
    border: 1px solid #ababab;
    background-color: #fdfdfd;
    background-color: #fdfdfd;
    margin-left: 10px;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 11px;
    color: #444;
}
}

body,html{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 !important;
}
#wrapper{
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}
.loader{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}
/* Header Styles
 -----------------------------------------------------------------------------*/
#header{
    min-width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    top: -45px;
}
#header .top-section{
    min-width: 100%;
    height: 50px;
    background-color: #DA2D1F;
}
#header .top-section .top-nav{
    position: relative;
    height: 100%;
    width:100%;
	max-width: 1000px;
    margin: auto;
    text-align: center;
    padding-top: 10px;
}
#header .top-section .top-nav li{
    float: left;
    color: #fff;
    width: auto;
    text-align: center;
    margin: 0 0px;
    text-transform: capitalize;
}
#header .top-section .top-nav li.title{
    font-family: 'GeosansLight';
    font-size: 22px;
}
#header .top-section .top-nav li a{
    color: #fff;
    padding: 6px 14px;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-size: 0.9em;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
    font-family: arial;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#header .top-section .top-nav li a:hover,
#header .top-section .top-nav li a.current{
    background-color: #AB241B;
    text-shadow: none;
}
#header .top-section ul.top-nav .dropper{
    position: absolute;
    width: 63px;
    height: 21px;
    bottom: -8px;
    right: 50px;
    cursor: pointer;
    overflow: hidden;
    background-image: url("../images/dropper.png");
    background-repeat: no-repeat;
    background-position: center 0;
}
#header .top-section ul.top-nav .dropper:hover,
#header .top-section ul.top-nav .dropper.active{
   background-position: center -23px; 
}
#header .top-section ul.top-nav .dropper img{
    display: none;
}
#header .bottom-section{
    height: 100%;
    width: 100%;
    max-width:1000px;
    margin: auto;
}
#header .bottom-section .logo{
    float: left;
    width: 150px;
    height: 100%;
}
#header .bottom-section ul.nav-bar{
    float: left;
    margin-top: 30px;
    text-align: left;
    width: 100%;
    padding-left: 1%;
}
#header .bottom-section ul.nav-bar li{
    display: inline-block;
/*    margin: 8px 6px; */
    margin: 0% 0.51%; 
    text-align: center;
}
#header .bottom-section ul.nav-bar li a{
/*    color: #666;*/
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.9em;
    text-transform: capitalize;
    font-family: arial;
}
#header .bottom-section ul.nav-bar li a.upper-case{
    text-transform: uppercase;
}
#header .bottom-section ul.nav-bar li a:hover{
/*    color: #000;*/
}
#header .bottom-section ul.nav-bar li a.current{
    font-weight: bold;
    color: #000;
}
#header .bottom-section .search-box{
    float: right;
    margin-top: 34px;
    text-align: right;
    width: auto;
}
#header .bottom-section .search-box input.search-input{
    width: 150px;
    height: 20px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-size: 0.8em;
    padding: 2px 5px;
    color: #666;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/* Page Baody Styles
 -----------------------------------------------------------------------------*/
#page-body{
    position: relative;
    height: auto;
    width: 100%;
}
#page-body p.slogan{
    color: #E11920;
    font-size: 45px;
    font-weight: lighter;
    text-transform: uppercase;
    font-family: arial;
    text-align: center;
    margin-top: 50px;
    cursor: default;
    letter-spacing: -2px;
}
#page-body p.slogan span{
    font-weight: bold;
    font-family: arial;
}

/* Footer Styles
 -----------------------------------------------------------------------------*/
#footer{
    height: 50px;
    width: 100%;
    position:relative;
    bottom: 0;
}
#footer .footer-wrapper{
	min-width:73%;
    max-width: 1000px;
    margin: auto;
    border-top: 1px solid #000; /*#959595;*/
    padding-top: 6px;
}
#footer ul.social li{
    float: left;
    margin-right: 0.7%;
}
#footer ul.social li a{
    /*color: #959595;*/
    color:black;
    font-size: 0.65em;
}
#footer ul.social li a:hover{
    /*color: #959595;*/
    color:black;
}
#footer .copyright{
    float: left;
}
#footer .copyright p{
    /*color: #959595;*/
    color:black;
    text-transform: capitalize;
    margin-top: 3px;
    font-family: arial;
    cursor: default;
    font-size: 0.65em;
}
#footer .language-status{
    float: right;
    display:none;
}
#footer .language-status span,
#footer .language-status a{
    /*color: #959595;*/
    color:black;
    text-transform: capitalize;
    font-family: arial;
    text-decoration: none;
    font-size: 0.65em;
}
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
    #header .top-section .top-nav{
        width: 100%;
    }
    #header .top-section .top-nav li.title{
        display: none;
        font-size: 3.5vw;
    }
    #header .top-section .top-nav li a{
        font-size: 0.95em;
        padding: 6px 3px;
    }
    #header .bottom-section{
        width: 100%;
        height: 100%;
    }
    #header .bottom-section:after{
        clear: both;
    }
    #header .bottom-section .logo{
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: block;
    }
    #header .bottom-section ul.nav-bar{
        width: 100%;
        margin-top: 20px;
    }
    #header .bottom-section ul.nav-bar li{
        margin: 0px 1px;
        font-size: 1.4vw;
    }
    #header .bottom-section form.search-box{
        margin-top: 22px;
        text-align: center;
    }
    #footer .footer-wrapper{
        width: 100%;
    }
    #footer ul.social{
        margin-top: -5px;
        margin-left: 5px;
    }
    #footer ul.social li a{
        font-size: 8px;
    }
    #footer .language-status{
        float: none;
        clear: both;
        position: absolute;
        right: 5px;
        top: 2px;
    }
    #footer .copyright{
        text-align: center;
    }
#header .bottom-section ul.nav-bar li a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
    font-size:4.5px;
    font-size: 1.4vw;
    text-transform: capitalize;
    font-family: arial;
}

}

@media only screen 
(max-width: 959px) and (min-width: 600px) {

#header .bottom-section ul.nav-bar li a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    text-transform: capitalize;
    font-family: arial;
}
    #header .bottom-section ul.nav-bar li{
        margin: 7px 0px;
        font-size:1.34vw;
    }

}