/*  ==============================================================
||                                                              ||
||    Website gemaakt door / Website created by                 ||
||   _______ _____  _____ ____          _        _   _ _        ||
||  |__   __|  __ \|_   _|  _ \   /\   | |      | \ | | |       ||
||     | |  | |__) | | | | |_) | /  \  | |      |  \| | |       ||
||     | |  |  _  /  | | |  _ < / /\ \ | |      | . ` | |       ||
||     | |  | | \ \ _| |_| |_) / ____ \| |____ _| |\  | |____   ||
||     |_|  |_|  \_\_____|____/_/    \_\______(_)_| \_|______|  ||
||                                                              ||
==================================================================
  Table of contents:
  --------------------------------------------------------------

      1. NORMALIZE
      2. FONTS
      3. BASICS
      4. LAYOUT
      5. CUSTOM PAGE STYLES
      6. IMAGE REPLACEMENT
      7. CLEARFIX
      8. NON-SEMANTIC HELPER CLASSES
      9. PRINT STYLES

=============================================================== */

/*  NORMALIZE
      - reset and basic styles
================================================================*/
/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #008985; color: #fff; text-shadow: none; }
::selection { background: #008985; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {  }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }



/* FONTS
================================================================*/


header
,nav
,section
,article
,aside
,footer
,hgroup
{
display: block;
}


/* BASICS
================================================================*/

html {

}

body {
  color: #585858;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #000 url(/images/bg-pattern.png) top center;
  border-top: 2px #008985 solid;
}

img { border: 0; }

input, select, option, span.select {
  color: #585858;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

input:focus, select:focus, option:focus {
  outline: none;
}



h1, h2, h3 {
  margin: 0;
  padding: 0;
  color: black;
}

a, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #008985;
  text-decoration: none;
}

.wraper {
  position: relative;
  width: 940px;
  margin: 0 auto;
  z-index:2;
}
.wraper.calculator{
    width:1200px;
}
.fl { float: left; }
.fr { float: right; }

#container {
  position: relative;
  min-height: 400px;
  background: #f7f7f7;
  z-index: 5;
   -webkit-box-shadow: -1px 0px 14px -6px black;
          box-shadow: -1px 2px 14px -6px black;
}

#index #container {
  min-height: 800px;
  padding-bottom:20px;
}


.img-round {
  border-radius: 7px;
    -webkit-border-radius: 7px;
  behavior: url(/css/PIE.htc);
}

.round {
  border-radius: 4px;
    -webkit-border-radius: 4px;
  behavior: url(/css/PIE.htc);
}

.round-left {
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;

          border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;

  behavior: url(/css/PIE.htc);
}

.round-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;

    behavior: url(/css/PIE.htc);
}

.box > a {
  display: block;
  padding: 5px 0px 5px;
}

.btn-black {
  display: inline-block;
  padding: 0px 10px 1px;
  line-height: 24px;
  height: 24px;
  color: #ababab;
  font-size: 11px;
  background:url(/images/btn-bg-center.png) top repeat-x;

}

.menu-top > img {
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 0px;
  float:left;
}

  a.btn-black:hover {
    color: #008985;
    text-decoration: none
  }

.select-wrap {
  position: relative;
}

select.select {
  position: relative;
  width: 50px;
  z-index: 10;
  background: black;
  line-height: 24px;
  cursor: pointer;
}


.language option {
  color: #acacac;
  background: #222;
  border: 0px black solid;
  width: 50px;
  padding: 2px;
  margin: 2px;
}

/* NICE CSS BUTTONS
================================================================*/

a.btn, input.btn {
  margin-bottom: 10px;
  /*padding: 5px 20px;*/
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
          border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  text-shadow: 0px 1px 2px #222;
}

a.btn.green, input.btn.green {
  border: 1px #004644 solid;
  background-color: #009a95;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009a95), to(#006f6c)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #009a95, #006f6c); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #009a95, #006f6c); /* FF3.6+ */
  background-image:      -o-linear-gradient(top, #009a95, #006f6c); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #009a95, #006f6c);

  -pie-background: linear-gradient(top, #009a95, #006f6c); /* Chrome 10+, Saf5.1+, iOS 5+ */
  behavior: url(/css/PIE.htc);

  color: white;
  text-decoration: none;
}

  a.btn.green:hover, input.btn.green:hover {
    background-color: #006f6c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006f6c), to(#009a95)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #006f6c, #009a95); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #006f6c, #009a95); /* FF3.6+ */
    background-image:      -o-linear-gradient(top, #006f6c, #009a95); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #006f6c, #009a95);

    -pie-background: linear-gradient(top, #006f6c, #009a95); /* Chrome 10+, Saf5.1+, iOS 5+ */
    behavior: url(/css/PIE.htc);


  }

a.btn.yellow, input.btn.yellow {
  border: 1px #a06803 solid;
  background-color: #efb304;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efb304), to(#ed9403)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #efb304, #ed9403); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #efb304, #ed9403); /* FF3.6+ */
  background-image:      -o-linear-gradient(top, #efb304, #ed9403); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #efb304, #ed9403);

  -pie-background: linear-gradient(top, #efb304, #ed9403); /* Chrome 10+, Saf5.1+, iOS 5+ */
  behavior: url(/css/PIE.htc);

  color: white;
  text-decoration: none;
}

  a.btn.yellow:hover, input.btn.yellow:hover {
    background-color: #ed9403;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ed9403), to(#efb304)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ed9403, #efb304); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #ed9403, #efb304); /* FF3.6+ */
    background-image:      -o-linear-gradient(top, #ed9403, #efb304); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #ed9403, #efb304);

    -pie-background: linear-gradient(top, #ed9403, #efb304); /* Chrome 10+, Saf5.1+, iOS 5+ */
    behavior: url(/css/PIE.htc);

    color: white;
    text-decoration: none;
  }

a.btn.red, input.btn.red {
  border: 1px #6e015e solid;
  background-color: #efb304;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d81454), to(#c40d39)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #d81454, #c40d39); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #d81454, #c40d39); /* FF3.6+ */
  background-image:      -o-linear-gradient(top, #d81454, #c40d39); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #d81454, #c40d39);

  -pie-background: linear-gradient(top, #d81454, #c40d39); /* Chrome 10+, Saf5.1+, iOS 5+ */
  behavior: url(/css/PIE.htc);

  color: white;
  text-decoration: none;
}

  a.btn.red:hover, input.btn.red:hover {
    background-color: #c40d39;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c40d39), to(#d81454)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #c40d39, #d81454); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #c40d39, #d81454); /* FF3.6+ */
    background-image:      -o-linear-gradient(top, #c40d39, #d81454); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #c40d39, #d81454);

    -pie-background: linear-gradient(top, #c40d39, #d81454); /* Chrome 10+, Saf5.1+, iOS 5+ */
    behavior: url(/css/PIE.htc);

  }


a.btn.violet, input.btn.violet {
  border: 1px #81005b solid;
  background-color: #a44094;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a44094), to(#782368)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #a44094, #782368); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #a44094, #782368); /* FF3.6+ */
  background-image:      -o-linear-gradient(top, #a44094, #782368); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #a44094, #782368);

  -pie-background: linear-gradient(top, #a44094, #782368); /* Chrome 10+, Saf5.1+, iOS 5+ */
  behavior: url(/css/PIE.htc);

  color: white;
  text-decoration: none;
}

  a.btn.violet:hover, input.btn.violet:hover {
    background-color: #782368;/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#782368), to(#a44094)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #782368, #a44094); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #782368, #a44094); /* FF3.6+ */
    background-image:      -o-linear-gradient(top, #782368, #a44094); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #782368, #a44094);

    -pie-background: linear-gradient(top, #782368, #a44094); /* Chrome 10+, Saf5.1+, iOS 5+ */
    behavior: url(/css/PIE.htc);

  }

a.btn.light-green, input.btn.light-green {
  border: 1px #7c8100 solid;
  background-color: #c1c400;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c1c400), to(#959b00)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #c1c400, #959b00); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #c1c400, #959b00); /* FF3.6+ */
  background-image:      -o-linear-gradient(top, #c1c400, #959b00); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #c1c400, #959b00);

  -pie-background: linear-gradient(top, #c1c400, #959b00); /* Chrome 10+, Saf5.1+, iOS 5+ */
  behavior: url(/css/PIE.htc);

  color: white;
  text-decoration: none;
}

  a.btn.light-green:hover, input.btn.light-green:hover {
    background-color: #959b00;/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#959b00), to(#c1c400)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #959b00, #c1c400); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #959b00, #c1c400); /* FF3.6+ */
    background-image:      -o-linear-gradient(top, #959b00, #c1c400); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #959b00, #c1c400);

    -pie-background: linear-gradient(top, #959b00, #c1c400); /* Chrome 10+, Saf5.1+, iOS 5+ */
    behavior: url(/css/PIE.htc);

  }


a.btn.blue, input.btn.blue {
  border: 1px #005b8e solid;
  background-color: #c1c400;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00bced), to(#0385c8)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #00bced, #0385c8); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #00bced, #0385c8); /* FF3.6+ */
  background-image:      -o-linear-gradient(top, #00bced, #0385c8); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #00bced, #0385c8);

  -pie-background: linear-gradient(top, #00bced, #0385c8); /* Chrome 10+, Saf5.1+, iOS 5+ */
  behavior: url(/css/PIE.htc);

  color: white;
  text-decoration: none;
}

  a.btn.blue:hover, input.btn.blue:hover {
    background-color: #0385c8;/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0385c8), to(#00bced)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #0385c8, #00bced); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #0385c8, #00bced); /* FF3.6+ */
    background-image:      -o-linear-gradient(top, #0385c8, #00bced); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #0385c8, #00bced);

    -pie-background: linear-gradient(top, #0385c8, #00bced); /* Chrome 10+, Saf5.1+, iOS 5+ */
    behavior: url(/css/PIE.htc);

  }


a.btn.grey {
  display: inline-block;
  margin: 10px 0px;
  padding: 5px 13px;
  font-size: 13px;
  font-weight: bold;
  border: 1px #828b90 solid;

  background-color: #b6bbbe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b6bbbe), to(#828b90)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #b6bbbe, #828b90); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #b6bbbe, #828b90); /* FF3.6+ */
  background-image:      -o-linear-gradient(top, #b6bbbe, #828b90); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #b6bbbe, #828b90);

  -pie-background: linear-gradient(top, #b6bbbe, #828b90); /* Chrome 10+, Saf5.1+, iOS 5+ */
  behavior: url(/css/PIE.htc);

  color: white;
  text-decoration: none;
}

  a.btn.grey:hover {
    background-color: #828b90;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#828b90), to(#b6bbbe)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #828b90, #b6bbbe); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #828b90, #b6bbbe); /* FF3.6+ */
    background-image:      -o-linear-gradient(top, #828b90, #b6bbbe); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #828b90, #b6bbbe);

    -pie-background: linear-gradient(top, #828b90, #b6bbbe); /* Chrome 10+, Saf5.1+, iOS 5+ */
    behavior: url(/css/PIE.htc);
  }


.slider a.btn img {
  padding-top: 1px;
  padding-left: 30px;
}

a.btn {
    position:relative;
}

  a.btn img {
      padding-left: 16px;
  }

a.btn.wide {
    display: block;
    padding: 7px 20px;
    font-size: 13px;
    text-align: left;
}
  a.btn img {
    text-align: right;
    float: right;
    padding-top: 1px;
    margin-right: -3px;
    width:20px;
  }

a.btn.last {
  margin-bottom: 0px;
}

.slider a.btn {
  float: left;
  padding: 10px 20px;
  font-size: 13px;
  position:relative;
  padding-right:40px;
}

.slider a.btn img {
	position:absolute;
	right:15px;
	top:7px;
}


/* LAYOUT
================================================================*/


/*--- Colors
----------------------------------------------------------------*/

#header[rel=red] { border-bottom: 2px #c8083f solid; } a.red { color: #c8083f; }
#header[rel=yellow] { border-bottom: 2px #efb204 solid; } a.yellow { color: #efb204; }
#header[rel=violet] { border-bottom: 2px #8a0076 solid; } a.violet { color: #8a0076; }

#header[rel=light-green] { border-bottom: 2px #8f9500 solid; } a.light-green { color: #8f9500; }
#header[rel=blue] { border-bottom: 2px #007dc3 solid; } a.blue { color: #007dc3; }
#header[rel=grey] { border-bottom: 2px #717171 solid; } a.grey { color: #111; }

a.link:hover { color: inherit; text-decoration: underline; }

/*--- Header
----------------------------------------------------------------*/

#header {
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
  max-height: 445px;
  border-bottom: 2px #008985 solid;
  z-index: 6;
  -webkit-box-shadow: 0px 6px 38px -2px #ccc;
  box-shadow: 0px 6px 38px -2px #ccc;
}


.color.green {
  position: absolute;
  bottom: 2px;
  height:332px;
  width: 100%;
  background: url(/images/bg-green.png) bottom center no-repeat;

}

#slides .color {
  z-index: 2;
}


#logo {
  float: left;
  width: 190px;
  height: 43px;
}

.menu-top {
  float: right;
  margin-top: 10px;
  width: 525px;
  color: #acacac;
}

.topMenuImage {
    margin-right:5px;
}

  .menu-top a {
    color: #acacac;
    text-decoration: none;
    float:left;
  }

  .menu-top a:hover {
    color: #fff;
  }

.homeico {
 padding-right: 10px;
}

.language-top {
  float: right;
  width: 49px;
  height: 24px;
  position: relative;
}

#lang {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1000;
	top: 23px;
	background: black;
	font-size: 12px;
	border: 1px #555 solid;
	text-transform: lowercase;
	float: left;
    width: 47px;
}

#lang li {
    float: left;
    clear: both;
    text-align: left;
    width: 47px;
}

#lang a {
	display: block;
    padding: 5px 0px 5px 10px;
    width: 37px;
}

#lang a:hover {
	background: #008985;
}

span.select img {
}

span.select {
  position: absolute;
  bottom: 0;
  float: left;
  left: 0;
  top: 0;
  width: 49px;
  height: 21px;
  padding-top: 3px;
  text-indent: 10px;
  background: url(/images/select-bg.png) no-repeat 0 0;
  border: 0px;
  cursor: default;
  z-index: 1;
  cursor: pointer;
}

.search-top {
  float: right;
  width: 170px;
  text-align: right;
}

  .search-top input {
    padding-left: 20px;
    width: 135px;
    height: 20px;
    font-style: italic;
    color: #777;
    background: transparent url(/images/search.png) left no-repeat;
    border: 0px;
    border-bottom: 1px #585858 solid;
  }


/*------ menu primary */

.menu-primary {
  position: relative;
  width: 940px;
  z-index:-1;
}

.menu-primary .bg {
  height: 62px;
  margin-top: 20px;
  border: 1px black solid;
    -webkit-border-radius: 7px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
          border-radius: 7px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fff)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #fff); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #ffffff, #fff); /* FF3.6+ */
  background-image:      -o-linear-gradient(top, #ffffff, #fff); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #fff, #fff);
  -pie-background: linear-gradient(top, #fff, #fff); /* Chrome 10+, Saf5.1+, iOS 5+ */
  behavior: url(/css/PIE.htc);
  float:left;
}

.menu-primary ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.menu-primary ul > li {
  float: left;
  width: 186px;
  background-position: top right;
  border-right: 1px #999 solid;
}

.menu-primary .active {
  background: url(/images/menu-primary-selected.png) no-repeat;
  background-position: -10px 0px;
}

.menu-primary li.first.active {
  background-position: top left;
}

.menu-primary ul > li.last {
  width: 190px;
  border-right: 0px;
}

.menu-primary li.last.active, .menu-primary ul > li.last:hover {
  background: url(/images/menu-primary-selected-r.png) no-repeat;
  background-position: -32px 0px;
}

.menu-primary ul > li:hover {
  background: url(/images/menu-primary-selected.png) no-repeat;
  background-position: top right;
}

.menu-primary li.has-children {
  position: relative;
}

.menu-primary li.has-children .active {
  background: url(/images/menu-primary-selected.png) no-repeat;
}

.menu-primary li.has-children:hover {
  background: url(/images/menu-primary-selected.png) no-repeat;
  background-position: 0px 0px;
}

.menu-primary a {
  height: 62px;
  display: block;
}

.menu-primary a:hover {
  text-decoration: none;
}

.menu-primary .title {
  display: block;
  padding-top: 13px;
  color: #008985;
  font-size: 18px;
  font-weight: normal;
}

.menu-primary .sub-title {
  display: block;
  color: #7e7e7e;
  font-size: 12px;
  font-weight: normal;
}

.menu-primary li.active .title {
  color: black;
}

/*------ menu dropdown */

/* MOD */
.menu-dropdown,
.menu-dropdown-tech {
  display: none;
  position: absolute;
  top: 145px;
  width: 100%;
  z-index: 10;
}

.menu-dropdown > .bg,
.menu-dropdown-tech > .bg {
  position: relative;
  padding: 20px 18px;
  height: 274px;
  background-color: #fff;
  border: 1px #5f5757 solid;
  z-index: 10;

    -webkit-border-radius: 7px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
          border-radius: 7px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #fff, #fff); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #fff, #fff); /* FF3.6+ */
  background-image:      -o-linear-gradient(top, #fff, #fff); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #fff, #fff);

  -pie-background: linear-gradient(top, #fff, #fff); /* Chrome 10+, Saf5.1+, iOS 5+ */
  behavior: url(/css/PIE.htc);
}
.menu-dropdown-tech > .bg {
    height: 280px;
}

.menu-dropdown .boxer,
.menu-dropdown-tech .boxer {
  float: left;
  margin-right: 9px;
  width: 393px;
  height: auto;
  font-size: 13px;
  text-align: center;
}
  .menu-dropdown-tech .boxer {
    width: 270px;
  }

  .menu-dropdown .boxer.short.last,
  .menu-dropdown-tech .boxer.short.last {
    margin-right: 0px;
	width: 290px;
  }

  .menu-dropdown .boxer span,
  .menu-dropdown-tech .boxer span {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 7px;
    color: #000;
    font-weight: bold;
    border-bottom: 4px #006c60 solid;
  }

.menu-dropdown .boxer .item,
.menu-dropdown-tech .boxer .item {
  margin-left: 4px;
}

.menu-dropdown .boxer .item + .item,
.menu-dropdown-tech .boxer .item + .item {
  margin-left: 0px;
}

.menu-dropdown .boxer .item,
.menu-dropdown-tech .boxer .item {
  float: left;
  margin-right: 9px;
  width: 89px;
  text-align: center;
}

  .menu-dropdown .boxer .item:first-child,
  .menu-dropdown-tech .boxer .item:first-child {
    margin-left: 4px;
  }

  .menu-dropdown .boxer .item.last,
    .menu-dropdown-tech .boxer .item.last{
    margin-right: 0px;
  }

  .menu-dropdown .boxer .item img,
  .menu-dropdown-tech .boxer .item img{
    margin-bottom: 5px;
    width: 89px;
    height: 89px;
    border: 1px #008985 solid;
    display:block;
    position:relative;
    float: left;
  }

  .menu-dropdown .boxer .item a
  .menu-dropdown-tech .boxer .item a  {
    display: block;
    position:relative;
    float: left;
  }

  .menu-dropdown .boxer .item a:hover,
  .menu-dropdown-tech .boxer .item a:hover {
    color: #80b5af;
  }

  .menu-dropdown .boxer .item a:hover img,
  .menu-dropdown-tech  .boxer .item a:hover img {
     border: 1px #CCC solid;
  }

.menu-dropdown .boxer.short,
.menu-dropdownp-tech .boxer.short{
    margin-right: 11px;
    width: 195px;
}


.menu-dropdown .boxer.short .item + .item,
.menu-dropdown-tech .boxer.short .item + .item {
  /*float: right;*/
}
.menu-dropdown-tech .boxer ul {
    width: 100%;
    padding: 0;
}
.menu-dropdown-tech .boxer ul li {
    width: 50%;
    text-align: left;
    padding: 10px 0;
    display: block;
    float: left;
}
.menu-dropdown-tech .boxer ul li a {
    font-size: 1em;
}
.menu-dropdown-tech .boxer ul li a:hover {
    color: #006c60;
}

/* END MOD */

.arrow-up, .arrow-bg {
  display: none;
  position: absolute;
  top: 138px;
  left: 83px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  z-index: 11;
}

  .arrow-bg {
    top: 137px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #5f5757;
    z-index: 10;
  }

/*------ slider */

.slider.min {
  top: 0;
}

.slider {
  position: relative;
  top: -14px;
  margin: 0 auto;
  width: 990px;
  text-align: center;
  z-index: 1;
  left: 1px;
  clear:both;
    /*fullscreen slider*/
    /*width: 100vw;*/
}

  .slider img {
    /*margin-right: -106px;*/
    margin-left:-5px;
    width: 100%;
  }

/*--- CONTENT
----------------------------------------------------------------*/

.main > h1 {
  padding: 0px 0px 25px;
  font-size: 28px;
  font-family: "myriad-pro", "Times New Roman", Times, serif;
  font-weight: bold;
}

#index .main > h1, #product .main > h1 {
  text-align: center;
}

.center {
  text-align: center;
}

.main {
  padding-top: 25px;
  padding-bottom:20px;
}

.col {
  float: left;
}

#index .col.left {
  margin-right: 15px;
  width:620px;
}

#index .col.right {
  float: right;
  width: 300px;
  margin-right: 0px;
}

  .col.left {
    margin-right: 15px;
    width:700px;
  }

  .col.right {
    float: right;
    width: 220px;
    margin-right: 0px;
  }

.box {
  float: left;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 20px;
  background: #fff;
  border: 1px #c8c8c8 solid;
  line-height: 21px;
}

aside .box {
  width: 81%;
  font-size: 13px;
}

aside .box.same-font {
  font-size: 14px;
}

#index aside .box {
  width: 86%;
}

.box.min {
  max-width: 260px;
}

.box.min.fixedheight {
    height:290px;
}

.box.min.fixedheight > span {
    height:105px;
    display:block;
    margin:0;
    padding:0;
    overflow: hidden;
	text-overflow: ellipsis;
}

.box.max {
  width: 660px;
}

.box.no-bg {
  background: transparent none;
}

.box.footer {
  position: relative;
  padding: 0px;
  padding-bottom:30px;
  min-height: 308px;
}

  .box.footer header {
    font-size: 16px;
    color: black;
    padding: 20px 20px 0px;
  }

  .box.footer.home header {
      padding: 20px;
  }

  .box header {
    font-size: 16px;
    color: black;
    padding: 0px;
  }

  .box.footer p {
    padding: 10px 20px 28px;
  }

  .box.footer.home h2,
  .box.footer.home h3,
  .box.footer.home h4 {
    padding: 0 20px;
  }

  .box.footer.home h4 {
    margin: 0;
  }

  footer.homeBlock .link_0
  {
      background:url(/images/application1.png) no-repeat center left;
  }

  footer.homeBlock .link_1
  {
      background:url(/images/application2.png) no-repeat center left;
  }

  footer.homeBlock .link_2
  {
      background:url(/images/application3.png) no-repeat center left;
  }

  .box > footer {
    bottom: 0;
    background-color: #ebf4f5;
    padding: 3% 5%;
    color: black;
    width:90%;
    position:absolute;
    border-top: 1px solid #006c60;
  }

  .box > footer a {
    display: inline-block;
    padding-left: 43px;
  }

.box h2, h3 {
  margin-bottom: 10px;
  padding: 0px;
  font-size: 20px;
  font-weight: normal;
  font-family: "myriad-pro", "Times New Roman", Times, serif;
}

.box h4 {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: normal;
  font-family: "myriad-pro", "Times New Roman", Times, serif;
}

.box.w300 {
  line-height: 20px;
}

.hr {
  padding:0px;
  margin-bottom: 20px;
  /*background: url(/images/hr.png) center no-repeat;*/
  border-bottom: 4px #006c60 solid;
}

.hr-footer {
  padding: 20px 0px;
  background: url(/images/hr-footer.png) center no-repeat;
  border: 0px red solid;
}

.row .box {
  margin-right: 15px;
}

.box.image {
  float: left;
  margin-right: 15px;
}

.box.image > h2, .box.image > img {
  margin: 0px 0px 15px;
}

.box.image > span {
  margin-top: 15px;
  padding-bottom: 10px;
}


.box.last {
  margin-right: 0px;
  margin-left: 0px;
}

.box.box-map {
  width: 260px;
  min-height: 104px;
  background: url(/images/box-map.png) bottom no-repeat;
}

.box.box-map .link {
  text-decoration: underline;
}

.box.box-map .link:hover {
  text-decoration: none;
}

.row .box.box-map h2 {
  margin-bottom: 30px;
}

.box.d-masterclass {
    background:url(/images/d-masterclass.png) transparent no-repeat center center;
}

.col.right .box-map p {
  margin-bottom: 0px;
}

.box.news {
  line-height: 20px;
  width:660px;
}

#index .over-height {
  min-height: 273px;
}

.list-link ul, .list-link ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-style: italic;
  color: #9c9c9c;
}

  .list-link li {
    padding: 5px 0;
    line-height: 25px;
    border-bottom: 1px #80b5af solid;
  }

  .list-link li.last { border-bottom: 0 #bababa dashed; }
  .list-link li.active a { color: #000000; }

  .list-link a {
    color: #008985;
    font-style: normal;
  }

  .list-link a:hover { text-decoration: underline; }


.list-green {
  padding: 0;
  list-style: none;
  width: auto;
}

.list-green.pro{
  width: 43%;
}

.list-green li {
  padding: 7px 0px 7px 35px;
  background: url('/images/list-arrow.png') left 12px no-repeat;
  border-bottom: 1px #bababa dashed;
  line-height: 25px;
}

.col.list .list-green {
  display: inline-block;
  float: left;
  margin: 20px 20px 20px;

}

.col.list .list-green li {
  padding: 7px 80px 7px 35px;
}

.col.list .benefits .list-green li {
  padding: 7px 0px 7px 35px;
}

.col.list .list-green li.last {
  border: 0px;
}


.box.news .date {
  display: block;
  margin-top: -10px;
  color: #9c9c9c;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}

.box.news p > img, .box.richtext p > img  {
  float: left;
  margin: 0px 20px 15px 0px;
}

.box.news a.btn {
  position:relative;
  float:left;
  padding-right:40px;
}
.box.news a.btn img {
	position:absolute;
	right:10px;
	top:4px;
}

.box.richtext h3 {
  display: block;
  clear: both;
}

.box.no-padding {
  padding: 0px 0px 10px;
  width: 100%;
}

.box.no-padding h2, .box.no-padding p {
  padding: 10px 20px;
}

.box.no-padding .btn {
  margin: 0px 20px;
}
/*
.homeApplications
{
    width: 235px;
    float: left;
}
*/





/*--- FOOTER
----------------------------------------------------------------*/

#footer {
  padding-top: 35px;
  min-height: 200px;
  background: #dcdcdc;
}

#footer h1 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

#footer section {
  display: inline-block;
  min-width: 185px;
  padding-right: 20px;
  vertical-align: top;
}

#footer section.last {
  min-width: 60px;
}

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

#footer li {
  line-height: 20px;
}

#footer .tech {
  width: 345px;
}

#footer ul {
  float: left;
}

#footer ul + ul {
  margin-left: 70px;
}


#footer a {
  color: #4d4d4d;
}

  #footer a:hover {
    color: #008985;
  }

#footer span {
  float: left;
  color: #767676;
  font-size: 12px;
}

#footer .fb {
  float: right;
  margin-top: -6px;
  width: 270px;
  color: #767676;
  font-size: 12px;
  text-align:right;
}

#footer .fb img {
  display: inline-block;
  padding-bottom: 3px;
  padding-left: 10px;
  height: 25px;
}

/*------ pozniej grid */

.w620 {
  width:620px;
}

.w300 {
  width: 260px;
}



/* CUSTOM PAGE STYLES
================================================================*/

/*--- Products
----------------------------------------------------------------*/

.box.product {
  width: 100%;
  padding: 0px;
  min-height: 500px;
  background: url(/images/product-shadow.png) white 220px 25px no-repeat;
}

.product .side-left {
  float: left;
  width: 220px;
  min-height: 100px;
  background: #f9f9f9;
  border-right: 1px #cdcdcd solid;
}

.product ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

  .product .side-left li {
    position: relative;
    padding: 3px 10px 3px 20px;
    height: 82px;
    border-bottom: 1px #cdcdcd solid;

  }

  .product .side-left .last li {
    position: relative;
    bottom: -1px;
  }

  .product .side-left a p {
    color: #5a5a5a;
  }

.side-left .active {
  display: block;
  position: relative;
}

.side-left li:hover {
  left: -1px;
  background: #f5f5f5;
  border-left: 1px #000 solid;

}

.side-left .active li {
  position: relative;
  top: -1px;
  left: 0;
  width: 195px;
  padding-right: 15px;
  background: #e5e5e5;
  border-right: 1px #cdcdcd solid;
  border-top: 1px #CDCDCD solid;
}

.side-left .active.last li {
  top: 0;
  border-bottom: 0px;
}

.side-left .active h4 {
  color: black !important;
}

.side-left .active span {
  position: absolute;
  right: -12px;
  bottom: -15px;
}

.product .side-left h4, .product .side-right h1 {
  padding: 0;
  margin: 10px 0px 0px;
  font-size: 18px;
  font-weight: normal;
  font-family: Myriad;
}

.product .side-right h1 {
  font-size: 24px;
}

.product .side-left p {
  margin-top: 3px;
  padding: 0px;
  font-size: 12px;
  line-height: 18px;

}


.support form.contact-form input[type=text] {
	background-image: url('/images/support-s.png');
	background-repeat: no-repeat;
	background-position: 10px;
}

.loginForm {
    margin-top: 40px;
}

.loginForm td {
    vertical-align:middle;
    height: 40px;
}

form.contact-form .loginForm label {
    margin-bottom:0px;
}

.form-submit.loginFormSubmit {
    margin-left: 0px;
    float: left;
    position: relative;
}


.support .row .item {
  float: left;
  background: white;
border: 1px #ddd solid;
width: 233px;
min-height: 110px;
}

.support .row .item img {
  padding: 15px;
  float: left;
}

.support .row .item .title {
  padding-top: 20px;
  display: block;
}

.side-right .tab {
  display: none;
}

.side-right .tab:first-child {
  display: block;
}

.side-right {
  position: relative;
  float: right;
  padding: 20px 0px 0px 20px;
  width: 680px;
  min-height: 555px;
}

.side-right p {
  padding:0;
  margin-right: 30px;
  font-size: 16px;
  text-align: left;
  line-height: 25px;

}

.side-right img.corner {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* MOD */

.item-specs {
    width: 48%;
    display: block;
    float: left;
}
.item-specs #list-seperator {
    border-bottom: 1px #006c60 solid;
    margin: 30px 0;
}
.item-links {
    width: 48%;
    display: block;
    float: left;
}
.item-links a {
    margin: 0 auto;
    display: block;
    width: 206px;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 1000;
}
.item-links a:first-child {
    -webkit-box-shadow: 1px 1px 4px 0px #000;
          box-shadow: 1px 1px 4px 0px #000;
}
.item-links .tech-specs {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: white !important;
}
.item-links .tech-specs img {
    width: 21px;
    height: 21px;
    float: right;
    display: block;
    margin-right: -3px;
}

.tech-specs.red { border: 1px #c8083f solid; } a.red { color: #c8083f; }
.tech-specs.yellow { border: 1px #efb204 solid; } a.yellow { color: #efb204; }
.tech-specs.violet { border: 1px #8a0076 solid; } a.violet { color: #8a0076; }
.tech-specs.light-green { border: 1px #8f9500 solid; } a.light-green { color: #8f9500; }
.tech-specs.blue { border: 1px #007dc3 solid; } a.blue { color: #007dc3; }
.tech-specs.grey { border: 1px #717171 solid; } a.grey { color: #111; }

img#zoom-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
}
/* END MOD */

ul.col-2 {
  padding-bottom: 20px;
  width: 340px;
}

ul.col-2 li {
  color: black;
  line-height: 24px;
  border-bottom: 1px #eee dashed;
}

  ul.col-2 li.last {
    border-bottom: 0px;
  }

ul.col-2 span {
  display: inline-block;
  width: 195px;
  color: #5a5a5a;
  line-height: 32px;
}

.product a.btn.arrow-d {
  display: block;
  width: 206px;
}

.col.pic .box {
   padding: 0px;
}

.col.pic .box, .col.list .box {
  float: none;
  padding-bottom: 0px;
}

.col.pic {
  display: inline-block;
  width: 300px;
}

.col.pic .poz {
  min-height: 113px;
  line-height: 15px;
  border-bottom: 1px #C8C8C8 solid;
  padding-left: 20px;
}
.col.pic .poz img {
  float: left;
  padding: 20px;
}

.col.pic .poz h3 {
  padding: 30px 0px 0px;
}

.col.pic .poz span {
  padding-top: 5px;
  font-size: 12px;
}

.col.list {
  margin-left: 20px;
  width: 620px;
}

.col.list .btn {
  float: left;
  margin-left: 18px;
}


.box.partner {
  width: 260px;
  min-height: 104px;
}
.box.partner img {
  margin: 16px 18px 0px 0px;
}

.box.partner img.last {
  margin-right:0px;
}

.box.special {
  float: none;
  padding: 0;
}

.box.special.video .side-left {
  min-height: 360px;
}

.box.special.video .side-left .btn {
  margin-top: 40px;
  width: 160px;
}

.special .side-left {
  position: relative;
  float: left;
  padding: 20px;
  width: 260px;
  min-height: 250px;
  background: #f9f9f9;
  border-right: 1px #cdcdcd solid;
}

.special .side-left h3 {
  margin-bottom: 15px;
}

.special .side-left p {
  margin-top: 30px;
}

.special .side-right {
  position: relative;
  float: right;
  padding: 20px 0px 0px 20px;
  width: 610px;
  min-height: 250px;
}

.special .side-left > span {
  position: absolute;
  right: -12px;
  top: 42px;
}

.special .side-right h3 {
  margin: 10px 0px;
}

.special .list-link {
  padding: 0;
  margin: 0;
  list-style: none;
}

.special .list-link li {
  padding: 5px 0px 0px;
}

.special .col {
  margin-right: 20px;
  padding: 0px 30px 0px 0px;
  background:url(/images/special-vr.png) right top no-repeat;
}

  .special .col.last {
    margin-right: 0px;
    padding-right: 0px;
    background: none;
  }

.special .col img {
  max-width: 160px;
  max-height: 90px;
}


.black { color: #000000; }

/*--- toepassingen */

.half-col {
  float: left;
  width: 460px;
  margin-bottom: 20px;
}

.half-col .box {
  float: none;
  width: auto;
  min-height: 520px;
}


.half-col + .half-col  {
  margin-left: 20px;
}

.half-col .box footer {
  left: 0;
  padding: 16px 20px 7px;
  width: 418px;
  background: url('/images/half-footer.png') top center no-repeat #F5FAFA;
  height: 45px;
    position: absolute;
}

.half-col .box.footer {
  padding: 20px;
}

.half-col .box.footer p {
  font-size: 16px;
  padding: 5px 0px 5px;
  line-height: 24px;
}

.half-col .box.footer > img {
  padding: 10px 0px 30px;

}

.half-col h2 {
  font-size: 28px;
}

.half-col .box footer .btn {
  width:200px;
  font-size: 13px;
}

.half-col ul, .half-col ol {
  float: left;
  margin-right: 15px;
  width: 200px;
  font-style: normal;
}

.half-col ul + ul, .half-col ol + ol { margin-right: 0; }

.half-col ul .header, .half-col ol .header {
  font-weight: bold;
  color: black;
  line-height: 14px;
  border: 0;
}

.half-col.threecols { max-width: 300px; }

.half-col.threecols + .half-col.threecols { margin-left: 15px; }

    .half-col.threecols .intro-productmodel { height: 72px; }

    .half-col.threecols h2 {
        height: 42px;
        font-size: 24px;
    }

    .half-col.threecols .box > p { font-size: 14px; }
    .half-col.threecols .box > img { max-width: 100%; }

    .half-col.threecols .wrapper-list-link {
        float: left;
        margin-right: 10px;
        width: 124px;
    }

        .half-col.threecols .wrapper-list-link > strong {
            float: left;
            padding: 5px 0;
            width: 100%;
            height: 24px;
            color: #000000;
            line-height: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .half-col.threecols .wrapper-list-link ul,
        .half-col.threecols .wrapper-list-link ol {
            list-style-type: none;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            .half-col.threecols ul li,
            .half-col.threecols ol li {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .half-col.threecols ul li.header,
            .half-col.threecols ol li.header {
                width: 100%;
                height: 24px;
            }

        .half-col.threecols ul li:last-child, .half-col.threecols ol li:last-child { border-bottom: 0 none; }

    .half-col.threecols .box footer { width: 258px; }
    .half-col.threecols .wrapper-list-link + .wrapper-list-link { margin-right: 0; }

/*--- equipment */

.equipment-content > h1 { padding-bottom: 0; }

    .equipment-content .half-col.threecols { margin-top: 25px; }

/*--- technologie  */

.box.special.video.list {
  float: inherit;

}

.special.video.list .side-right {
  padding-top: 30px;
  width: 320px;

}

.special.video.list .side-left {
  width: 316px;
  min-height: 245px;
}

.list-circle {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

.list-circle li {
  padding: 5px 0px 5px 6px;
  border-bottom: 1px #bababa dashed;
  line-height: 25px;
  background: url(/images/list-circle.png) 0px 6px no-repeat;
  font-weight: bold;
}

.list-circle li.last {
  border: 0;
}


.list-circle li span {
  padding-left: 15px;
  font-weight: normal;
}

.list-circle li:hover {
  background: url(/images/list-circle.png) 0px 6px no-repeat;
  border-left: none;
}

.dash {
  margin:0;
  padding:0;
  list-style: none;
}

.dash li {
  background: none;
  padding: 5px 0px 5px 6px;
  border-bottom: 1px #bababa dashed;
  line-height: 25px;
}

.dash li.last {
  border: 0;
}
.pic.center {
  min-height: 100px;
}

.pic.center img {
  margin-right: 5px;
}

/*--- FORMS for Contact
----------------------------------------------------------------*/

span.contourError {
    color: red;
    font-size: 11px;
    width: 123px;
    line-height: 13px;
    margin-top: 8px;
    margin-left: 5px;
    float:right;
}

.contact-info {
  font-size: 16px;
  color: #585858;
}

.green-bg {
  margin-bottom: 20px;
  padding: 20px;
  background: #F5FAFA;
  border: 1px #B5DEDD solid;
}

.contact-form .dropdownlist {
  margin-bottom: 20px;
  padding: 20px;
  background: #f5fafa;
  border: 1px #b5dedd solid;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  behavior: url(PIE.htc);
}

.green-bg b {
  display: inline-block;
  width: 130px;
}

.contact-form label {
  display: inline-block;
  width: 150px;
  margin-bottom: 15px;
  float:left;
}

.contact-form .dropdownlist label
{
  width:130px;
  font-weight:bold;
  margin-bottom: 0px;
}

.contact-form select {
  width: 380px;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  behavior: url(PIE.htc);
}

.contact-form input {
  width: 350px;
  padding: 5px 10px 5px 10px;

  -webkit-box-shadow: inset 1px 2px 7px -2px #bababa;
          box-shadow: inset 1px 2px 7px -2px #bababa;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  behavior: url(PIE.htc);
  float:left;
}

.contact-form textarea {
  width: 350px;
  min-height:100px;
  padding: 5px 10px 5px 10px;

  -webkit-box-shadow: inset 1px 2px 7px -2px #bababa;
          box-shadow: inset 1px 2px 7px -2px #bababa;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  behavior: url(PIE.htc);
  float:left;
}

.contact-form input[type="submit"]:hover {
  background-color: #006F6C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006F6C), to(#009A95));
  background-image: -webkit-linear-gradient(top, #006F6C, #009A95);
  background-image: -moz-linear-gradient(top, #006F6C, #009A95);
  background-image: -o-linear-gradient(top, #006F6C, #009A95);
  background-image: linear-gradient(to bottom, #006F6C, #009A95);
  -pie-background: linear-gradient(top, #006f6c, #009a95);
  behavior: url(PIE.htc);
}
.contact-form input[type="submit"] {
  border: 1px #004644 solid;
  background-color: #009A95;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009A95), to(#006F6C));
  background-image: -webkit-linear-gradient(top, #009A95, #006F6C);
  background-image: -moz-linear-gradient(top, #009A95, #006F6C);
  background-image: -o-linear-gradient(top, #009A95, #006F6C);
  background-image: linear-gradient(to bottom, #009A95, #006F6C);
  -pie-background: linear-gradient(top, #009a95, #006f6c);
  behavior: url(PIE.htc);
  color: white;
  text-decoration: none;
}
.contact-form input[type="submit"] {
  margin-bottom: 10px;
  padding: 5px 14px 5px 15px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 0px 1px 2px #222;
  margin-left: 155px;
}

.contact-form .contourValidationSummary li,
.contact-form .contourIndicator
{
  color:Red;
  font-size:12px;
}

.support  {
  padding-top: 80px;
}

.support h1 {
  text-align:center;
}

.support .box {
  float: none;
}

.support .lady {
  position: absolute;
  top: -58px;
  left: 0;
}

.support .green-bg {
  position: relative;
  top: -21px;
  width: 100%;
  left: -21px;
  min-height: 31px;
}

.support .green-bg input[type=text] {
  float: right;
  height: 25px;
  width: 505px;
  padding-left: 40px;
}

.support .green-bg input[type="submit"] {
  width: 100px;
  text-align: center;
}

.support .form-submit {
  position: absolute;
  right: 25px;
  top: 4px;
}

.support .pic {
  position: absolute;
  left: 133px;
  top: 30px;
}

.support .list-green li {
  padding: 7px 0px 2px 35px;
  background: url('/images/list-plus.png') left 6px no-repeat;
  cursor: pointer;
}

.support .list-green li > .answer {
  display: none;
}

.support .list-green li.active {
  background: url('/images/list-minus.png') left 6px no-repeat;
}

.support .list-green li.active > .answer {
  display: block;
}

.support .list-green li.last {
  border: 0;
}

.support .col.left .box > .btn {
  width: 240px;
}



input, textarea {
  background: white;
  border: 1px #a3a3a3 solid;
}

#content input:valid {  border: 1px #9ac266 solid; }
/*input:invalid {  border: 1px #ffcc00 solid; }*/


.contact-form input[type=submit] {
  margin-top: 20px;
  width: 144px;
  text-align: left;
}

.form-submit {
  margin-left: 155px;
}


/*--- EMPTY PAGE (fancybox)
----------------------------------------------------------------*/

body#empty {
  background: none;
  overflow: hidden;
}

#empty .wraper {
  width: 510px;
}

#empty #container {
  background: none;
  min-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#empty input[type=text], #empty input[type=password] {
  width: 280px;
}






@media all and (max-width: 1100px) {


}

/* FONTS
================================================================*/


/*--- MYRIAD */

@font-face {
    font-family: 'Myriadb';
    src: url('../fonts/myriadpro-bold-webfont.eot');
    src: url('../fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Myriad';
    src: url('../fonts/myriadpro-regular_0-webfont.eot');
    src: url('../fonts/myriadpro-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-regular_0-webfont.woff') format('woff'),
         url('../fonts/myriadpro-regular_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



/* SLIDER JS
================================================================*/

/*
  Slides container
  Important:
  Set the width of your slides container
  Set to display none, prevents content flash
*/

.slides_container {
  width:990px;
  overflow:hidden;
  position:relative;
  display:none;
  margin: 0 auto;

  /*fullscreen slider*/
  /*width: 100%;*/

}

/*
  Each slide
  Important:
  Set the width of your slides
  If height not specified height will be set by the slide content
  Set to display block
*/

.slider .slides_container div.slide {
  height:330px;
}

.slider.min .slides_container div.slide {
  height:230px;
}

.slides_container div.slide {
  width:990px;
  max-height:330px;
  display:block;

  /*fullscreen slider*/
  /*width: 100%;*/
}


/*
  Next/prev buttons
*/

#slides .next,#slides .prev {
  position:absolute;
  top:107px;
  left:-39px;
  width:24px;
  height:43px;
  display:block;
  z-index:101;
}

#slides .next {
  left:585px;
}

/*
  Pagination
*/

.pagination {
    margin: 26px auto 0;
    width: 100%;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding: 0px;
    text-align: center;
}

.pagination li {
    margin: 0 3px;
    list-style: none;
    display: inline-block;
}

.pagination li a {
  display:block;
  width:12px;
  height:0;
  padding-top:12px;
  background-image:url(/images/pagination.png);
  background-position:0 0;
  float:left;
  overflow:hidden;
}

.pagination li.current a {
  background-position:0 -12px;
}

.lastwidthFix
{
    width : 320px !important;
}

.boxwidthFix
{
    width : 658px !important;
}

/*
  Caption
*/

.caption {
  position:absolute;
  left: 20px;
  top: 30px;
  height:auto;
  padding:15px;
  width:40%;
  color:#fff;
  text-shadow:none;
  z-index:500;
  text-align: left;
  background-color: rgba(0, 108, 96, 0.5);
}

.slider.min .caption {
  top: 20px;
}

.slider.min .caption h1 {
  text-transform: inherit;
  font-weight: normal;
  font-size: 40px;
  font-family: Myriad;
}

  .caption h1 {
    font-size: 28px;
    color: white;
    text-transform: uppercase;
    font-family: Myriad;
  }

  .caption p {
    display: block;
    margin: 12px 0px 23px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
  }

.slider.min .caption p {

}

/* Regions */

.region-overview {
    width: 100%;
}

.region-overview h2 {
    text-align: center;
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 28px;
    margin: 25px 0 35px 0;
}

.region-overview .box {
    float: none;
}

.region-overview .region-map {
    width: 100%;
    height: 0;
    padding-top: 48%;
    position: relative;
}

.region-overview svg {
    position: absolute;
    top: 0;
    left: 0;
}

.region-overview svg path {
    cursor: pointer;
    fill-opacity: 0.6;
}

.region-overview svg text {
    cursor: pointer;
}

.region-overview svg path.active {
    fill-opacity: 1;
}

.region-overview svg path:hover {
    fill-opacity: 1;
}

.region-popup {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    padding: 50px;
    background: rgba(255,255,255, 0.95);
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -300px;
    display: none;
    max-width: 600px;
    box-sizing: border-box;
}

.region-popup.open {
    display: block;
}

.region-popup .region-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url('/images/ico-close.png') no-repeat center center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.region-popup h3 {
    font-size: 22px;
    font-family: Myriad;
    font-weight: bold;
}

.region-popup ul {
    list-style: none;
    padding: 0;
}

.region-popup p {
    color: #585858;
}

.region-popup p a {
    text-decoration: underline;
}

.region-popup li:last-of-type {
    border-bottom: none;
}

.region-popup li span {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.region-popup li span:last-of-type {
  width: 54%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .region-popup {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        padding: 20px;
        position: relative;
    }

    .region-popup.open {
        left: 0;
        top: 0;
        margin-left: 0;
    }

    .caption {
        width: 32%;
    }
}
/*  FANCYBOX
================================================================*/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('/images/fancybox.png');
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('/images/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('/images/blank.gif');
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url('/images/fancybox.png');
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url('/images/fancybox.png');
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('/images/fancybox-x.png');
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('/images/fancybox.png');
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('/images/fancybox-y.png');
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('/images/fancybox.png');
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('/images/fancybox-x.png');
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('/images/fancybox.png');
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('/images/fancybox-y.png');
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('/images/fancybox.png');
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url('/images/fancy_title_over.png');
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('/images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('/images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('/images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute; margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_nw.png', sizingMethod='scale'); }

/* IMAGE REPLACEMENT
    - put your selectors below
================================================================*/
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* CLEARFIX
    - put your selectors below
================================================================*/
.intro-place .partners ul:before, .intro-place .partners ul:after,

.clearfix:before, .clearfix:after { content: ""; display: table; }
.hr, .row, .half-col .box,
.intro-place .partners ul:after,
.clearfix:after { clear: both; }
.intro-place .partners ul, .menu-primary,
.clearfix { zoom: 1; }

/* NON-SEMANTIC HELPER CLASSES
================================================================*/
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }




/* BASIC PRINT STYLES
================================================================*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.ancient {
    width:100%;
    background:#008985;
    color:#fff;
    text-align:center;
    padding:1% 0;
    border-bottom:1px solid #fff;
    font-size:1em;
}

    .ancient a {
        color:#fff;
        text-decoration:underline;
    }


.langModal {
    background:url(/images/fancybox-bg.png) no-repeat bottom center;
    padding:90px 90px;
    text-align:center;
    max-width:640px;
}

.langModal h2 {
    color:#000;
    text-transform:uppercase;
    font-size:28px;
    margin-bottom:60px;
}

.langModal .langModal-content {
    margin:0 0 20px;
}

.langModal .langModal-content,
.langModal .langModal-content p {
    color:#a2a2a2;
    font-size:18px;
}

.langModal .regular-link {
    color:#028983;
    text-decoration:none;
    font-size:13px;
}

.fancybox-outer-cust {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.langModal .regular-link:hover {
    text-decoration:underline;
}

.langModal .btn {
    background: #018985;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 0;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.langModal .btn .flag {
    display:inline-block;
    width:18px;
    height:12px;
    margin-left:15px;
}

.langModal .regular-link span {
    display:inline-block;
    width:18px;
    height:12px;
    margin-left:5px;
}

.langModal .regular-link span img {
    display:block;
    margin-top:1px;
}

.langModal a.btn img {
    width:18px;
    margin-right:0;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
