/* 
    Created on : 2014-09-23, 07:40:04
    Author     : btobola
*/

/* Customize the nav-justified links to be fill the entire space of the .navbar */
html{
	/*overflow-x: hidden;*/
}

header {
	/*font-size: 85%;*/
}
header .header_menu {
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(40%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 40%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    color: #454545;
	border-top: 1px solid #ccc;
}

header .header_menu .active{
    color: #cc0000;
    background-image: none;
	-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
	box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
    background-color: #EAEAEA;
    font-weight: bold;
}

header .header_menu>li{
	vertical-align: middle;
    min-height: 30px;
}

.header_menu2 .active{
    background-color:#F4F4F4;
    color: #cc0000;
}

header .header_menu > li > a {
    color: #454545;
	padding: 2px 4px;
	vertical-align: middle;
	border: 1px;
	margin-bottom: 0;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(40%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 40%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}

header .header_menu > li> a:hover,
header .header_menu > li> a:focus {

	background-image: none;
	-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
	box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
    min-height: 44px;
    color: #cc0000; 
}

header .header_menu > li:first-child > a {
	/*border-radius: 5px 5px 0 0;*/
}
header .header_menu > li:last-child > a {
	border-bottom: 0;
	/*border-radius: 0 0 5px 5px;*/
}

header .header_menu2{
	background-color: #eeeeee;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: none;
	font-family: calibri;
}


header .header_menu2 > li{
    width: auto;
}

header .header_menu2 > li > a{
	color: #454545;
}

header .header_menu2 > li >a:hover, header .header_menu2 > li >a:focus{
    background-color:#F4F4F4;
    color: #cc0000;
}
.header_label{
	width: 50%;
}


@media (max-width: 991px) {
    .header_label{
        width:100%;
        text-align: left;
        padding-left: 30px;
    }
}
@media (max-width: 768px) {
	header .header_menu > li {
		height: 19px;
	}
	header .logo_rpl > a > img{
		max-width: 450px;
	}   
    .header_label{
        width:100%;
        text-align: left;
        padding-left: 30px;
    }
}
@media (max-width: 520px) {
	header .logo_rpl > a > img{
		max-width: 330px;
        max-height: 80px;
	}
	.logo_ss img{
		width: 100%;
	}
	.logo_ss {
		max-height: 80px;
	}
    .header_label {
        position: relative;
        width:80%;
        text-align: left;
        padding-left: 20px;
        z-index: 5000;
    }
    h1{
        font-size: 18px;
    }
}
@media (min-width: 768px) {
	header .header_menu > li > a {
		/*		border-right: 1px solid #d5d5d5;
				border-left: 1px solid #fff;*/
		display: table-cell;
		/*width: 1%;*/
		width: 1000px;
		min-height: 60px;
		height: 60px;
	}
	header .header_menu > li:first-child > a {
		border-left: 0;
		/*border-radius: 5px 0 0 5px;*/
	}
	header .header_menu > li:last-child > a {
		border-right: 0;
		/*border-radius: 0 5px 5px 0;*/
	}

	header .logo_rpl{
		margin-top: -20px;
	}

}

/* Responsive: Portrait tablets and up */
@media  (max-width: 768px) {
	/* Remove the padding we set earlier */
	.masthead,
	.marketing,
	.footer {
		padding-right: 0;
		padding-left: 0;
	}

	header .logo_ss img{
		width: 400px;
		height:86px;
		/*background: #ffffff url("../img/header_new2014.png") no-repeat;*/
	}
}
@media  (max-width: 480px) {
	header .logo_ss img{
		width: 300px;
		height: 75px;
		/*background: #ffffff url("../img/header_new2014.png") no-repeat;*/
	}
}

header .logo_ss{
	min-width: 60px;
    display: block;
    height: 130px;
    /*background: #ffffff url("../img/header_new2014.png") no-repeat;*/
}


header .buttons{
    float: right;
}

header .buttons .btn{
	width: auto;
	margin-right: 3px;
	font-size: 10px;
}

header .hr-first{
	height: 3px; 
	border: #e1e1e1; 
	background:  #003366;
	margin-top: 6px;
	margin-bottom:4px;
}
header .col_xs_0_5{
	width: 55px;
	float: right;
	/*position: relative;*/
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;

}

header .first-menu{
	z-index: 20;
	/*margin-bottom: -20px;*/
}

header .date {
	/*margin-top: -25px;*/
}
header .hr-second{
	height: 2px; 
	border: #e1e1e1; 
	background:  #003366;
	margin-top: -10px;
	margin-bottom:4px;
}

header .second-menu{
	margin-top: 7px;
}

header .button:hover {
    -moz-box-shadow: inset -1px 5px 40px -4px  #878787;
    -webkit-box-shadow: inset -1px 5px 40px -4px  #878787; 
    box-shadow: inset -1px 5px 40px -4px  #878787;
    color: #8E8E8E;
}

header .button {
	display: table-cell;
	line-height: 11px;
	border-radius: 5px;
	border: 0px ;
	padding: 2px;
	vertical-align: middle;
    text-align: center;
    height: 40px;
    width: 50px;
    background:#EAEAEA;
    -moz-box-shadow: 1px 4px 5px -2px black, inset -1px -22px 40px -20px  #878787;
    -webkit-box-shadow: 1px 4px 5px -2px black, inset -1px -22px 40px -20px  #878787; 
    box-shadow: 1px 4px 5px -2px black, inset -1px -22px 40px -20px  #878787;
    color: #ffffff;
}

header .button a{
    color: #003366;
    font-weight: bold;
    font-size: 70%;
	line-height: 12px;
}