/*
Theme Name: dsbelijning
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dsbelijning
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dsbelijning is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 14px;
  line-height: 1.5;
}

p {
  margin-bottom: 1.5em;
  color: #2d2d2d;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 3px;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul {
  left: 100%;
}

/* Small menu */
.menu-toggle {
  display: none;
}

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*****************************/
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #eeeeee;
}

/*
MIXINS
*/
h1 {
  font-size: 35px;
}

h2 {
  font-size: 31px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-bottom: 25px;
  color: #312783;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}

a {
  color: #312783;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
a:hover {
  color: #ed7f3c;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/******************/
.top-slider .item {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.top-slider .item img {
  width: 1920px;
  height: auto;
  min-height: 500px;
  min-width: 1920px;
}
.top-slider .item .position-desc-top-img {
  position: absolute;
  top: 107px;
  left: calc(50% / 2 - 80px);
}
.top-slider .item .position-desc-top-img span {
  display: block;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 1.7px;
  margin-bottom: 11px;
}
.top-slider .item .position-desc-top-img p {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.top-slider .item .position-desc-top-img .button-header {
  color: #312783;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  border: 1px solid #fff;
  padding: 9px 31px 9px 35px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.top-slider .item .position-desc-top-img .button-header:hover {
  background-color: #312783;
  color: #fff;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.image-header {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.image-header img {
  width: 1920px;
  height: auto;
  min-height: 500px;
  min-width: 1920px;
}
.image-header .position-desc-top-img {
  position: absolute;
  top: 107px;
  left: calc(50% / 2 - 80px);
}
.image-header .position-desc-top-img span {
  display: block;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 1.7px;
  margin-bottom: 11px;
}
.image-header .position-desc-top-img p {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.image-header .position-desc-top-img .button-header {
  color: #312783;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  border: 1px solid #fff;
  padding: 9px 31px 9px 35px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.image-header .position-desc-top-img .button-header:hover {
  background-color: #312783;
  color: #fff;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.content {
  width: 1240px;
  margin: 0 auto;
  margin-top: -90px;
  position: relative;
  z-index: 2;
}

.background-top-content {
  background-image: url(images/background-top-content.png);
  width: 1240px;
  background-size: 100% 100%;
  height: 45px;
  position: relative;
}
.background-top-content .logo {
  position: absolute;
  top: -60px;
  left: 34px;
}
.background-top-content .language {
  float: right;
  width: 170px;
  margin: 15px 0 0 0;
}
.background-top-content .language:after {
  content: "";
  display: table;
  clear: both;
}
.background-top-content .language p {
  margin: 0 15px 0 0;
  float: left;
  font-size: 10px;
  color: #fff;
}
.background-top-content .language #lang_sel_list {
  height: 0;
}
.background-top-content .language #lang_sel_list li a {
  background: none;
}

.desc-content {
  background-color: #fff;
  width: 1230px;
  margin: 0 auto;
  padding: 0 30px 70px 30px;
  margin-top: -5px;
}
.desc-content #menu-tablet-mobile:after {
  content: "";
  display: table;
  clear: both;
}
.desc-content #menu-tablet-mobile ul {
  margin: 14px 0px 0 0;
  list-style: none;
  float: right;
}
.desc-content #menu-tablet-mobile ul:after {
  content: "";
  display: table;
  clear: both;
}
.desc-content #menu-tablet-mobile ul li {
  float: left;
  margin: 0 0 0 77px;
}
.desc-content #menu-tablet-mobile ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #312783;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.desc-content #menu-tablet-mobile ul li a:hover {
  color: #ed7f3c;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
ul li ul{
  display: none;
}
ul li:hover ul{
  display: block;
  width: 200px;
  padding: 10px !important;
padding-right: 0px !important;
  position:absolute;
  float: left !important;
  margin: 0px !important;
  list-style: none !important;
  margin-top: 7px !important;
padding-left: 0px !important;
  z-index:9999;
  background-color:#transparent;
margin-left: -10px !important;
}
ul li:hover ul li{
  margin-left: 0px !important;
 width:100% !important;
border:1px solid #d4d4d4;
border-left:1px solid #d4d4d4 !important;
border-top:none;
padding-left:10px;
padding-right:10px;
background-color:#ffffff;
}
ul li ul li a:hover{
  color: #ed7f3c;
}
ul li ul li a{
  width:100% !important;
line-height:20px;
padding-top:15px;
}
ul li{
padding-bottom:15px;
}
.desc-content hr{
margin-top:0px!important;
}
.desc-content #menu-tablet-mobile .menu:after {
  content: "";
  display: table;
  clear: both;
}
.desc-content hr {
  clear: both;
  margin: 15px 0 36px 0;
  height: 2px;
}

.left-right-content {
  background-color: #fff;
}
.left-right-content:after {
  content: "";
  display: table;
  clear: both;
}
.left-right-content .left-content {
  width: 65.81197%;
  float: left;
  margin-right: 2.5641%;
}
.left-right-content .left-content h1 {
  margin-bottom: 14px;
}
.left-right-content .left-content p {
  font-size: 16px;
  letter-spacing: .07px;
}
.left-right-content .left-content .other-color {
  margin: 37px 0 2px 0;
  color: #6f81b1;
}
.left-right-content .right-content {
  width: 31.62393%;
  float: right;
  margin-right: 0;
}
.left-right-content .left-content-all-pages {
  width: 23.07692%;
  float: left;
  margin-right: 2.5641%;
}
.left-right-content .right-content-all-pages {
  width: 74.35897%;
  float: right;
  margin-right: 0;
}

.content-columns-images {
  margin: 40px 0;
}
.content-columns-images:after {
  content: "";
  display: table;
  clear: both;
}
.content-columns-images .column {
  position: relative;
  height: 170px;
  width: 23.07692%;
  float: left;
  margin-right: 2.5641%;
}
.content-columns-images .column:last-child {
  margin-right: 0;
}
.content-columns-images .column a {
  display: block;
}
.content-columns-images .column a:hover .hovered-images {
  visibility: visible;
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.content-columns-images .column img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 170px;
  min-height: 170px;
}
.content-columns-images .column .hovered-images {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(111, 129, 177, 0.85);
  text-align: center;
  width: 100%;
  height: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.content-columns-images .column .hovered-images span {
  display: block;
  font-weight: 700;
}
.content-columns-images .column .hovered-images p {
  margin-top: calc(170px / 2 - 25px);
  color: #fff;
}

.bottom-slider {
  margin-top: 45px;
}
.bottom-slider .item {
  border: 1px solid #d8d8d8;
  min-height: 170px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bottom-slider .item a {
  display: block;
}
.bottom-slider .item img {
  width: 100%;
  height: auto;
  padding: 67px 48px 63px 50px;
}
.bottom-slider .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 27px;
}
.bottom-slider .owl-dots .owl-dot {
  background-color: rgba(111, 129, 177, 0.25);
  display: inline-block;
  padding: 6px;
  margin: 0 9px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.bottom-slider .owl-dots .active {
  background-color: #6f81b1;
}

.right-content {
  margin-top: 3px;
}
.right-content #advanced_menu-2 h1 {
  font-size: 24px;
  color: #ed7f3c;
}
.right-content ul {
  margin: 0;
  list-style: none;
}
.right-content ul li a {
  display: block;
  color: #2d2d2d;
  padding: 14px 0 13px 19px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 300;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.right-content ul li a:hover {
  background-color: #ed7f3c;
  color: #fff;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.right-content ul li:last-child a {
  border-bottom: 0;
}
.right-content #sticky-posts-2 footer {
  display: none;
}
.right-content #sticky-posts-2 h1 {
  font-size: 24px;
  color: #ec7c39;
}
.right-content #sticky-posts-2 h4 {
  font-weight: 400;
}
.right-content #sticky-posts-2 h4 a {
  color: #2d2d2d;
}
.right-content #sticky-posts-2 h4 a:hover {
  text-decoration: none;
}
.right-content #sticky-posts-2 p {
  font-weight: 300;
}
.right-content #sticky-posts-2 a {
  color: #ec7c39;
}
.right-content h1,
.right-content h2,
.right-content h3,
.right-content h4,
.right-content h5,
.right-content h6 {
  color: #ec7c39;
}

footer {
  background-color: #ed7f3c;
  width: 1230px;
  margin: 0 auto;
  padding: 23px 30px 10px 30px;
}
footer .columns-footer:after {
  content: "";
  display: table;
  clear: both;
}
footer .columns-footer .column {
  width: 23.07692%;
  float: left;
  margin-right: 2.5641%;
}
footer .columns-footer .column:last-child {
  margin-right: 0;
}
footer p {
  line-height: 24px;
}
footer p,
footer a {
  color: #fae1d7;
}
footer a {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
footer a:hover {
  color: #000;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
footer ul {
  margin: 0;
  list-style: none;
}
footer ul li {
  line-height: 24px;
}
footer h5 {
  color: #fff;
  font-size: 20px;
}
footer .addres span {
  display: block;
}
footer .addres i {
  font-style: normal;
}
footer .addres .tel {
  margin-right: 14px;
}
footer .addres .mail {
  margin-right: 5px;
}
footer .first-menu h5,
footer .second-menu h5,
footer .addres h5,
footer .media-copyright h5 {
  margin-bottom: 11px;
}
footer .bottom-title {
  margin-top: 56px;
}
footer .media-copyright p {
  margin-bottom: 0;
}

/*****All Pages*****/
.images {
  width: 100% !important;
}

.product-description img {
  float: right;
  margin: 0 25px 15px 15px;
}

.left-content-all-pages h4 {
  color: #ec7c39;
}
.left-content-all-pages ul {
  margin: 0;
  list-style: none;
}
.left-content-all-pages ul li:last-child a {
  border: 0;
}
.left-content-all-pages ul li a {
  border-bottom: 1px solid #ebebeb;
  display: block;
  color: #2d2d2d;
  padding: 15px 0 14px 18px;
  font-weight: 300;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.left-content-all-pages ul li a:hover {
  background-color: #ec7c39;
  color: #fff;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.left-content-all-pages .all-pages-menu .slicknav_btn {
  float: left;
}
.left-content-all-pages .all-pages-menu .slicknav_nav ul li {
  text-align: left;
}
.left-content-all-pages .all-pages-menu .slicknav_nav ul li a {
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.left-content-all-pages .all-pages-menu .slicknav_nav ul li a:hover {
  background-color: gray;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.right-content-all-pages h1 {
  margin-bottom: 15px;
}
.right-content-all-pages p {
  font-size: 16px;
}
.right-content-all-pages .other-color {
  color: #6f81b1;
}

/*****Product description*****/
.left-right-column-in-right-content:after {
  content: "";
  display: table;
  clear: both;
}
.left-right-column-in-right-content .left-column-in-right {
  width: 42.5%;
  float: left;
  margin-right: 2.5641%;
}
.left-right-column-in-right-content .left-column-in-right h1 {
  margin-bottom: 8px;
}
.left-right-column-in-right-content .right-column-in-right {
  width: 54.93%;
  float: right;
  margin-right: 0;
}

.left-column-in-right {
  position: relative;
}
.left-column-in-right #wrapper {
  width: 100%;
}
.left-column-in-right #productImages #image1 img {
  width: 100%;
  height: auto;
  min-height: 240px;
}
.left-column-in-right #productImages #image2,
.left-column-in-right #productImages #image3 {
  display: none;
}
.left-column-in-right #productImages #image2 img,
.left-column-in-right #productImages #image3 img {
  width: 100%;
  height: auto;
  min-height: 240px;
}
.left-column-in-right #productImages .tab {
  float: left;
  width: 100%;
}
.left-column-in-right #productImages .tab a {
  display: block;
}
.left-column-in-right #productImages-nav {
  margin: 0;
  list-style: none;
}
.left-column-in-right #productImages-nav:after {
  content: "";
  display: table;
  clear: both;
}
.left-column-in-right #productImages-nav li {
  width: 31.62393%;
  float: left;
  margin-right: 2.5641%;
}
.left-column-in-right #productImages-nav li:last-child {
  margin-right: 0;
}
.left-column-in-right #productImages-nav li a img {
  width: 100%;
  height: auto;
  min-height: 75px;
  opacity: 0.5;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.left-column-in-right #productImages-nav li a img:hover {
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.left-column-in-right #productImages-nav li .active img {
  opacity: 1;
}
.left-column-in-right .block-description-products {
  background-color: #f6f6f6;
  border: 2px solid #ededed;
  margin: 40px 0 0 0;
  padding: 17px 27px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.left-column-in-right .block-description-products h4 {
  font-size: 24px;
  color: #ed7f3c;
  margin-bottom: 17px;
}
.left-column-in-right .block-description-products ul {
  list-style: none;
  margin: 0;
}
.left-column-in-right .block-description-products ul li {
  font-size: 13px;
  line-height: 24px;
}
.left-column-in-right .block-description-products ul li:after {
  content: "";
  display: table;
  clear: both;
}
.left-column-in-right .block-description-products ul li i {
  color: #ed7f3c;
  margin-right: 20px;
}

#preview {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#preview img {
  width: 600px !important;
}

.right-column-in-right .price-products {
  font-size: 40px;
  color: #ed7f3c;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.right-column-in-right .price-products i {
  font-size: 25px;
  font-style: normal;
}
.right-column-in-right .description-single-products p {
  font-size: 14px;
}
.right-column-in-right .description-single-products span {
  display: block;
  font-weight: 600;
  color: #2d2d2d;
}
.right-column-in-right .links-buttons {
  margin: 45px 0 33px 0;
}
.right-column-in-right .links-buttons a {
  color: #595959;
  text-transform: uppercase;
  background-color: #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.right-column-in-right .links-buttons a:hover {
  background-color: #312783;
  color: #fff;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.right-column-in-right .links-buttons .button1 {
  padding: 10px 40px 10px 40px;
}
.right-column-in-right .links-buttons .button2 {
  padding: 10px 55px 10px 55px;
  margin-left: 15px;
}
.right-column-in-right h5 {
  font-size: 18px;
  color: #2d2d2d;
  margin-bottom: 11px;
}
.right-column-in-right .informatie {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
}

.cart_totals {
  width: 100% !important;
}

/********************/
.related,
.woocommerce-result-count,
.woocommerce-ordering,
#mobile-menu,
.navigation {
  display: none;
}

.tabs li {
  padding: 0 !important;
  margin: 0;
}
.tabs li a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.tabs li a:hover {
  color: #fff !important;
}
.tabs li.active {
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
}
.tabs li.active a {
  padding-right: 10px !important;
  padding-left: 10px !important;
  background-color: #ed7f3c;
}

.your-name input,
.your-email input,
.your-subject input {
  width: 50%;
  margin-bottom: 15px;
  padding: 7px 15px;
}

.your-message textarea {
  padding: 7px 15px;
}

.wpcf7-submit {
  background-color: #fff;
  border: 1px solid #312783;
  padding: 9px 60px 9px 60px;
  margin-top: 30px;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.wpcf7-submit:hover {
  background-color: #312783;
  color: #fff;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

@media screen and (max-width: 1260px) {
  .content,
  .background-top-content,
  .desc-content,
  footer {
    width: 100%;
  }

  .menu ul li {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 1200px) {
  .links-buttons a {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .links-buttons .button2 {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1050px) {
  #secondary {
    margin-top: 60px;
  }
  #secondary:after {
    content: "";
    display: table;
    clear: both;
  }
  #secondary #advanced_menu-2 {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
  }
  #secondary #sticky-posts-2 {
    width: 48.71795%;
    float: right;
    margin-right: 0;
  }

  .slicknav_nav {
    background-color: #ed7f3c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .slicknav_nav ul {
    float: none !important;
    margin: 15px 0 !important;
  }
  .slicknav_nav ul li {
    float: none !important;
    text-align: center;
    margin-left: 0 !important;
  }
  .slicknav_nav ul li a {
    display: block;
  }

  .left-content,
  .right-content {
    width: 100% !important;
    float: none;
    margin-right: 0;
  }

  .right-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .right-content .menu-sidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .addres,
  .first-menu,
  .second-menu {
    width: 31.62393% !important;
  }

  .second-menu {
    margin-right: 0 !important;
  }

  .media-copyright {
    width: 100% !important;
  }
  .media-copyright:after {
    content: "";
    display: table;
    clear: both;
  }
  .media-copyright .social-media,
  .media-copyright .copyright {
    width: 31.62393%;
    float: left;
    margin-right: 2.5641%;
  }
  .media-copyright .copyright h5 {
    margin-top: 0;
  }

  .left-column-in-right,
  .right-column-in-right {
    width: 100% !important;
  }

  .left-column-in-right #wrapper ul li a {
    display: block;
  }
  .left-column-in-right #wrapper ul li a img {
    width: 100%;
    height: auto;
    min-height: 146px;
  }

  #preview img {
    width: 400px !important;
  }
}
@media screen and (max-width: 900px) {
  .left-content-all-pages,
  .right-content-all-pages {
    width: 100% !important;
  }
}
@media screen and (max-width: 720px) {
  .left-content-all-pages .slicknav_btn {
    margin-top: 0;
  }

  .right-content-all-pages {
    margin-top: 30px;
  }

  .slicknav_btn {
    margin-top: -60px;
    width: 100%;
    background-color: #ed7f3c;
    padding-left: 30px;
    padding-right: 30px;
  }
  .slicknav_btn .slicknav_menutxt {
    color: #fff;
  }
  .slicknav_btn .slicknav_icon-bar {
    background-color: #fff;
  }
  .slicknav_btn .slicknav_icon {
    float: right;
  }

  .desc-content {
    padding: 0 15px;
  }

  .left-content {
    margin-right: 0 !important;
  }

  .background-top-content ul {
    display: none;
  }
  .background-top-content .logo {
    display: block;
    position: relative !important;
    left: inherit !important;
    padding: 0 30px;
  }
  .background-top-content .logo img {
    width: 100%;
    height: 135px;
  }

  .content-columns-images .column {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
    margin-bottom: 30px;
  }
  .content-columns-images .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  #secondary {
    margin-top: 60px;
  }
  #secondary:after {
    content: "";
    display: table;
    clear: both;
  }
  #secondary #advanced_menu-2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  #secondary #sticky-posts-2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .columns-footer .column,
  .columns-footer .copyright {
    width: 100% !important;
    margin: 0 0 30px 0;
  }
  .columns-footer .copyright {
    margin: 30px 0 0 0;
  }

  .right-content-all-pages img {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }

  #wrapper #image1 img,
  #wrapper #image2 img,
  #wrapper #image3 img {
    width: 100% !important;
    height: 100% !important;
  }

  #productImages-nav li a {
    display: inline-block;
  }
  #productImages-nav li a img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100%;
  }

  .position-desc-top-img {
    left: 0 !important;
    padding: 0 30px;
    top: 25px !important;
  }

  .social-media {
    width: 100% !important;
  }

  #mobile-menu {
    display: block;
  }

  .slicknav_menu ul {
    display: none;
  }
}

ul.payment_methods{display:none;}

.single .block-description-products {
display: none;
}

.tabs {
display: none;
}

.woocommerce div.product{
  margin-bottom: 20px;
}

body.archive.woocommerce .woocommerce-info{ display:none;}


#lang_sel {height:32px; position:relative; font-family: verdana, arial, sans-serif; display: inline-block;}
/* hack to correct IE5.5 faulty box model */
* html #lang_sel {width:12em; w\idth:12em;}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel ul, #lang_sel li {padding:0 !important; margin:0 !important; list-style-type:none !important;}
#lang_sel li:before{content:'' !important;}
#lang_sel ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel li {float:left;width:149px;position:relative;}
/* style the links for the top level */
#lang_sel a, #lang_sel a:visited {display:block;font-size:11px;text-decoration:none !important; color:#444444; border:1px solid #cdcdcd; background:#fff; padding-left:10px; line-height:24px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel a, * html #lang_sel a:visited {width:149px; w\idth:138px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:149px;border-top:1px solid #cdcdcd;}
/* another hack for IE5.5 */
* html #lang_sel ul ul {top:18px;t\op:19px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#lang_sel ul ul a, #lang_sel ul ul a:visited {background:#ffffff; color:#444444; height:auto; line-height:1em; padding:5px 10px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html #lang_sel ul ul a, * html #lang_sel ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
#lang_sel a:hover, #lang_sel ul ul a:hover{color:#000; background:#eee;}
#lang_sel :hover > a, #lang_sel ul ul :hover > a {color:#000; background:#eee;}

#lang_sel a.lang_sel_sel{
    background:url(../img/nav-arrow-down.png) #fff right no-repeat;
    color:#444;
}
#lang_sel a.lang_sel_sel:hover{
    text-decoration: none;
    color:#000;
}

/* make the second level visible when hover on first level list OR link */
#lang_sel ul li:hover ul,
#lang_sel ul a:hover ul{visibility:visible; }

#lang_sel img.iclflag{width:18px;height:12px;position: relative; top: 1px;}





#lang_sel_footer {
  margin: 0;
  padding: 7px;
  text-align: center;
  font: 11px Verdana, sans-serif;
  min-height: 15px;
  clear: both;
  background-color: #fff;
  border: 1px solid #cdcdcd;
}

#lang_sel_footer ul {
  list-style: none;
  margin:0;
  padding:0;
}

#lang_sel_footer ul li img {
  position: relative;
  top: 1px;
  width: 18px;
  height: 12px;
}

#lang_sel_footer ul li {
  display:inline;
  margin:0 1px 0 0;
  padding:0;
  white-space: nowrap;
  line-height: 25px;
}

#lang_sel_footer ul li a, #lang_sel_footer ul li a:visited {
  text-decoration: none;
  padding: 5px 10px;
}

#lang_sel_footer ul li a:hover, #lang_sel_footer ul li a:active {}

#wpml_credit_footer { width: 100%; margin: 10px 0; padding: 0; text-align: center; font-size: 11px; }





#lang_sel_list {height:32px; position:relative; z-index:99;  font-family: verdana, arial, sans-serif;}
#lang_sel_list.lang_sel_list_vertical{width:149px;}

/* hack to correct IE5.5 faulty box model */
* html #lang_sel_list {width:12em; w\idth:12em;}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel_list ul, #lang_sel_list li {padding:0 !important; margin:0 !important; list-style-type:none !important;}
#lang_sel_list li:before{content:'' !important;}
#lang_sel_list ul.lang_sel_list_vertical {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel_list li {float:left;position:relative;}
#lang_sel_list.lang_sel_list_vertical li {width:149px;}

/* style the links for the top level */
#lang_sel_list a, #lang_sel_list a:visited {display:block;font-size:11px;text-decoration:none !important; color:#444444; background:#fff;  line-height:18px;padding-left:5px;}
#lang_sel_list.lang_sel_list_vertical a, #lang_sel_list.lang_sel_list_vertical a:visited{border: 1px solid #cdcdcd; border-top-width: 0; padding-left:10px;}


/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel_list a, * html #lang_sel_list a:visited {width:149px; w\idth:138px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel_list.lang_sel_list_vertical ul {/*visibility:hidden;position:absolute;*/height:0;top:19px;left:0; border-top:1px solid #cdcdcd;}


/* another hack for IE5.5 */
* html #lang_sel_list ul {top:18px;t\op:19px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel_list table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#lang_sel_list ul a, #lang_sel_list_list ul a:visited {background:#ffffff; color:#444444; height:auto; line-height:1em;}
#lang_sel_list.lang_sel_list_vertical ul a, #lang_sel_list_list ul a:visited {padding:3px 10px;}

/* yet another hack for IE5.5 */
* html #lang_sel_list ul a, * html #lang_sel_list ul a:visited {width:150px;w\idth:128px;}

#lang_sel_list a.lang_sel_sel{
    background-image: none;
    color:#444;
}
#lang_sel_list a.lang_sel_sel:hover{
    text-decoration: none;
    color:#000;
}

/* make the second level visible when hover on first level list OR link */
#lang_sel_list ul li:hover ul,
#lang_sel_list ul a:hover ul{visibility:visible; }

#lang_sel_list img.iclflag{width:18px;height:12px;position: relative; top: 1px;}

#lang_sel.icl_rtl{
    text-align:right;
    direction: rtl;
}
#lang_sel.icl_rtl .lang_sel_sel{
    padding-right:14px;
}

/* reset menu img definitions */
.menu-item-language img.iclflag{height:12px !important; width:18px !important; margin-bottom:0 !important; margin-right:4px;}

.all-pages-menu #menu-item-389 {display: none;}