/*
 * Copyright 2011-2015 Exentis
 * Dedicated StyleSheet
*/


@font-face {
    font-family: 'Exo';
    src: url('../fonts/exo2-semibold-webfont.eot');
    src: url('../fonts/exo2-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-semibold-webfont.woff') format('woff'),
         url('../fonts/exo2-semibold-webfont.ttf') format('truetype'),
         url('../fonts/exo2-semibold-webfont.svg#exo_2bold') format('svg');
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/exo2-semibolditalic-webfont.eot');
    src: url('../fonts/exo2-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-semibolditalic-webfont.woff') format('woff'),
         url('../fonts/exo2-semibolditalic-webfont.ttf') format('truetype'),
         url('../fonts/exo2-semibolditalic-webfont.svg#exo_2bold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/exo2-italic-webfont.eot');
    src: url('../fonts/exo2-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-italic-webfont.woff') format('woff'),
         url('../fonts/exo2-italic-webfont.ttf') format('truetype'),
         url('../fonts/exo2-italic-webfont.svg#exo_2italic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/exo2-regular-webfont.eot');
    src: url('../fonts/exo2-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-regular-webfont.woff') format('woff'),
         url('../fonts/exo2-regular-webfont.ttf') format('truetype'),
         url('../fonts/exo2-regular-webfont.svg#exo_2regular') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/exo2-light-webfont.eot');
    src: url('../fonts/exo2-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-light-webfont.woff') format('woff'),
         url('../fonts/exo2-light-webfont.ttf') format('truetype'),
         url('../fonts/exo2-light-webfont.svg#exo_2light') format('svg');
    font-weight: 200;
    font-style: normal;

}

body {
  font-family:'Exo', 'Arial', san-serif;
  font-weight:300;
  font-style:italic;
  font-size:14px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 100px;
    overflow-x:hidden;
}

.bottom_wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
	height: 100px;
    width: 100%;
}

a:hover {
  text-decoration:none;
}

.clear {
clear: both;
}

p,
ul li,
ol li {
font-size: 14px;
}

div#article p,
div#article ul li,
div#article ol li {
  font-family: 'Source', sans-serif;
  font-weight:300;
  font-style:normal;
}

.alert.alert-error,
div#system-message {
  margin-top: 66px;
}

h1, h2, h2.item-title, h3 {
  text-align: left;
  font-weight: 800;
  font-size: 24px;
  display: block;
  margin: 30px 0 45px;
  padding-bottom: 10px;
  color: #666;
  text-transform: uppercase;
}

.first-row {
  background: url('../images/top_bg.png') 50% 50% no-repeat;
  height:475px;
}

.second-row {
  background: url('../images/menu_bg.png') 50% 50% no-repeat;
  height: 118px;
  margin-top: -113px;
}

div#mainmenu > div > ul {
  margin:0;
  padding:0;
  list-style:none;
  width:100%;
  float:left;

}

div#mainmenu > div > ul > li {
  float: left;
  padding: 10px 30px;
  border-left: 0px groove #fff;
}

div#mainmenu > div > ul > li:first-child {
  border-left: 0px solid #fff;
}

div#mainmenu ul li.current.active {
  background-color:;
}

div#mainmenu ul li:hover {
  background-color:;
}

div#mainmenu > div > ul > li:hover > a {
  color:;
}

#mainmenu ul > li {
  float:left;
  position:relative;
}

#mainmenu div > ul > li > a {
  color:#fff;
  font-size:16px;
}


#mainmenu div > ul > li > ul > li > a {
  font-weight: 200;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  display: block;
}

#mainmenu div > ul > li > ul > li:hover > a {
  color:#ff86ca;
}

#mainmenu div > ul > li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

#mainmenu ul li a:hover {
  color:#000;
}

#mainmenu li.current.active {
background-color:;
}

#mainmenu li.current.active a:hover {
  color:#000;
}

#mainmenu ul > li > ul {
  left: -2px;
  top: 42px;
  position: absolute;
  z-index: 100;
  visibility: hidden;
  padding: 0;
  float: none;
  list-style: none;
}

#mainmenu ul > li > ul > li {
  width: 200px;
  height: auto;
  background-color: #6d5d70;
  border-left: 2px groove #999;
  display: block;
}

#mainmenu ul > li:hover > ul > li {
  visibility:visible;

  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out; 
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

div#left-top ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

div#left-top ul li {
  border-bottom: 1px solid;
  padding: 10px 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width:100%;
}

div#left-top ul li:hover {
  background-color: #7a2a8b;
}


div#left-top ul li a {
  color: #7a2a8b;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

div#left-top ul li:hover a {
  color: #fff;
}

.scrollup {
width: 40px;
height: 40px;
text-indent: -9999px;
position: fixed;
bottom: 50px;
right: 100px;
display: none;
background: url('../images/icon_top.png') 0px 0px no-repeat;
z-index:10000;
}

a.scrollup:hover {
background: url('../images/icon_top.png') -40px 0px no-repeat;
}


p.readmore a {
  margin-top: 3px;
  display: block;
}

.readmore {
  background: url('../images/more-01.png') 100% 50% no-repeat;
  height: 24px;
  display: block;
  float: right;
  text-align: right;
  padding-right: 30px;
}


/*----------------------------------------------------------------------------*\
    Headhesive Specific Styles
/*----------------------------------------------------------------------------*/

/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          clone: 'banner--clone';
 |      }
 |  }
 *
 */
.banner--clone {

    /* Required styles */
    position: fixed;
    top: 0;
    left: 0;
  	display:block;

    /* Additional styles */
    background-color: #fff;

    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    /* Animations */
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
  	margin: 0 auto;
	width: 100%;
	z-index: 1000 !important;

}

ul {
  list-style-position: inside;
}

/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          stick: 'banner--stick';
 |      }
 |  }
 *
 */
.banner--stick {

    /* Translate back to 0%; */
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  
  -webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.75);

}


/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          unstick: 'banner--unstick';
 |      }
 |  }
 *
 */
.banner--unstick {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.content-image,
.pull-left.item-image {
  width: 250px;
  border: 3px solid rgb(230, 230, 230);
  margin: 0 10px 10px 0;
  height:auto;
  overflow:hidden;
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.pull-left.content-image {
  float:left;
  width: 250px;
  border: 3px solid rgb(230, 230, 230);
  margin: 0 10px 10px 0;
  height:auto;
  overflow:hidden;
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.pull-right.content-image {
  float:right;
  width: 250px;
  border: 3px solid rgb(230, 230, 230);
  margin: 0 10px 10px 0;
  height:auto;
  overflow:hidden;
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.content-image img,
.pull-left.content-image img,
.pull-right.content-image img,
.pull-left.item-image img {
  width: 100%;
  height:auto;
}

p.big_size {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 28px;
    margin: 0px;
}

p.biger_size {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 24px;
    margin: 0px;
}

.blue {
  color: #1f90cd;
}

.tfpx {
font-size:24px;
}

.tspx {
font-size:26px;
}

.ftpx {
font-size:14px;
}

.white {
color:#fff;
}

.bold {
font-weight:700;
}

.offpadding {
margin-top:40px !important;
}

p.middle_size {
  color: #000;
  font-size: 18px;
    margin: 0 0 0px 0;
}

.inline {
display:inline-block;
}

.item-page .contactpage:first-child {
  padding: 10px;
}

.item-page .contactpage {
  width: 47%;
  display: inline-block;
  float: left;
  outline: 1px solid #14768e;
  min-height: 450px;
  overflow: hidden;
  margin: 10px;
}

div#seealso {
  max-width: 500px;
  margin-top: 40px;
  border-bottom: 1px solid #a0b5bb;
}

div#seealso p {
  margin: 0px;
  font-size: 18px;
  line-height: 20px;
}

div#seealso img {
  padding: 10px;
}

div#bottom-five p {
  margin: 0;
  line-height: 20px;
}

div#bottom-five p a {
color:#1f90cd;
text-decoration:none;
}

.order_wrapper {
  background: url('../images/contact.png') 50% 50% no-repeat;
  height: 300px;
  padding: 10px;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 7px 7px 5px 0px rgba(225, 225, 225, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 15px;
  border: 5px solid #fff;
}

.order_wrapper p {
  margin:0;
}

a.order_wrapper_link {
  background-color: #e2cb2f;
  color: #fff;
  padding: 10px;
  margin-top: 30px;
  display: block;
  width: 145px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a.order_wrapper_link:hover {
  background-color: #D0BC3A;
}


.fifth-row {
  background: url('../images/line.png') 50% 0% no-repeat;
  padding-top: 40px;
  margin-top: 30px;
}

div#bottom-five {
  margin-left: -30px;
}

div#logo {
  margin-left: -30px;
}

div#logo img {
  width:auto;
}


ul#download {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#download li {
  max-width: 200px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

ul#download li a img {
  width:100%;
}

ul#download li a span.image-title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #008dd2;
  padding: 10px;
}

ul#download li:hover {}

ul#download li:hover a span.image-title {
color:#e2cb2f;
}

.left_contact {
  margin-right: 1%;
  padding: 8px 15px;
}

.left_contact, .right_contact {
  background-color: #ecedee;
  border: 1px solid #1f90cd;
  margin-bottom: 25px;
  float: left;
  width: 49%;
  display: inline-block;
  overflow: hidden;
  min-height: 783px;
}

table.transport_table {
  width: 100%;
  text-align: center;
}

table.transport_table p {
  margin:0;
}

table.transport_table td {
width: 13%;
padding: 5px 0;
}

table.transport_table tr {
  border-bottom:1px solid #e3e3e3;
}

table.transport_table tr td:nth-child(even) {
background-color:#e3e3e3;
}

div#article table.transport_table thead p {
  font-weight: 700;
  vertical-align:top;
    color: #1f90cd;
}

#allegro-slider{
	position:fixed;
	right:20%;
	top:-30px;
	z-index:10000;
}
#allegro-slider #allegro-tab{
	cursor:pointer;
	height:67px;
	width:95px;
	float:left;
	background: url('../images/allegro.png') no-repeat left top;
}

/*Modsy*/

div#boxplus * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

div#b2jcontainer_m101.b2jcontainer {
  width: 100% !important;
  padding: 0px !important;
  overflow: hidden !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
  font-family: inherit !important;
  color: inherit;
  font-weight: 300;
}

/*RWD*/

@media (max-width: 1368px) {
.first-row {background: url('../images/top_bg.png') 40% 50% no-repeat;}
.second-row {background: url('../images/menu_bg.png') 35% 50% no-repeat;}
div#bottom-five {margin-left: -20px;}
.order_wrapper {background: url('../images/contact_small.png') 50% 50% no-repeat;  height: 260px;}
p.middle_size {font-size: 16px;}
p.big_size {font-size: 30px;}
a.order_wrapper_link {width: 80px;padding: 8px;}
.offpadding {margin-top:22px !important;}
p.biger_size {font-size: 20px;}
a.order_wrapper_link {  margin-top: 12px;}
ul#download li {max-width: 180px;}
label.control-label {display: none !important;}
.left_contact, .right_contact {min-height: 792px;}
}

@media (max-width: 992px) {
.first-row {background: url('../images/top_bg.png') 56% 50% no-repeat;}
.second-row {background: none;background-color: #1f90cd;min-height: 42px;margin-top: -65px;}
div#logo {margin-left: 0px;text-align: center;}
div#seealso {margin-top: 70px;border-bottom: 0px solid #a0b5bb;}
div#right-top {width: 380px;  height: 300px;display: block;margin: 20px auto;}
  .order_wrapper {  background: url('../images/contact.png') 50% 50% no-repeat;}

}

@media (max-width: 720px) {
div#slogan {position: absolute;top: 175px;}
div#slogan img {width: 70px;}
.left_contact, .right_contact {width:97%;}
}

@media (max-width: 540px) {

div#logo img {width:100%;}
div#mainmenu ul li {border-left: none;width:49%;text-align:center;}
div#seealso {margin-top: 40px;}
div#slogan p {color:#000 !important;}

}