.clear {
clear:both;
}

table, tr, td {
height:auto !important;
}

.content img {
max-width: 100%;
height: auto;
}

.menu-line {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    border-left: 1px dashed #2db8c5;
    width: 1px;
    display: inline-block;
    content: " ";
}
.mx_buttons a {
    right: auto;
    left: 0;
}
.header {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    position: relative;
    z-index: 7;
	margin-bottom: 50px;
}
.header .logo,
.header .logo .background-logo {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
}
.header .logo {
    display: block;
    height: 100%;
    overflow: hidden;
}
.header .logo .background-logo {
    background-image: url(../img/logo-background-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 60%;
    bottom: 0;
    width: 100%;
}
.header .logo a {
    display: inline-block;
    margin: 25px 0 0 25px;
}
.header .logo a img {
    width: 150px;
    height: auto;
}
@media (min-width: 768px) {
    .header .logo .background-logo {
        background-image: url(../img/logo-background.png);
        background-size: auto;
    }
    .header .logo a img {
        width: 300px;
    }
}
.header .logo img {
    position: relative;
    width: 100%;
    z-index: 4;
}
.home .header .logo .background-logo {
    background-image: url(../img/logo-background.png);
    background-size: 115%;
    background-position: 0 0;
}

@media (min-width: 768px) {
    .home .header .logo .background-logo {
        background-position: 0 0;
        background-size: contain;
    }
}
@media (min-width: 992px) {
    .header .logo a {
        margin-left: 40px;
    }
    .home .header .logo .background-logo {
        background-position: 0 0;
    }
}
.page .logo div {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -ms-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    opacity: 0.95;
}
.page .header .logo a {
    margin: 25px 0 0 25px;
}
@media (min-width: 992px) {
    .page .header .logo a {
        margin-left: 70px;
    }
}
.home .header {
    max-height: 100%;
	margin-bottom: 0;
}
@media (min-width: 768px) {

    .home .header .logo {
        width: 600px;
    }
}
.home .header .wrapper {
    height: 100%;
    overflow: hidden;
}
.home .header .vertical {
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
    padding-top: 50px;
}
@media (min-width: 768px) {
    .home .header .vertical {
        padding-top: 0;
    }
}
.home .header .vertical .welcome {
    display: table-cell;
    margin: 0 auto;
    padding: 0 15px;
    vertical-align: middle;
}
.home .header .vertical .welcome > * {
    color: #fff;
    margin: 0;
    text-shadow: 0 0 20px #000;
}
.home .header .vertical .welcome span {
    font: 26px "Dawning of a New Day";
}
.home .header .vertical .welcome h1 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
}
.home .header .vertical .welcome h2 {
    font: 18px pt_sansbold;
}
@media (min-width: 768px) {
    .home .header .vertical .welcome span {
        font-size: 32px;
    }
    .home .header .vertical .welcome h1 {
        font-size: 52px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .home .header .vertical .welcome h2 {
        font-size: 20px;
    }
}
.home .header .button.scroll {
    bottom: 95px;
    display: none;
    height: 80px;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 50px;
    z-index: 4;
}
@media (min-width: 992px) {
    .home .header .vertical .welcome p {
        font-size: 40px;
    }
    .home .header .vertical .welcome h1 {
        font-size: 80px;
    }
    .home .header .vertical .welcome h2 {
        font-size: 18px;
    }
    .home .header .button.scroll {
        display: block;
    }
}
.home .header .button.scroll .scroll-down-arrow {
    display: block;
    height: 80px;
    width: 50px;
}
.home .header .button.scroll .scroll-down-arrow img {
    position: absolute;
    width: 100%;
}
.home .header .button.scroll .scroll-down-arrow img.opacity1 {
    top: 0;
    -webkit-animation: opacity 1s ease infinite;
    -moz-animation: opacity 1s ease infinite;
    -ms-animation: opacity 1s ease infinite;
    animation: opacity 1s ease infinite;
}
.home .header .button.scroll .scroll-down-arrow img.opacity2 {
    top: 18px;
    -webkit-animation: opacity2 1s 0.15s infinite;
    -moz-animation: opacity2 1s 0.15s infinite;
    -ms-animation: opacity2 1s 0.15s infinite;
    animation: opacity2 1s 0.15s infinite;
}
.home .header .button.scroll .scroll-down-arrow img.opacity3 {
    top: 36px;
    -webkit-animation: opacity3 1s 0.3s infinite;
    -moz-animation: opacity3 1s 0.3s infinite;
    -ms-animation: opacity3 1s 0.3s infinite;
    animation: opacity3 1s 0.3s infinite;
}
html.lt9 .header .button.scroll {
    display: none !important;
}
@-webkit-keyframes opacity {
    0%,
    100% {
        opacity: 0;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.25;
    }
}
@keyframes opacity {
    0%,
    100% {
        opacity: 0;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.25;
    }
}
@-webkit-keyframes opacity2 {
    0%,
    100% {
        opacity: 0.25;
    }
    25% {
        opacity: 0.75;
    }
    50% {
        opacity: 0.5;
    }
}
@keyframes opacity2 {
    0%,
    100% {
        opacity: 0.25;
    }
    25% {
        opacity: 0.75;
    }
    50% {
        opacity: 0.5;
    }
}
@-webkit-keyframes opacity3 {
    0%,
    100% {
        opacity: 0.5;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}
@keyframes opacity3 {
    0%,
    100% {
        opacity: 0.5;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}
@media (max-width: 768px) {
    .no-scroll .mobile-menu-button {
        background-color: transparent;
    }
    .no-scroll .mobile-menu-button .white {
        display: none;
    }
    .header {
        position: relative;
		margin-bottom: 0;
    }
	
 .home-button {
	display: none!important;
  z-index: 110;
  position: fixed;
left: 25px;
  top: 18px;
  font-size: 32px;
  cursor: pointer;
  width: 40px;
  height: 36px;
  color: #FFFFFF!important;
}

.home-button.active {
	display: block!important;
	}
	
    .header .menu-button {
        z-index: 110;
        position: absolute;
        right: 25px;
        top: 18px;
        margin: 0;
        text-transform: uppercase;
        border: none;
        background-color: transparent;
        font-family: open_sansbold;
        font-size: 14px;
        cursor: pointer;
        width: 40px;
        height: 36px;
    }
    .header .menu-button:after,
    .header .mobile-phone-number {
        color: #41AAB3;
        font-family: Asap, Helvetica, Arial, sans-serif;
        font-weight: 400;
    }
    .header .menu-button .icon-bar {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 5px;
        padding: 0;
        width: 30px;
        height: 5px;
        display: block;
        background-color: #2db8c5;
    }
    .header .menu-button .icon-bar:nth-child(1) {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .header .menu-button .icon-bar:nth-child(2) {
        -webkit-transition: opacity 0.5s ease 0s;
        -moz-transition: opacity 0.5s ease 0s;
        -ms-transition: opacity 0.5s ease 0s;
        -o-transition: opacity 0.5s ease 0s;
        transition: opacity 0.5s ease 0s;
        opacity: 1;
    }
    .header .menu-button .icon-bar:nth-child(3) {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .header .menu-button.active {
        position: fixed;
        z-index: 110;
    }
    .header .menu-button.active:after {
        display: none;
    }
    .header .menu-button.active .icon-bar {
        border-color: #fff;
        background-color: #fff;
    }
    .header .menu-button.active .icon-bar:nth-child(1) {
        -webkit-transform: translate(0, 9px) rotate(45deg);
        -moz-transform: translate(0, 9px) rotate(45deg);
        -ms-transform: translate(0, 9px) rotate(45deg);
        -o-transform: translate(0, 9px) rotate(45deg);
        transform: translate(0, 9px) rotate(45deg);
    }
    .header .menu-button.active .icon-bar:nth-child(2) {
        opacity: 0;
    }
    .header .menu-button.active .icon-bar:nth-child(3) {
        -webkit-transform: translate(0, -11px) rotate(-45deg);
        -moz-transform: translate(0, -11px) rotate(-45deg);
        -ms-transform: translate(0, -11px) rotate(-45deg);
        -o-transform: translate(0, -11px) rotate(-45deg);
        transform: translate(0, -11px) rotate(-45deg);
    }
    .header .menu-button:after {
        content: "menu";
        position: relative;
        display: block;
        margin-top: -1px;
        margin-left: 3px;
        font-size: 14px;
        letter-spacing: -0.2px;
        text-transform: lowercase;
        text-shadow: 0 0 10px rgba(255, 252, 252, 0.5);
    }
    .header .mobile-phone-number {
        z-index: 10;
		background: #2db8c5;
        color: #fff;
        width: 48px;
        height: 48px;
        top: 225px;
        right: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 13px 0 0;
        position: absolute;
        text-align: center;
        font-size: 18px;
    }
   /* .header .mobile-phone-number:after {
        content: "bel ons";
        position: relative;
        display: block;
        font-size: 12px;
        margin-top: -4px;
        margin-left: -3px;
		color: #2db8c5;     
    }*/
    .header .mobile-phone-number:focus {
        color: #2db8c5;        
        background: #fff5e9;
    }
}
.main-menu .container .menu-item li a,
.tablet-phone-number {
    font-weight: 700;
    color: #fff;
    font-family: Asap, Helvetica, Arial, sans-serif;
}
.home .header .mobile-phone-number {
    bottom: 14px;
    top: inherit;
}
.tablet-phone-number {
    position: absolute;
    right: 25px;
    margin: 0;
}
.tablet-phone-number .ss-icon {
    margin: 3px 7px 0 0;
    float: left;
}
@media (max-width: 767px) {
    .tablet-phone-number {
        display: none;
    }
}
.main-menu {
    height: 50px;
    background-color: #2db8c5;
    line-height: 50px;
    font-size: 16px;
    position: relative;
    z-index: 12;
	top: 300px;
}
@media (min-width: 992px) {
    .tablet-phone-number {
        display: none;
    }
    .main-menu {
        text-align: center;
    }
}
.main-menu .container {
    display: inline-block;
    max-width: 1070px;
    position: relative;
}
.main-menu .container .menu-holder.left li:first-child {
    width: 58px;
}
.main-menu .container .menu-holder.left li.menu-click a .icon-arrow,
.main-menu .container .menu-holder.left li.menu-click.active a .icon-arrow {
    transform: rotate(0);
}
.main-menu .container .menu-holder.left li.menu-click a:after {
    position: absolute;
    height: 100%;
    top: 0;
    border-left: 1px dashed #41AAB3;
    width: 1px;
    display: inline-block;
    content: " ";
    left: auto;
    right: 0;
}
.main-menu .container .menu-holder.left li.active,
.main-menu .container .menu-holder.left li.mx_current,
.main-menu .container .menu-holder.left li:hover {
    background-color: #41AAB3 !important;
}
.main-menu .container .menu-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.main-menu .container .menu-item > li {
    outline: 0;
}
@media (min-width: 992px) {
    .main-menu .container .menu-holder > .menu-item > li > a:before {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        border-left: 1px dashed #41AAB3;
        width: 1px;
        display: inline-block;
        content: " ";
    }
    .main-menu .container .menu-item > li:last-child a:after {
        position: absolute;
        height: 100%;
        top: 0;
        border-left: 1px dashed #41AAB3;
        width: 1px;
        display: inline-block;
        content: " ";
        left: auto;
        right: 0;
    }
}
.main-menu .container .menu-item > li .icon-arrow {
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.main-menu .container .menu-item > li.active a .icon-arrow,
.main-menu .container .menu-item > li.hover a .icon-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-menu .container .menu-item li {
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 9;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -ms-transition: background 0.5s ease 0s;
    -o-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
    position: relative;
}

.main-menu .container > .menu-holder > .menu-item > li.mx_first {
display: none;
}
.main-menu .container .menu-item li .icon-home {
    font-size: 22px;
    top: 3px;
}
.main-menu .container .menu-item li.active a .icon-arrow:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.main-menu .container .menu-item li a {
    display: block;
    padding-left: 37px;
    padding-right: 37px;
    position: static;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .main-menu .container .menu-item li a {
        padding-left: 28px;
        padding-right: 28px;
    }
}
@media (min-width: 1200px) {
    .main-menu .container .menu-item li a {
        padding-left: 37px;
        padding-right: 37px;
    }
}
.main-menu .container .menu-item li a .icon-arrow {
    color: #fff;
    display: none;
    font-size: 10px;
    opacity: 0.5;
    position: relative;
    top: -1px;
}
.main-menu .container .menu-item li a .icon-arrow:before {
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (min-width: 768px) {
    .main-menu .container .menu-item li a .icon-arrow {
        display: inline-block;
    }
}
.main-menu .container .menu-item li.mx_parent li a {
    -webkit-transition: color 0.5s ease 0s;
    -moz-transition: color 0.5s ease 0s;
    -ms-transition: color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
}
@media (min-width: 992px) {
    .main-menu .container .menu-item li.mx_parent li a {
        padding-left: 28px;
        padding-right: 22px;
    }
    .main-menu .container .menu-item li.active > a,
    .main-menu .container .menu-item li.hover > a,
    .main-menu .container .menu-item li.mx_current > a {
        color: #fff;
    }
    .main-menu .container .menu-item li.active > a:after,
    .main-menu .container .menu-item li.hover > a:after,
    .main-menu .container .menu-item li.mx_current > a:after {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media (min-width: 1200px) {
    .main-menu .container .menu-item li.mx_parent li a {
        padding-left: 38px;
        padding-right: 25px;
    }
}
.main-menu .container .menu-item li.mx_parent li a .icon-arrow {
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}
.main-menu .container .menu-item li.mx_parent {
    z-index: 10;
    position: relative;
}
.main-menu .container .menu-item li.mx_parent ul {
    background-color: #fff;
    bottom: auto;
    list-style-type: none;
    margin: 0;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    z-index: 20;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.main-menu .container .menu-item li.mx_parent ul li {
    -webkit-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    display: block;
    height: 36px;
    line-height: 36px;
    margin: 0;
    opacity: 0;
    padding: 0;
    text-align: left;
}
.main-menu .container .menu-item li.mx_parent ul li.prev {
    display: none;
}
.main-menu .container .menu-item li.mx_parent ul li a {
    color: #000;
    font-family: Asap, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 70px;
    width: 100%;
}
.main-menu .container .menu-item li.mx_parent ul li a.active,
.main-menu .container .menu-item li.mx_parent ul li a.active:before,
.main-menu .container .menu-item li.mx_parent ul li a:active,
.main-menu .container .menu-item li.mx_parent ul li a:active:before {
    color: #2db8c5;
}
.main-menu .container .menu-item li.mx_parent ul li a:hover {
    background-color: #fff;
    color: #2db8c5;
}
.main-menu .container .menu-item li.mx_parent ul li a:hover:after {
    color: #2db8c5;
    opacity: 1;
}
.main-menu .container .menu-item li.mx_parent ul li.active > a,
.main-menu .container .menu-item li.mx_parent ul li.mx_current > a {
    background-color: #fff;
    color: #2db8c5;
}
.main-menu .container .menu-item li.mx_parent ul li.active a:after,
.main-menu .container .menu-item li.mx_parent ul li.mx_current a:after {
    color: #2db8c5;
    opacity: 1;
}
.main-menu .container .menu-item li.mx_parent ul li ul {
    left: 100%;
    top: 0;
}
.main-menu .container .menu-item li.mx_parent ul > li.mx_parent > a:after {
    content: "\e605";
    border: 0;
    color: inherit;
    display: inline;
    font-family: icomoon;
    font-size: 10px;
    height: auto;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 20px;
    top: -1px;
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}
@media (max-width: 767px) {
    .main-menu .container .menu-item li.mx_parent ul > li.mx_parent > a:after {
        color: #fff !important;
        right: 50px !important;
    }
}
.main-menu .container .menu-item li.mx_parent.active > ul,
.main-menu .container .menu-item li.mx_parent.hover > ul {
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    visibility: visible;
}
.main-menu .container .menu-item li.mx_parent.active > ul > li,
.main-menu .container .menu-item li.mx_parent.hover > ul > li {
    opacity: 1;
}
.main-menu .container .menu-item.left a {
    padding-left: 18px;
    padding-right: 18px;
}
.main-menu .container .menu-item.left a:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    border-left: 1px dashed #41AAB3;
    width: 1px;
    display: inline-block;
    content: " ";
}
@media (max-width: 991px) {
    .main-menu .container {
        margin: 0;
    }
    .main-menu .container .menu-holder.left li {
        float: left;
    }
    .main-menu .container .menu {
        background-color:#41AAB3;
        left: 0;
        min-width: 214px;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 50px;
        visibility: hidden;
        z-index: 20;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .main-menu .container .menu.active {
        padding-bottom: 15px;
        padding-top: 70px;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .main-menu .container .menu.active li {
        opacity: 1 !important;
    }
    .main-menu .container .menu li {
        display: block;
        height: 50px;
        line-height: 50px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease 0s;
        -moz-transition: opacity 0.5s ease 0s;
        -ms-transition: opacity 0.5s ease 0s;
        -o-transition: opacity 0.5s ease 0s;
        transition: opacity 0.5s ease 0s;
    }
    .main-menu .container .menu li a {
        text-align: left;
        padding-left: 35px;
        padding-right: 50px;
    }
    .main-menu .container .menu li.mx_parent ul,
    .main-menu .container .menu li.mx_parent:hover ul {
        max-width: 0;
        padding-left: 0;
        min-width: 0;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .main-menu .container .menu li a .icon-arrow {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .main-menu .container .menu li a:after,
    .main-menu .container .menu li a:before {
        display: none;
    }
    .main-menu .container .menu li a:after {
        color: #fff;
        right: 50px;
    }
    .main-menu .container .menu li.active a .icon-arrow {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .main-menu .container .menu li.mx_parent:hover ul li {
        opacity: 0;
    }
    .main-menu .container .menu li.mx_parent ul {
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        left: 100%;
        top: 0;
    }
    .main-menu .container .menu li.mx_parent ul.submenu-active {
        left: -100% !important;
    }
    .main-menu .container .menu li.mx_parent ul li {
        -webkit-transition: opacity 0.5s ease 0s;
        -moz-transition: opacity 0.5s ease 0s;
        -ms-transition: opacity 0.5s ease 0s;
        -o-transition: opacity 0.5s ease 0s;
        transition: opacity 0.5s ease 0s;
        opacity: 0;
        height: 40px;
        line-height: 40px;
    }
    .main-menu .container .menu li.mx_parent ul li:hover {
        background: inherit;
    }
    .main-menu .container .menu li.mx_current,
    .main-menu .container .menu li.mx_parent.active {
        background: #2db8c5;
    }
    .main-menu .container .menu li.mx_parent ul li a {
        padding-left: 15px;
        padding-right: 50px;
    }
    .main-menu .container .menu li.mx_parent.active ul {
        max-width: none;
        min-width: 0;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .main-menu .container .menu li.mx_parent.active ul li {
        opacity: 1;
    }
}
.container.content h1,
.footer .text,
.home #mast h1,
.home .splash form,
.home .splash h1,
.list-albums .album-info .center-vertical {
    text-align: center;
	color: #ED7D31;
}
@media (max-width: 767px) {
    .main-menu,
    .main-menu .container {
        position: relative;
    }
    .main-menu {
        height: 0;
    }
    .main-menu .container .home {
        display: none;
    }
    .main-menu .container > .menu {
        height: 100%;
    }
    .main-menu .container .menu {
        bottom: 0;
        display: none;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        padding: 0;
        position: fixed;
        right: 0;
        top: 0;
        text-align: center;
        width: 200% !important;
        z-index: 100;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
    }
    .main-menu .container .menu.submenu-active {
        left: -100%;
    }
    .main-menu .container .menu.active {
        display: block !important;
    }
    .main-menu .container .menu li {
        background-color: transparent;
        display: block;
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0;
        width: 50%;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .main-menu .container .menu li.mx_parent.active ul {
        display: block !important;
    }
    .main-menu .container .menu li.mx_parent.active ul li.prev a:before {
        display: inline-block;
    }
    .main-menu .container .menu li.mx_parent ul {
        background-color: #2db8c5;
        cursor: pointer;
        display: none;
        overflow: visible;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .main-menu .container .menu li.mx_parent ul:before {
        content: "\e605";
        background-color: #2db8c5;
        color: #fff5e9;
        cursor: pointer;
        display: none;
        font-family: icomoon;
        font-size: 10px;
        margin-top: -5px;
        position: absolute;
        left: 0;
        width: 50px;
        z-index: 110;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .main-menu .container .menu li.mx_parent ul li {
        height: 40px;
        line-height: 40px;
        width: 100%;
    }
    .main-menu .container .menu li.mx_parent ul li.prev {
        display: block;
    }
    .main-menu .container .menu li.mx_parent ul li.prev a {
        height: 40px;
    }
    .main-menu .container .menu li.mx_parent ul li a {
        color: #fff;
        display: inline-block;
        font-size: 18px;
        margin: 0;
        padding: 0 0 0 50px;
        position: relative;
        width: 50%;
        -webkit-transition: none 0s ease 0s;
        -moz-transition: none 0s ease 0s;
        -ms-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
        transition: none 0s ease 0s;
    }
    .main-menu .container .menu li.mx_parent a:before,
    .main-menu .container .menu li.mx_parent ul li.prev a:before {
        font-family: icomoon;
        content: "\e605";
        font-size: 10px;
        position: absolute;
    }
    .main-menu .container .menu li.mx_parent ul li a:after,
    .main-menu .container .menu li.mx_parent ul li a:before {
        display: none;
    }
    .main-menu .container .menu li.mx_parent ul li:hover a {
        color: #fff;
        background-color: #2db8c5;
    }
    .main-menu .container .menu li.mx_parent ul li.active a,
    .main-menu .container .menu li.mx_parent ul li.mx_current a {
        color: #fff5e9;
        background-color: #2db8c5;
    }
    .main-menu .container .menu li.mx_parent ul li.prev a:before {
        background-color: #2db8c5;
        color: #fff5e9;
        cursor: pointer;
        display: none;
        margin-top: -5px;
        left: 0;
        width: 50px;
        z-index: 110;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .main-menu .container .menu li.mx_parent a:before {
        display: block;
        border: none;
        color: #fff;
        left: auto;
        opacity: 1;
        padding: 0;
        right: 50px;
        top: 0;
    }
    .main-menu .container .menu li.mx_parent a:hover:before {
        color: #fff5e9 !important;
        opacity: 1;
    }
    .main-menu .container .menu li a {
        color: #fff;
        margin: 0;
        padding: 0 0 0 50px;
        -webkit-transition: none 0s ease 0s;
        -moz-transition: none 0s ease 0s;
        -ms-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
        transition: none 0s ease 0s;
    }
    .main-menu .container .menu li a:after,
    .main-menu .container .menu li a:before {
        display: none;
    }
    .main-menu .container .menu li:hover a {
        background-color: #2db8c5;
        color: #fff;
    }
    .main-menu .container .menu li:hover a:after,
    .main-menu .container .menu li:hover a:before {
        color: #fff;
    }
    .main-menu .container .menu li.active a,
    .main-menu .container .menu li.mx_current a {
        background-color: #2db8c5;
    }
    .main-menu .menu-item li:hover {
        background-color: transparent !important;
    }
}
.home .main-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}
@media (min-width: 1200px) {
    .main-menu .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .main-menu .container {
        display: table;
    }
    .main-menu .container .menu-holder,
    .main-menu .container .menu-holder li {
        display: table-cell;
    }
    .main-menu .container .menu-holder.left {
        width: 50px;
    }
    .main-menu .container .menu-holder > .menu {
        display: table;
        width: 100%;
    }
    .main-menu .container .menu-holder > .menu li.mx_parent a {
        padding-right: 23px;
    }
    .main-menu .container .menu-holder > .menu > li {
        width: auto;
        display: table-cell;
        -webkit-transition: background-color 0.2s ease 0s;
        -moz-transition: background-color 0.2s ease 0s;
        -ms-transition: background-color 0.2s ease 0s;
        -o-transition: background-color 0.2s ease 0s;
        transition: background-color 0.2s ease 0s;
    }
    .main-menu .container .menu-holder > .menu > li.active,
    .main-menu .container .menu-holder > .menu > li.mx_current,
    .main-menu .container .menu-holder > .menu > li:hover,
	.main-menu .container .zoeken .zoek:hover
	{
        background-color: #41AAB3;
    }
    .main-menu .container .menu-holder > .menu > li ul li {
        width: 100%;
        min-width: 200px;
    }
}
@media (min-width: 992px) and (min-width: 1200px) {
    .main-menu .container .menu-holder > .menu li.mx_parent a {
        padding-right: 32px;
    }
}
.mod-touch .main-menu .container .menu-item li.active,
.mod-touch .main-menu .container .menu-item li.mx_current {
    background-color: #2db8c5;
}
.mod-touch .main-menu .mx_parent ul > li:first-child {
    display: block;
}
.mod-no-touch .main-menu .container .mx_parent ul > li:first-child {
    display: none;
}
@media (min-width: 768px) {
    .main-menu-scrolled {
        position: fixed !important;
        width: 100%;
        top: 0 !important;
        z-index: 9999;
    }
    .main-menu.above-the-fold .container .menu-item li.mx_parent > ul {
        bottom: 50px;
        top: auto;
    }
    .main-menu.above-the-fold .container .menu-item li a .icon-arrow {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .main-menu.above-the-fold .container .menu-item li.active a .icon-arrow,
    .main-menu.above-the-fold .container .menu-item li.hover a .icon-arrow {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    .main-menu.above-the-fold .container .menu-holder > .menu > li.mx_parent > ul {
        bottom: 50px;
        top: auto;
    }
    .main-menu.above-the-fold .container .menu-holder > .menu > li.mx_parent > ul .menu {
        bottom: 0;
        top: auto;
    }
    .main-menu.above-the-fold .container .menu-holder > .menu.active {
        bottom: 50px;
        top: auto;
    }
}

.main-menu .container .menu-holder.right {
  width: 50px;
}

.main-menu .container .zoeken .zoek{
width:50px}

.main-menu .container .zoeken .zoek a{padding:0px}

.main-menu .container .zoeken ul{
z-index:20;min-width:280px;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-transform-origin:center top;-moz-transform-origin:center top;-ms-transform-origin:center top;-o-transform-origin:center top;max-height:0px;overflow:hidden;position:absolute;list-style-type:none;background-color:#fff;margin:0px;padding:0px;padding-top:0;padding-bottom:0;height:50px;-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 5px 10px 0 rgba(0,0,0,0.25);box-shadow:0 5px 10px 0 rgba(0,0,0,0.25);right:0px}

.main-menu .container .zoeken ul li{
-webkit-transition:opacity .3s ease 0s;-moz-transition:opacity .3s ease 0s;-ms-transition:opacity .3s ease 0s;-o-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s;opacity:0;padding:0px;margin:0px;display:block;text-align:left;height:50px;line-height:50px
}

.main-menu .container .zoeken ul li form{height:50px;padding:0px;margin:0px}

.main-menu .container .zoeken ul li form input[type="text"]{
padding:0px;margin:0px;padding-left:25px;display:block;height:50px;width:220px;border:none;
font-family: Asap, Helvetica, Arial, sans-serif;
font-weight:400;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;line-height:normal}

.main-menu .container .zoeken ul li form button{
position:absolute;top:0px;right:0px;width:50px;height:50px;border:none;background-color:#e9eaed;border-left:1px solid #cdcfd6;-webkit-transition:background-color .3s ease 0s;-moz-transition:background-color .3s ease 0s;-ms-transition:background-color .3s ease 0s;-o-transition:background-color .3s ease 0s;transition:background-color .3s ease 0s}

.main-menu .container .zoeken ul li form button:before{
content:"\e605";font-family:'icomoon';font-size:12px;display:inline-block;color:#797f91;position:absolute;left:0;top:0;width:50px;-webkit-transition:left .3s ease 0s;-moz-transition:left .3s ease 0s;-ms-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:pointer}

.main-menu .container .zoeken ul li form button:hover:before{left:2px}

.main-menu .container .zoeken:hover ul li,.main-menu .container .zoeken .active ul li{background-color:transparent !important}

.main-menu .container .zoeken:hover ul li button:before,.main-menu .container .zoeken .active ul li button:before{left:0px !important}

.main-menu .container .zoeken:hover a:after,.main-menu .container .zoeken .active a:after{opacity:0 !important}

.main-menu .container .zoeken .active ul{-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);max-height:50px}

.main-menu.above-the-fold .container .zoeken ul {
top: -50px;
}

.main-menu .container .zoeken .active ul li{opacity:1}

@media (max-width:991px){
.main-menu .container .menu-holder.right {
float: left;
}

.main-menu .container .zoeken ul {
left: 0;
}

}
@media (max-width:766px){

.main-menu .container .zoeken .zoek{width:auto}

.main-menu .container .zoeken .zoek a{display:none}

.main-menu .container .zoeken ul{z-index:20;min-width:210px;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform-origin:center top;-moz-transform-origin:center top;-ms-transform-origin:center top;-o-transform-origin:center top;max-height:60px;overflow:hidden;position:absolute;list-style-type:none;background-color:#f1f1f1;margin:0px;padding:0px;padding-top:0;padding-bottom:0;height:48px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box; top:-100px;left:-10px;}

.home .main-menu .container .zoeken ul {
top: -100px;
}

.main-menu .container .zoeken ul li{padding:0px;margin:0px;display:block;text-align:left;height:48px;line-height:40px}

.main-menu .container .zoeken ul li form{height:40px;padding:0px;margin:0px;width:210px}

.main-menu .container .zoeken ul li form input[type="text"]{padding:0px;margin:0px;padding-left:25px;display:block;height:48px;line-height:normal;width:170px;border:none;background-color: #f1f1f1;}


.main-menu .container .zoeken ul li form button{position:absolute;top:2px;right:2px;width:44px;height:44px;border:none;background-color:#2db8c5;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}

.main-menu .container .zoeken ul li form button:before{content:"\e604";font-size:16px;color:#fff;width:44px;line-height:42px;cursor:pointer}

.main-menu .container .zoeken:hover ul li{background-color:transparent !important}.main-menu .container .zoeken .active ul{max-height:60px}


.main-menu .container .zoeken ul li{opacity:1}
.main-menu .container .mobile-zoek:hover,.main-menu .container .mobile-zoek:active{background-color:#009FE3  !important}

.main-menu .container .mobile-zoek form{margin-top:50px;padding-left:50px;padding-right:50px;display:block;height:42px;line-height:42px;position:relative}

.main-menu .container .mobile-zoek form input{width:100%;height:40px;border:none;line-height:normal}

.main-menu .container .mobile-zoek form button{
position:absolute;bottom:2px;right:52px;width:36px;height:36px;top:3px;border:none;background-color:#009FE3 ;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;color:#fff}

.main-menu .container .mobile-zoek form button:before{
top:0px;left:0px;width:36px;height:36px;line-height:35px;position:absolute;font-family:'icomoon';content:"\e604";font-size:16px;color:#fff;cursor:pointer;margin:0px;padding:0px}

}

.footer {
    background: #f6f6f6;
    font-family: Asap, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}
body,
input {
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer .svg-icon {
    display: none;
    position: absolute;
}
@media (min-width: 1200px) {
    .footer .svg-icon {
        display: block;
    }
}
.footer .svg-icon.bag {
    left: 4%;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
    top:10%;
    height: auto;
    width: 70px;
}
.footer .svg-icon.pencil {
    left: 8%;
    -webkit-transform: rotate(88deg);
    -moz-transform: rotate(88deg);
    -ms-transform: rotate(88deg);
    -o-transform: rotate(88deg);
    transform: rotate(88deg);
    top: 50%;
    height: auto;
    width: 90px;
}
.footer .svg-icon.globe {
    right: 4%;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 13%;
    height: auto;
    width: 70px;
}
.footer .container {
    position: relative;
    max-width: 910px;
    z-index: 1;
}
.footer .footer-top img {
    margin: 0 auto;
    display: block;
    width: 100%;
    position: relative;
    z-index: 3;
}
.footer .text {
    background: #e6392b;
    color: #fff;
}
.footer .text a {
    color: #fff;
    -webkit-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}
.home .splash a,
.home .splash button,
.home .splash form button,
a {
    -webkit-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
}
.footer .text a:hover {
    color: #e6e6e6;
}
.footer .text p:first-child {
    margin-bottom: 0;
}
@media (max-width: 480px) {
    .footer .text p {
        font-size: 11px;
    }
}
.footer svg {
    bottom: 68px;
    width: 100%;
    position: absolute;
    z-index: 2;
}
.footer svg.mobile {
    display: block;
}
.footer svg.desktop {
    display: none;
}
@media (min-width: 768px) {
    .footer svg {
        bottom: 46px;
    }
    .footer svg.mobile {
        display: none;
    }
    .footer svg.desktop {
        display: block;
    }
}
@media (min-width: 992px) {
    .menu-holder > ul.menu > li > a {
        padding: 0 5px !important;
    }
    .footer svg {
        bottom: 48px;
    }
}
html.lt9 .footer .footer-top {
    background: url(../img/footer-top.png) no-repeat;
}
.contact .footer .contact-block.bottom {
    display: none;
}
.contact .footer .footer-top {
    background-color: #FFFFFF;
    bottom: 68px;
    left: 0;
    position: absolute;
    right: 0;
}
@media (min-width: 768px) {
/*    .contact .footer .footer-top {
        bottom: 46px;
    }*/
    body {
        padding-top: 0;
    }
}
@media (min-width: 992px) {
    .contact .footer .footer-top {
        bottom: 48px;
    }
}
@media (min-width: 1200px) {
    .contact .footer .footer-top {
        bottom: 50px;
    }
}
.contact .footer svg {
    bottom: 0;
}
body,
html {
    height: 100%;
    -webkit-overflow-scrolling: auto;
}
body {
    color: #000;
    font-size: 16px;
    line-height: 1.9em;
    -webkit-font-smoothing: antialiased;
}

.grey {
    background-color: #f6f6f6;
	}

html.no-scroll,
html.no-scroll body {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.touch-only-item {
    display: none !important;
}
.mod-touch .touch-only-item {
    display: block !important;
}
img.desktop,
img.mobile {
    display: none;
}
::selection {
    background: #35b5eb;
    color: #fff;
}
::-moz-selection {
    background: #35b5eb;
    color: #fff;
    text-shadow: none;
}
a,
a:active,
a:focus,
a:hover,
a:visited,
input,
select,
textarea {
    outline: 0 !important;
    text-decoration: none;
}
a,
a:focus,
button,
button:focus {
    outline: 0;
}
button::-moz-focus-inner {
    border: 0;
}
a {
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    color: #41AAB3;
}
a::-moz-focus-inner {
    border: 0;
}
a:active {
    color: #2db8c5;
}
a.arrow:after {
    font-family: icomoon;
    content: "\e605";
    font-size: 10px;
    padding-left: 10px;
    position: static;
    display: inline;
    -webkit-transition: padding 0.5s ease 0s;
    -moz-transition: padding 0.5s ease 0s;
    -ms-transition: padding 0.5s ease 0s;
    -o-transition: padding 0.5s ease 0s;
    transition: padding 0.5s ease 0s;
}
a.arrow:hover:after {
    padding-left: 15px;
}
iframe {
    max-width: 100%;
}
ul {
    padding-left: 15px;
}
ol,
p,
ul,
table {
    margin-bottom: 30px;
}
.head .head {
    margin: 0 0 5px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-family: Asap, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: 24px;
    margin-bottom: 10px;
}
.h2,
h2 {
    font-size: 20px;
    margin-bottom: 6px;
    color:#70AD47;
}
.h3,
h3 {
    font-size: 18px;
    color: #F39325;
    margin-bottom: 0;
    padding-bottom: 0;
}
.h4,
h4 {
    font-size: 18px;
    color:#70AD47;
    margin-bottom: 0;
    padding-bottom: 0;
}
@media (min-width: 768px) {
    a:hover {
        color: #36428e;
    }

    .h1,
    h1 {
        font-size: 32px;
    }
    .h2,
    h2 {
        font-size: 22px;
    }
    .h3,
    h3 {
        font-size: 18px;
    }
    .h4,
    h4 {
        font-size: 18px;
    }
    .wrap-vertical {
/*        display: table;*/
        height: 100%;
    }
    .center-vertical {
        display: table-row;
        height: 100%;
        vertical-align: middle;
    }
}
@media (min-width: 992px) {

    .h1,
    h1 {
        font-size: 34px;
    }
    .h2,
    h2 {
        font-size: 24px;
    }
    .h3,
    h3 {
        font-size: 18px;
    }
    .h4,
    h4 {
        font-size: 18px;
    }
}
.container {
    max-width: 1070px;
}
.page-content {
    position: relative;
}

.page-content .mx_buttons {
  z-index: 99;
  position: relative;
  }

.page-content > .svg-icon {
    display: none;
    position: absolute;
}
.page-content > .svg-icon.sun {
    left: 30px;
    top: 20px;
    height: auto;
    width: 65px;
}
.page-content > .svg-icon.boy {
    right: 30px;
    top: 50px;
    width: 65px;
    height: auto;
}
.page-content > .svg-icon.girl {
    left: 30px;
    bottom: 360px;
    width: 80px;
    height: auto;
}
svg.cls-intro {
    position: absolute;
    height:auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 6;
    top: 0;
}
@media (max-width: 768px) {
    svg.cls-intro {
        display: none;
    }
}
@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 36px;
    }
    .h2,
    h2 {
        font-size: 26px;
    }
    .h3,
    h3 {
        font-size: 18px;
    }
    .h4,
    h4 {
        font-size: 18px;
    }
    .page-content > .svg-icon {
        display: block;
    }
}
.btn-styled,
.splash-wrapper a {
    background-color:#70AD47 ;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	border: none;
    color: #fff;
    display: inline-block;
    font-family: Asap, Helvetica, Arial, sans-serif;
font-size: 17px;
    line-height: 1;
    padding: 9px 22px;
    -webkit-transition: background-color 0.5s ease 0s;
    -moz-transition: background-color 0.5s ease 0s;
    -ms-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
}
.btn-styled:focus,
.btn-styled:hover,
.splash-wrapper a:focus,
.splash-wrapper a:hover {
    background: #70AD47BD;
    color: #fff;
    text-decoration: none;
}
.view-more {
    background-color: #ED7D31;
}
.view-more:focus,
.view-more:hover {
    background-color: #f4a818;
}
.container.content {
    padding-bottom: 30px;
	position: relative;
}
.container.content h1 {
    display: block;
    line-height: 1;
    margin: 36px 0;
}
@media (min-width: 768px) {
    .container.content {
        padding-bottom: 60px;
    }
    .container.content h1 {
        margin: 56px 0;
    }
}
.container.content .page-title-btn {
    float: right;
    margin-top: -90px;
}
@media (max-width: 767px) {
    .container.content .page-title-btn {
        float: none;
        margin-top: -20px;
        margin-bottom: 36px;
        text-align: center;
    }
    .contact-block.bottom .address {
        text-align: center;
    }
}
.container.content .page-title-btn:after {
    display: table;
    content: " ";
    clear: both;
}
.container.content .page-title-btn .mx_buttons {
    position: absolute;
    top: 15px;
}
.container.content .page-title-btn p {
    margin: 0 !important;
}
.featured-image {
    background: #fff5e9;
    height: 340px;
    overflow: hidden;
    position: relative;
}
.featured-image svg {
    left: 0;
    position: absolute;
    right: 0;
    bottom: 300px;
    width: 100%;
    z-index: 3;
}
.featured-image img.image {
    left: -9999px;
    margin: auto;
    min-width: 100%;
    position: absolute;
    right: -9999px;
    top: 50%;
 -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.featured-image img.svg-icon {
    opacity: 0.5;
    position: absolute;
    width: auto;
    z-index: 3;
}
.featured-image img.svg-icon.sun {
    left: 20px;
    top: 0;
    width: 110px;
    height: 96px;
}
.featured-image img.svg-icon.note {
    right: -30px;
    bottom: -30px;
    height: 106px;
    width: 134px;
}
.featured-image img.svg-icon.car {
    left: -44px;
    bottom: -20px;
    width: 63px;
    width: 114px;
}
.contact-block .address {
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 40px;
}
.contact-block .address .h2,
.contact-block .address h2 {
    color: #000000;
    font-size: 22px;
}
.contact-block .address div span {
    color: #000000;
    display: block;
    margin-bottom: 10px;
}
.contact-block .address a {
    color: #000;
    text-decoration: underline;
}
.contact-block .address a:hover {
    color: #41AAB3;
}
.contact-block .address .ss-icon {
    float: none;
    clear: none;
    margin: 0;
}
@media (min-width: 768px) {
    .featured-image img.svg-icon.sun {
        width: 164px;
        height: 143px;
    }
    .featured-image img.svg-icon.note {
        width: 234px;
        height: 184px;
    }
    .featured-image img.svg-icon.car {
        width: 172px;
        height: 95px;
    }
    .contact-block .address .ss-icon {
        clear: both;
        float: left;
        margin: 2px 5px 0 0;
    }
}
.contact-block .wrap-gmap {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    border: 2px solid #dadada;
    display: block;
    height: 250px;
    max-width: 192px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
@media (min-width: 1200px) {
    .contact-block .wrap-gmap {
        max-width: 220px;
    }
}
.contact-block.bottom {
    margin-bottom: 25px;
    padding-top: 25px;
}
@media (min-width: 992px) {
    .contact-block.bottom {
        padding-top: 80px;
    }
}
.contact-block.bottom .address {
    margin-bottom: 0;
}
.contact-block.bottom .gmap {
    height: 200px;
}
.contact-block.bottom .wrap-gmap {
    height: 175px;
    margin: 22px auto 0;
    bottom: 0;
    top: 0;
    left: 25px;
    right: 25px;
    max-width: 270px;
}
.contact-block.bottom iframe {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.contact-block .markerLabels {
    color: #820101;
    font-weight: 700;
    line-height: 1.5;
}
.home body {
    background: #f6f6f6;
}
.home .header {
    height: 100%;
}
.home #mast {
    padding-top: 58px;
    position: relative;
}
.home #mast .intro {
    position: relative;
    z-index: 6;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #f6f6f6)) 0 4px;
    background: -webkit-linear-gradient(top, #d9eaf3 0, #f6f6f6 8%) 0 4px;
    background: -moz-linear-gradient(top, #d9eaf3 0, #f6f6f6 8%) 0 4px;
    background: -ms-linear-gradient(top, #d9eaf3 0, #f6f6f6 8%) 0 4px;
    background: -o-linear-gradient(top, #d9eaf3 0, #f6f6f6 8%) 0 4px;
    background: linear-gradient(top, #d9eaf3 0, #f6f6f6 8%) 0 4px;
    -webkit-background-size: 100% 40px;
    -moz-background-size: 100% 40px;
    -ms-background-size: 100% 40px;
    -o-background-size: 100% 40px;
    background-size: 100% 40px;
}
.home #mast .intro .svg-icon {
    display: none;
    position: absolute;
}
.home #mast .intro .svg-icon.boy {
    right: 29px;
    top: 51%;
    width: 78px;
    height: 69px;
/*filter: invert(76%) sepia(89%) saturate(1945%) hue-rotate(308deg) brightness(104%) contrast(101%);*/
}
.home #mast .intro .svg-icon.girl {
    right: 104px;
    top: 35%;
    height: 90px;
    width: 84px;
/*filter: invert(77%) sepia(9%) saturate(698%) hue-rotate(62deg) brightness(92%) contrast(91%);*/
}
@media (min-width: 1140px) {
    .home #mast .intro .svg-icon {
        display: block;
    }
}
@media (min-width: 768px) {
    .home #mast .intro {
        -webkit-background-size: 100% 50px;
        -moz-background-size: 100% 50px;
        -ms-background-size: 100% 50px;
        -o-background-size: 100% 50px;
        background-size: 100% 50px;
    }
    .home #mast .intro:before {
        content: "";
        position: absolute;
        width: 2px;
        left: 25px;
        bottom: -18px;
        border: 1px solid #f1d0e2;
        top: -58px;
        z-index: 7;
    }
}
@media (min-width: 992px) {
    .home #mast .intro:before {
        left: 55px;
    }
}
@media (min-width: 1200px) {
    .contact-block.bottom .wrap-gmap {
        max-width: 400px;
    }
    .home #mast .intro:before {
        left: 122px;
    }
}
.home #mast .intro .wrap .wrap-inner {
    margin: 0 auto;
    max-width: 700px;
    padding: 1px 20px 40px;
}
.home #mast .intro h1 {
    color: #ED7D31;
    margin: 22px 0 22px 0;
}
@media (min-width: 768px) {
    .home #mast .intro .wrap .wrap-inner {
        max-width: 740px;
    }
    .home #mast .intro h1 {
        margin-top: 25px;
    }
}
@media (min-width: 992px) {
    .home #mast .intro .wrap .wrap-inner {
        max-width: 1000px;
    }
    .home #mast .intro h1 {
        margin-top: 23px;
    }
}
@media (min-width: 1200px) {
    .home #mast .intro h1 {
       padding-top: 21px;
    }
}
.home #mast .intro h2 {
    font: 26px/43px "Dawning of a New Day";
    color: #000000;
}
.home .entry .events
 {
    font-family: Asap, Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
    .home #mast .intro h2 {
        font-size: 32px;
    line-height: 50px;
    }
}
.home .splash {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    font-weight: 700;
    font-size: 112.5%;
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}
.home .splash .header-wrap {
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative;
	background-size:cover; background-position:top center
}
@media (min-width: 768px) {
    .home .splash {
        margin-bottom: 0;
    }
    .home .splash .header-wrap {
        height: 390px;
    }
}
.home .splash img.image {
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    position: absolute;
    top: -9999px;
    right: -9999px;
    z-index: 3;
}
.home .splash .splash-wrapper {
    background: #e0f0dc;
    padding-bottom: 10px;
    padding-top: 30px;
    position: relative;
    z-index: 3;
    }
.home .splash .splash-wrapper *{
    color: #000000;
}
.home .splash .splash-wrapper.one-line {
    padding-top: 50px;
    padding-bottom: 0;
}
.home .splash .splash-wrapper.one-line p {
    margin-bottom: 0;
}
.home .splash .splash-wrapper .svg-icon {
    opacity: 0.8;
    position: absolute;
    width: 100px;
    z-index: 10;
}
.home .splash .splash-wrapper .svg-icon.sun {
    left: 194px;
    top: -340px;
    height: 87px;
}
.home .splash .splash-wrapper .svg-icon.car {
    top: -64px;
    left: 30px;
    height: 55px;
}
.home .splash .splash-wrapper .svg-icon.note {
    top: -90px;
    right: 30px;
    height: 79px;
}
@media (min-width: 768px) {
    .home .splash .splash-wrapper .svg-icon.sun {
        left: 194px;
        top: -340px;
        width: 90px;
        height: auto;
    }
    .home .splash .splash-wrapper .svg-icon.car {
        top: -52px;
        width: 70px;
        height:auto;
    }
    .home .splash .splash-wrapper .svg-icon.note {
        top: -42px;
        width:90px;
        height: auto;
    }
}
.home .splash .splash-wrapper > .container {
    position: relative;
    z-index: 3;
	text-align: center;
}
.home .splash .splash-wrapper p a {
    margin-left: 15px;
}
.home .splash .splash-bottom {
    height: 70px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
    top: 100%;
}
.home .splash .splash-bottom svg.cls {
    height: 400px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    width: 100%;
    z-index: 6;
}
@media (min-width: 540px) {
    .home .splash .splash-bottom svg.cls {
        bottom: 40%;
    }
}
@media (min-width: 620px) {
    .home .splash .splash-bottom svg.cls {
        bottom: 40%;
    }
}
@media (min-width: 768px) {
    .home .splash .splash-bottom svg.cls {
        bottom: 40%;
    }
}
@media (min-width: 992px) {
    .home .splash .splash-wrapper {
        padding-bottom: 20px;
    }
    .home .splash .splash-bottom svg.cls {
        bottom: 40%;
    }
}
@media (min-width: 1200px) {
    .home .splash .splash-bottom svg.cls {
        bottom: 40%;
    }
}
@media (min-width: 1600px) {
    .home .splash .splash-bottom svg.cls {
        bottom: 40%;
    }
}
.home .splash a,
.home .splash button {
    background: #41AAB3;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #41AAB3;
    color: #FFFFFF!important;
    font-weight: 700;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}
.home .splash a:hover,
.home .splash button:hover {
    color: #f4a818;
}
.home .splash form label {
    display: block;
    margin-bottom: 15px;
}
.home .splash form > div {
    position: relative;
}
@media (min-width: 992px) {
    .home .splash form label {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 62px;
    }
    .home .splash form > div {
        display: inline-block;
        min-width: 600px;
    }
}
.home .splash form > div span {
    display: block;
    width: 100%;
}
@media (min-width: 480px) {
    .home .splash form > div span {
        background: url(../img/border-input.png) no-repeat;
        -webkit-background-size: 90% 100%;
        -moz-background-size: 90% 100%;
        -ms-background-size: 90% 100%;
        -o-background-size: 90% 100%;
        background-size: 90% 100%;
    }
}
.home .splash form input.placeholder-white {
    background: 0 0;
    border: 1px solid #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 15px;
    padding: 9px 25px;
    width: 100%;
}
.home .splash form input.placeholder-white::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 0.5;
}
.home .splash form input.placeholder-white:-moz-placeholder {
    color: #fff !important;
    opacity: 0.5;
}
.home .splash form input.placeholder-white::-moz-placeholder {
    color: #fff !important;
    opacity: 0.5;
}
.home .splash form input.placeholder-white:-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.5;
}
@media (min-width: 480px) {
    .home .splash form input.placeholder-white {
        border: none;
        margin-bottom: 0;
        padding: 10px 150px 11px 25px;
    }
}
@media (min-width: 768px) {
    .home .splash form input.placeholder-white {
        padding: 11px 225px 12px 25px;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .home .splash form input.placeholder-white {
        padding: 14px 225px 13px 25px;
    }
}
@media (min-width: 1200px) {
    .home .splash form input.placeholder-white {
        width: 600px;
    }
}
.home .splash form button {
    padding: 5px 28px;
    width: 100%;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}
@media (min-width: 480px) {
    .home .splash form button {
        position: absolute;
        right: -1px;
        top: 0;
        width: auto;
    }
}
@media (min-width: 768px) {
    .home .splash form button {
        padding: 5px 58px;
    }
    .home .entry .col-text .wrap {
        max-width: 486px;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .home .splash form button {
        padding: 6px 58px;
    }
}
@media (min-width: 1200px) {
    .home .splash form button {
        padding: 5px 58px;
    }
}
.home .page-content {
    background-image: none;
}
.home .entry {
    border-bottom: 1px solid #dadada;
    overflow: hidden;
}
.home .entry .col-text {
    padding: 0;
}
.home .entry .col-text .wrap {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    z-index: 1;
}
.home .entry .border-img {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 43px;
    z-index: 2;
}
.home .entry .col-img {
    overflow: hidden;
}

@media (max-width: 767px) {

.home .entry {
display: grid;
}

.home .entry .col-text {
order: 1;
}

.home .entry .col-img {
height: 60vw!important;
width: 100%;
order: 2;
}

}

.home .entry .col-img > div {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.home .entry .col-img > div img {
    display: block;
    position: absolute;
    min-width: 100%;
    height: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	min-height: 100%;
width: auto;
    z-index: 1;
}
.home .entry .h1,
.home .entry h1 {
    margin-top: 0;
}
.home .entry:nth-of-type(odd) {
    background: #fff;
}
.home .entry:nth-of-type(odd) .col-text:after,
.home .entry:nth-of-type(odd) .col-text:before {
    content: " ";
    display: table;
}
.home .entry:nth-of-type(even) .border-img,
.home .entry:nth-of-type(odd) .border-img {
    display: none;
}
.home .entry:nth-of-type(odd) .col-text:after {
    clear: both;
}
.home .entry:nth-of-type(odd) .col-text .wrap {
    background: #fff;
/*    float: right;*/
}

.home .entry .padding {
padding-left: 110px;
}

.home .entry:nth-of-type(even),
.home .entry:nth-of-type(even) .col-text .wrap {
    background: #fdf1e3;
}
@media (min-width: 992px) {
    .home .entry .col-text .wrap {
        max-width: 700px;
    }
    .home .entry:nth-of-type(odd) .col-text .wrap {
        margin-right: 0px;
    }
}
.home .entry:nth-of-type(odd) .col-img {
    float: right;
    padding-right: 0;
}
/*.home .entry .events li a > span,*/
.pagination a.prev {
    float: left;
}
.home .entry:nth-of-type(even) .btn-styled {
    background-color: #F39325;
}
.home .entry:nth-of-type(even) h2 {
color: #F39325;
}
.home .entry:nth-of-type(even) .col-img {
    padding-left: 0;
}
@media (min-width: 768px) {
    .home .entry:nth-of-type(even) .col-text .wrap {
        float: left;
        margin: 0 auto 0 35px;
    }
    .home .entry:nth-of-type(even) .col-img {
        float: left;
    }
}

  @media (min-width: 1240px) {
.home .entry:nth-of-type(2n) .col-text .wrap {
/*  float: left;*/
  margin: 0 auto 0 75px;
}
}
.home .entry:nth-child(1) .h1,
.home .entry:nth-child(2) .h1 {
    color: #28a9e2;
}
.home .entry:nth-child(3) .h1 {
    color: #ED7D31;
}
.home .entry .events {
    font-weight: 400;
}
/*.home .entry .events ul {
    background: -moz-linear-gradient(top, #f1f1f1 0, #69a4dd 20%, #69a4dd 40%, #2db8c5 50%, #92bde7 60%, #92bde7 80%, #f1f1f1 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0, #69a4dd 20%, #69a4dd 40%, #2db8c5 50%, #92bde7 60%, #92bde7 80%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #f1f1f1 0, #69a4dd 20%, #69a4dd 40%, #2db8c5 50%, #92bde7 60%, #92bde7 80%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0, #69a4dd 20%, #69a4dd 40%, #2db8c5 50%, #92bde7 60%, #92bde7 80%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #f1f1f1 0, #69a4dd 20%, #69a4dd 40%, #2db8c5 50%, #92bde7 60%, #92bde7 80%, #f1f1f1 100%);
    -webkit-background-size: 2px 100%;
    -moz-background-size: 2px 100%;
    -ms-background-size: 2px 100%;
    -o-background-size: 2px 100%;
    background-size: 2px 100%;
    background-repeat: no-repeat;
    background-position: 17px 0;
    margin: 15px 0 0;
    padding: 20px 0;
}*/
.home .entry .events li a {
    display: block;
    font-weight: 700;
}
.home .entry .events li a > span.ph-day {
    border: 2px solid #fff5e9;
    display: table;
    margin-right: 25px;
    overflow: hidden;
}
.home .entry .events li a .day {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: table-cell;
    color: #fff;
    font: 700 14px Asap, Helvetica, Arial, sans-serif;
    height: 32px;
    line-height: 1;
    text-align: center;
    width: 32px;
    vertical-align: middle;
}
@media (min-width: 992px) {
    .home .entry .events ul {
        background-position: 21px 0;
    }
    .home .entry .events li a .day {
        font-size: 18px;
        height: 40px;
        width: 40px;
    }
}
.home .entry .events li a .event:after,
.home .entry .more:after {
    content: "\e605";
    font-family: icomoon;
    height: auto;
    left: auto;
    right: 0;
}
.home .entry .events li a .first {
    background: #28a9e2;
}
.home .entry .events li a .second {
    background: #28a9e2;
}
.home .entry .events li a .third {
    background: #92bde7;
}
.home .entry .events li a .event {
    border-bottom: 1px solid #dadada;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 3px;
    position: relative;
    width: 70%;
    -webkit-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}
.home .entry .events li a .event:after {
    color: #c6c6c6;
    display: inline;
    font-size: 12px;
    margin-top: -18px;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.home .entry .events li a .event > * {
    color: #28a9e2;
    display: block;
    line-height: 1.4;
    font-size: 12px;
}
@media (min-width: 992px) {
    .home .entry .events li a .event > * {
        font-size: 14px;
    }
}
.home .entry .events li a .event span:first-child {
    color: #000;
    font-size: 16px;
    -webkit-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}
@media (min-width: 992px) {
    .home .entry .events li a .event span:first-child {
        font-size: 20px;
    }
}
.home .entry .events li a:hover .event span,
.home .entry .events li a:hover .event:after {
    color: #1a8cbd;
}
.home .entry .events li:last-child a span.event {
    border: none;
}
.home .entry .more {
    color: #2db8c5;
    display: inline-block;
    font-size: 16px;
    padding-right: 12px;
    position: relative;
}
.home .entry .more:after {
    color: #2db8c5;
    display: inline;
    font-size: 8px;
    position: absolute;
    top: 1px;
    -webkit-transition: padding 0.5s ease 0s;
    -moz-transition: padding 0.5s ease 0s;
    -ms-transition: padding 0.5s ease 0s;
    -o-transition: padding 0.5s ease 0s;
    transition: padding 0.5s ease 0s;
}
@media (min-width: 992px) {
    .home .entry .more:after {
        font-size: 9px;
    }
}
.home .entry .more:focus,
.home .entry .more:focus:after,
.home .entry .more:hover,
.home .entry .more:hover:after {
    color: #4453b3;
}
.home .entry .wrap {
    padding-bottom: 25px;
    padding-top: 25px;
}
@media (min-width: 768px) {
    .home .entry .events li a:hover .event:after {
        margin-right: 0;
    }
    .home .entry .wrap {
        padding-bottom: 90px;
        padding-top: 90px;
    }
}
.news-item {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto 25px;
    max-width: 800px;
    overflow: hidden;
}
.news-item figure div {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.news-item figure img {
    display: block;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.agenda .container.content,
.list-albums li {
    position: relative;
}
.news-item .text {
    padding-left: 30px;
    padding-right: 30px;
}
.news-item .text-inner {
    line-height: 1.7;
    padding-bottom: 25px;
    padding-top: 5px;
}
.news-item .text-inner a {
    color: #000;
}
.news-item .text-inner a.read-more {
    color: #fff;
}
.news-item .text-inner p {
    margin-bottom: 12px;
}
.news-item .text-inner .date {
    margin-bottom: 7px;
}
.news-item .date, .mx_news_block_item .date{
    color: #2db8c5;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}
.mx_news_item_main_image {
    width: 33.333%;
    float: left;
    margin: 0 30px 15px 0 !important;
}
.mx_news_item_main_image img {
    width: 100%;
}
.list-albums {
    margin: 0;
    padding: 0;
}
@media (min-width: 540px) {
    .list-albums {
        margin-left: -25px;
        margin-right: -25px;
    }
}
.list-albums .row.entry {
    margin-left: 0;
    margin-right: 0;
}
.list-albums li {
    margin-bottom: 54px;
}
@media (min-width: 568px) {
    .list-albums li {
        float: left;
        width: 50%;
    }
}
.list-albums li:nth-child(odd) {
    clear: left;
}
.events-year .col-sm-6:nth-child(odd),
.form-styled {
    clear: both;
}
.list-albums .album-thumb {
    margin: 0 auto 40px;
    max-width: 250px;
    padding-left: 0;
    padding-right: 0;
}
.list-albums .album-thumb .deg-shadow {
    background: #d2d2d2;
    padding: 2px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
@media (min-width: 992px) {
    .news-item .date {
        font-size: 14px;
    }
    .list-albums .album-thumb {
        max-width: none;
        margin-bottom: 0;
    }
}
.list-albums .album-thumb img {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    border: 10px solid #fff;
    width: 100%;
}
.list-albums .album-info .wrap-vertical {
    margin: 0 auto;
}
@media (min-width: 992px) {
    .list-albums .album-info .wrap-vertical {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .list-albums .album-info .center-vertical {
        display: table-cell;
        text-align: left;
    }
}
.list-albums .album-info a.head {
    font: 18px Asap, Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.list-albums .album-info strong {
    font: 20px Asap, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    word-break: break-word;
    display: block;
}
.list-albums .album-info .view-more {
    font-family: HelveticaNeue-Medium, "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.album-photos {
    margin-left: 0;
    list-style: none;
}
.album-photos li {
    margin-bottom: 20px;
}
.album-photos li .album-detail-thumb a {
    display: block;
}
.album-photos li .album-detail-thumb a:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.album-photos li .album-detail-thumb img {
    border: 6px solid #fff;
    width: 100%;
}
.pagination {
    display: table;
    margin: 50px auto 0;
    max-width: 765px;
    width: 100%;
}
.pagination > * {
    display: table-cell;
    text-align: center;
}
.pagination ul {
    display: none;
    margin: 0;
    padding: 0 0 0 50px;
}
@media (min-width: 768px) {
    .pagination ul {
        display: table-cell;
    }
    .pagination a.prev {
        float: none;
    }
}
.pagination li,
.pagination li a {
    display: inline-block;
}
.pagination .prev + ul {
    padding-left: 0;
}
.pagination li {
    margin-right: 4px;
}
.pagination a {
    border: 1px solid #dadada;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    font: 20px Asap, Helvetica, Arial, sans-serif;
    font-weight: 700;
    height: 52px;
    line-height: 1;
    padding: 15px 0;
    text-align: center;
    width: 52px;
    -webkit-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
}
.pagination a.active,
.pagination a.next,
.pagination a.prev,
.pagination a:focus,
.pagination a:hover {
    background-color: #fff;
}
.pagination a.next:hover,
.pagination a.prev:hover {
    background-color: #e6e6e6;
}
.pagination a.next {
    float: right;
}
.agenda .list-events {
    margin: 0 auto;
    padding: 0;
    list-style: none;
	width: 100%;
}
@media (min-width: 768px) {
    .pagination a.next {
        float: none;
    }
    .agenda .list-events li {
        margin-bottom: 15px;
    }
}

.agenda .list-events:before {
    background-color: #dadada;
    bottom: 0;
    display: block;
    height: 101%;
    margin-left: 38px;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 1;
}
.agenda .list-events li {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}
.agenda .list-events li:hover .date strong > span {
    background-color: #2db8c5;
}
.agenda .list-events li:hover .date strong + span {
    color: #2db8c5;
}
@media (min-width: 768px) {
    .agenda .list-events li:hover a {
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    .agenda .list-events li:hover a {
        margin-left: 30px;
    }
}
.agenda .list-events .date {
    background: #fff5e9;
    display: block;
    font-family: Asap, Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 10px;
    margin: 0 0 10px 16px;
}

.home .entry:nth-of-type(2n+1) .agenda .list-events .date {
    background: #ffffff;
	}

@media (min-width: 768px) {
    .agenda .list-events .date {
        margin-bottom: 0;
        margin-left: 0;
        text-align: center;
        width: 80px;
    }
}
.agenda .list-events .date > strong {
    display: table;
    margin: 0 auto;
    overflow: hidden;
    height: 50px;
    width: 50px;
}
.agenda .list-events .date > strong > span {
    -webkit-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
}
.agenda .list-events .date > strong + span {
    -webkit-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    color: #a7a7a7;
}
@media (max-width: 767px) {
    .agenda .list-events .date > strong {
        float: left;
        margin-bottom: 15px;
    }
    .agenda .list-events .date > strong + span {
        display: inline-block;
        font-size: 18px;
        line-height: 50px;
        margin-left: 15px;
    }
}
.agenda .list-events .date > strong > span {
    background: #a7a7a7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: table-cell;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}
.agenda .list-events a {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
/*    -webkit-box-shadow: 0 10px 0 0 #fff5e9;
    -moz-box-shadow: 0 10px 0 0 #fff5e9;
    box-shadow: 0 10px 0 0 #fff5e9;*/
    color: #000;
    display: block;
    margin-left: 0;
    margin-top: 5px;
    position: relative;
    -webkit-transition: margin-left 0.5s ease 0s;
    -moz-transition: margin-left 0.5s ease 0s;
    -ms-transition: margin-left 0.5s ease 0s;
    -o-transition: margin-left 0.5s ease 0s;
    transition: margin-left 0.5s ease 0s;
    padding: 15px 50px 15px 25px;
}

.home .entry:nth-of-type(2n+1) .agenda .list-events a {
    background: #f1f1f1;
}
@media (min-width: 768px) {
    .agenda .list-events a {
        margin-left: 25px;
        margin-top: 0;
        width: calc(100% - 105px);
    }
}
@media (min-width: 992px) {
    .agenda .list-events a {
        margin-left: 40px;
        padding-right: 100px;
        width:calc(100% - 120px);
    }
}
.agenda .list-events a:focus,
.agenda .list-events a:hover {
    color: #000;
}
.agenda .list-events a:before {
    border-bottom: 11px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    height: 0;
    position: absolute;
    left: 30px;
    right: auto;
    top: auto;
    width: 0;
}

.home .entry:nth-of-type(2n+1) .agenda .list-events a::before {
  border-right-color: transparent;
  border-bottom-color: #f1f1f1;
 }
 
@media (min-width: 768px) {
    .agenda .list-events a:before {
        bottom: auto;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: none;
        border-right: 11px solid #fff;
        left: auto;
        right: 100%;
        top: 32px;
    }
	
	.home .entry:nth-of-type(2n+1) .agenda .list-events a::before {
  border-right-color: #f1f1f1;
  border-bottom-color: transparent;
 }
	
    .agenda .list-events .date,
    .agenda .list-events a {
        float: left;
    }
}
.agenda .list-events a:after, .mx_news_block_item a:after {
    content: "\e605";
    color: #ccc;
    font-family: icomoon;
    position: absolute;
    font-size: 14px;
    left: auto;
    line-height: 1;
    right: 25px;
    top: 50%;
    margin-top: -7px;
}

.mx_news_block_item a:hover::after {
color:#2db8c5;
}

.agenda .list-events a strong {
    margin: 0 0 4px;
}
.agenda .list-events .topic {
    display: block;
    line-height: 1.5;
}
.contact .caption {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}
.contact .form-styled {
    margin-left: -15px;
    margin-right: -15px;
}
.contact .featured-image .svg-icon,
.contact .footer .svg-icon {
    display: none;
}
.form-styled + .contact-block .address a {
    word-break: break-all;
}
@media (min-width: 768px) {
    .form-styled + .contact-block .wrap-gmap {
        max-width: 200px;
    }
}
.form-styled .form-group {
/*    margin-bottom: 30px !important;*/
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    vertical-align: top;
    z-index: 1;
}
.form-styled input + label,
.form-styled input[type="text"],
.form-styled input[type="tel"],
.form-styled input[type="email"],
.form-styled select,
.form-styled textarea,
.form-styled textarea + label {
    padding: 12px 20px;
}
@media (min-width: 768px) {
    .form-styled input + label,
    .form-styled input[type="text"],
    .form-styled input[type="tel"],
    .form-styled input[type="email"],
.form-styled select,
    .form-styled textarea,
    .form-styled textarea + label {
        padding: 14px 20px;
    }
}
.form-styled input[type="text"],
.form-styled input[type="tel"],
.form-styled input[type="email"],
.form-styled select,
.form-styled textarea {
    -webkit-box-shadow: 0 0 1px 1px #dadada;
    -moz-box-shadow: 0 0 1px 1px #dadada;
    box-shadow: 0 0 1px 1px #dadada;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    font-size: 13px;
    line-height: 1;
    position: relative;
    width: 100%;
}
@media (min-width: 768px) {
    .form-styled input[type="text"],
    .form-styled input[type="tel"],
    .form-styled input[type="email"],
.form-styled select,
    .form-styled textarea {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .form-styled input[type="text"],
    .form-styled input[type="tel"],
    .form-styled input[type="email"],
.form-styled select,
    .form-styled textarea {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {

    .form-styled input + label,
    .form-styled input[type="text"],
    .form-styled input[type="tel"],
    .form-styled input[type="email"],
    .form-styled textarea,
.form-styled select,
    .form-styled textarea + label {
        padding: 14px 18px;
    }
    .form-styled input[type="text"],
    .form-styled input[type="tel"],
    .form-styled input[type="email"],
.form-styled select,
    .form-styled textarea {
        font-size: 16px;
    }
}
.form-styled textarea {
    height: 190px;
    width: 100%;
	resize: none;
}
.form-styled label {
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
.form-styled .checkbox-label,
.form-styled .radio-label {
    margin-right: 30px;
}
.form-styled .checkbox-label .checkbox,
.form-styled .checkbox-label .radio,
.form-styled .radio-label .checkbox,
.form-styled .radio-label .radio {
    display: inline-block;
}
.form-styled .group-buttons {
    margin-bottom: 0 !important;
    text-align: center;
}
.form-styled .group-buttons .btn-submit {
    border: none;
    font-family: Asap, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 45px;
}
.form-styled .contact-block {
    padding-right: 0;
}
.animated-label label {
    left: 15px;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: 2px;
    z-index: 2;
    -webkit-transition: top 0.5s ease 0s;
    -moz-transition: top 0.5s ease 0s;
    -ms-transition: top 0.5s ease 0s;
    -o-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s;
}
.animated-label input:focus + label,
.animated-label textarea:focus + label,
.animated-label.input-filled label {
    font-size: 12px;
    top: -35px;
}
html.lt9 .animated-label label {
    top: -35px;
}
html:not(.lt9) .checkbox,
html:not(.lt9) .radio {
    margin-bottom: 0;
    margin-top: 0;
}
html:not(.lt9) .checkbox input + span,
html:not(.lt9) .radio input + span {
    display: inline-block;
    float: left;
    line-height: 15px;
    margin-right: 10px;
    position: relative;
    height: 20px;
    width: 20px;
}
html:not(.lt9) .checkbox input[type="checkbox"],
html:not(.lt9) .checkbox input[type="radio"],
html:not(.lt9) .radio input[type="checkbox"],
html:not(.lt9) .radio input[type="radio"] {
    display: none;
}
html:not(.lt9) .checkbox input[type="checkbox"] + span:before,
html:not(.lt9) .checkbox input[type="radio"] + span:before,
html:not(.lt9) .radio input[type="checkbox"] + span:before,
html:not(.lt9) .radio input[type="radio"] + span:before {
    -webkit-box-shadow: 0 0 1px 1px #dadada;
    -moz-box-shadow: 0 0 1px 1px #dadada;
    box-shadow: 0 0 1px 1px #dadada;
    content: "";
    background: #fff;
    cursor: pointer;
    height: inherit;
    position: absolute;
    left: 0;
    top: 4px;
    width: inherit;
}
@media (min-width: 768px) {
    html:not(.lt9) .checkbox input[type="checkbox"] + span:before,
    html:not(.lt9) .checkbox input[type="radio"] + span:before,
    html:not(.lt9) .radio input[type="checkbox"] + span:before,
    html:not(.lt9) .radio input[type="radio"] + span:before {
        top: 0;
    }
}
html:not(.lt9) .radio input[type="radio"] + span:before {
    border-radius: 50%;
    -webkit-box-shadow: inset 5px 0 0 #fff, 0 0 1px 1px #dadada;
    -moz-box-shadow: inset 5px 0 0 #fff, 0 0 1px 1px #dadada;
    box-shadow: inset 5px 0 0 #fff, 0 0 1px 1px #dadada;
}
html:not(.lt9) .radio input[type="radio"]:checked + span:after {
    background: #9b9b9b;
    border-radius: 10px;
    content: "";
    height: 10px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 10px;
    z-index: 9;
}
html:not(.lt9) .checkbox input[type="checkbox"]:checked + span:after {
    color: #9b9b9b;
    content: "\2713";
    font-size: 24px;
    height: 8px;
    position: absolute;
    left: 3px;
    top: 0;
    width: 8px;
}
.detail-block {
    margin: 0 auto;
    max-width: 800px;
}
.list-arrow {
    margin: 0 0 25px;
    padding: 0;
}
.list-arrow li {
    padding-left: 35px;
    position: relative;
}
.list-arrow li:before {
    content: "\e605";
    font-family: icomoon;
    position: absolute;
    font-size: 10px;
    left: 0;
    line-height: 1;
    top: 9px;
}
.events-year h3 {
    color: #2db8c5;
}
.events-year ul {
    list-style: none !important;
    margin-left: 0 !important;
    line-height: 24px;
}
.events-year ul li {
    padding: 5px 15px 5px 0;
}
@media (max-width: 767px) {
    .events-year ul {
        line-height: 22px;
    }
    .events-year ul li {
        padding: 2px 0;
    }
}
.events-year ul li a {
    color: #000;
}
.events-year ul li a:after {
    content: " ";
    display: table;
    clear: both;
}
.events-year ul li a span {
    color: #2db8c5;
    float: left;
    width: 30px;
}
.events-year ul li a strong {
    float: left;
    width: 100%;
    margin-right: -30px;
    font-weight: 400;
}
.events-year ul li a:hover {
    color: #2db8c5;
}
.agenda-detail .date {
    font-family: Asap, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    bottom: 0;
    top: 25px;
    left: 25px;
    position: absolute;
}

.agenda-detail {
background-color: #FFF;
border-radius: 15px;
padding: 20px;
padding-top: 1px;
}

@media (min-width: 992px) {
    .home .splash .header-wrap {
        height: 390px;
        overflow: hidden;
    }
    .agenda-detail .date {
        top: 0;
        left: -14px;
        width: 80px;
    }
    .agenda-detail .date:before {
        content: "";
        background-color: #dadada;
        bottom: 0;
        display: block;
        height: 101%;
        margin-left: 38px;
        position: absolute;
        top: 0;
        width: 4px;
        z-index: 1;
    }
    .agenda-detail .date > div {
        margin-top: 150px;
    }
}
.agenda-detail .date > div {
    margin-bottom: 25px;
    padding-top: 5px;
    position: relative;
    z-index: 9;
}
.agenda-detail .date > div > strong {
    display: table;
    border: 5px solid #fff5e9;
    margin: 0 auto;
}
.agenda-detail .date > div > strong > span {
    background: #2db8c5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: table-cell;
    font-size: 22px;
    height: 52px;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 52px;
}
.agenda-detail .date > div > strong + span {
    background: #fff5e9;
    color: #a7a7a7;
    display: block;
}
.addthis_toolbox {
    display: none;
}
.container.content img[align="left"],
.container.content img[style*="left"] {
    margin: 0 20px 20px 0;
    vertical-align: middle;
}
.container.content img[align="right"],
.container.content img[style*="right"] {
    margin: 0 0 20px 20px;
    vertical-align: middle;
}
.detail-block ul {
    list-style: disc;
    margin-left: 20px;
}
.detail-block ol {
    padding: 0;
    margin-left: 20px;
    list-style: decimal;
}

.header .logo .background-logo {
    background-position: 0 0;
}

.page .header .logo a {
    margin-top: 10px;
    margin-left: 25px;
}

/*svg.cls-intro {
    bottom: 534px;
}*/

.header .wrapper .vertical .welcome .mx_buttons {
    text-align: center;
    width: 100%;
}

.footer .mx_buttons a {
/*    position: absolute;*/
    left: 0;
    top: 0;
    z-index: 10;
}

/*.featured-image svg {
    display: none;
}
*/
.video-container-outer {
    max-width: 500px;
    max-height: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 50.2%;
    padding-top: 30px;
    height: 0px;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}

.featured-image {
    background-position: top center;
    background-size: cover;
    position: relative;
}

img.cls-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
}

img.cls-intro.bottom {
    top: inherit;
    bottom: 0;
}

.footer .left,
.footer .right {
    float: left;
    width: 50%;
    text-align: left;
    padding-bottom: 20px;
}

.footer .right {
    text-align: right;
    padding-top: 10px;
}

@media screen and (max-width: 480px) {
    .footer .left img {
        height: auto;
    }
} /* end mediaquery */

.wrap-gmap a {
  display: block;
  width: 100%;
  height: 100%;
}

 .wrap-gmap iframe {
  margin-top: -75px;
  pointer-events: none;

  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.mx_buttons a {
  background-color: #2e2e2e!important;
  border: none!important;
}


.col-sm-offset-1 {
  margin-left: 3.33%;
}


  @media (min-width: 1420px) {
.col-sm-offset-1 {
  margin-left: 8.33333333%;
}
}

.member {
width:100%;
height:auto;
background-color:#fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
position: relative;
margin-top: 40px;
padding: 20px;
}

.member-image {
position: absolute;
top:20px;
left: 20px;
width: 150px;
height: 100%;
}

.member-image img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
display: block;
}

.member-image img.no-image {
  position: relative;
  margin-top: -20px;
  top: 50%;
 -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	opacity: 0.16;
	padding: 10px;
}

.member-content {
padding-left: 170px;
min-height: 207px;
}

.member-content em {
font-size:14px;
}

.member-content p {
margin-bottom: 10px;
}

.member-content ul {
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px;
}

.member-content ul li {
display: inline-block;
background-color:#d5d5d5;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-khtml-border-radius: 30px;
border-radius:30px;
width:36px;
height:36px;
color: #FFFFFF;
font-family: Asap, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 34px;
text-align: center;
}

.member-content ul.ma li:nth-child(1),
.member-content ul.di li:nth-child(2),
.member-content ul.wo li:nth-child(3),
.member-content ul.do li:nth-child(4),
.member-content ul.vr li:nth-child(5)
{
background-color: #2db8c5;
}

@media screen and (max-width: 550px) {

.member-image {
position: relative;
width: 100%;
min-height: 150px;
top:0;
left:0;
}

.member-image img {
margin: 0 auto;
}

.member-content {
padding-left:0;
padding-top: 20px;
}

}

.ytwrapper {
	max-width: 680px;
	margin: 60px auto;
	padding: 0 20px;
}

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

#kernwrapper {
display: flex;
}

.kern {
width: 20%;
padding:  20px;
}

.kern img{
width: 100%;
height :auto;
}