body {
	width: 100%;
	margin: 0;
	}
header {
	width: 100%;
	float: left;
	}
.header-wrapper {
    background: #4e5055; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#4e5055, #58565a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#4e5055, #58565a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4e5055, #58565a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#36373a, #4b4a4d); /* Standard syntax */
	}
.header {
	width: 1100px;
	height: 130px;
	margin: 0 auto;
	position: relative;
	}
.decor {
	width: 1000px;
	background-image: url(../images/geo1.png);
	background-size: 100% 100%;
	height: 80px;
	position:absolute;
	top: 0;
	right: 0;
	z-index: 1;
	}
.branding-wrapper {
	width: 500px;
	margin: 0;
	float: left;
	position:absolute;
	top: 0;
	z-index: 10;
	}
.branding {
	color: #fff;
	margin-top: 20px;
	}
.branding h {
	font-family:'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	margin-left: 90px;
	line-height: 100%;
	}
.branding a {
	color: #fff;
	text-decoration: none;
	}
.branding img {
	width: 85px;
	height: auto;
	display: inline-block;
	position: absolute;
	bottom: 0;
	}
.navigation-wrapper {
	width: 870px;
	height: 130px;
	float: right;
	display: inherit;
	position: relative;
	top: 0;
	z-index: 10;
	}
.nav {
	width: 800px;
	padding: 0;
	float: right;
	position: absolute;
	bottom: 0;
	}
.nav ul {
 	margin: 0;
	padding: 0;
	*zoom:1;
 	float: right;
	list-style: none;
	}
.nav ul:before, .nav ul:after {
	content: "";
	display: table;
	}
.nav ul:after {
	clear: both;
	}
.nav ul > li {
	float: left;
	position: relative;
	}
.nav a {
	padding: 15px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	display: block;
	}
.nav ul li:hover > a {
    border-bottom: 5px solid #009782;
	padding-bottom: 10px;
	}
.nav li ul {
	background: #ebebeb;
	}
.nav li ul li {
	width: 220px;
	}
.nav li ul a {
	padding: 15px;
	font-size: 16px;
	color: #000;
	-o-transition:background .2s ease-out;
    -ms-transition:background .2s ease-out;
    -moz-transition:background .2s ease-out;
    -webkit-transition:background .2s ease-out;
    transition:background .2s ease-out;
	}
.nav li ul a:hover {
	background: #dedede;
	border: none;
	padding-bottom: 15px;
	}
.nav li ul {
	top:100%;
	left: 0;
	position: absolute;
	z-index: 1;
	}
.nav li ul li {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
	}
.nav ul > li:hover ul li {
	height: auto;
	}
.clear {
	clear:both;
	}
.search-bar {
	width: 250px;
	display: inline-block;
	position: absolute;
	right: 100px;
	}
form {
    height: 50px;
    margin: 0;
    padding: 0;
    width: 300px;
	}
input {
    background: transparent;
    background: rgba(54, 55, 58, 0.8);
    background-clip: padding-box;  
    border: none;
    -moz-border-radius:    26px;
    -o-border-radius:      26px;
    -webkit-border-radius: 26px;
	border-radius:         26px;
    -moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    -o-box-shadow:      inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
	box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    color: #fff;
    height: 26px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 0 20px 0 35px;
    
    transition:         all .1s linear;
    -moz-transition:    all .1s linear;
    -o-transition:      all .1s linear;
    -webkit-transition: all .1s linear;
    
    width: 185px;
	}
input:focus {
    background: transparent;
    background: rgba(54, 55, 58, 1);

    -moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
    -o-box-shadow:      inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
	box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
	}
label {
    background: transparent url(http://f.cl.ly/items/2a2Z0V0L0J1p3V082d3r/icon-search.png) no-repeat top left;
    cursor: pointer;
    display: block;
    height: 17px;
    left: 10px;
    position: relative;
    text-indent: -99999px;
    top: -21px;
    width: 16px;
	}
.language-bar {
	width: 100px;
	display: inline-block;
	position: absolute;
	right: 0;
	}
.language-bar ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	text-decoration: none;
	float: right;
	display: flex;
	}
.language-bar li {
	padding: 5px 10px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #cecece;
	display: block;
	}
.language-bar a {
	color: #fff;
	text-decoration: none;
	}
.language-bar a:hover {
	text-decoration:underline;
	}
.breadcrumb-trail-wrapper {
	width: 100%;
	background-color: #f5f5f5;
	}
.breadcrumb-trail {
	margin: 0 auto;
	width: 1200px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	}
ul.breadcrumb {
    margin: 0;
	padding: 8px 16px;
	list-style: none;
    background-color: #f5f5f5;
	}
ul.breadcrumb li {display: inline;
	}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
	}
ul.breadcrumb li a {color: #007398;
	text-decoration: none;
	}
ul.breadcrumb li a:hover {
	text-decoration: underline;
	}
footer {
	width: 100%;
	height: auto;
	background: #36373a;
	border-top: 5px solid #009782;
	}
.footer-wrapper {
	width: 900px;
	margin: 0 auto;
	}
.footer-container {
	padding: 20px 10px 0 10px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #e1e1e1;
	display: flex;
	}
.footer-heading {
	font-size: 16px;
	color: #bababa;
	}
.contacts a {
	color: #e1e1e1;
	text-decoration:none;
	}
.contacts a:hover {
	text-decoration:underline;
	}
.contacts,.inner-links {
	width: 40%;
	}
.social-media {
	width: 20%;
	}
.inner-links ul {
	list-style:none;
	padding: 0;
	}
.inner-links a {
	color: #e1e1e1;
	text-decoration: none;
	}
.inner-links a:hover {
	text-decoration:underline;
	}
.social-media img {
	width: 25px;
	height: auto;
	}
.social-media ul {
	list-style:none;
	padding: 0;
	display: flex;
	}
.social-media li {
	padding: 10px 20px 10px 0;
	}
.site-map {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 50px;
	}
.site-map a {
	color:#e1e1e1;
	text-decoration:none;
	}
.site-map a:hover {
	text-decoration:underline;
	}
.copyright {
	margin: 0 auto;
	padding: 10px;
	width: 1000px;
	text-align:center;
	color: #bababa;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	}
#toTop {
	position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    background: #cecece;
    color: #3b4044;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    display:none;
	-o-transition:background .2s ease-out;
    -ms-transition:background .2s ease-out;
    -moz-transition:background .2s ease-out;
    -webkit-transition:background .2s ease-out;
    transition: background .2s ease-out;
	}
#toTop:hover {
    background: #b0b0b0;
	}
@media only screen and (max-width: 1024px) {
    .header {width: 950px; height: 100px;}
	.branding-wrapper {width: 300px;}
	.decor {width: 600px; 
		background-image: url(../images/geo.png); 
		background-size: 100% 100%; 
		height: 50px;
		position:absolute;
		top: 0;
		right: 0;
		z-index: 1;}
	.branding {margin-top: 15px;}
	.branding h {font-size: 24px; margin-left: 80px;}
	.branding img {width: 75px;}
	.navigation-wrapper {width: 650px; height: 100px;}
	.nav {width: 650px;}
}