/*
Theme Name: Bureau Vet
Theme URI: http://www.bureauvet.nl/
Author: Bureau Vet
Author URI: http://www.bureauvet.nl/
Description: This theme is created by Bureauvet
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: Bureau Vet
*/


/*** Reset ***/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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


/*** Globals ***/

body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 25px;
    font-size: 16px;
    color: #222222
}

* {
    box-sizing: border-box;
}

h1 {
    font-size: 40px;
    line-height: 6-px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #ec242a;
    margin-bottom: 8px;
}

h3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    color: #ec242a;
    margin-bottom: 8px;
}

h4,
h5 {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    color: #ec242a;
    margin-bottom: 8px;
}

strong,
b {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

p {
    margin: 0 0 30px 0;
}

a {
    color: #ec242a;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    margin: 0;
    padding: 0;
}

ul {
    padding: 0 0 0 25px;
    margin-bottom: 30px;
    list-style-type: disc;
}

ul li {}

ol {
    padding: 0 0 0 25px;
    margin-bottom: 30px;
    list-style-type: decimal;
}

ol li {}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px 0.5em 40px;
    quotes: "\201C""\201D""\2018""\2019";
    position: relative;
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 70px;
    line-height: 30px;
    position: absolute;
    left: 4px;
    top: 20px;
}

blockquote p {
    display: inline;
}

.container table {
    min-width: 500px;
    border: 1px dashed #bbb;
    margin: 0 0 30px 0;
}

.container table td {
    padding: 5px;
    border: 1px dashed #bbb;
}


/*** buttons ***/

.btn,
input[type=submit] {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    background: #ef252a;
    font-weight: bold;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn:hover,
input[type=submit]:hover {
    background-color: #bf0711;
}

.btn:after {
    content: '\00a0\203A';
    /*display:inline-block; margin:0 0 0 12px;width: 0;height: 0;border-style: solid;border-width: 6px 0 6px 10px;border-color: transparent transparent transparent #ffffff;-webkit-transform:rotate(360deg);*/
}

.btn.invert {
    background-color: #0e57a5;
    color: #fff;
}

.btn.invert:hover {
    background-color: #0b4686;
}

.btn.outline {
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px #ef252a;
    color: #ef252a;
}

.btn.outline:hover {
    background-color: #ef252a;
    box-shadow: inset 0px 0px 0px 1px #ef252a;
    color: #fff;
}

.btn.invert.outline {
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px #0e57a5;
    color: #0e57a5;
}

.btn.invert.outline:hover {
    background-color: #0e57a5;
    box-shadow: inset 0px 0px 0px 1px #0e57a5;
    color: #fff;
}

.btn+.btn {
    margin-left: 10px;
}

.btn:before {
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, .2);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn.outline:before,
.btn.invert.outline:before {
    display: none;
}

.edit-link {
    display: block;
    width: 100%;
    clear: both;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
}

.edit-link a {
    text-decoration: none;
    color: #e30612;
    display: block;
    width: 100%;
    padding: 10px;
}

.edit-link:hover {
    background: #f3f3f3;
}


/*** Forms***/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
textarea,
select {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: ;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 16px;
    box-shadow: 0px 0px 0px 1px rgba(200, 200, 200, 1) inset;
}

select::-ms-expand {
    display: none;
}

input[type=submit] {
    border: none;
}

textarea {
    height: 220px;
}

select {
    margin-bottom: 20px;
    padding-right: 40px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="submit"]:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}


/*** SlickNav Responsive Mobile Menu v1.0.3 ***/

.slicknav_menu+.slicknav_menu {
    display: none;
}

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

.slicknav_menu .slicknav_btn,
.slicknav_menu .slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_menu,
.slicknav_menu * {
    box-sizing: border-box
}

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

.slicknav_menu .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em
}

.slicknav_menu .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after {
    clear: both
}

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

.slicknav_menu .slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_menu .slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_menu .slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block
}

.slicknav_menu .slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    background: #4c4c4c;
    padding: 5px
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_menu .slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222
}

.slicknav_menu .slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em;
    padding-top: 20px
}

.slicknav_menu .slicknav_nav ul {
    margin: 0 0 0 20px
}

.slicknav_menu .slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_menu .slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff
}

.slicknav_menu .slicknav_nav a {
    text-decoration: none;
    color: #fff
}

.slicknav_menu .slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222
}

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

.slicknav_menu .slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

. .slicknav_menu .slicknav_nav .slicknav_arrow {
    font-family: arial;
}

.slicknav_menu {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -ms-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}

.slicknav_menu .slicknav_btn {
    background: #f00016;
    border-radius: 0;
    padding: 12px;
    margin: 5px;
    height: 36px;
}

.slicknav_menu .slicknav_nav a {
    outline: none;
    color: #444;
    font-size: 17px;
    line-height: 40px
}

.slicknav_menu .slicknav_nav a:hover {
    background: #f00016;
    color: #fff;
    border-radius: 0;
}

.slicknav_menu .slicknav_nav .current-menu-item>a {
    background: #f00016;
    color: #fff;
}

.slicknav_menu .current-menu-item>a>a {
    color: #ed6d19
}

.slicknav_menu .slicknav_menutxt {
    text-shadow: 0 0 0;
}

.slicknav_menu .logo {
    position: absolute;
    left: 10px;
    top: 10px
}

.slicknav_menu .logo img {
    height: 70px;
    width: auto;
}

.slicknav_menu .slicknav_nav .slicknav_row:hover,
.slicknav_nav .current-menu-parent>a {
    border-radius: 0;
    background: #f00016;
}

.slicknav_menu .slicknav_nav .current-menu-parent>a,
.slicknav_nav .current-menu-parent>a>a {
    color: #fff;
}

.slicknav_menu .slicknav_nav .slicknav_row:hover>a {
    background: none;
    color: #fff;
}

.slicknav_menu .slicknav_btn .slicknav_icon span {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 0 0;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    -moz-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -o-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(2) {
    opacity: 0;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -moz-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    -o-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
}

.slicknav_menu.nav-up {
    top: -56px;
}

.slicknav_menu a.main {
    float: left;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin: 0 20px 0 5px;
    font-size: 20px;
}


/*** Default container settings ***/

.clr {
    clear: both;
}

.clrfix:after {
    content: '';
    display: table;
    clear: both;
}

.container {
    max-width: 1170px;
    width: 90%;
    position: relative;
    margin: 0 auto;
}

.container.xxsmall {
    max-width: 470px;
}

.container.xsmall {
    max-width: 740px;
}

.container.small {
    max-width: 960px;
}

.container.large {
    max-width: 1300px;
}

.container.xlarge {
    max-width: 1500px;
}

.container.full {
    max-width: inherit;
    width: 100%;
}


/*** Default image align ***/

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

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}


/*** Head ***/

#head {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
    border-top: 2px solid #ec242a;
}

#head .container {
    height: 100px
}

#head .logo {
    position: absolute;
    left: 0;
    height: 150px;
    z-index: 2;
    display: block;
    margin-top: 15px;
}

#head .logo img {
    height: 100%;
}

#head .logo_dwarsliggertjes {
    position: absolute;
    left: 150px;
    height: 100px;
    z-index: 2;
    display: block;
    margin-top: 45px;
}

#head .logo_dwarsliggertjes img {
    height: 100%;
}

#head .top {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 13px;
}

#head .top a {
    font-size: 16px;
    text-decoration: none;
    color: inherit;
}

#head .top a:hover,
#head .top a:first-of-type:hover {
    color: #ccc
}

#head .top a:first-of-type {
    color: #3B5998;
    font-size: 25px
}

#head .top a:first-of-type i {
    display: block;
    margin-top: 5px;
    float: left;
    margin-right: 10px;
}

#head .top .widget {
    display: inline-block;
}

#head .top .widget #searchform {
    margin-left: 20px;
}

#head .top .widget #searchform label {
    display: none;
}

#head .top .widget #searchform input[type='text'] {
    width: 150px;
    float: left;
    outline: none;
    padding: 7px 10px;
}

#head .top .widget #searchform input[type='text']:focus {
    box-shadow: inset 0px 0px 0px 1px #e30612;
}

#head .top .widget #searchform input[type='submit'] {
    display: none;
}

#head .top .widget #searchform span {
    cursor: pointer;
    height: 30px;
    background-color: #e30612;
    width: 30px;
    display: block;
    float: right;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#head .top .widget #searchform span:hover {
    background: #000;
}


/*** Main menu ***/

#head .mainmenu {
    position: absolute;
    right: 0;
    bottom: 0;
}

#head .mainmenu ul {
    margin-bottom: 0;
    padding: 0
}

#head .mainmenu ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 30px;
    position: relative;
    padding-bottom: 10px;
}

#head .mainmenu ul li a {
    font-size: 18px;
    text-decoration: none;
    padding: 0 5px;
    display: block;
    color: #1d1d1b;
    white-space: nowrap;
    font-weight: 600
}

#head .mainmenu ul li.current_page_item>a,
#head .mainmenu ul li:hover>a,
#head .mainmenu ul li.current-page-ancestor>a {
    color: #ec242a;
}

#head .mainmenu ul li.current_page_item>a {
    border-bottom: 2px solid #ec242a;
}

#head .mainmenu ul li ul {
    position: absolute;
    margin: 0;
    left: -20px;
    background: #fff;
    padding: 10px 0 10px 20px;
    display: none;
    /*width: 190px;*/
    margin-top: 10px;
    z-index: 9;
}

#head .mainmenu ul li:hover>ul {
    display: block;
}

#head .mainmenu ul li ul li {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: block;
}

#head .mainmenu ul li ul li a {
    padding: 2px 40px 2px 0;
}

#head .mainmenu ul li ul li.current_page_item>a {
    border-bottom: 0;
}

#head .mainmenu ul li ul li.menu-item-has-children {}

#head .mainmenu ul li ul li.menu-item-has-children>a {
    background: url() no-repeat center right;
}

#head .mainmenu ul li ul li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: -20px;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    z-index: 999
}

#head .mainmenu ul li ul li:hover>ul {
    display: block;
}

#head .mainmenu ul li ul li ul li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: -20px;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999
}

#head .mainmenu ul li ul li ul li:hover>ul {
    display: block;
}


/*** Single page **/

#default-single {
    margin-top: 50px;
}


/*** Search results ***/

#search-results h1 {
    margin-bottom: 30px;
}

#search-results ul {
    padding: 0;
    float: left;
}

#search-results ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
}

#search-results ul li .link {
    display: block;
    opacity: 0.7
}

#search-results ul li a {
    color: inherit;
    text-decoration: none;
}

#search-results ul li a img {
    float: left;
    width: 30%;
}

#search-results ul li .content {
    float: left;
    width: 100%;
}

#search-results ul li strong.search-excerpt {}

#search-results ul li.image .content {
    width: 70%;
    padding-left: 20px
}

#search-results ul li .read-more {
    display: block;
    color: #ec242a;
    font-weight: 600;
}

.searchform #searchform {
    margin-bottom: 20px;
}

.searchform #searchform label {
    display: none;
}

.searchform #searchform input[type='text'] {
    width: calc(100% - 30px);
    display: inline-block;
    max-width: 300px;
}

.searchform #searchform input[type='submit'] {
    display: none;
}

.searchform #searchform span {
    cursor: pointer;
    height: 30px;
    background-color: #e30612;
    width: 30px;
    position: absolute;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.searchform #searchform span:hover {
    background: #000;
}

.search-no-results .searchform #search-results ul li {
    padding: 0;
    border: 0;
    margin: 0 0 0 20px;
    ;
    list-style: disc;
}

.search-no-results .searchform #search-results ul li a {
    color: #ec242a
}


/*** 404 ***/

body.error404 #breadcrumbs {
    display: none;
}

body.error404 #breadcrumbs+.container {
    padding: 40px 0;
    text-align: center;
}


/*** Default header ***/

#header-img {
    height: 400px;
    margin-bottom: 0;
    background-size: cover;
    background-position: center center;
    height: 400px;
    margin: 0 auto;
    max-width: 1400px;
}

#header-img .bg {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, .4)
}

#header-img .container {
    display: table;
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    text-shadow: 0 0 3px rgba(0, 0, 0, .9)
}

#header-img .container .text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

#header-img .container .text p {
    margin-bottom: 0;
}


/*** Social media ***/

.sm a {}

.sm a {
    margin: 0 3px;
    border-radius: 100%;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #ec242a;
    background-image: url(images/socialmedia_34x34.svg);
    background-position: left center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sm a span {
    border-radius: 100%;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(images/socialmedia_34x34.svg);
    background-position: left center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sm a.facebook {
    background-position: 0px center;
}

.sm a.twitter {
    background-position: -34px center;
}

.sm a.pinterest {
    background-position: -68px center;
}

.sm a.google_plus {
    background-position: -102px center;
}

.sm a.yt {
    background-position: -204px center;
}

.sm a.linkedin {
    background-position: -136px center;
}

.sm a.instagram {
    background: url(images/instagram_bg.png) bottom center #ec242a;
    background-size: 100% auto;
}

.sm a.instagram span {
    background-position: -170px center;
}

.sm a:hover.facebook {
    background-position: 0 34px;
    background-color: #3e5193!important;
}

.sm a:hover.twitter {
    background-position: -34px 34px;
    background-color: #95d6fd!important;
}

.sm a:hover.pinterest {
    background-position: -68px 34px;
    background-color: #bd081c!important;
}

.sm a:hover.google_plus {
    background-position: -102px 34px;
    background-color: #dc4e41!important;
}

.sm a:hover.yt {
    background-position: -204px 34px;
    background-color: #dc4e41!important;
}

.sm a:hover.linkedin {
    background-position: -136px 34px;
    background-color: #0065a1!important;
}

.sm a:hover.instagram {
    background-position: top center;
}

.sm a:hover.instagram span {
    background-position: -170px 34px;
    background-color: transparent!important;
}


/*** breadcrumbs ***/

#breadcrumbs {
    margin: 0;
    padding: 20px 0;
    font-size: 12px;
}

#breadcrumbs a {
    color: #444;
    text-decoration: none;
}

#breadcrumbs a:hover {
    color: #ec242a;
}

#breadcrumbs strong {
    color: #ec242a;
}


/*** Flex content ***/

#flex-content .wrap {
    padding: 100px 0;
}

#flex-content .wrap.none,
#flex-content .white_space.none {
    background-color: transparent;
}

#flex-content .wrap.white,
#flex-content .white_space.white {
    background-color: #fff;
}

#flex-content .wrap.lightgray,
#flex-content .white_space.lightgray {
    background-color: #f3f3f3;
}

#flex-content .wrap.darkgray,
#flex-content .white_space.darkgray {
    background-color: #DEDEDE;
}

#flex-content .bgcolor.transparent {
    background: transparent;
}

#flex-content .bgcolor.white {
    background: #fff;
}

#flex-content .bgcolor.img.white {
    background: rgba(255, 255, 255, 0.8);
}

#flex-content .bgcolor.lightgray {
    background: #f3f3f3;
}

#flex-content .bgcolor.img.lightgray {
    background: rgba(243, 243, 243, 0.8);
}

#flex-content .bgcolor.darkgray {
    background: #3b3b3b;
}

#flex-content .bgcolor.img.darkgray {
    background: rgba(59, 59, 59, 0.8);
}

#flex-content .wrap.spacing-none {
    padding: 0;
}

#flex-content .wrap.spacing-small {
    padding: 40px 0;
}

#flex-content .wrap.spacing-bottom {
    padding-top: 0;
}

#flex-content .wrap.spacing-top {
    padding-bottom: 0;
}

#flex-content .wrap.spacing-bottom-small {
    padding: 0 0 40px 0;
}

#flex-content .wrap.spacing-top-small {
    padding: 40px 0 0 0;
}

#flex-content .wrap.default .content .btn {
    margin: 0 10px 10px 0;
}

#flex-content .wrap.default .left {
    width: 70%;
    float: left;
}

#flex-content .wrap.default .left .btn {
    margin: 0 10px 10px 0;
}

#flex-content .wrap.default .right {
    width: 28%;
    float: right;
}

#flex-content .wrap.default .right img {
    width: 100%;
    height: auto;
}

#flex-content .wrap.default.text-center .content .btn {
    margin: 0 5px 10px 5px
}

#flex-content .wrap.default.text-center .left {
    text-align: center;
}

#flex-content .wrap.default.text-center .left .btn {
    margin: 0 5px 10px 5px;
}

#flex-content .wrap.default.text-center .content {
    text-align: center;
}

#flex-content .wrap.default.text-center .content .btn {
    margin: 0 5px 10px 5px;
}

#flex-content .wrap.default.text-right .content .btn {
    margin: 0 0 10px 10px;
}

#flex-content .wrap.default.text-right .left {
    text-align: right;
}

#flex-content .wrap.default.text-right .left .btn {
    margin: 0 0 10px 10px;
}

#flex-content .wrap.default.text-right .content {
    text-align: right;
}

#flex-content .wrap.default.text-right .content .btn {
    margin: 0 0 10px 10px;
}

#flex-content .wrap.default.left .left {
    float: right;
}

#flex-content .wrap.default.left .right {
    float: left;
}

#flex-content .wrap.default.left.prop80 .left {
    width: 78%
}

#flex-content .wrap.default.left.prop80 .right {
    width: 20%;
}

#flex-content .wrap.default.left.prop70 .left {
    width: 68%
}

#flex-content .wrap.default.left.prop70 .right {
    width: 30%;
}

#flex-content .wrap.default.left.prop60 .left {
    width: 58%
}

#flex-content .wrap.default.left.prop60 .right {
    width: 40%;
}

#flex-content .wrap.default.left.prop50 .left {
    width: 49%
}

#flex-content .wrap.default.left.prop50 .right {
    width: 49%;
}

#flex-content .wrap.default.left.prop40 .left {
    width: 48%
}

#flex-content .wrap.default.left.prop40 .right {
    width: 50%;
}

#flex-content .wrap.default.left.prop30 .left {
    width: 38%
}

#flex-content .wrap.default.left.prop30 .right {
    width: 60%;
}

#flex-content .wrap.default.left.prop20 .left {
    width: 28%
}

#flex-content .wrap.default.left.prop20 .right {
    width: 70%;
}

#flex-content .wrap.default.right.prop80 .left {
    width: 78%
}

#flex-content .wrap.default.right.prop80 .right {
    width: 20%;
}

#flex-content .wrap.default.right.prop70 .left {
    width: 68%
}

#flex-content .wrap.default.right.prop70 .right {
    width: 30%;
}

#flex-content .wrap.default.right.prop60 .left {
    width: 58%
}

#flex-content .wrap.default.right.prop60 .right {
    width: 40%;
}

#flex-content .wrap.default.right.prop50 .left {
    width: 49%
}

#flex-content .wrap.default.right.prop50 .right {
    width: 49%;
}

#flex-content .wrap.default.right.prop40 .left {
    width: 48%
}

#flex-content .wrap.default.right.prop40 .right {
    width: 50%;
}

#flex-content .wrap.default.right.prop30 .left {
    width: 38%
}

#flex-content .wrap.default.right.prop30 .right {
    width: 60%;
}

#flex-content .wrap.default.right.prop20 .left {
    width: 28%
}

#flex-content .wrap.default.right.prop20 .right {
    width: 70%;
}

#flex-content .wrap.fifty {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

#flex-content .wrap.fifty .left {
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

#flex-content .wrap.fifty .left .content {
    padding: 50px 0;
    max-width: 535px;
    float: right;
    margin: 0 50px
}

#flex-content .wrap.fifty .left.spacing-none .content {
    padding: 0;
}

#flex-content .wrap.fifty .left.spacing-small .content {
    padding: 40px 0;
}

#flex-content .wrap.fifty .left .content .btn {
    margin: 0 10px 10px 0;
}

#flex-content .wrap.fifty .right {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    background-size: cover;
    background-position: center center
}

#flex-content .wrap.fifty.text-center .content .btn {
    margin: 0 5px 10px 5px
}

#flex-content .wrap.fifty.text-center .left {
    text-align: center;
}

#flex-content .wrap.fifty.text-center .left .btn {
    margin: 0 5px 10px 5px;
}

#flex-content .wrap.fifty.text-center .content {
    text-align: center;
}

#flex-content .wrap.fifty.text-center .content .btn {
    margin: 0 5px 10px 5px;
}

#flex-content .wrap.fifty.text-right .content .btn {
    margin: 0 0 10px 10px;
}

#flex-content .wrap.fifty.text-right .left {
    text-align: right;
}

#flex-content .wrap.fifty.text-right .left .btn {
    margin: 0 0 10px 10px;
}

#flex-content .wrap.fifty.text-right .content {
    text-align: right;
}

#flex-content .wrap.fifty.text-right .content .btn {
    margin: 0 0 10px 10px;
}

#flex-content .wrap.fifty.left .left {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

#flex-content .wrap.fifty.left .right {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

#flex-content .wrap.fifty.left .left .content {
    float: left;
}

#flex-content .wrap.fifty .left.none {
    background-color: transparent;
}

#flex-content .wrap.fifty .left.white {
    background-color: #fff;
}

#flex-content .wrap.fifty .left.lightgray {
    background-color: #f3f3f3;
}

#flex-content .wrap.fifty .left.darkgray {
    background-color: #DEDEDE;
}

#flex-content .text_bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#flex-content .text_bg .bgcolor.white {
    background: rgba(255, 255, 255, 0.7);
}

#flex-content .text_bg .container .content {
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%
}

#flex-content .text_bg .container.columns1 .content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

#flex-content .text_bg .container.columns2 .content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#flex-content .text_bg .container.columns3 .content {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

#flex-content .text_bg .container.columns2.margin .content,
#flex-content .text_bg .container.columns3.margin .content {
    margin-bottom: 20px;
}

#flex-content .text_bg .container .btn {
    margin: 0px 10px 0 0px;
}

#flex-content .text_bg.txt_color_light h2,
#flex-content .text_bg.txt_color_light p {
    color: #fff;
}

#flex-content .text_bg.text-center h2 {
    display: block;
    text-align: center;
}

#flex-content .text_bg.text-center .btns {
    text-align: center;
}

#flex-content .text_bg.text-right h2 {
    display: block;
    text-align: right;
}

#flex-content .text_bg.text-right .btns {
    text-align: right;
}

#flex-content .wrap.quote {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

#flex-content .wrap.quote p {
    margin-bottom: 0;
}

#flex-content .wrap.quote .btn {
    margin: 30px 5px 0 5px;
}

#flex-content .wrap.quote.txt-shadow .container>h2,
#flex-content .wrap.quote.txt-shadow .container>p {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

#flex-content .wrap.quote .bgcolor {
    padding: 100px 0;
}

#flex-content .wrap.quote .bgcolor.black {
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

#flex-content .wrap.quote .bgcolor.black h2 {
    color: #fff;
}

#flex-content .wrap.quote .bgcolor.white {
    background: rgba(255, 255, 255, .5);
}

#flex-content .wrap.video-overview h2 {}

#flex-content .wrap.video-overview .videos-wrapper .video-single {
    width: 49%;
    float: left;
    margin-bottom: 40px;
}

#flex-content .wrap.video-overview .videos-wrapper .video-single:nth-of-type(2n+1) {
    clear: left;
    margin-right: 2%;
}

#flex-content .wrap.video-overview .videos-wrapper .video-single h3 {
    margin-top: 20px;
}

#flex-content .wrap.quote.quote-show .container {
    padding: 0 78px;
}

#flex-content .wrap.quote.quote-show .container:before,
#flex-content .wrap.quote.quote-show .container:after,
#flex-content .video-popup.quote-show .container:after,
#flex-content .video-popup.quote-show .container:before {
    font-weight: bold;
    color: #3d3d3d;
    font-size: 116px;
    opacity: 0.8;
    position: absolute;
}

#flex-content .wrap.quote.quote-show .container:before,
#flex-content .video-popup.quote-show .container:before {
    content: "\201C";
    top: 40px;
    left: 0;
}

#flex-content .wrap.quote.quote-show .container:after,
#flex-content .video-popup.quote-show .container:after {
    content: "\201D";
    bottom: -20px;
    right: 0;
}

#flex-content .wrap.quote.quote-hide {}

#flex-content .wrap.product_highlight {
    text-align: center;
}

#flex-content .wrap.product_highlight h2 {
    margin: 0 0 20px 0;
}

#flex-content .wrap.product_highlight .img_container {
    margin: 0 0 20px 0;
}

#flex-content .wrap.product_highlight .img_container .img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#flex-content .wrap.product_highlight .img_container .img .pattern {
    background-position: center top;
    background-repeat: repeat;
}

#flex-content .wrap.product_highlight .btn {
    margin: 0 5px 10px 5px;
}

#flex-content .wrap.multi2_highlight {
    text-align: center;
}

#flex-content .wrap.multi2_highlight .container>h2 {
    margin: 0 auto 20px auto;
    max-width: 540px;
}

#flex-content .wrap.multi2_highlight .container>p {
    max-width: 540px;
    margin: 0 auto 30px auto;
}

#flex-content .wrap.multi2_highlight .multi2-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

#flex-content .wrap.multi2_highlight .multi2-wrapper .multi2-single {
    width: 49%;
    margin-right: 2%;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row no-wrap;
    -webkit-flex-flow: row no-wrap;
    justify-content: space-around;
}

#flex-content .wrap.multi2_highlight .multi2-wrapper .multi2-single:nth-of-type(2n) {
    margin-right: 0
}

#flex-content .wrap.multi2_highlight .multi2-wrapper .multi2-single>a {
    width: 40%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
}

#flex-content .wrap.multi2_highlight .multi2-wrapper .multi2-single .txtWrap {
    width: 60%;
    height: 100%;
    padding: 20px;
    text-align: left;
}

#flex-content .wrap.multi2_highlight .multi2-wrapper .multi2-single .txtWrap h3 {
    margin: 0 0 10px 0;
}

#flex-content .wrap.multi2_highlight .multi2-wrapper .multi2-single .txtWrap a.btn {
    margin-top: 20px;
}

#flex-content .wrap.products {
    text-align: center;
}

#flex-content .wrap.products .product_list {
    margin: 0;
    padding: 0;
}

#flex-content .wrap.products h2 {
    max-width: 740px;
    margin: 0 auto 20px auto;
}

#flex-content .wrap.products .desc {
    max-width: 740px;
    margin: 0 auto;
}

#flex-content .wrap.products .product_list .product_detail {
    margin: 20px 20px 0 20px;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

#flex-content .wrap.products .product_list .product_detail a {
    display: block;
}

#flex-content .wrap.products .product_list .product_detail a:after {
    content: '';
    display: table;
    clear: both;
}

#flex-content .wrap.products .product_list .product_detail a img {
    max-width: 270px;
    height: auto;
    margin: 0 auto;
}

#flex-content .wrap.products .product_list .product_detail a .btn {
    margin-top: 20px;
}

#flex-content .wrap.quote.txt_color_light h2,
#flex-content .wrap.quote.txt_color_light p,
#flex-content .wrap.quote.quote-show.txt_color_light .container:before,
#flex-content .wrap.quote.quote-show.txt_color_light .container:after,
#flex-content .video-popup.quote-show.txt_color_light .container:before,
#flex-content .video-popup.quote-show.txt_color_light .container:after {
    color: #fff;
}

#flex-content .video-popup {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

#flex-content .video-popup .wrap .btn {
    margin: 10px 10px 20px 10px;
}

#flex-content .video-popup.quote-show {}

#flex-content .video-popup.txt_color_light h2,
#flex-content .video-popup.txt_color_light p {
    color: #fff;
}

#flex-content .video-popup.txt-shadow h2,
#flex-content .video-popup.txt-shadow p {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

#flex-content .video-popup p {
    margin-bottom: 0
}

#flex-content .wrap.logos {
    text-align: center;
}

#flex-content .wrap.logos ul {
    padding: 0;
    margin: 0;
}

#flex-content .wrap.logos ul li {
    position: relative;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 20px 2%
}

#flex-content .wrap.logos ul li a {
    padding: 0;
    display: table;
    height: 100px;
    max-height: 100px;
}

#flex-content .wrap.logos ul li a span {
    display: table-cell;
    vertical-align: middle;
}

#flex-content .wrap.logos ul li a span img {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-height: 100px;
}

#flex-content .wrap.logos ul li h3 {
    display: block;
    text-align: center;
    margin-top: 10px;
}

#flex-content .wrap.logos.gray {
    background: #f3f3f3;
}

#flex-content .wrap.multi .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#flex-content .wrap.multi .intro {
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}

#flex-content .wrap.multi .multiwrap {
    /*****************************************/
    /*  http://the-echoplex.net/flexyboxes/  */
    /*****************************************/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#flex-content .wrap.multi .multispan a.btn {
    position: absolute;
    bottom: 20px;
    left: 15px;
}

#flex-content .wrap.multi .multispan p:last-child {
    margin: 0;
}

#flex-content .wrap.multi .span12 {
    width: 100%;
    float: left;
    position: relative;
}

#flex-content .wrap.multi .span6 {
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
    position: relative;
}

#flex-content .wrap.multi .span6:nth-child(2) {
    width: 49%;
    margin: 0 0 0 0;
}

#flex-content .wrap.multi .span4 {
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
    position: relative;
}

#flex-content .wrap.multi .span4:nth-child(3) {
    margin: 0 0 0 0;
}

#flex-content .wrap.multi .span3 {
    width: 23.5%;
    float: left;
    position: relative;
}

#flex-content .wrap.multi .span3:not(:last-child) {
    margin-right: 2%;
}

#flex-content .wrap.multi .color-white,
#flex-content .wrap.multi .color-white h1,
#flex-content .wrap.multi .color-white h2,
#flex-content .wrap.multi .color-white h3,
#flex-content .wrap.multi .color-white h4,
#flex-content .wrap.multi .color-white p {
    color: #fff;
}

#flex-content .wrap.multi .hide {
    display: none;
}

#flex-content .wrap.multi .multispan .content {
    padding: 15px;
}

#flex-content .wrap.multi .multispan .content.btns {
    padding: 15px 15px 75px 15px;
}

#flex-content .wrap.multi .multispan .image img {
    width: 100%;
}

#flex-content .wrap.multi .multispan.text-right {
    text-align: right;
}

#flex-content .wrap.multi .multispan.text-center {
    text-align: center;
}

#flex-content .wrap.multi .multispan.text-center .btn {
    margin: 0 5px 10px 5px;
}

#flex-content .wrap.multi .multispan.none .content {
    padding: 15px 0 75px;
}

#flex-content .wrap.multi .multispan.none .content a.btn {
    left: 0;
}

#flex-content .wrap.multi .multispan.none {
    background-color: transparent;
}

#flex-content .wrap.multi .multispan.white {
    background-color: #fff;
}

#flex-content .wrap.multi .multispan.lightgray {
    background-color: #f3f3f3;
}

#flex-content .wrap.multi .multispan.darkgray {
    background-color: #DEDEDE;
}

#flex-content .wrap.multi.layout_width .multiwrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

#flex-content .wrap.multi.layout_width .multispan {
    width: 49%;
    margin-right: 2%;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    background-color: #fff;
    /*display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row no-wrap;
-webkit-flex-flow: row no-wrap;
justify-content: space-around;*/
    /*****************************************/
    /*  http://the-echoplex.net/flexyboxes/  */
    /*****************************************/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#flex-content .wrap.multi.layout_width .multispan:nth-of-type(2n) {
    margin-right: 0
}

#flex-content .wrap.multi.layout_width .multispan>a {
    width: 40%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
}

#flex-content .wrap.multi.layout_width .multispan .txtWrap {
    width: 60%;
    height: 100%;
    padding: 20px;
    text-align: left;
}

#flex-content .wrap.multi.layout_width .multispan .txtWrap h3 {
    margin: 0 0 10px 0;
}

#flex-content .wrap.multi.layout_width .multispan .txtWrap a.btn {
    margin-top: 20px;
    position: static;
}

#flex-content .faq-detail {
    padding: 100px 0;
}

#flex-content .faq-detail.none,
#flex-content .white_space.none {
    background-color: transparent;
}

#flex-content .faq-detail.white,
#flex-content .white_space.white {
    background-color: #fff;
}

#flex-content .faq-detail.lightgray,
#flex-content .white_space.lightgray {
    background-color: #f3f3f3;
}

#flex-content .faq-detail.darkgray,
#flex-content .white_space.darkgray {
    background-color: #DEDEDE;
}

#flex-content .faq-detail.spacing-none {
    padding: 0;
}

#flex-content .faq-detail.spacing-small {
    padding: 40px 0;
}

#flex-content .faq-detail.textBesideQuestion1 .left {
    width: 49%;
    float: left;
}

#flex-content .faq-detail.textBesideQuestion1 .right {
    width: 49%;
    float: right;
}

#flex-content .faq-detail .left,
#flex-content .faq-detail .right {
    width: 100%;
}

#flex-content .faq-detail .text-center {
    text-align: center;
}

#flex-content .faq-detail .text-right .left {
    text-align: right;
}

#flex-content .faq-detail .text-right .content {
    text-align: right;
}

#flex-content .faq-detail.left .left {
    float: right;
}

#flex-content .faq-detail.left .right {
    float: left;
}

#flex-content .newsletter {
    text-align: center;
}

#flex-content .newsletter .form>span {
    display: inline-block;
    vertical-align: top;
    line-height: 37px;
    margin-right: 10px;
}

#flex-content .newsletter .form .gform_wrapper {
    display: inline-block;
    vertical-align: top;
    vertical-align: top;
}

#flex-content .newsletter .form .gform_wrapper .gform_body {
    display: inline-block;
    vertical-align: top;
}

#flex-content .newsletter .form .gform_wrapper .gform_body ul li {
    margin-bottom: 0;
}

#flex-content .newsletter .form .gform_wrapper .gform_body ul li label {
    display: none;
}

#flex-content .newsletter .form .gform_wrapper .gform_body ul li input {
    height: 37px;
    width: 250px;
    margin-right: 10px;
}

#flex-content .newsletter .form .gform_wrapper .gform_footer {
    display: inline-block;
    vertical-align: top;
}

.videoWrapper {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper .play-button {
    width: 80px;
    height: 80px;
    background-color: transparent;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    border: 2px solid #fff;
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.videoWrapper .play-button:before {
    content: "";
    border-style: solid;
    border-width: 16px 0 16px 30px;
    border-color: transparent transparent transparent #fff;
}

.videoWrapper:hover .play-button {
    background: #ec242a;
}

.videoWrapper .play-button {
    cursor: pointer;
}

.videoWrapper iframe,
.videoWrapper .play-button,
.videoWrapper .play-button:before {
    position: absolute;
}

.videoWrapper .play-button,
.videoWrapper .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}

.videoWrapper iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


/*** Homepage ***/

.page-template-front-page #header-img {
    height: 580px;
    margin-bottom: 0;
    background-size: cover;
    background-position: center center;
    text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
}

.page-template-front-page #header-img .container {
    display: table;
    max-width: 1170px;
    margin: 0 auto;
    width: 90%;
    height: 100%;
}

.page-template-front-page #header-img .container .content {
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    height: 100%;
    font-size: 22px;
}

.page-template-front-page #header-img .container .content h1 {
    display: block;
    margin-bottom: 20px;
    font-size: 72px;
    line-height: 60px;
}

.page-template-front-page #header-img .container .content h1 span {
    font-weight: 500;
    font-size: 60px;
    display: block;
}

.page-template-front-page #header-img .bg {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.page-template-front-page #header-img .btn {
    text-shadow: none;
}

.page-template-front-page .container>.content {
    float: left;
    max-width: 760px;
    margin-top: 40px;
}

.page-template-front-page .container>.content h2 {
    color: inherit;
    margin-bottom: 30px;
}

.page-template-front-page .sidebar {
    float: right;
    width: 360px;
    margin-top: -310px;
    position: relative;
}

.page-template-front-page .sidebar .agenda {
    margin-bottom: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.page-template-front-page .sidebar .agenda .sheer {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100px;
    margin-top: -70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.page-template-front-page .sidebar .agenda .sheer:after {
    content: "";
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    box-sizing: border-box;
    background: #ef252a;
    display: block;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    transform-origin: left bottom;
    height: 120px;
    width: 100%;
}

.page-template-front-page .sidebar .agenda .intro {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 0px;
    padding-top: 20px;
    position: absolute;
    width: 100%;
    z-index: 2;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    font-weight: bold;
}

.page-template-front-page .sidebar .agenda .content {
    position: relative;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
}

.page-template-front-page .sidebar .agenda .content ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.page-template-front-page .sidebar .agenda .content ul:after {
    top: 0%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(239, 37, 42, 0);
    border-top-color: #ef252a;
    border-width: 20px;
    margin-left: -20px;
}

.page-template-front-page .sidebar .agenda .content ul li {
    list-style: none;
    border-bottom: 1px solid #0e57a5;
    background: #094688;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.page-template-front-page .sidebar .agenda .content ul li a {
    color: #fff;
    text-decoration: none;
    padding: 20px 25px;
    display: block;
}

.page-template-front-page .sidebar .agenda .content ul li a span {
    display: block;
    width: 100%;
}

.page-template-front-page .sidebar .agenda .content ul li a h3 {
    color: #fff;
    font-size: 22px;
    display: block;
    margin-bottom: 0;
}

.page-template-front-page .sidebar .agenda .content ul li:first-of-type {
    background: #0e57a5
}

.page-template-front-page .sidebar .agenda .content ul li:first-of-type h3 {
    font-size: 32px;
}

.page-template-front-page .sidebar .agenda .content ul li:last-of-type {
    background: #072c53;
}

.page-template-front-page .sidebar .agenda .content ul li:before {
    width: 2px;
    height: 30px;
    background: #fff;
    content: "";
    position: absolute;
    right: 30px;
    top: 45px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.page-template-front-page .sidebar .agenda .content ul li:after {
    width: 2px;
    height: 30px;
    background: #fff;
    content: "";
    position: absolute;
    right: 30px;
    top: 25px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.page-template-front-page .sidebar .agenda .content ul li:hover:before,
.page-template-front-page .sidebar .agenda .content ul li:hover:after {
    right: 20px
}

.page-template-front-page .sidebar .agenda .content ul li:last-of-type:after {
    top: 10px
}

.page-template-front-page .sidebar .agenda .content ul li:last-of-type:before {
    top: 30px
}

.page-template-front-page .sidebar .agenda .content ul:after {
    top: 0%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(239, 37, 42, 0);
    border-top-color: #ef252a;
    border-width: 20px;
    margin-left: -20px;
}

.page-template-front-page .sidebar .sponsors {
    margin-bottom: 50px;
}

.page-template-front-page .sidebar .sponsors h4 {
    color: inherit;
    font-size: 20px;
    font-weight: 400;
}

.page-template-front-page .sidebar .sponsors img {
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.page-template-front-page .follow-up {
    padding-bottom: 50px
}

.page-template-front-page .follow-up .recent-posts {
    width: 60%;
    float: left;
}

.page-template-front-page .follow-up .photobooks {
    width: 40%;
    float: left;
}

.page-template-front-page .follow-up h3 {
    color: inherit;
    font-size: 18px;
    font-weight: 600
}

.page-template-front-page .follow-up ul {
    padding: 0;
}

.page-template-front-page .follow-up ul li {
    list-style: none;
    line-height: 30px;
}

.page-template-front-page .follow-up ul li a {
    color: inherit;
    text-decoration: none;
    padding-left: 20px;
    position: relative;
}

.page-template-front-page .follow-up ul li a:hover {
    opacity: .8
}

.page-template-front-page .follow-up ul li a:before {
    content: "›";
    font-weight: 800;
    font-size: 23px;
    position: absolute;
    left: 0;
    width: 12px;
    display: inline-block;
    color: #ef252a;
    top: -7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.page-template-front-page .follow-up ul li a:hover:before {
    left: 10px;
}


/*** Contact page layout // Default layout set to Layout 1 ***/


/* Layout 1 */

.container.contact {
    margin: 0 auto 100px auto;
}

.container.contact h1 {
    color: inherit
}

.page-template-contact #breadcrumbs {
    margin: 0px auto 0;
}

.page-template-contact .contact.contact_layout_1 .content {
    width: 47.5%;
    float: left;
}

.page-template-contact .contact.contact_layout_1 .contactdetails {
    float: right;
    width: 47.5%;
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.page-template-contact .contact.contact_layout_1 .contactdetails .info {
    background: #777777;
    padding: 30px;
    position: relative;
}

.page-template-contact .contact.contact_layout_1 .contactdetails h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px
}

.page-template-contact .contact.contact_layout_1 .contactdetails h4 {
    margin-top: 20px;
}

.page-template-contact .contact.contact_layout_1 .contactdetails a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.page-template-contact .contact.contact_layout_1 .contactdetails a span {
    display: inline-block;
    width: 20px;
    font-weight: 700;
    clear: both;
}

.page-template-contact .contact.contact_layout_1 .contactdetails .contactinfo {
    margin-bottom: 0
}

.page-template-contact .contact.contact_layout_1 .contactdetails .address {
    margin: 0 0 20px 0;
}

.page-template-contact .contact.contact_layout_1 .contactdetails .address span {
    font-weight: 600
}

.page-template-contact .contact.contact_layout_1 .contactdetails a.btn {
    display: inline-block;
    margin: 0 0 20px 0;
}

.page-template-contact .contact.contact_layout_1 .contactdetails .address {
    margin: 0 0 20px 0;
}

.page-template-contact .contact.contact_layout_1 .contactdetails .info .btn {
    position: absolute;
    right: 30px;
    top: 72px
}

.gform_wrapper .hidden_label input.large,
body.page-template-contact .gform_wrapper .hidden_label select.large,
body.page-template-contact .gform_wrapper .top_label input.large,
body.page-template-contact .gform_wrapper .top_label select.large {
    width: 100%;
}

.gform_wrapper textarea.medium {
    width: 100%;
}

.gform_wrapper .top_label .gfield_label {
    font-weight: normal;
    margin: 1em 0 .5em;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-bottom: none!important;
    border-top: none !important;
    margin: 0!important;
    background: transparent !important;
}

.gform_wrapper .gfield_required {
    color: red;
    font-weight: bold;
}

.gform_wrapper li.gfield.gfield_error,
.page-template-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-top: 0;
    border-bottom: 0;
    background: transparent;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
    margin: 0;
    max-width: 100%;
    width: 100%;
    float: left;
}

.gform_wrapper .gfield_description.validation_message,
.gform_wrapper .top_label .gfield_description.validation_message {
    padding: 4px 10px!important;
}

.gform_wrapper ul li.gfield {
    margin-top: 0!important;
    list-style: none;
    margin-bottom: 10px;
}

.gform_wrapper ul {
    padding: 0;
    margin-bottom: 0
}

.gform_wrapper .gform_footer {
    position: relative;
    z-index: 2;
}

.gform_wrapper .gform_footer input[type=submit] {
    float: right;
}

.gform_wrapper div.validation_error {
    color: #dd0613 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    margin-bottom: 0px !important;
    ;
}

form .validation_error {
    color: #dd0613;
}

form .validation_error:before {
    content: "!";
    color: #fff;
    background: #dd0613;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 0!;
}

form ul li.gfield_error .validation_message {
    position: relative;
    background: #dd0613;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
    margin-bottom: 10px!important;
}

form ul li.gfield_error .validation_message:before {
    bottom: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 23, 68, 0);
    border-bottom-color: #d51744;
    border-width: 7px;
}

.page-template-contact .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0;
}

.page-template-contact .gform_wrapper ul li.gfield {
    width: 100%;
    float: left;
    clear: none;
}

.page-template-contact .gform_wrapper ul li.gfield label {
    float: left;
    width: 150px;
    margin: 0;
}

.page-template-contact .gform_wrapper ul li.gfield input {
    float: right;
    width: calc(100% - 160px)
}

.page-template-contact .gform_wrapper ul li.gfield textarea {
    width: calc(100% - 160px);
    float: right;
}

.page-template-contact .gform_wrapper ul li.gfield.message {
    width: 100%;
    margin-right: 0;
}


/*******************************************/


/******************* FAQ *******************/


/*******************************************/


/* faq overview */

.faq-overview ul {
    margin-left: 0;
    padding-left: 0;
}

.faq-overview ul li {
    width: 30%;
    margin-right: 3.3%;
    float: left;
    text-align: center;
    list-style: none;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.faq-overview ul li span {
    width: 90%;
    margin: 20px auto;
    height: 100px;
    display: block;
}

.faq-overview ul li span.img img {
    width: ;
    max-width: 100px;
    display: inline-block;
    height: auto;
    max-height: 100px
}


/* faq detail */

#faq {
    margin-bottom: 30px;
}

#faq h3 {}

#faq .item {
    position: relative;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    background-color: #fff
}

#faq .item:last-of-type {
    border-bottom: 1px solid #ebebeb;
}

#faq .item .title {
    background-size: 19px auto;
    padding: 15px 40px 15px 15px;
    position: relative;
    cursor: pointer;
    line-height: normal;
    font-weight: 700;
    color: #757473
}

#faq .item .title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #ec242a;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#faq .item.active .title {}

#faq .item.active .title:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#faq .item .desc {
    font-size: 15px;
    padding: 0 15px 15px 15px;
}

#faq .item .desc p:last-of-type {
    margin-bottom: 0;
}

#faq .item:nth-child(odd) .title {}

#faq .item:nth-child(even) .title {}

#faq .item .desc {
    display: none;
}

#faq .item.active {
    background: #f6f6f6;
}


/********************************************/


/******************* db's *******************/


/********************************************/

.calender .date {
    display: block;
    position: relative;
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 0;
    color: #fff;
    float: left;
    text-decoration: none;
    background: rgb(219, 37, 37);
    background: -moz-linear-gradient(top, rgba(219, 37, 37, 1) 0%, rgba(219, 37, 37, 1) 50%, rgba(229, 36, 39, 1) 51%, rgba(229, 36, 39, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(219, 37, 37, 1) 0%, rgba(219, 37, 37, 1) 50%, rgba(229, 36, 39, 1) 51%, rgba(229, 36, 39, 1) 100%);
    background: linear-gradient(to bottom, rgba(219, 37, 37, 1) 0%, rgba(219, 37, 37, 1) 50%, rgba(229, 36, 39, 1) 51%, rgba(229, 36, 39, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#db2525', endColorstr='#e52427', GradientType=0);
}

.calender .date:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    z-index: 99;
}

.calender .date:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
}

.calender .date .day {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    margin-top: 14px;
}

.calender .date .day:before {
    color: #fff;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 50%;
    width: 100%;
    background: #562b61;
    opacity: 0.05;
}

.calender .date .month {
    font-size: 16px;
    line-height: 15px;
}

#list-overview {
    max-width: 800px;
    width: 90%;
    margin-top: 30px;
}

.item-list {}

.item-list ul {
    padding-left: 0;
}

.item-list ul li {
    position: relative;
    width: 100%;
    cursor: pointer;
    list-style: none;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f6f6f6;
}

.item-list ul li a {
    text-decoration: none;
    color: inherit;
}

.item-list ul li a .img {
    float: left;
    width: 280px;
}

.item-list ul li a img {
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: left;
}

.item-list ul li a .content {
    float: right;
    width: calc(100% - 300px)
}

.item-list ul li a .content .link {
    position: absolute;
    width: 100%;
    bottom: 35px;
    left: 0;
    padding-left: 310px;
}

.item-list ul li a .content .read-more {
    font-weight: 600;
    color: #ef252a;
    float: right;
}

.item-list ul li a .content .read-more:after {
    content: " ›"
}

.item-list ul li a>span {
    display: block;
    height: 0;
    background: #ec242a
}

.item-list ul li a span span {
    color: #0e57a5;
    font-weight: 600
}

.item-list ul li a h2 {
    color: inherit;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
}

.item-list ul li a .time {
    color: #0e57a5;
    font-weight: 600;
}

#list-overview .pagnitation {
    text-align: center;
}


/*** agenda **/

#list-overview .item-list ul li.agenda a .content {
    width: 650px;
}

.single #breadcrumbs {
    margin-top: 50px;
}

.single h1 {
    color: inherit;
    margin-bottom: 20px;
    line-height: 40px;
}

.single .agenda_db img {
    margin-bottom: 20px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.single .calender .date {
    margin-left: -150px;
}

.single .post img {
    margin-bottom: 30px;
    width: 100%;
}

.closing {
    font-size: 13px;
    position: relative;
    border-top: 1px solid #f7f7f7;
    padding: 20px 0;
    clear: both;
}

.closing .navigation {
    margin-bottom: 0;
    float: left;
    border-top: 0
}

.closing .navigation>div>a:not(.prev):not(.next),
.navigation>div>span {
    float: left;
    border: none;
}

.navigation {
    margin-bottom: 50px;
    font-size: 13px
}

.navigation>div {
    display: inline-block;
    text-align: center;
}

.navigation a {
    text-decoration: none;
    color: inherit;
}

.navigation a:hover {
    color: #0e57a5;
    opacity: .8
}

.navigation>div>a:not(.prev):not(.next),
.navigation>div>span {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px
}

.navigation>div>span {
    background: #ef252a;
    border-color: #ef252a;
    color: #fff;
}

.navigation a.prev,
.navigation a.next {
    margin: 0 10px;
}

.socialMediaShare {
    text-align: right;
    float: right;
}

.socialMediaShare a {
    text-decoration: none;
    color: inherit;
    font-size: 20px;
    margin: 0 10px;
}

.socialMediaShare a:hover {
    color: #0e57a5
}


/** Fotoboek **/

.single .photobook>p {
    display: none;
}

.fotoboek {
    display: grid;
    grid-template-columns: repeat(auto-fit, 158px);
    justify-content: center;
    grid-gap: 10px;
}

.fotoboek .fotolink {
    border: 4px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}


/*** Smoelenboek ***/

.page-template-smoelenboek ul#smoelenboek {
    padding: 0;
    text-align: center;
}

.page-template-smoelenboek ul#smoelenboek li {
    position: relative;
    width: 240px;
    margin: 20px;
    display: inline-block;
    list-style: none;
    overflow: hidden;
    height: 320px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.page-template-smoelenboek ul#smoelenboek li .content:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    box-sizing: border-box;
    background: #0e57a5;
    display: block;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    transform-origin: left bottom;
    height: 120px;
    width: 100%;
}

.page-template-smoelenboek ul#smoelenboek li .content {
    position: absolute;
    bottom: 0;
    background: #0e57a5;
    width: 100%;
    color: #fff;
    padding: 10px;
    z-index: 5;
}

.page-template-smoelenboek ul#smoelenboek li .content h3 {
    color: #fff;
    margin-bottom: 0;
}

.page-template-smoelenboek ul#smoelenboek li .content span {
    line-height: 20px;
    display: block;
    font-size: 14px;
}


/*****************************************************************************************/


/************************ Footer / Default layout set to layout 1 ************************/


/*****************************************************************************************/


/*** Footer1 ***/

#footer.footer_layout_1 {
    font-size: 16px;
    line-height: 30px;
    position: relative;
}

#footer.footer_layout_1 h3 {
    text-align: center;
    color: inherit;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

#footer.footer_layout_1 a {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
}

#footer.footer_layout_1 .top {
    padding: 40px 0 40px 0;
    background-color: #ededed;
}

#footer.footer_layout_1 .top ul {
    padding: 0;
    margin: 0;
}

#footer.footer_layout_1 .top ul li {
    display: block;
    float: left;
    width: 20%;
    padding-right: 20px;
}

#footer.footer_layout_1 .bottom {
    padding: 10px -0;
    background-color: #0e57a5;
    color: #fff;
    font-size: 11px
}

#footer.footer_layout_1 .bottom a {
    color: #fff;
}

#footer.footer_layout_1 .bottom .left {
    float: left;
    margin-right: 2%;
}

#footer.footer_layout_1 .bottom .right {
    float: right;
    text-align: right;
}


/* Lightbox styling Preload images */

body:after {
    content: url(images/lightbox/close.png) url(images/lightbox/loading.gif) url(images/lightbox/prev.png) url(images/lightbox/next.png);
    display: none;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(images/lightbox/prev.png) left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(images/lightbox/next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(images/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


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


/*=========================== Start responsive layout ===========================*/


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


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1300px) {
    /*** Globals ***/
    /*** Default template parts ***/
    .container {
        max-width: 952px;
        width: 100%;
    }
    .container.xxsmall {
        max-width: 470px;
    }
    .container.xsmall {
        max-width: 740px;
    }
    .container.small {
        max-width: 952px;
    }
    .container.large {
        max-width: 952px;
    }
    .container.xlarge {
        max-width: 952px;
    }
    .container.full {
        max-width: inherit;
        width: 100%;
    }
    /*** Default header ***/
    #header-img .container {
        max-width: 952px;
    }
    /*** Flex content ***/
    #flex-content .wrap.fifty .left .content {
        max-width: 436px;
        margin: 0 40px;
    }
    /*** Homepage ***/
    .page-template-front-page #header-img .container {
        max-width: 952px;
        width: 100%;
    }
    .page-template-front-page .container>.content {
        width: calc(100% - 380px)
    }
    .item-list ul li a .img {
        width: 200px
    }
    .item-list ul li a .content {
        width: calc(100% - 220px)
    }
    .item-list ul li a .content .link {
        padding-left: 220px
    }
    .page-template-front-page .follow-up .recent-posts {
        width: 100%;
    }
    .page-template-front-page .follow-up .photobooks {
        width: 100%;
        margin-top: 20px
    }
    /*** Contact page ***/
    .page-template-contact .contact.contact_layout_1 {
        margin-top: 100px;
    }
    .page-template-contact .contact.contact_layout_1 .content {
        width: 60%;
    }
    .page-template-contact .contact.contact_layout_1 .contactdetails {
        width: 35%;
    }
    .page-template-contact .contact.contact_layout_2 .contactdetails .logo {
        position: absolute;
        right: 30px;
    }
    .page-template-contact .contact.contact_layout_2 .contactdetails p.contactinfo {
        clear: both;
        margin-bottom: 0;
    }
    #footer.footer_layout_1 .top ul li {
        width: 25%
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 1115px) {
    .single .calender .date {
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 20px
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    /*** Globals ***/
    /*** Default template parts ***/
    .container {
        max-width: 718px;
    }
    .container.xxsmall {
        max-width: 470px;
    }
    .container.xsmall {
        max-width: 718px;
    }
    .container.small {
        max-width: 718px;
    }
    .container.large {
        max-width: 718px;
    }
    .container.xlarge {
        max-width: 718px;
    }
    .container.full {
        max-width: inherit;
        width: 100%;
    }
    /*** Head ***/
    #head {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .single #breadcrumbs {
        margin-top: 0;
    }
    /*** Default header ***/
    /*** Flex content ***/
    #flex-content .wrap.fifty .left .content {
        max-width: 319px;
    }
    #flex-content .wrap.multi .span3 {
        width: 48.5%;
        margin-bottom: 20px;
    }
    #flex-content .wrap.multi .span3:nth-child(2n+2) {
        margin-right: 0;
    }
    #flex-content .wrap.multi.layout_width .multispan {
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 20px;
    }
    #flex-content .text_bg .container.columns1 .content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #flex-content .text_bg .container.columns2 .content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #flex-content .text_bg .container.columns3 .content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #flex-content .text_bg .container.margin .content {
        margin-bottom: 0;
    }
    /*** Homepage ***/
    .page-template-front-page #header-img .container {
        max-width: 90%;
    }
    .page-template-front-page #header-img .container .content {}
    .page-template-front-page #header-img .container .content h1 {
        font-size: 55px;
    }
    .page-template-front-page #header-img .container .content h1 span {
        font-size: 50px;
        font-weight: 600;
    }
    .page-template-front-page .sidebar {
        margin-top: -450px;
        position: absolute;
        right: 0;
        float: none;
        width: 250px
    }
    .page-template-front-page .sidebar .sponsors {
        display: none;
    }
    .page-template-front-page .container>.content {
        width: 100%;
    }
    .page-template-front-page .sidebar .agenda .content ul li:first-of-type h3 {
        font-size: 20px
    }
    /*** agenda ***/
    #list-overview .item-list ul li.agenda a .content {
        width: calc(100% - 150px)
    }
    #list-overview .item-list ul li.agenda a .content p {
        display: block;
    }
    #list-overview .item-list ul li.agenda .date {
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
    /*** Contact page ***/
    .page-template-contact .contact.contact_layout_1 .content {
        width: 55%;
    }
    .page-template-contact .contact.contact_layout_1 .contactdetails {
        width: 40%;
    }
    /*** Footer ***/
    #footer.footer_layout_3 .top .logo {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    #footer.footer_layout_3 .top .logo img {
        max-width: inherit;
        max-height: 100px;
    }
    #footer.footer_layout_3 .top .about {
        width: 32%;
    }
    #footer.footer_layout_3 .top .address {
        width: 32%;
    }
    #footer.footer_layout_3 .top .customerservice {
        width: 32%;
        margin-right: 0;
    }
    #footer.footer_layout_3 .top .newsletter {
        width: 100%;
        margin-top: 4%;
    }
    #footer.footer_layout_3 .top .newsletter .newsletter-wrap {
        width: 49%;
        float: left;
    }
    #footer.footer_layout_3 .top .newsletter .sm {
        width: 49%;
        float: right;
        text-align: right;
    }
    #footer.footer_layout_1 .top ul li {
        width: 33%
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    /*** Globals ***/
    /*** Default template parts ***/
    .container {
        max-width: 460px;
    }
    .container.xxsmall {
        max-width: 430px;
    }
    .container.xsmall {
        max-width: 430px;
    }
    .container.small {
        max-width: 430px;
    }
    .container.large {
        max-width: 430px;
    }
    .container.xlarge {
        max-width: 430px;
    }
    .container.full {
        max-width: inherit;
        width: 100%;
    }
    /*** Homepage ***/
    .page-template-front-page .sidebar {
        width: 100%;
        position: relative;
        margin-top: 0;
        float: left;
    }
    .page-template-front-page .sidebar .agenda .sheer::after {
        height: 130px
    }
    .item-list ul li a .img {
        width: 150px;
    }
    .item-list ul li a .content {
        width: calc(100% - 170px)
    }
    .item-list ul li a .content .link {
        padding-left: 170px
    }
    /*** All ***/
    #header-img {
        height: 250px
    }
    /*** Contact page ***/
    .page-template-contact .contact.contact_layout_1 .content {
        width: 100%;
    }
    .page-template-contact .contact.contact_layout_1 .contactdetails {
        width: 100%;
    }
    .page-template-contact .contact.contact_layout_2 .content .contactform {
        width: 100%;
    }
    .page-template-contact .contact.contact_layout_2 .contactdetails {
        width: 100%;
    }
    .page-template-contact .contact.contact_layout_3 .content {
        width: 100%;
    }
    .page-template-contact .contact.contact_layout_3 .contactdetails {
        width: 100%;
    }
    /*** Flex content ***/
    #flex-content .wrap.default.left .left {
        width: 100%!important;
    }
    #flex-content .wrap.default.left .right {
        width: 100%!important;
        margin-top: 20px;
    }
    #flex-content .wrap.default.right .left {
        width: 100%!important;
    }
    #flex-content .wrap.default.right .right {
        width: 100%!important;
        margin-top: 20px;
    }
    #flex-content .wrap.multi .container {
        display: block;
    }
    #flex-content .wrap.multi .container:after {
        content: '';
        display: table;
        clear: both;
    }
    #flex-content .wrap.multi a.btn {
        position: static;
        margin-top: 10px;
    }
    #flex-content .wrap.multi .span6,
    #flex-content .wrap.multi .span6:nth-child(2),
    #flex-content .wrap.multi .span3,
    #flex-content .wrap.multi .span4 {
        width: 100%;
        margin-bottom: 2%;
        margin-right: 0;
    }
    #flex-content .wrap.multi .span3 {
        margin-right: 0 !important;
    }
    #flex-content .wrap.multi .multispan .content {
        padding-bottom: 15px;
    }
    #flex-content .wrap.multi .multispan a.btn {
        position: static;
    }
    #flex-content .wrap.video-overview .videos-wrapper .video-single {
        width: 100%;
    }
    #flex-content .wrap.video-overview .videos-wrapper .video-single:nth-of-type(2n+1) {
        margin-right: 0;
    }
    #flex-content .wrap.fifty {
        display: block;
    }
    #flex-content .wrap.fifty .left {
        width: 100%;
    }
    #flex-content .wrap.fifty .left .content {
        max-width: inherit;
    }
    #flex-content .wrap.fifty .left .content,
    #flex-content .wrap.fifty.left .left .content {
        float: none;
    }
    #flex-content .wrap.fifty .right {
        width: 100%;
        height: 0;
        padding-bottom: 60%;
    }
    #flex-content .faq-detail.textBesideQuestion1 .left {
        width: 100%;
        float: left;
    }
    #flex-content .faq-detail.textBesideQuestion1 .right {
        width: 100%;
        float: right;
    }
    /*** Blog ***/
    .showFilter {
        display: block;
        color: #fff;
        padding: 12px;
        background: #f00;
        width: 96px;
        margin-bottom: 10px;
    }
    #list-overview .filter {
        position: inherit;
        overflow: hidden;
        margin-bottom: 20px;
        width: 100%;
    }
    #list-overview .item-list {
        padding-left: 0;
    }
    #list-overview .item-list ul li {
        width: 100%;
        margin-right: 0!important;
    }
    .single h1 {
        font-size: 25px;
        line-height: 25px;
    }
    /*** Fotoboek ***/
    .fpf-gallery .gallery-item {
        width: 30% !important;
        margin: 1.5% !important;
    }
    .fpf-gallery>p {
        display: none;
    }
    /*** Footer ***/
    #footer.footer_layout_1 .top .address {
        width: 49%;
    }
    #footer.footer_layout_1 .top .landingpage_wrap {
        width: 49%;
    }
    #footer.footer_layout_1 .top .info {
        width: 49%;
        clear: both;
        margin-top: 4%;
    }
    #footer.footer_layout_1 .top .contact_button {
        width: 49%;
        margin-top: 4%;
    }
    #footer.footer_layout_1 .top .contact_button .btn {
        float: left;
    }
    #footer.footer_layout_3 .top .container {}
    #footer.footer_layout_3 .top .about {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }
    #footer.footer_layout_3 .top .address {
        width: 100%;
        margin-right: 0;
        margin-top: 4%;
    }
    #footer.footer_layout_3 .top .customerservice {
        width: 100%;
        margin-right: 0;
        margin-top: 4%;
    }
    #footer.footer_layout_4 .bottom .container {
        text-align: center;
    }
    #footer.footer_layout_4 .bottom .container .left {
        display: block;
        float: none;
        text-align: center;
    }
    #footer.footer_layout_4 .bottom .container .right {
        display: block;
        margin-top: 4%;
        float: none;
        text-align: center;
    }
    #footer.footer_layout_1 .top ul {
        display: block;
        text-align: center;
    }
    #footer.footer_layout_1 .top ul li {
        width: auto;
        display: inline-block;
        float: none;
    }
}

@media only screen and (max-width: 500px) {
    /*** Globals ***/
    .btn+.btn {
        margin-left: 0;
        margin-right: 10px;
    }
    .btn {
        margin-bottom: 10px;
    }
    /*** Default template parts ***/
    .container {
        width: 90%;
        max-width: 90%;
    }
    .container.xxsmall {
        max-width: 90%;
    }
    .container.xsmall {
        max-width: 90%;
    }
    .container.small {
        max-width: 90%;
    }
    .container.large {
        max-width: 90%;
    }
    .container.xlarge {
        max-width: 90%;
    }
    .container.full {
        max-width: inherit;
        width: 100%;
    }
    /*** Default header ***/
    #header-img .container {
        width: 90%;
        max-width: 90%;
    }
    /*** Homepage ***/
    .page-template-front-page #header-img {
        height: 400px
    }
    .page-template-front-page #header-img .container .content {
        display: block;
    }
    .page-template-front-page #header-img .container .content h1 {
        font-size: 30px;
        line-height: 40px;
        padding-top: 30px
    }
    .page-template-front-page #header-img .container .content h1 span {
        font-size: 25px;
        display: block;
    }
    .page-template-front-page .item-list ul li a .content h2 {
        margin-bottom: 0;
    }
    .page-template-front-page .container>.content {
        margin-top: 0;
    }
    /** overview **/
    .item-list ul li a .img {
        width: 100px;
    }
    .item-list ul li a .content {
        width: calc(100% - 110px)
    }
    .item-list ul li a .content p {
        display: none;
    }
    .item-list ul li a .content h2 {
        font-size: 16px;
        margin-bottom: 0px
    }
    .item-list ul li a .content .link {
        position: relative;
        padding: 0;
        font-size: 13px;
        bottom: 0;
    }
    .item-list ul li a .content .link span {
        display: block;
        text-align: left;
        float: none;
    }
    .item-list ul li a .content .link span.date {
        display: none;
    }
    .single .calender .date {
        display: none;
    }
    .closing .navigation {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .socialMediaShare {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    #list-overview .item-list ul li.agenda a .content {
        width: calc(100% - 100px)
    }
    #list-overview .item-list ul li.agenda .date {
        margin-left: -20px
    }
    /***fotoboek ***/
    .fpf-gallery .gallery-item {
        width: 46% !important;
        margin: 2% !important;
    }
    /*** Flex content ***/
    #flex-content .wrap {
        padding: 50px 0;
    }
    #flex-content .wrap.default.left .left,
    #flex-content .wrap.default.right .left {
        width: 100% !important;
    }
    #flex-content .wrap.default.left .right,
    #flex-content .wrap.default.right .right {
        width: 100% !important;
    }
    #flex-content .wrap.default .left img,
    #flex-content .wrap.default .right img {
        width: auto;
        margin: 20px auto 0;
    }
    #flex-content .wrap.video-overview .videos-wrapper .video-single {
        width: 100%;
        margin: 0 auto 20px !important;
    }
    #flex-content .wrap.multi.layout_width .multispan {
        display: block;
    }
    #flex-content .wrap.multi.layout_width .multispan>a {
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        display: block;
    }
    #flex-content .wrap.multi.layout_width .multispan .txtWrap {
        width: 100%;
    }
    #flex-content .wrap.products_highlight .products-wrapper .product-single .productWrap>.img,
    #flex-content .wrap.products_highlight .products-wrapper .product-single .productWrap>a {
        width: 100%;
        display: block;
        padding-bottom: 40%;
    }
    #flex-content .wrap.products_highlight .products-wrapper .product-single .productWrap .txtWrap {
        width: 100%;
        display: block;
    }
    #flex-content .wrap.fifty .left .content {
        padding: 25px;
        margin: 0;
    }
    /*** Contact page ***/
    .page-template-contact .gform_wrapper ul li.gfield.txtmessage {
        margin-bottom: 0;
    }
    .page-template-contact .contact.contact_layout_2 .contactdetails .logo {
        display: none;
    }
    .page-template-contact .gform_wrapper ul li.gfield {
        width: 100%;
        margin-right: 0;
    }
    .page-template-contact .gform_wrapper ul li.gfield label {
        width: 100%;
    }
    .page-template-contact .gform_wrapper ul li.gfield input {
        width: 100%;
    }
    .page-template-contact .gform_wrapper ul li.gfield textarea {
        width: 100%;
    }
    /*** Footer ***/
    #footer.footer_layout_1 .top .container {
        text-align: center;
    }
    #footer.footer_layout_1 .top .address {
        width: 100%;
        margin-right: 0;
    }
    #footer.footer_layout_1 .top .landingpage_wrap {
        width: 100%;
        margin: 20px 0 0 0;
    }
    #footer.footer_layout_1 .top .landingpage_wrap.row-1>li,
    #footer.footer_layout_1 .top .landingpage_wrap.row-2>li,
    #footer.footer_layout_1 .top .landingpage_wrap.row-3>li {
        width: 100%;
    }
    #footer.footer_layout_1 .top .landingpage_wrap.row-2>li:not(:first-child),
    #footer.footer_layout_1 .top .landingpage_wrap.row-3>li:not(:first-child) {
        margin-top: 20px;
    }
    #footer.footer_layout_1 .top .info {
        width: 100%;
        margin-right: 0;
        margin-top: 4%;
    }
    #footer.footer_layout_1 .top .contact_button {
        width: 100%;
        margin-top: 4%;
    }
    #footer.footer_layout_1 .top .contact_button .btn {
        float: none;
    }
    #footer.footer_layout_1 .bottom .container {
        text-align: center;
    }
    #footer.footer_layout_1 .bottom .container .left {
        float: none;
    }
    #footer.footer_layout_1 .bottom .container .right {
        float: none;
        margin-top: 20px;
        text-align: center;
    }
    #footer.footer_layout_2 .top .address div {
        display: block;
    }
    #footer.footer_layout_2 .top .address div:not(:last-child):after {
        display: none;
    }
    #footer.footer_layout_2 .top .address div.tel {
        margin-top: 20px;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    /*** Globals ***/
    /*** Default template parts ***/
    /*** Homepage ***/
}