/*
Theme Name: Mesys
Theme URI: http://mesys.best4uweb..nl/
Author: Best4u
Author URI: http://best4u.nl
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Alignment */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, audio, canvas, video {
    display: block;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    min-height: 100%;
    font-size: 100%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

b, strong {
    font-weight: bold;
}

abbr[title] {
    border-bottom: 1px dotted;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img, img {
    -ms-interpolation-mode: bicubic;
    border: 0;
}

input, textarea, button, select {
    margin: 0;
    font-size: 100%;
    line-height: normal;
    vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="email"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    border-radius: 0;
}

textarea {
    overflow: auto;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after, .clearfix:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

/**************GLOBAL SETTINGS*************************/
/**************GRID SETTINGS*************************/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wr {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wr:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    .wr {
        max-width: 724px;
        margin-left: auto;
        margin-right: auto;
    }

    .wr:after {
        content: " ";
        display: block;
        clear: both;
    }
}

@media (min-width: 980px) {
    .wr {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
    }

    .wr:after {
        content: " ";
        display: block;
        clear: both;
    }
}

@media (min-width: 1200px) {
    .wr {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    .wr:after {
        content: " ";
        display: block;
        clear: both;
    }
}

.col3 {
    width: 23.07692%;
    float: left;
    margin-left: 2.5641%;
}

.col4 {
    width: 31.62393%;
    float: left;
    margin-left: 2.5641%;
}

.col6 {
    width: 48.71795%;
    float: left;
    margin-left: 2.5641%;
}

.col:first-child {
    margin-left: 0;
}

/**************BUTTONS*************************/
.button {
    border: none;
    color: #fff;
    background: #f18f00;
    text-transform: uppercase;
    text-align: center;
    transition: background 0.3s;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
}

input[type='submit'], .btn {
    border: none;
    color: #fff;
    background: #f18f00;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    transition: background 0.3s;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    font-weight: 500;
}

.btn.scolor {
    background: #64b5f6;
    padding-left: 20px;
    padding-right: 20px;
}

input[type='submit']:hover, .btn:hover, .button:hover {
    background: #a46200;
}

.btn.scolor:hover {
    background: #1c92f2;
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'] {
    height: 30px;
    border: 1px solid #d3d3d3;
    padding: 0;
    padding-left: 10px;
    line-height: 30px;
    margin-bottom: 10px;
}

textarea {
    border: 1px solid #d3d3d3;
    padding-left: 10px;
    padding-top: 10px;
}

a {
    text-decoration: none;
    color: #757575;
    transition: color 0.3s;
}

li {
    list-style-position: inside;
}

p {
    padding-bottom: 15px;
}

body {
    font: 13px/25px "Roboto";
    color: #757575;
    font-weight: 300;
    background: #f3f3f3;
}

body, html {
    height: 100%;
}

h1, .h1, h2, h3, h4, h5 {
    font-weight: 300;
}

h1, .h1 {
    font-size: 25px;
    color: #003190;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
    font-weight: 400;
    border-bottom: solid 1px #ebebeb;
}

h2, .h2 {
    font-size: 20px;
    color: #003190;
    font-weight: 400;
    letter-spacing: 1px;
}

h2 {
    padding-bottom: 5px;
}

h3, h4, h5 {
    font-size: 18px;
    color: #616161;
    padding-bottom: 5px;
}

.h2.ico {
    margin-bottom: 10px;
}

.h2.ico:before {
    content: ' ';
    height: 30px;
    margin-right: 15px;
    width: 30px;
    float: left;
    line-height: 30px;
    border-radius: 4px;
    background: #f18f00 url(img/dialog.png) center center no-repeat;
    margin-right: 20px;
}

.scolor-theme .h2.ico:before {
/ / background-color : #2196f3
}

/**************HEADER*************************/
.lang_sel_list_horizontal{
    float: right;
    width: 130px;
}
#lang_sel_list{
    height: auto;
    margin-top: 10px;
}
#lang_sel_list ul{
    border-top: none !important;
}
#lang_sel_list img.iclflag{
    width: 24px;
    height: 16px;
}
.header {
    position: relative;
    font-weight: 400;
    z-index: 99;
}

.top-h {
    background: #fafafa;
    display: none;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    color: #bdbdbd;
}

#searchForm {
    background: #f5f5f5;
    width: 276px;
}

#searchForm input {
    background: none;
    margin: 0;
    border: none;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
}

#searchForm input[type='text'] {
    width: 80%;
    float: left;
}

#searchForm input[type='submit'] {
    width: 20%;
    float: right;
    padding: 0;
    background: url(img/search.png) center center no-repeat;
    text-indent: -9999px;
}

.logo {
    display: block;
    padding-bottom: 15px;
}

.mid-h {
    padding: 20px 30px 0;
}

#hcon {
    /*display: none;*/
    margin-top: 40px;
    float: right;
}

#hcon li, #hcon ul {
    display: block;
}

#hcon > ul > li {
    float: left;
    margin-left: 25px;
    height: 42px;
    line-height: 42px;
}

#hcon > ul > .current-menu-item > a {
    background: #f18f03 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 41px;
    line-height: 41px;
    padding: 0 28px;
    text-transform: uppercase;
}

#hcon > ul > li:hover > a {
    color: #f18f03;
}

.menu a {
    text-transform: uppercase;
    color: #212121;
    letter-spacing: 1px;
}

#hcon > ul > li.current-menu-item:hover > a {
    color: #000;
}

#hcon li:hover ul {
    display: block;
}

#hcon > ul > li > ul {
    display: none;
    position: absolute;
    background: #fff;
    border-bottom: 10px solid #f18f00;
}

#hcon > ul > li.submenu2col > ul {
    right: 0;
    height: 250px;
}

#hcon > ul > li.submenu2col > ul a {
    display: block;
    padding: 7px 18px;
    line-height: 25px;
}

#hcon > ul > li.submenu2col > ul > li {
    float: left;
    min-width: 185px;
}

#hcon > ul > li > ul > li > a {
    background: #f3f3f3;
    border-bottom: 1px solid #d3d3d3;
}

#hcon ul li.submenu2col ul ul a {
    color: #bdbdbd;

}

#hcon ul li.submenu2col ul ul a {
    padding: 4px 18px;
}

#hcon ul.sub-menu li:first-child ul li:hover a, #hcon ul.sub-menu li:first-child ul .current-menu-item a {
    color: #f18f00;
}

#hcon ul.sub-menu li:last-child ul li:hover a, #hcon ul.sub-menu li:last-child ul .current-menu-item a {
    color: #2196f3;
}

/**************MAIN*************************/
div#mainContainer {
    height: auto !important;
    margin: 0 auto 0px;
    min-height: 100%;
    position: relative;
    background: #fff;
}

div#spacing {
    height: 0;
}

.white {
    color: #fff;
}

.white a, .white .h2 {
    color: #fff;
}

.paralax {
    position: relative;
    height: 315px;
    background: url(img/paralax.jpg) 0 0 no-repeat;
}

mark {
    color: #003190;
    background: none;
}

mark a {
    color: #003190;
}

.center {
    text-align: center;
}

/************MAIN CONTENT********************/
.main-content {
    padding: 45px 30px;
}

.block-promo {
    background: #fafafa;
    text-align: center;
}

.bl1 {
    font-size: 23px;
    color: #aaaaaa;
    padding: 0 30px;
    line-height: 30px;
    margin-bottom: 45px;
}

.twr p img.size-thumbnail {
    margin-top: 0;
    height: 175px;
    width: auto;
}

.twr p {
    color: #7b7b82;
    font-size: 17px;
    text-align: left;
    line-height: 28px;
}

p.blue {
    color: #003190;
}

p.blue span {
    font-size: 14px;
}

.paralax > p {
    color: #fff;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    top: 37%;
    width: 65%;
}

.paralax span {
    font-weight: bold;
}

.bl1 big {
    color: #f18f00;
    font-size: 23px;
    font-weight: 400;
}

.bl1 big a {
    color: #f18f00;
}

.bl1 .twr {
    /*max-width: 575px;*/
    margin: auto;
    height: 175px;
}

.bl2 {
    padding-top: 20px;
    padding-bottom: 30px;
}

.bl2 .phrase {
    color: #212121;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
}

.bl2 .btn2 {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    height: 40px;
    margin-top: 10px;
    font-size: 13px;
}

/************PAGE*****************/

.date {
    color: #003190;
    font-size: 14px;
    font-weight: 400;
}

.title .h2 {
    color: #212121;
    font-size: 18px;
}

.related-posts {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d3d3d3;
}

.related-posts .item {
    margin-bottom: 35px;
}

.related-posts mark {
    display: block;
    margin-bottom: -5px;
    font-size: 12px;
}

.aside .item {
    margin-bottom: 35px;
}

/**************FOOTER*************************/
.footer {
    position: relative;
    font-weight: 400;
}

.footer .h2 {
    font-weight: 400;
}
.fcol3 .h2{
    font-size: 17px;
}
.fcol3 p{
    opacity: 0.6;
    font-weight: 100;
}
.footer a:hover {
    color: #f18f00;
}
.bt-f .right a{
    padding: 0 10px;
}
.bt-f{
    font-size: 11px;
}
.footer .h2 {
    padding-bottom: 10px;
}

.top-f {
    background: #003190;
    overflow: hidden;
    padding: 40px 15px 20px;
}

.bt-f {
    border-top: solid 1px #335aa6;
    background: #003190;
    padding: 10px 30px;
}

/******************************************/
#slider {
    position: relative;
}

#breadcrumbs {
    display: none;
    position: absolute;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    left: 25px;
    bottom: 7px;
    z-index: 99;
}

#breadcrumbs strong {
    padding: 0 5px;
}

#breadcrumbs a {
    color: #fff;
    padding: 0 5px;
}

.slider0 {
    height: 250px;
    overflow: hidden;
}

.slider0 .caption {
    position: absolute;
    z-index: 122;
    background-color: #f18f03;
    top: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    height: 250px;
    padding: 0 50px;
    text-align: center;
}

.slider0 .btn1 {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    background-color: #335aa6;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    border: solid 2px #fff;
}

.slider0 .btn1:hover {
    background: #fff;
    color: #f18f00;
}

.slider0 .t1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    padding-top: 50px;
}

.slider0 .t2 {
    font-size: 21px;
    line-height: 27px;
    padding-bottom: 30px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
}

.scolor .caption {
    background-color: #003190;
    width: 32.52%;
}

.scolor .btn1:hover {
    color: #2196f3;
}

.carousel {
    padding: 45px 30px;
}

.item .iconwr {
    float: left;
}

.item .iconwr {
    height: 30px;
    margin-right: 15px;
    width: 30px;
    line-height: 30px;
    padding: 7px;
    border-radius: 4px;
    background: #f18f00;
}

.item .iconwr img {
    display: block;
}

.item .title {
    overflow: hidden;
    margin-bottom: 10px;
}

.slider2 {
    color: #fff;
    padding-bottom: 30px;
}

.slider2 .h2 {
    color: #fff;
}

.slider2 .h2 a {
    color: #fff;
}

.slider2 .iconwr {
    background: #2196f3;
}

.slider3 {
    padding: 0;
}

.related-posts p, .slider3 p {
    display: inline;
}

.related-posts a, .slider3 a {
    color: #f18f00;
}

.slider2 .owl-controls, .slider3 .owl-controls {
    display: block;
}

.slider3 .owl-dots {
    position: relative;
    top: 20px;
}
.owl-carousel .img {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-controls {
    text-align: center;
}

.owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #003190;
    border-radius: 30px;
    display: block;
    height: 10px;
    opacity: 0.5;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}

.owl-dots .active span {
    opacity: 1;
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    -moz-user-select: none;
    cursor: pointer;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    max-width: none;
    display: block;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
    Mobile Menu Core Style
*/
.slicknav_menu {
    position: absolute;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.5em;
    height: 0.2em;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    display: block;
    cursor: pointer;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both;
}

/* IE6/7 support */
.slicknav_menu {
    *zoom: 1;
}

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
    font-size: 16px;
}

/* Button */
.slicknav_btn {
    margin: 140px auto 50px;
    text-decoration: none;
    z-index: 999;
    width: 100px;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
    color: #f18f00;
    font-size: 14px;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
    background-color: #f18f00;
}

.slicknav_menu {
    width: 100%;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    background: #f18f00;
}

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}

.slicknav_nav ul {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_item {
    padding: 0 10px;
}

.slicknav_nav a {
    padding: 0 10px;
    margin: 0;
    text-decoration: none;
    color: #fff;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_item:hover {
    background: #a46200;
    color: #fff;
}

.slicknav_nav a:hover {
    background: #a46200;
    color: #fff;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav a {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
}

.fcol3 {
    margin-left: 15px;
    margin-right: 15px;
}

@media (min-width: 768px) {
    #breadcrumbs {
        display: block;
    }

    .related-posts .item {
        width: 48.71795%;
        float: left;
        margin-left: 2.5641%;
    }

    .related-posts .item:first-child {
        margin-left: 0;
    }

    .slicknav_btn {
        margin: 100px 15px 15px;
        float: right;
    }

    .logo {
        float: left;
    }

    .top-h {
        display: block;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .fcol3 {
        width: 47.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }

    .fcol3:nth-child(odd) {
        clear: both;
    }
}

@media (min-width: 980px) {
    .main {
        width: 65.81197%;
        float: left;
        margin-left: 0;
    }

    .aside {
        width: 31.62393%;
        float: right;
        margin-left: 2.5641%;
    }

    .slicknav_menu {
        display: none;
    }

    .slider2 .owl-controls {
        display: none;
    }

    .slider3 .owl-controls {
        display: block;
    }

    .menu-main-menu-container {
        display: block;
    }

    .fcol3 {
        width: 22.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }

    .fcol3:nth-child(odd) {
        clear: none;
    }
}

@media (max-width: 767px) {
    #slider .caption {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo {
        text-align: center;
    }

    .logo span {
        display: block;
    }

    .bt-f {
        text-align: center;
    }

    .mid-h {
        padding-bottom: 80px;
    }
}

/*************************/
.scolor-theme h1 {
    color: #2196f3;
}

.scolor-theme h2.ico:before {
    background-color: #2196f3;
}

.scolor-theme .btn {
    background: #2196f3;
}

.scolor-theme .btn:hover {
    background: #0a6ebd;
}

.scolor-theme mark, .scolor-theme .related-posts a {
    color: #2196f3;
}

#secondary > li {
    list-style: none;
}

.widgettitle {
    display: none;
}

.main li {
    margin-left: 15px;
}

#gallery-1.galleryid-531 {
    margin-bottom: 30px;
    float: left;
    clear: both;
    width: 100%;
}

#gallery-2.galleryid-531 figure.gallery-item {
    width: 25%;
    text-align: center;
    float: left;
}
#gallery-1.galleryid-531 figure.gallery-item {
    float: left;
    width: 33.333%;
    text-align: center;
}


#gallery-1.galleryid-782 {
    margin-bottom: 30px;
    float: left;
    clear: both;
    width: 100%;
}

#gallery-2.galleryid-782 figure.gallery-item {
    width: 25%;
    text-align: center;
    float: left;
}
#gallery-1.galleryid-782 figure.gallery-item {
    float: left;
    width: 33.333%;
    text-align: center;
}

#hcon > ul > li > ul > li > a {
display: block;
padding: 0 30px;
background-color: white !important;
}