

body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font: 14px "Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}
.container, .page, .eyecatchers {
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    width: 940px;
}
.container:after, .page:after, .eyecatchers:after {
    clear: both;
    content: "";
    display: table;
}
a {
    border-bottom: 1px solid #094A72;
    color: #094A72;
    text-decoration: none;
}
a:hover {
    border-color: #0086E3;
    color: #216990;
}
h1, h2, h3, h4, h5 {
    font-family: "diavlo","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-weight: 300;
}
.ui-datepicker {
    font-size: 12px;
}
td.center, th.center {
    vertical-align: middle;
}
.right {
    float: right;
}
header[role="main"] {
    background: url("../images/header.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 1px 1px 1px #F0EFEF;
    height: 150px;
    position: relative;
    z-index: 1000;
}
header[role="main"] a.logo {
    border: 0 none;
    left: 40px;
    position: relative;
    top: 20px;
    z-index: 10;
}
header[role="main"] nav.languages {
    position: absolute;
    right: 2%;
    top: 10px;
}
header[role="main"] nav.languages ul {
    margin: 0;
    padding: 0;
}
header[role="main"] nav.languages ul li {
    float: left;
    list-style: none outside none;
    margin: 0 5px 0 0;
}
header[role="main"] nav.languages ul li:last-child {
    margin: 0;
}
header[role="main"] nav.languages ul li a {
    border: 0 none;
    border-radius: 3px;
    color: #216990 !important;
    font-family: "diavlo","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    font-weight: 300;
    padding: 5px 4px 3px;
}
header[role="main"] nav.languages ul li a.active, header[role="main"] nav.languages ul li a:hover {
    background: none repeat scroll 0 0 #216990;
    color: #FFFFFF !important;
}
header[role="main"] nav.main, header[role="main"] nav.secondary {
    bottom: 20px;
    font-family: "diavlo","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 17px;
    font-weight: 300;
    position: absolute;
    right: 2%;
}
header[role="main"] nav.main ul, header[role="main"] nav.secondary ul {
    margin: 0;
    padding: 0;
}
header[role="main"] nav.main ul li, header[role="main"] nav.secondary ul li {
    float: left;
    list-style: none outside none;
    margin: 0 20px 0 0;
}
header[role="main"] nav.main ul li:last-child, header[role="main"] nav.secondary ul li:last-child {
    margin: 0;
}
header[role="main"] nav.main ul li.active a, header[role="main"] nav.secondary ul li.active a {
    color: #094A72;
}
header[role="main"] nav.main ul li a, header[role="main"] nav.secondary ul li a {
    border: 0 none;
    color: #000000;
    position: relative;
}
header[role="main"] nav.main ul li a:hover, header[role="main"] nav.secondary ul li a:hover {
    color: #094A72;
}
header[role="main"] nav.main ul li a:hover i, header[role="main"] nav.secondary ul li a:hover i {
    background: none repeat scroll 0 0 #6EA00C;
}
header[role="main"] nav.main ul li i, header[role="main"] nav.secondary ul li i {
    background: none repeat scroll 0 0 #094A72;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    left: 20px;
    padding: 5px;
    position: relative;
    text-align: center;
    top: -13px;
}
header[role="main"] nav.secondary {
    bottom: 70px;
    font-size: 14px;
}
header[role="main"] nav.secondary ul li:last-child {
    margin: 0;
}
.page {
    border-left: 1px solid #F0EFEF;
    border-right: 1px solid #F0EFEF;
}
.page.home {
    border: 0 none;
}
.page.two-columns > .content {
    width: 700px;
}
.page > aside {
    box-shadow: 0 1px 5px #F0EFEF;
    float: left;
    position: relative;
    top: -73px;
    width: 220px;
    z-index: 10;
}
.page > .content {
    float: left;
    left: 0;
    padding-left: 20px;
    position: relative;
    top: -76px;
}
/*
.page > .content > h1 {
    background: -moz-linear-gradient(left top , #094A72, rgba(33, 105, 35, 0.1)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-weight: 400;
    height: 27px;
    left: -20px;
    margin: 0;
    padding: 0.85em 0 0.85em 20px;
    position: relative;
    top: 3px;
}
*/

.page > .content > h1 { background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #094A72), color-stop(100%, rgba(33, 105, 35, 0.1))); background: -webkit-linear-gradient(top left, #094A72, rgba(33, 105, 35, 0.1)); background: -moz-linear-gradient(top left, #094A72, rgba(33, 105, 35, 0.1)); background: -o-linear-gradient(top left, #094A72, rgba(33, 105, 35, 0.1)); background: -moz-linear-gradient(top left, #094A72, rgba(33, 105, 35, 0.1)); background: -ms-linear-gradient(top left, #094A72, rgba(33, 105, 35, 0.1)); background: linear-gradient(top left, #094A72, rgba(33, 105, 35, 0.1)); background: #094A72\9; color: white; font-weight: 400; margin: 0; height: 27px; padding: 0.85em 0 0.85em 20px; position: relative; top: 3px; left: -20px; }

.page > aside {
    top: -75px;
}
.page > .content > h1 {
    top: 1px;
}
.page > .content > .entry {
    margin: 2em 0;
}
.page > .content > .entry > * {
    line-height: 150%;
}
.page > .content > .entry > h2 {
    margin-bottom: 10px;
}
.page > .content > .entry > p {
    line-height: 150%;
    margin: 0;
}
.page > .content > .entry h1, .page > .content > .entry h2, .page > .content > .entry h3, .page > .content > .entry h4, .page > .content > .entry h5, .page > .content > .entry h6 {
    color: #094A72;
}
.page > .content > .entry h3, .page > .content > .entry h4, .page > .content > .entry h5, .page > .content > .entry h6 {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}
.page > .content > .entry table tr td h5 {
    margin: 0;
}
.page > .content > .entry table p {
    margin: 0;
}
.page table td {
    min-width: 80px !important;
}

/*
.sidebar .pages {
    background: url("../images/backgroundBtns.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
nav.pages > ul {
    margin: 0;
    padding: 0;
}
nav.pages > ul > li {
    list-style: none outside none;
}
nav.pages > ul > li:first-child span {
    border-left: 0 none;
    border-radius: 5px 0 0;
    border-right: 0 none;
    font-size: 20px;
    line-height: 28px;
}
nav.pages > ul > li:last-child a {
    border-radius: 0 0 5px 5px;
}
nav.pages > ul > li.open > a {
    color: #094A72;
}
nav.pages > ul > li a, nav.pages > ul > li span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #E4E2E2 #E4E2E2;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #000000;
    display: block;
    font-family: "diavlo","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    padding: 10px;
    position: relative;
    transition: padding 0.25s ease 0s;
}
nav.pages > ul > li a:hover {
    color: #094A72;
    padding-left: 10px;
}
nav.pages > ul > li ul {
    margin: 0;
    padding: 0;
}
nav.pages > ul > li ul li {
    list-style: none outside none;
}
nav.pages > ul > li ul li.active a {
    color: #094A72;
}
nav.pages > ul > li ul li a {
    font-size: 12px;
    padding: 8px 10px 8px 25px;
}
.page table tr td p {
    margin: 2px !important;
}
*/
.sidebar .pages{ background: url('../images/backgroundBtns.png'); }
nav.pages > ul { margin: 0; padding: 0; }
nav.pages > ul > li { list-style: none; }
nav.pages > ul > li:first-child span { -webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; -ms-border-radius: 5px 0 0 0; -o-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; font-size: 20px; border-left: 0; border-right: 0; line-height: 28px; }
nav.pages > ul > li:last-child a { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -ms-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
nav.pages > ul > li.open > a { color: #094A72; }
nav.pages > ul > li a ,nav.pages > ul > li span { -webkit-transition: padding 0.25s;  -moz-transition: padding 0.25s; -o-transition: padding 0.25s; transition: padding 0.25s; background: white; border: 0; border-right: 1px solid #e4e2e2; border-bottom: 1px solid #e4e2e2; border-left: 1px solid #e4e2e2; color: black; display: block; font-family: "diavlo", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; padding: 10px; position: relative; }
nav.pages > ul > li a:hover { color: #094A72; padding-left: 10px; }
nav.pages > ul > li ul { margin: 0; padding: 0; }
nav.pages > ul > li ul li { list-style: none; }
nav.pages > ul > li ul li.active a { color: #094A72; }
nav.pages > ul > li ul li a { font-size: 12px; padding: 8px 10px 8px 25px; }
.page table tr td p{ margin: 2px !important; }

.eyecatchers {
    height: 285px;
    margin-bottom: 20px;
    margin-top: 30px;
    overflow: hidden;
}
.eyecatchers a {
    border: 0 none;
}
.eyecatchers .control-nav {
    left: 3%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 3%;
}
.eyecatchers .control-nav li {
    float: left;
    list-style: none outside none;
    margin: 0 2px 0 0;
}
.eyecatchers .control-nav li a {
    background: url("../images/ico-eyecatchers.png") no-repeat scroll -9px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 9px;
    overflow: hidden;
    text-indent: -999999px;
    width: 9px;
}
.eyecatchers .control-nav li a.active {
    background-position: 0 0;
}
.eyecatcher {
    height: 160px;
    margin: 2px 0 0;
}
.eyecatcher img {
    display: none;
}
.services-grid {
    float: left;
    margin: 34px 2.12766% 40px 0;
    width: 48.9362%;
}
.services-grid:after {
    clear: both;
    content: "";
    display: table;
}
.services-grid .item {
    float: left;
    margin: 0 4.34783% 10px 0;
    width: 47.8261%;
}
.services-grid .item:nth-child(2n) {
    margin-right: 0;
}
.services-grid .item a {
    border: 0 none;
}
.services-grid .item figure img {
    max-width: 100%;
    width: 100%;
}
.services-grid .item > a {
    color: #000000;
    display: block;
    font-family: "diavlo","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0 0;
}
.services-grid .item > a:after {
    clear: both;
    content: "";
    display: table;
}
.services-grid .item > a i {
    background: url("../images/ico-arrow-right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 22px;
    opacity: 0.5;
    overflow: hidden;
    position: relative;
    text-indent: -999999px;
    top: -2px;
    width: 22px;
}
.services-grid .item > a:hover {
    color: #094A72;
}
.services-grid .item > a:hover i {
    opacity: 1;
}
.intro-box {
    float: left;
    margin: 0 0 40px;
    width: 48.9362%;
}
.intro-box .entry {
    font-size: 13px;
    line-height: 160%;
    margin: 0 0 2em;
    padding: 20px 20px 0 4.34783%;
}
.intro-box .entry:after {
    clear: both;
    content: "";
    display: table;
}
.intro-box h1 {
    background: url("../images/intro-header.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    font-size: 24px;
    margin: 0;
    padding: 0.85em 0;
}
.intro-box h1 span {
    color: #094A72;
}
.intro-box .btn-group {
    padding: 0 0 0 4.34783%;
}
.intro-box .btn-group:after {
    clear: both;
    content: "";
    display: table;
    position: absolute;
    top: 20px;
}
.tripadvisor2015{
    position: absolute;
    right: 5px;
    top: 194px;
}
.fancybox-inner {
    overflow: hidden !important;
}
.albums {
    border: 0 none;
    left: 260px;
    position: relative;
}
.albums.fr {
    left: 230px;
    top: 60px;
}
.cta {
    border-bottom: 0 none;
    color: #AAAAAA;
    display: block;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    /*top: 288px;*/
}
.logos {
    position: absolute;
    top: 295px; left: 515px;
}
.logos a {
    text-decoration: none; border: none; margin-right: 10px;
}
.intro-box .logos .last {
    position: absolute;
    right: 55px !important;
    top: 0;
}
.cta.fb img {
    width: 113%;
}

h1 {
    z-index: 10 !important;
}
.cta.fb {
    position: absolute;
    right: 10px !important;
    top: 26px !important;
}
.cta.fb img {
    left: 1px;
    position: relative;
    top: 2px;
}
header[role="main"] nav.main li a img {
    display: none;
}
#bbph_overlay div#btnbar a.overview {
    display: none;
}
#bbph_overlay a {
    border-bottom: 0 none;
}
.fancybox-close {
    /*display: none !important;*/
}
.about {
    background: url("../images/pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 1px solid #F0EFEF;
    padding-bottom: 40px;
    padding-top: 40px;
}
.about h2 {
    border: 1px solid #F0EFEF;
    border-radius: 4px 4px 0 0;
    margin: 0 1px 0 0;
    padding: 18px 0 18px 20px;
}
.about .column {
    float: left;
}
.about .column .entry {
    line-height: 160%;
}
.about .column .btn-group {
    margin: 30px 0 0;
}
.about .column .btn-group:after {
    clear: both;
    content: "";
    display: table;
}
.about .column .btn-group a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F0EFEF;
    color: #808080;
    display: block;
    float: left;
    padding: 0 0 4px 10px;
    text-align: left;
    width: 240px;
}
.about .column .btn-group a:hover {
    color: #000000;
}
.about .column .btn-group a:first-child {
    border-radius: 5px 0 0 5px;
}
.about .column .btn-group a:last-child {
    border-left: 0 none;
    border-radius: 0 5px 5px 0;
}
.about .column.first {
    border-bottom: 1px solid #F0EFEF;
    border-left: 1px solid #F0EFEF;
    border-right: 1px solid #F0EFEF;
    padding: 2.12766%;
    width: 55.1064%;
}
.about .column .btn-group a img {
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.about .column.first .entry img {
    position: relative;
    top: 15px;
}
.about .column .btn-group a span {
    position: relative;
    top: -10px;
}
.about .column.last {
    background: linear-gradient(to bottom, #F9F9F9 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #F0EFEF;
    border-right: 1px solid #F0EFEF;
    padding: 2.12766%;
    width: 36.0638%;
}
.about .column.last > img {
    float: right;
    margin: 20px 0 1em;
}
.about .column.last figure {
    float: left;
    margin-right: 5.60472%;
    text-align: center;
    width: 47.1976%;
}
.about .column.last figure img {
    max-width: 100%;
}
.about .column.last figure:last-child {
    margin-right: 0;
}
.about .column.last figure a {
    border: 0 none;
    color: #000000;
    font-size: 12px;
}
.about .column.last figure a:hover {
    color: #808080;
}
.faq-grid {
    margin: 2em 0;
    padding: 0;
}
.faq-grid > li {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 5px;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0.53191%;
}
.faq-grid > li:last-child {
    margin: 0;
}
.faq-grid > li > strong {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    font-family: "diavlo","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    line-height: 150%;
    padding: 13px 10px 10px;
}
.faq-grid > li > strong.open {
    color: #094A72;
}
.faq-grid > li > div {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    display: none;
    font-size: 13px;
    line-height: 150%;
    margin: 5px 0 0;
    padding: 10px;
}
.pagination ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.pagination ul:after {
    clear: both;
    content: "";
    display: table;
}
.pagination ul li {
    float: left;
}
.pagination ul li:first-child a {
    border-left: 1px solid #CCCCCC;
    border-radius: 5px 0 0 5px;
}
.pagination ul li:last-child a {
    border-radius: 0 5px 5px 0;
}
.pagination ul li.active a {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #333333;
}
.pagination ul li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC #CCCCCC #CCCCCC -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}
.pagination ul li a:hover {
    background: none repeat scroll 0 0 #F6F6F6;
}
.price-grid tr td small {
    display: block;
}
.sites {
    color: #525257;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 15px;
    left: 20px;
    line-height: 18px;
    margin-top: 40px;
    position: relative;
    width: 180px;
}
.sites a {
    border: 0 none;
    left: -6px;
    position: relative;
    top: 20px;
}
.banners {
    left: 20px;
    position: relative;
}
.banners a {
    border: 0 none;
}
.banners a img {
    margin-top: 40px;
    position: relative;
}
.otherlinks {
    left: 220px;
    position: absolute;
    top: 20px;
}
.otherlinks a {
    border: 0 none;
}
.products-list {
    margin-top: 20px;
}
.products-list .item {
    background: none repeat scroll 0 0 #F0EFEF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    font-family: "Open Sans","Helvetica Neue";
    margin-bottom: 10px;
    position: relative;
    width: 675px;
}
.products-list .item .icon {
    background: url("../images/cartBtnReadMore.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 15px;
    left: 15px;
    position: absolute;
    top: 24px;
    width: 15px;
}
.products-list .item .icon.text {
    background: url("../images/cartBtnReadDisable.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.products-list .item h3 {
    font-size: 18px;
    margin: 0;
    padding: 18px 0 15px 40px;
    width: 290px;
}
.products-list .item h3 a {
    border-bottom: 0 none;
    color: #535353;
    font-weight: bold;
    line-height: 28px;
}
.products-list .item .price {
    border-left: 1px solid #DDDDDD;
    color: #535257;
    font-size: 16px;
    font-weight: bold;
    left: 348px;
    padding-left: 14px;
    position: absolute;
    top: 18px;
}
.products-list .item .info, .products-list .item .buy {
    background: none repeat scroll 0 0 #1B5472;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    height: 28px;
    left: 480px;
    line-height: 28px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    width: 44px;
}
.products-list .item .info {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.products-list .item .buy {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.products-list .item .buy.no {
    border-radius: 5px;
}
.products-list .item .buy {
    background: url("../images/cartBtnCart.png") no-repeat scroll 91px 2px #0086E3;
    left: 542px;
    text-align: left;
    width: 100px;
}
.products-list .item p {
    display: block;
    margin: 0 15px;
}
.products-list .item p:first-child {
    border-top: 1px solid #DDDDDD;
    padding-top: 15px;
}
.products-list .item p:last-child {
    padding-bottom: 15px;
}
img[align="left"] {
    margin: 0 20px 20px 0;
}
img[align="right"] {
    margin: 0 0 20px 20px;
}
#dialog a {
    background: none repeat scroll 0 0 #094A72;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: "diavlo","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-right: 10px;
    padding: 5px 8px;
    text-transform: uppercase;
}
.dateList {
    clear: both;
    display: block;
    padding-bottom: 40px;
}
.dateList:first-child {
    margin-top: 40px;
}
.dateList .date {
    float: left;
    margin-right: 10px;
}
.dateList .desc {
    float: left;
}
.newsDate {
    padding-top: 20px;
}
.noMenu {
    background: none repeat scroll 0 0 rgba(141, 206, 16, 0.94);
    border-bottom: 0 none;
    border-radius: 5px 0 0 !important;
    border-right: 2px solid #FFFFFF;
    display: block;
    height: 83px;
    position: relative;
    width: 219px;
}
.menuRounded {
    background: none repeat scroll 0 0 #094A72;
    border-bottom: 0 none;
    border-radius: 5px 0 0 !important;
    border-right: 2px solid #F9F8F8;
    display: block;
    height: 75px;
    left: 10px;
    position: absolute;
    top: 238px;
    width: 219px;
    z-index: 10;
}
.products-grid {
    margin: 2em 0;
}
.products-grid:after {
    clear: both;
    content: "";
    display: table;
}
.products-grid .item {
    border: 1px solid #F0EFEF;
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
    float: left;
    margin: 0 2.85714% 20px 0;
    width: 30.8571%;
}
.products-grid .item:nth-child(3n) {
    margin-right: 0;
}
.products-grid .item header {
    border-bottom: 1px solid #F0EFEF;
    padding: 20px;
}
.products-grid .item header h3 {
    line-height: 22px;
    margin: 0;
    padding: 0;
}
.products-grid .item header h3 a {
    border: 0 none;
    color: #333333;
}
.products-grid .item header h3 a:hover {
    color: #094A72;
}
.products-grid .item .entry {
    color: #666666;
    padding: 20px;
}
.products-grid .item .entry p {
    font-size: 12px;
    line-height: 160%;
    margin: 0;
}
.products-grid .item footer {
    background: none repeat scroll 0 0 #F0EFEF;
    padding: 20px 10px;
}
.products-grid .item footer:after {
    clear: both;
    content: "";
    display: table;
}
.products-grid .item footer .price {
    color: #666666;
    float: left;
    font-family: "diavlo","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 7px;
}
.products-grid .item footer .buy {
    background: linear-gradient(#094A72, #216990) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #6EA00C;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-family: "diavlo","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    padding: 9px 7px 7px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
}
.products-grid .item footer .buy:hover {
    background: linear-gradient(#094A72, #74A90D) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.price-advanced-grid {
    margin: 1.5em 0;
}
.price-advanced-grid .item {
    margin-bottom: 40px;
}
.progress-bar {
    border: 1px solid #F0EFEF;
    border-radius: 5px;
    font-size: 12px;
    margin: 2em 0;
    overflow: hidden;
    padding: 0;
}
.progress-bar:after {
    clear: both;
    content: "";
    display: table;
}
.progress-bar li {
    float: left;
    list-style: none outside none;
    width: 25%;
}
.progress-bar li:last-child a {
    border-right: 0 none;
}
.progress-bar li.active a {
    color: #094A72;
    font-weight: bold;
}
.progress-bar li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #F0EFEF -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    color: #999999;
    display: block;
    padding: 15px 10px;
    text-align: center;
}
.basket-grid .item .image {
    vertical-align: middle;
}
.basket-grid .item .title {
    border-left: 0 none;
    vertical-align: middle;
}
.basket-grid .item .price {
    text-align: center;
    vertical-align: middle;
}
.basket-grid .item .amount {
    text-align: center;
    vertical-align: middle;
}
.basket-grid .item .amount img {
    cursor: pointer;
}
.basket-grid .item .amount input, .basket-grid .item .amount form.default textarea, form.default .basket-grid .item .amount textarea {
    border: 1px solid #F0EFEF;
    border-radius: 3px;
    margin: 0 5px;
    text-align: center;
    width: 40px;
}
.basket-grid .item .total {
    text-align: center;
    vertical-align: middle;
}
.basket-grid .item .delete {
    text-align: center;
    vertical-align: middle;
}
.basket-grid .item .delete a {
    border: 0 none;
}
.description {
    margin-bottom: 20px;
}
.prices-grid tr td {
    text-align: right;
}
.prices-grid .delivery select {
    padding: 5px;
}
.prices-grid .total {
    font-weight: bold;
}
.prices-grid .accept td {
    font-size: 11px;
    padding: 10px;
}
.news-grid {
    margin-top: 34px;
    width: 680px;
}
.news-grid > div {
    border-bottom: 1px solid #F0EFEF;
    margin-bottom: 24px;
    padding: 1.5em 0;
    position: relative;
}
.news-grid > div:first-child {
    padding-top: 0;
}
.news-grid > div:last-child {
    border-bottom: 0 none;
}
.news-grid > div header h2 {
    padding-top: 20px;
}
.news-grid > div header h2:first-child {
    padding-top: 0;
}
.news-grid > div header .meta {
    font-size: 0.75em;
}
.news-grid > div figure {
    position: absolute;
    width: 28%;
}
.news-grid > div figure a {
    border: 0 none;
}
.news-grid > div figure img {
    border-radius: 5px;
    max-width: 100%;
}
.news-grid > div.with-image.left {
    padding-left: 19.1489%;
}
.news-grid > div.with-image.left figure {
    left: 0;
}
.news-grid > div.with-image.right {
    padding-right: 19.1489%;
}
.news-grid > div.with-image.right figure {
    right: 0;
}
.news-grid .entry a {
    background: none repeat scroll 0 0 #BBBBBB;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
    padding: 4px 6px 2px;
    text-transform: uppercase;
}
.news-grid .entry a:hover {
    background: none repeat scroll 0 0 #AAAAAA;
}
.pageActions .pager {
    margin: 0;
    padding: 0;
    position: relative;
    top: -10px;
}
.pageActions .pager li {
    display: block;
    float: left;
    list-style-type: none;
}
.pageActions .pager li .pages li {
    margin-right: 10px;
    position: relative;
}
.pageActions a {
    border: 0 none;
    border-radius: 3px;
    color: #094A72;
    font-family: "diavlo","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    font-weight: 300;
    padding: 2px 5px;
}
.pageActions .pager li .pages .active a, .pageActions a:hover {
    background: none repeat scroll 0 0 #216990;
    color: #FFFFFF;
}
.longText {
    display: none;
}
.pageActions .pager li.pager-prev {
    left: 30px;
    position: relative;
}
.ui-dialog .ui-dialog-titlebar-close {
    background: none repeat scroll 0 0 #FFFFFF !important;
}
.ui-dialog.alert .ui-widget-header .ui-icon {
    background-image: url("http://lib.browsbox.be/library/js/jqueryui/1.8.14/css/alert/images/ui-icons_cc0000_256x240.png") !important;
}
.description h2 {
    color: #094A72;
}
.primary-btn {
    background: none repeat scroll 0 0 #206794;
    border: 0 solid #FFFFFF;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    padding: 8px 16px 10px;
}
.primary-btn:hover {
    background: none repeat scroll 0 0 #094A74;
    color: #FFFFFF;
}
.contact {
    margin: 2em 0;
}
.contact > div {
    float: left;
    margin: 0 2.22222% 0 0;
    width: 340px;
}
.contact > div:last-child {
    margin: 0;
}
.contact > div .map {
    max-width: 100%;
    width: 90%;
}
.contact > div .entry {
    margin-bottom: 2.5em;
}
.container p {
    position: relative;
    top: -14px;
}
.container p img {
    left: 5px;
    margin-bottom: 10px;
    position: relative;
    top: 24px;
}
form.default > div {
    margin: 0 0 1em;
}
form.default > div:after {
    clear: both;
    content: "";
    display: table;
}
form.default label {
    display: block;
    float: left;
    font-size: 13px;
    position: relative;
    width: 145px;
}
.slides li img{
    width: 100% !important;
}
form.default .textarea label {
    width: 245px;
}
form.default input, form.default textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 12px;
    padding: 8px;
    width: 230px;
}
form.default input:focus, form.default textarea:focus {
    border: 1px solid #0C465E;
    box-shadow: 0 0 5px #094A72;
    outline: medium none;
}
form.default textarea {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    resize: none;
    width: 282px;
}
form.default input[type="submit"], form.default textarea[type="submit"] {
    background: none repeat scroll 0 0 #094A72;
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    margin: 0;
    padding: 12px;
    width: 120px;
}
form.default input[type="submit"]:hover, form.default textarea[type="submit"]:hover {
    background: none repeat scroll 0 0 #288DCC;
}
footer[role="main"] {
    background: url("../images/footer.jpg") repeat-x scroll center center rgba(0, 0, 0, 0);
    border-top: 1px solid #F0EFEF;
    font-size: 12px;
    font-weight: 300;
}
footer[role="main"] > .container, footer[role="main"] > .page, footer[role="main"] > .eyecatchers {
    padding-bottom: 30px;
}
footer[role="main"] > .container .column, footer[role="main"] > .page .column, footer[role="main"] > .eyecatchers .column {
    float: left;
    margin: 0 2.12766% 0 0;
}
footer[role="main"] > .container .column:nth-child(1), footer[role="main"] > .page .column:nth-child(1), footer[role="main"] > .eyecatchers .column:nth-child(1) {
    width: 14.8936%;
}
footer[role="main"] > .container .column:nth-child(2), footer[role="main"] > .page .column:nth-child(2), footer[role="main"] > .eyecatchers .column:nth-child(2) {
    width: 14.8936%;
}
footer[role="main"] > .container .column:nth-child(3), footer[role="main"] > .page .column:nth-child(3), footer[role="main"] > .eyecatchers .column:nth-child(3) {
    width: 31.9149%;
}
footer[role="main"] > .container .column:nth-child(4), footer[role="main"] > .page .column:nth-child(4), footer[role="main"] > .eyecatchers .column:nth-child(4) {
    width: 31.9149%;
}
footer[role="main"] > .container .column:last-child, footer[role="main"] > .page .column:last-child, footer[role="main"] > .eyecatchers .column:last-child {
    margin-right: 0;
}
footer[role="main"] > .container .column h6, footer[role="main"] > .page .column h6, footer[role="main"] > .eyecatchers .column h6 {
    font-size: 14px;
    font-weight: 200;
    margin: 40px 0 20px;
}
footer[role="main"] > .container .column ul, footer[role="main"] > .page .column ul, footer[role="main"] > .eyecatchers .column ul {
    margin: 0;
    padding: 0;
}
footer[role="main"] > .container .column ul li, footer[role="main"] > .page .column ul li, footer[role="main"] > .eyecatchers .column ul li {
    line-height: 170%;
    list-style: none outside none;
}
footer[role="main"] > .container .column a, footer[role="main"] > .page .column a, footer[role="main"] > .eyecatchers .column a {
    border: 0 none;
    color: #808080;
}
footer[role="main"] > .container .column a:hover, footer[role="main"] > .page .column a:hover, footer[role="main"] > .eyecatchers .column a:hover {
    color: #333333;
}
footer[role="main"] > .container .column form > div, footer[role="main"] > .page .column form > div, footer[role="main"] > .eyecatchers .column form > div {
    margin: 0 0 12px;
}
footer[role="main"] > .container .column form > *, footer[role="main"] > .page .column form > *, footer[role="main"] > .eyecatchers .column form > * {
    font-family: "diavlo","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}
footer[role="main"] > .container .column form input[type="text"],
footer[role="main"] > .container .column form input[type="date"],
footer[role="main"] > .page .column form input[type="text"],
footer[role="main"] > .eyecatchers .column form input[type="text"],
footer[role="main"] > .container .column form.default textarea[type="text"],
footer[role="main"] > .page .column form.default textarea[type="text"],
footer[role="main"] > .eyecatchers .column form.default textarea[type="text"],
footer[role="main"] > .container .column form input[type="submit"],
footer[role="main"] > .page .column form input[type="submit"],
footer[role="main"] > .eyecatchers .column form input[type="submit"],
footer[role="main"] > .container .column form.default textarea[type="submit"],
footer[role="main"] > .page .column form.default textarea[type="submit"],
footer[role="main"] > .eyecatchers footer[role="main"] > .page .column form.default textarea[type="submit"],
footer[role="main"] > .page footer[role="main"] > .eyecatchers .column form.default textarea[type="submit"],
footer[role="main"] > .page footer[role="main"] > .eyecatchers .column form.default textarea[type="submit"],
footer[role="main"] > .eyecatchers footer[role="main"] > .page .column form.default textarea[type="submit"],
footer[role="main"] > .eyecatchers .column form.default textarea[type="submit"] {
    border: 1px solid #E4E2E2;
    border-radius: 5px;
    padding: 3%;
    width: 75%;
}
footer[role="main"] > .container .column form input[type="text"]:focus, footer[role="main"] > .page .column form input[type="text"]:focus, footer[role="main"] > .eyecatchers .column form input[type="text"]:focus, footer[role="main"] > .container .column form.default textarea[type="text"]:focus, footer[role="main"] > .page .column form.default textarea[type="text"]:focus, footer[role="main"] > .eyecatchers .column form.default textarea[type="text"]:focus, footer[role="main"] > .container .column form input[type="submit"]:focus, footer[role="main"] > .page .column form input[type="submit"]:focus, footer[role="main"] > .eyecatchers .column form input[type="submit"]:focus, footer[role="main"] > .container .column form.default textarea[type="submit"]:focus, footer[role="main"] > .page .column form.default textarea[type="submit"]:focus, footer[role="main"] > .eyecatchers .column form.default textarea[type="submit"]:focus {
    border-color: #094A72;
    box-shadow: 0 0 5px #094A72;
    outline: 0 none;
}
footer[role="main"] > .container .column form input.datepicker[type="text"], footer[role="main"] > .page .column form input.datepicker[type="text"], footer[role="main"] > .eyecatchers .column form input.datepicker[type="text"], footer[role="main"] > .container .column form.default textarea.datepicker[type="text"], footer[role="main"] > .page .column form.default textarea.datepicker[type="text"], footer[role="main"] > .eyecatchers .column form.default textarea.datepicker[type="text"], footer[role="main"] > .container .column form input.datepicker[type="submit"], footer[role="main"] > .page .column form input.datepicker[type="submit"], footer[role="main"] > .eyecatchers .column form input.datepicker[type="submit"], footer[role="main"] > .container .column form.default textarea.datepicker[type="submit"], footer[role="main"] > .page .column form.default textarea.datepicker[type="submit"], footer[role="main"] > .eyecatchers .column form.default textarea.datepicker[type="submit"] {
    background: url("../images/ico-datepicker.png") no-repeat scroll 95% center #FFFFFF;
}
footer[role="main"] > .container .column form input[type="submit"], footer[role="main"] > .page .column form input[type="submit"], footer[role="main"] > .eyecatchers .column form input[type="submit"], footer[role="main"] > .container .column form.default textarea[type="submit"], footer[role="main"] > .page .column form.default textarea[type="submit"], footer[role="main"] > .eyecatchers .column form.default textarea[type="submit"] {
    background: none repeat scroll 0 0 #094A72;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
    width: 30%;
}
footer[role="main"] > .container .column form input[type="submit"]:hover, footer[role="main"] > .page .column form input[type="submit"]:hover, footer[role="main"] > .eyecatchers .column form input[type="submit"]:hover, footer[role="main"] > .container .column form.default textarea[type="submit"]:hover, footer[role="main"] > .page .column form.default textarea[type="submit"]:hover, footer[role="main"] > .eyecatchers .column form.default textarea[type="submit"]:hover {
    background: none repeat scroll 0 0 #216990;
}
footer[role="main"] .disclaimer {
    border-top: 1px solid #F0EFEF;
    font-size: 11px;
    padding: 5px 0;
}
footer[role="main"] .disclaimer img {
    position: absolute;
    top: -7px;
}
footer[role="main"] .disclaimer a {
    border-color: rgba(0, 0, 0, 0.1);
    color: #666666;
}
footer[role="main"] .disclaimer a:hover {
    border-color: rgba(0, 0, 0, 0.25);
}
body .jsLevel1.active a{
    color: #216990;
}
footer[role="main"] .disclaimer p.copy {
    float: left;
    width: 70%;
}
footer[role="main"] .disclaimer p.credits {
    float: right;
    text-align: right;
    width: 30%;
}

#newshome { display: none; }

.forever{
    float: right;
    border-bottom: 0px;
}

.forever img{
    max-height: 70px;
    margin-right: 20px;
}

@media (max-width: 930px){
    .forever{
        display: none;
    }
}

@media (min-width: 410px) and (max-width: 750px){
    .intro-box{
        display: none;
    }
}

#CDSWIDCOE{
    position: relative;
    top: -10px;
}

body.nl #CDSWIDCOE{
    position: relative;
    top: -20px;
}


@media (max-width:950px){
   .forever img{
       max-height: 50px;
   }
}
.cta.fb:hover{
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}

header[role="main"] nav.main ul li, header[role="main"] nav.secondary ul li{
    margin: 0 18px 0 0;
}

header[role="main"] nav.main ul, header[role="main"] nav.secondary ul{
    float: left;
}

@media (min-width:750px) {
    header[role="main"] nav.mobile {
        display: none !important;
    }
}

@media (max-width:750px){
    .btn-external{
        display: none;
    }
    header[role="main"] nav.main ul, header[role="main"] nav.secondary ul{
        width: 100%;
    }
}

.btn-external{
    float: right;
    margin-left: 20px;
    color: black;
    border-bottom: 0px;
    text-decoration: none;
}

.btn-external:hover{
    color: #094A72;
}

.forever {
    float: right;
    border-bottom: 0px;
    top: 0;
    position: relative;
    top: -70px;
}

body.fr .forever {
    top: -15px;
}

.forever img{
    max-height: 80px;
}

#field_10 {
    width: 15px;
}

.contactform .chkBox {
    min-width: 15px !important;
}

.contactform table td {
    min-width: 250px !important;
}

.contactform .optValue table td:nth-child(2) {
    display: none;
}