/*************
* GLOBAL
*/

body, td {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333;
}

h1,
h2,
h3 {
	font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    color: inherit;
}

h1 { font-size: 48px; }
h2 { font-size: 42px; }
h3 { font-size: 35px; }

h2 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

h1#content-title {
    margin-top: 0px;
    margin-bottom: 20px;
}

a {  }
a:hover { }



.block-title {	
	clear: both;
	font-weight: 600;
    text-transform: uppercase;
    text-align: center;
	margin: 20px 0px 10px 0px;
	color: #012F60;
}

.block-title a {
    color: #012F60;
}

/*************
* HEADER
*/

#header {
	position: relative;
	padding: 15px 0px;
    overflow-x: hidden;
}

.background-left,
.background-center,
.background-right {
    position: absolute;
    height: 72px;
    width: 499px;
    background: url(../images/header_background_2.png) no-repeat;
}

#header .row > div {
	padding: 0px 10px;
}

#header .logo {
	display: inline-block;
	width: 200px;
    height: 70px;
	max-width: 100%;
	background: url(../images/logo.png) center no-repeat;
	background-size: 100% auto;
}

#header .lang-select {
	margin-bottom: 10px;
}

#header .user-area {
    position: absolute;
    top: -4px;
    right: 170px;
    margin: 0px;
}

#header .user-area a {
    color: #012F60;
}

#lang-flags img {
	border: solid 1px #aaa;
}

div#lang-codes a {
    color: #012F60;
    text-transform: lowercase;
}

div#lang-codes a.active {
    font-weight: 600;
}

div#lang-codes a:first-letter {
    text-transform: uppercase;
}

#responsive-header {
	margin: 10px 0px;
	text-align: center;
}

#responsive-header .logo {
	display: inline-block;
	width: 200px;
    height: 70px;
	background: url(../images/logo.png) center no-repeat;
	background-size: 100% auto;
}

#cart-widget #text {
    font-weight: bold;
}

#cart-widget #text a {
    color: #d50023;
    text-decoration: underline;
}
#cart-widget #text a:hover {
	text-decoration: none;
}


/*************
* MENU
*/

#menu.normal {

}

#menu.normal ul.level-1 {
	width: 100%;
	display: table;
}

#menu.normal ul.level-1 > li {
	display: table-cell;
	float: none;
	text-align: center;
	vertical-align: middle;
}

#menu.normal ul.level-1 > li > .item > a {
	font-size: 17px;
    font-weight: 600;
	padding: 15px;
    color: #FFF;
}

#menu.normal ul.level-1 ul {
    background: #fff;
}


#menu.normal ul.level-1 > li:first-child {
	border: none;
}

#menu.normal ul.level-1 > li:hover > .item > a,
#menu.normal ul.level-1 > li.active > .item > a {
	color: #AECA20;
}

#menu.normal ul ul li > .item > a {
    background: #f7f7f7;
}

#menu.normal ul ul li.active > .item > a,
#menu.normal ul ul li:hover > .item > a,
#menu.normal ul ul li a:hover {
    background: #FFF;
}

#menu.responsive {
	background: #f9f9f9;
}

#menu.responsive .menu-bar {
	color: #fff;
	font-size: 15px;
	border-radius: 0px;
	text-align: right;
    background: #012F60;
    /* background: #AFC0C9; */
}

#menu.responsive .menu-bar a {
	color: #fff;
}

#menu.responsive .menu-bar a .fa {

}

#menu.responsive .menu-bar a.cart-button span {
	color: #98AAB9;
}

#menu.responsive .menu-bar a.lang-button span {
	position: relative;
	right: -4px;
}
#menu.responsive .menu-bar a.lang-button .fa {
	font-size: 12px;
}

#menu.responsive ul.level-1 {
	border-bottom: solid 1px #eee;
	margin-bottom: 5px;
	box-shadow: #ccc 0px 5px 10px;
}



/*************
* SEARCH
*/

.search_form {
	position: relative;
	clear: both;
}	
	
.search-box {
	position: relative;
	margin: 0px 0px 20px 0px;
	text-align: left;
	padding: 0px;
}

.search-box input {
	margin: 0px;
	padding: 0px;
}

.search-box input[type="text"] {
    padding: 7px 10px;
    width: 100%;
    color: #bbb !important;
    border: none;
    margin: 0px;
    border-radius: 3px;
    background: #F3F3F3;
}
.search-box .searchsubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 12px;
    font-size: 18px;
    color: #012F60;
    border: none;
    border-radius: 0px 5px 5px 0px;
    background: transparent;
}

.search-box .searchsubmit:hover {
	opacity: 0.9;
}

#responsive-search .search-box {
	margin: 10px 0px;
}

#responsive-search .search {
	width: 100%;
	padding: 10px;
    margin-top: 10px;
}
#responsive-search .searchsubmit {
	padding: 11px 15px;
}


/*************
* MAIN CONTENT
*/
.main {
	position: relative;
	background: #fff;
	padding: 40px;
	margin: 0px;
    z-index: 2;
}

.main.members {
    margin-bottom: 50px;
}

.main.product-view {
    padding-bottom: 0px;
}

.main.with-background {
    background: url('../images/architecture_1.jpg') fixed;
}

.main.with-background .default-wrapper {
    padding: 20px;
    background: rgba(255,255,255,0.9);
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 800px;
}

.main.news {
    background: #012F60;
    margin: 0px;
    padding: 40px 9px;
    color: #FFF;
}

.main.find-fast {
    background-image: url(../images/content_background.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #F6F6F6;
}

#content-area {
	position: relative;
}

#content {
	padding-bottom: 20px;
	line-height: 1.8em;
}

#content table {
	width: 100% !important;
}


/*************
* SIDEBAR
*/

#sidebar {
	position: relative;
}

#sidebar .banner {
	text-align: center;
	margin-bottom: 20px;
}

.sidebar .menu-container {
	position: relative;
	margin: 0px 0px 10px 0px;
}

.sidebar .menu-container ul.level-1 > li:first-child {
	border: none !important;
}

.sidebar .menu-container ul li a {
	padding: 12px 10px;
}

.sidebar .menu-container ul li a:hover,
.sidebar .menu-container ul li.active a {
	
}

.sidebar .menu-container.vertical ul ul li a {
	padding: 10px 20px 10px 35px;
}

.sidebar .menu-container .submenu-button {
	height: 36px;
	line-height: 36px;
}

.sidebar .menu-container .submenu-button::before,
.sidebar .menu-container .submenu-button::after {
	margin-top: -7px;
	background: #55690D;
}



/*************
* FOOTER
*/


#footer {
	position: relative;
	padding: 45px 0px 80px 0px;
	color: #FFF;
	line-height: 160%;
    background: #012F60;
    z-index: 1;
}

#footer p,
#footer a, 
#footer span,
#footer h2,
#footer h3 {
    color: #FFF;
}

#footer h2,
#footer h3 {
    font-size: 27px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#footer .block-title {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	background: none;
}

#footer ul {
	list-style: none;
	padding: 0px;
}

#footer #newsletter-widget .row > div {
	margin-bottom: 15px;
}

#footer .no-title {
    padding-top: 62px;
}

#footer_blocks div:first-child a {
    color: #0285C0 !important;
    text-decoration: underline;
}

#footer .bottom-line {
    position: relative;
    width: 100%;
    float: left;
    height: 4px;
    margin-top: 30px;
    background-image: linear-gradient(to right, #038DD5 , #ADC823);
}





/*************
* GENERAL STYLES / default styles
*/

.lang-select#lang-codes {
	font-size: 0px;
}

.lang-select#lang-codes a {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	padding: 0px 8px;
	border-left: solid 1px #ccc;
}

.lang-select#lang-codes a:first-child {
	padding-left: 0px;
	border: none;
}

.lang-select#lang-codes a:last-child {
	padding-right: 0px;
}


.lang-dropdown ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    z-index: 100;
}

.lang-dropdown ul:hover {
    box-shadow: #ccc 0px 1px 5px;
}

.lang-dropdown ul li {
    display: none;
    text-transform: uppercase;
    background: #fff;
    border-top: solid 1px #eee;
}


.lang-dropdown ul:hover li,
.lang-dropdown ul li:first-child {
    display: block;
    position: relative;
}

.lang-dropdown ul li:first-child {
    background: none;
    border: none;
    padding: 10px;
}

.lang-dropdown ul li:first-child::after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    color: #ff0000;
    margin-left: 4px;
}

.lang-dropdown ul li a {
    color: inherit;
    cursor: pointer;
    display: block;
    padding: 10px;
}


.lang-dropdown ul li a:hover {
    background: #ff0000;
    color: #fff;
}

.modal {
	overflow-x: hidden !important;
}
 
#modal-lang {
	text-align: center;
} 
 
#modal-lang a {
	display: inline-block;
	margin: 5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 10px 20px;
	background: #fff;
	box-shadow: inset #ccc 0px 0px 10px;
	text-align: center;
	text-decoration: none;
}

#modal-lang a img {
	border: solid 1px #ccc;
}

#modal-lang a span {
	display: block;
	margin-top: 2px;
}

.user-area {
	margin: 20px;
}

#login-box {

}

#login-box .links {	
	margin: 0px 0px 20px 0px;
}

#login-box .links a {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

#login-box .inputs #email,
#login-box .inputs #password {
	padding: 6px;
	border-radius: 5px;
	border: solid 1px #ddd;
	width: 100%;
}

#login-box .auto-login {
	text-align: left;
	margin: 10px 0px 0px 10px;
}
 
#login-box .auto-login label {
	font-weight: normal;
} 

#login-box .btn {
	margin-top: -2px;
	color: #fff;
}

.btn {
	border-radius: 2px;
	text-decoration: none !important;
}

.btn-default { 
  color: #FFF; 
  background-color: #31708F; 
  border: none;
} 
 
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  color: #FFF; 
  background-color: #2198d2; 
  border: none;
  padding: 5px 10px;
  transition: background 0.4s; 
} 
 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  background-image: none; 
} 
 
.btn-default.disabled, 
.btn-default[disabled], 
fieldset[disabled] .btn-default, 
.btn-default.disabled:hover, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default:hover, 
.btn-default.disabled:focus, 
.btn-default[disabled]:focus, 
fieldset[disabled] .btn-default:focus, 
.btn-default.disabled:active, 
.btn-default[disabled]:active, 
fieldset[disabled] .btn-default:active, 
.btn-default.disabled.active, 
.btn-default[disabled].active, 
fieldset[disabled] .btn-default.active { 
  background-color: #F5F5F5; 
  border-color: #EDEDED; 
} 
 
.btn-default .badge { 
  color: #F5F5F5; 
  background-color: #3B3B3B; 
}


/**
.btn-success { 
  color: #ffffff; 
  background: #2198D2;
  border: none;
  min-width: 120px;
  text-align: center;
  transition: background 0.4s;
} 
 
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  color: #ffffff; 
  background-color: #31708F; 
 
} 
 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  background-image: none; 
}
**/

.btn-success {
    padding: 8px 12px;
    font-size: 15px;
    margin-top: -2px;
    border: 0px;
    border-radius: 3px;
    background: #008FCD;
    transition: background 0.4s;
}

.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success {
    padding: 8px 12px;
    font-size: 15px;
    background: #012F60;
}
 
.btn-success.disabled, 
.btn-success[disabled], 
fieldset[disabled] .btn-success, 
.btn-success.disabled:hover, 
.btn-success[disabled]:hover, 
fieldset[disabled] .btn-success:hover, 
.btn-success.disabled:focus, 
.btn-success[disabled]:focus, 
fieldset[disabled] .btn-success:focus, 
.btn-success.disabled:active, 
.btn-success[disabled]:active, 
fieldset[disabled] .btn-success:active, 
.btn-success.disabled.active, 
.btn-success[disabled].active, 
fieldset[disabled] .btn-success.active { 
  background-color: #AFC0C9; 
  border-color: #A7B8C2; 
} 
 
.btn-success .badge { 
  color: #AFC0C9; 
  background-color: #ffffff; 
}

.default-wrapper {
    position: relative;
    width: 100%;
    float: left;
}

#cookie_warning {
    position: fixed;
    bottom: 0px;
    left: 0px;
    min-height: 70px;
    padding: 20px;
    width: 100%;
    background: #deffc6;
    color: #2a6500;
    z-index: 2;    
}

#cookie_warning p {
    margin-top: 5px;
    margin-right: 20px;
}

#cookie_warning a {
    font-weight: bold;
}

#cookie_warning input[type=submit],
#cookie_warning p {
    float: left;
}

.cookie-agreement {
    position: relative;
    max-width: 960px;
    float: none;
    margin: 0 auto;
}

.content-blocks {
    position: relative;
    width: 100%;
    float: left;
}

#nav {
    background: #012F60;
}

.header-banner-icons {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 115px;
    color: #FFF;
    padding-top: 20px;
    text-align: center;
    z-index: 2;
    background: rgba(1,47,96,0.5);
}

.header-banner-icons h3 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 23px;
    text-transform: uppercase;
}

#members .banner {
    position: relative;
    width: 130px;
    height: 78px;
    /* display: inline-block; */
    float: left;
    margin: 8px 16px;
}

#members .banner a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

#news-grid h3.title {
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 0px;
}

#news-grid h3.title a {
    color: #FFF;
}

#news-grid .date-on-image {
    position: absolute;
    top: 0px;
    left: 5px;
    padding: 6px 12px;
    display: inline-block;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    width: 120px;
    height: 40px;
    text-align: center;
    background: rgba(1,47,96,0.6);
}

#news-grid .date-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 30px 0 0;
    border-color: rgba(1,47,96,0.6) transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 120px;
}

a.large-breen-button {
    position: relative;
    display: inline-block;
    padding: 16px 32px;
    min-width: 270px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    margin-top: 20px;
    border-radius: 5px;
    background: #AECA20;
    transition: background 0.4s;
}

a.large-breen-button:hover {
    text-decoration: none;
    background: #819617;
}

#find_fast > div > p > a,
a.small-blue-button {
    padding: 12px 24px;
    margin-top: 20px;
    display: inline-block;
    min-width: 200px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 4px;
    background: #012F60;
    transition: background 0.4s;
}

#find_fast > div > p > a:hover,
a.small-blue-button:hover {
    text-decoration: none;
    background: #000;
}

#find_fast h3.footer-title {
    color: #ADC91D;
    font-weight: normal;
    font-size: 27px;
}

#find_fast ul {
    padding-left: 20px;
}

#find_fast ul li {
    line-height: 160%;
}

.gray-line {
    position: relative;
    width: 100%;
    float: left;
    height: 5px;
    margin-top: 40px;
    background: #F6F6F6;
}

.main,
#page,
#nav,
.header-banner-wrapper,
#header,
#footer {
    position: relative;
    width: 100%;
    float: left;
}

.main.news #news-grid .news-box h3.title a,
.main.news #news-grid .news-box .date {
    color: #FFF;
}

.name-wrapper {
    /*
    position: relative;
    width: 100%;
    height: 110px;
    */
}

.name-wrapper h3.name {
    /**
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    **/
}

.name-wrapper h3.name a {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}

.main.news .name-wrapper h3.name a {
    color: #FFF;
}

a.open-file {
    color: #FFF;
    padding: 4px 8px;
    font-size: 18px;
    border-radius: 4px;
    background: #012F60;
}

table.list-files tr.line2 {
    background: #EFEFEF;
}

table.list-files tr td {
    padding: 4px;
}

table.list-files tr td:nth-child(6),
table.list-files tr th:nth-child(6) {
    text-align: center;
}

table.list-files td:nth-child(1) {
    text-align: center;
}

div#content-area,
div#members {
    position: relative;
    width: 100%;
    float: left;
}

#menu.responsive a.lang-button {
    position: absolute;
    top: -85px;
    right: 0px;
    color: #000;
}

a.social-media.facebook {
    font-size: 20px;
    position: absolute;
    top: -8px;
    left: 11px;
}

a.social-media {
    color: #012F60;
}

.container {
	max-width: 100%;
}