﻿/*
 * Stylesheet only for desktops (with screen width > 900px)
 */


/*
 * General styles
 */

html, body {
    font-family: 'Arimo', Helvetica, Arial, sans-serif;
}

/*
 * General styles for columns layout
 */

.col {
    margin-bottom: 2%;
}

.col-inner-padding {
    padding: 10px 15px;
}

/*
 * Typography & Colors
 */

h1 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 0em;
}

h2 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 0em;
}

h3 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 0.1em;
}

input[type="submit"], input[type="button"], button {
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 300;
}

.horizontal-nav a,
.horizontal-nav span.label {
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
}

.vertical-nav a,
.vertical-nav span.label {
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 300;
}

/*
 * Two columns layout
 */

.two-cols .col {
    width: 48%;
}

.two-cols .main-col {
	width: 66%;
	margin-left: 26px;
	margin-top: 20px;
}

.two-cols .sidebar {
	width: 28%;
	margin-top: 20px;
	margin-right: 0%;
	margin-left: 2%;
}

.two-cols .left {
	margin-right: 2%;
}

/*
 * Three columns layout
 */

.three-cols .col {
    width: 32%;
}

.three-cols .col.left {
    clear: left;
    margin-right: 2%;
}

.three-cols .col.center {
    margin-right: 2%;
}

/*
 * Header
 */

#logo {
    margin-right: 2%;
}

/*
 * Horizontal navigation bar
 */

.horizontal-nav li {
    float: left;
    width: auto;
}

.horizontal-nav a,
.horizontal-nav span.label {
    float: left;
    width: auto;
    padding: 0 1.8em;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.horizontal-nav ul ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 0;
    margin-top: 2em;
    padding: 0;
    opacity: 0;
    z-index: 1;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.horizontal-nav ul ul li {
    margin-top: 0;
}

.horizontal-nav li:hover > ul {
    height: auto;
    opacity: 1;
}

/*
 * Header navigation
 */

.header-menu {
    float: right;
    width: auto;
    margin: 0;
    padding-top: 1.5%;
}

.header-menu li {
    border-bottom: 0 none;
    border-left: 1px solid #03080d;
}

/*
 * Vertical navigation
 */

.vertical-nav ul ul li {
    margin-top: -3em;
}

.vertical-nav .parent:hover ul li {
    margin-top: -3em;
    opacity: 0;
}

.vertical-nav .parent:hover span.menu-icon {
    background: url('../images/ico-arrow-down.png') no-repeat 100% center;
}

.vertical-nav .label:focus ~ ul li {
    margin-top: 0;
    opacity: 1;
}

.vertical-nav .label:focus + .menu-overlay,
.vertical-nav .label:active + .menu-overlay {
    display: block;
}

.vertical-nav .label:active ~ ul li {
    margin-top: 0;
}

.vertical-nav .label:focus span.menu-icon,
.vertical-nav .label:active span.menu-icon {
    background: url('../images/ico-arrow-up.png') no-repeat 100% center;
}

/*
 * Full width image
 */

.full-width-image .image-small {
    display: none;
}

.full-width-image .image-big {
    display: block;
}

/*
 * Content area
 */

img.img-left {
    margin-right: 1em;
}

img.img-right {
    margin-left: 1em;
}

.content-block {
    padding: 12px 15px;
    margin-bottom: 2em;
}

/*
 * Footer
 */

#footer .col.left {
    width: 32%;
}

#footer .col.center {
    width: 32%;
}
