@keyframes phone-waking {
 0% {
transform:rotate(0deg)
}
 1% {
transform:rotate(2deg)
}
 2% {
transform:rotate(-2deg)
}
 3% {
transform:rotate(2deg)
}
 4% {
transform:rotate(-2deg)
}
 5% {
transform:rotate(2deg)
}
 6% {
transform:rotate(0deg)
}
 100% {
transform:rotate(0deg)
}
}
 @keyframes img-zoom {
 0% {
width:100%
}
 100% {
width:120%
}
}
 @keyframes curtain {
 0% {
width:0%;
left:50%
}
 100% {
width:100%;
left: 0%
}
}
 @keyframes header-text {
 0% {
left:-200%;
letter-spacing:30px;
width: 200%
}
 50% {
letter-spacing:30px;
width: 150%
}
 100% {
left: 0%;
letter-spacing:0px;
width:100%
}
}
.headerimg {
    width: 100%;
    height: auto;
}
.animated .headerimg {
    animation-name: img-zoom;
    animation-duration: 60s;
    animation-iteration-count: infinite;
}
.curtain {
    height: 700px;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0px;
    animation-name: curtain;
    animation-duration: 3s;
    width: 100%;
    left: 0%;
}
.img-fixed {
    background-attachment: fixed;
}
.heeader-img-text {
    position: absolute;
    bottom: 30%;
    margin: 0px;
    text-align: center;
    width: 100%;
    padding: 0px;
    font-weight: bold;
    z-index: 5;
    text-shadow: 2px 2px 7px #fff;
    letter-spacing: 0px;
}

@media screen and (max-width:920px) {
.heeader-img-text {
    bottom: 45%;
}
}
.animated .heeader-img-text {
    animation-name: header-text;
    animation-duration: 3s;
}
.phone-linke-wrap-container {width: 100%;
max-width: 1220px;
margin: 0px auto;}
.phone-link-wrap {
    animation-name: phone-waking;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}
:focus {
    outline: 0
}
body {
    line-height: 1;
    color: #000;
    background: #fff;
    z-index: 5
}
ol, ul {
    list-style: none
}
table {
    border-collapse: separate;
    border-spacing: 0
}
caption, th, td {
    text-align: left;
    font-weight: 400
}
blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}
blockquote, q {
    quotes: "" ""
}
html {
    font-family: 'Arial, Open Sans', sans-serif;
    height: 100%
}
a {
    text-decoration: none
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.text-emphasize p, .text-emphasize strong, .text-emphasize h1, .text-emphasize h2, .text-emphasize h3, .text-emphasize h4, .text-emphasize h5, .text-emphasize h6 {color: inherit !important; background-color: inherit !important;} 
body {
    -webkit-font-smoothing: antialiased;
    height: 100%
}
.one_half {
    width: 48%
}
.one_third {
    width: 30.66%
}
.two_third {
    width: 65.33%
}
.one_fourth {
    width: 22%
}
.three_fourth {
    width: 74%
}
.one_fifth {
    width: 16.8%
}
.two_fifth {
    width: 37.6%
}
.three_fifth {
    width: 58.4%
}
.four_fifth {
    width: 67.2%
}
.one_sixth {
    width: 13.33%
}
.five_sixth {
    width: 82.67%
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left
}
.last {
    margin-right: 0!important;
    clear: right
}
.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%
}
.clearfix:after {
    content: "";
    display: table;
    clear: both
}

iframe.ivid {
    float: right;
    width: 100%!important;
    max-width: 520px!important
}
.main-content a.btn {
    background: #4267b2 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 14px 0;
    padding: 13px 34px 16px;
    text-align: center
}
.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1
}
.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1)
}
.bg-img {
    background-position: center center;
    background-size: cover;
    box-sizing: content-box;
    height: 528px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%
}
#logo {
    float: left;
    height: 29px;
    margin: 0 0 0 20px
}
.section {
    height: auto;
    position: relative
}
header {
    position: absolute;
    margin: 0;
    z-index: 2;
    width: 100%
}
footer {
    height: auto;
    position: relative;
    background: #4267b2;
    width: 100%;
    z-index: 5;
}
footer p {
    color: #FFF;
    font-size: 14px;
    line-height: 18px
}
footer ul li {
    font-size: 14px;
    line-height: 18px
}
footer a {
    color: #FFF
}
.footer_inner {
    max-width: 1220px;
    margin: 0 auto;
}

@media screen and (max-width: 1250px) {
footer {
    padding: 0px 15px;
}
}

@media screen and (max-width: 919px) {
footer {
    text-align: center;
    padding: 0px;
}
footer table {
    margin: auto;
}
}
.clear {
    clear: both
}
header {
    background: rgba(255,255,255,0.4);
    padding: 18px 0;
    box-shadow: 0 0 16px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.5);
    margin: 20px 0 0
}
header.sticky #logo {
    margin: 0 0 0 20px
}
header.sticky {
    background: #FFF;
    padding: 19px 0;
    position: fixed;
    transition: all .4s ease;
    box-shadow: 0 0 16px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.5);
    z-index: 500;
    margin: 0;
    background: rgba(255,255,255,1)
}
.wp-caption-text {
    text-align: center
}
nav {
    max-width: 1220px;
    position: relative;
    margin: auto; 
}

header.no-header-alt nav {height: auto; clear: both;}
header nav ul, header.sticky nav ul {
    padding: 0;
    position: relative;
    float: left
}
header nav ul li {
    float: left
}
header nav ul ul li {
    float: none
}
header.sticky nav ul li, header nav ul li {
    font-size: 14px;
    line-height: 21px
}
header nav ul li.menu-item-language a {
    padding: 6px 0 0
}
header nav ul ul, header.sticky nav ul ul {
    position: absolute;
    background: #FFF;
    padding: 10px;
    box-shadow: 0 0 16px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.5);
    border-radius: 8px;
    min-width: 170px
}
header nav ul ul {
    position: absolute;
    width: -moz-max-content;
    display: none
}
header nav ul li:hover ul {
    display: block
}

@media screen and (min-width: 920px) {
header nav ul li:hover ul ul {
    display: none;
}
}
header nav ul ul ul {
    position: absolute;
    width: -moz-max-content;
    display: none;
    margin: -15px 0 0 130px
}
header nav ul ul li:hover > ul {
    display: block
}
/*
header nav ul ul li:hover ul li a {
color:#4267b2
}

header nav ul ul li:hover ul li a:hover {
color:#FFF
}
*/
header nav ul ul li, header.sticky nav ul ul li {
    font-size: 14px;
    border-radius: 8px
}
/*
header nav ul ul li:hover {
background:#4267b2;
color:#FFF
}

header nav ul ul li:hover a {
color:#FFF
}*/

header nav ul li a {
    display: block;
    text-shadow: 1px 1px 2px rgba(89,22,20,0.3);
    color: #4267b2;
    padding: 4px 10px 5px;
    margin: 2px 2px 0;
    background: transparent;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
header nav ul li a:hover {
    color: #000
}
header nav ul li .sub-menu-wrap-col-1 ul li a {
    background: transparent none repeat scroll 0 0;
    color: #4267b2;
    display: block;
    margin: 2px 2px 0;
    padding: 4px 10px 5px;
    text-shadow: 1px 1px 2px rgba(89,22,20,0.3);
    transition: all .4s ease-in-out 0
}
.main-content {
    max-width: 1214px;
    width: 100%;
    padding: 20px 10px 50px;
    margin: 0 auto;
    -moz-hyphens: auto;
    word-wrap: break-word
}
h1 {
    font-size: 24px;
    margin: 30px 0;
    line-height: 28px;
    color: #4267b2;
    font-weight: 600
}
h2, h3, h4, h5, h6 {
    font-size: 18px;
    margin: 40px 0 20px;
    line-height: 24px;
    color: #4267b2;
    font-weight: 600
}
h2 {
    margin: 10px 0 20px
}
p {
    font-size: 16px;
    margin: 0 0 20px;
    color: #333;
    line-height: 20px
}
.main-content ul, .main-content ol {
    font-size: 16px;
    margin: 0 0 20px 36px;
    line-height: 20px
}
.main-content ul li {
    list-style: disc outside;
    color: #4267b2
}
.main-content ol li {
    list-style: disc outside;
    color: #4267b2
}
strong {
    color: #4267b2;
    font-weight: 600
}
#show, #show_cont {
    background: #4267b2 none repeat scroll 0 0;
    color: #fff;
    display: table-cell;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 19px;
    width: auto;
    box-shadow: 0 0 16px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.5);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    z-index: 100
}
#show_cont {
    border-radius: 8px;
    cursor: pointer;
    display: -moz-stack;
    margin: 0 0 20px
}
#hide p {
    font-weight: 600;
    margin: 10px 0 12px
}
#hide {
    padding: 10px 19px;
    background: #FFF none repeat scroll 0 0;
    box-shadow: 0 0 16px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.5)
}
.main-content img {
    padding: 5px;
    border: solid 1px #EFEFEF;
    max-width: 100%;
    height: auto;
}
.main-content a:hover img.imagedropshadow {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999
}
article {
    background: #fafafa;
    margin: 0 0 10px;
    padding: 6px;
    border: 1px solid #efefef;
    position: relative;
    max-width: 98%
}
.overview_img {
    float: left;
    margin: 0 1% 0 0;
    background: #FFF;
    max-height: 300px
}
.searching h6 {
    margin: 0 0 12px;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 20px
}
.searching h3 {
    margin: 0 0 8px;
    font-size: 16px;
    display: block
}
.searching p {
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    margin: 0 0 8px;
    padding: 0 5px
}
.searching a.more {
    font-size: 16px;
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.3);
    box-shadow: 0 0 16px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.3);
    color: #FFF;
    position: relative
}
.searching img {
    width: 100%
}
.widget_t {
    color: #4267b2;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 30px 0
}
img.alignleft {
    float: left;
    margin: 0 10px 10px 0
}
img.alignright, .wp-caption.alignright {
    float: right;
    margin: 0 0 10px 10px
}
img.attachment-post-thumbnail {
    float: right;
    margin: 0 0 10px 10px
}
h3 span {
    background: #4267b2 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0,0,0,0.3);
    color: #fff;
    float: right;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 0 12px
}
 h3 span::first-child {
display:none
}
.main-content a {
    color: #4267b2;
    font-weight: 600
}
#mob {
    position: relative;
    float: right;
    display: none;
    color: #333;
    width: 50px;
    height: 60px;
    margin: -8px 10px 0 0;
    padding: 8px;
    cursor: pointer;
    font-weight: 600
}
#mob svg {
    width: 43px;
}
hr {
    margin: 36px 0 32px;
    border: 0;
    border-bottom: 1px solid #4267b2
}
footer hr, #footer hr {
    border-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    margin: 1em auto
}
.phone-link-wrap {
    height: 25px;
    display: inline-block;
    float: right;
    width: 200px;
}
.phone-link-wrap i {
    font-size: 26px;
    padding-right: 10px;
    padding-top: 3px;
}
.phone-nr {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    margin-top: 8px;
    text-shadow: 1px 1px 2px rgba(89,22,20,0.3);
    padding: 4px 10px 5px;
    margin: 2px 2px 0;
    margin-left: 2px;
    background: transparent;
    font-size: 100%;
    margin-left: -15px;
}
.adr-wrap {
    display: inline-block;
    float: left;
    margin-top: 10px;
    position: relative;
    margin-top: 8px;
}
.adr-wrap i {
    font-size: 26px;
    position: absolute;
    top: -5px;
    left: 7px;
}

@media screen and (max-width: 920px) {
.phone-nr {
    display: none;
}
.phone-link-wrap {
    height: 30px;
    display: inline-block;
    float: right;
    width: 30px;
    margin-top: 10px;
    margin-right: 5px;
}
nav {
    width: 100%
}
#mob {
    display: block
}
nav ul, nav ul li {
    width: 100%
}
header nav ul, header nav ul ul, header nav ul ul ul {
    display: block
}
header nav ul ul ul {
    margin: 0
}
header nav .sub-menu-wrap-col-1 ul {
    margin: 0
}
.search {
    top: 0
}
header.sticky nav ul ul {
    position: relative;
    float: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}
header.sticky {
    display: table;
    width: 100%;
    min-height: 80px;
    padding: 5px 0px 5px 0px;
    height: auto !important;
}
header nav ul li a {
    padding: 2px 15px
}
header nav ul li .sub-menu-wrap-col-1 a {
    padding: 2px 15px
}
header nav ul li .sub-menu-wrap-col-1 ul li {
    margin: 0;
    padding: 0
}
header nav ul li .sub-menu-wrap-col-1 ul li a {
    margin: 0;
    padding: 0
}
header nav ul li.menu-item-language a {
    display: none
}
.switcher {
    display: none
}
}

@media screen and (max-width: 620px) {
.widget_text {
    padding: 0
}
.bg-img {
    padding: 0;
    top: 0!important;
    left: 0;
    height: 134px
}
.section {
    height: auto
}
.one_half, .two_third {
    width: 100%
}
.one_third {
    width: 98%;
}
.wp-caption {
    width: 100%!important
}
.main-content img.ajax-loader {
    height: 16px;
    width: 16px
}
header.sticky {
    position: relative;
    display: table;
    width: 100%;
    min-height: 40px
}
.main-content img {
    width: 100%;
    height: 100%
}
.contact {
    display: none
}
.searching {
    width: 100%
}
.searching img {
    width: 100%;
    height: 100%
}
.overview_img {
    float: none
}
a.iframe img {
    width: 100%;
    height: 100%
}
.one_fourth {
    width: 100%;
    float: none;
    text-align: center
}
h3 span {
    display: none
}
header.sticky #logo {
    float: initial;
    height: auto;
    margin: 0 auto;
    padding: 30px 20px 20px;
    position: relative;
    width: 100%
}
#mob {
    /*width:100%;*/
    text-align: center
}
.search {
    margin: 0;
    top: 0;
    z-index: 100
}
#show, #show_cont {
    width: 100%;
    text-align: center;
    display: block
}
.main-content a.tel {
    max-width: 100%;
    text-align: center
}
}

@media screen and (max-width: 360px) {
.main-content img {
    width: 100%
}
}
#content {
    z-index: 100
}
div.form_bg {
    background: #fafafa none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 3% 3% 1%
}
input[type="text"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="time"], input[type="url"], input[type="password"], textarea, select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 2px solid #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.33);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.33);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.33)
}
div.form_bg {
    background: #fafafa none repeat scroll 0 0;
    padding: 3% 3% 1%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1)
}
#webhint {
    display: none
}
.cc_banner-wrapper {
    z-index: 90010000;
    position: relative
}
.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 0.6em;
    transition: font-size 200ms;
    line-height: 1em
}
.cc_container .cc_message {
    font-size: 0.6em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em
}
.cc_container .cc_logo {
    text-indent: -1000px;
    overflow: hidden;
    width: 81px;
    height: 22px;
    background-size: cover;
    background-image: url(http://valao.de/images/system/cookiehinweis2.png);
    opacity: 0.7;
    transition: opacity 200ms
}
.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
    opacity: 1
}

@media screen and (min-width: 500px) {
.cc_container .cc_btn {
    font-size: 0.8em
}
.cc_container .cc_message {
    font-size: 0.8em
}
}

@media screen and (min-width: 768px) {
.cc_container .cc_btn {
    font-size: 1em
}
.cc_container .cc_message {
    font-size: 1em;
    line-height: 1em
}
}

@media screen and (min-width: 992px) {
.cc_container .cc_message {
    font-size: 1em
}
}

@media print {
.cc_banner-wrapper, .cc_container {
    display: none
}
}
.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px 15px 50px
}
.cc_container .cc_btn {
    padding: 8px 16px;
    background-color: fff;
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    text-align: center
}

@media screen and (min-width: 500px) {
.cc_container {
    left: initial;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding-bottom: 77px
}
.cc_container .cc_btn {
    right: 15px;
    bottom: 37px
}
.cc_container .cc_logo {
    display: none;
    position: absolute;
    bottom: 8px;
    left: calc(50% - 50px)
}
}

@media screen and (min-width: 768px) {
#webhint {
    display: block
}
.cc_container {
    padding-bottom: 87px
}
.cc_container .cc_message {
    font-size: 1em
}
}
.cc_container {
    background: rgba(255,255,255,0.9);
    color: #000;
    font-size: 17px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    box-sizing: border-box;
    border: 1px solid #ccc
}
.cc_container ::-moz-selection {
background:#ff5e99;
color:#fff;
text-shadow:none
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff;
    width: 150px;
    display: block;
    float: right !important;
    background-color: #4267b2;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    border-radius: 0px;
    -webkit-border-radius: 0px
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    background-color: #fff;
    color: #4267b2;
    border: 1px solid #4267b2;
}
.cc_container a, .cc_container a:visited {
    text-decoration: none;
    color: #4267b2;
    transition: 200ms color
}
.cc_container a:hover, .cc_container a:active {
    color: #ccc !important;
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.cc_container {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@media screen and (min-width: 500px) {
.cc_container {
    border-radius: 0px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2)
}
}

@media screen and (max-width: 500px) {
.cc_logo {
    background-image: none!important;
    float: left;
    margin-bottom: -21px;
}
}
/*
.wpcf7-submit {
background:#4267b2 none repeat scroll 0 0;
border:0 none;
border-radius:8px;
box-shadow:0 0 16px rgba(0,0,0,0.5);
color:#fff;
display:table-cell;
float:right;
font-size:18px;
font-weight:600;
margin:12px 0 0;
padding:8px 16px;
text-decoration:none;
width:auto
}
*/
.main-content .gallery-item img {
    width: 100%;
    border: 0!important;
    height: auto
}
.main-content .gallery-item .gallery-caption {
    font-size: 14px;
    line-height: 20px
}
/*Post-nav*/

.post-list img {
    width: 100%;
    height: auto;
}
.post-list h2 {
    margin: 5px;
}
.post-list p {
    margin: 5px;
}
.post-list a.more-link {
    display: inline-block;
    margin: 5px;
}
nav.post-nav {
    margin-top: 10px;
    display: block!important;
}
nav.post-nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
nav.post-nav li {
    display: block;
    width: 40%;
    height: auto;
    list-style: nones
}
nav.post-nav li.prev-link {
    float: left;
}
nav.post-nav li.next-link {
    float: right;
    text-align: right;
    margin-right: 15px;
}
.post-meta p {
    padding: 0px;
    font-weight: bold;
}
.post-meta p:first-child {
    margin-bottom: 0px;
}
.exit-box img {
    width: 100%;
    height: auto;
}
.sticky-footer {
    display: none;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: auto;
    max-height: 40%;
    overflow-x: auto;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    transition: 0.5s;
}
.sticky-footer img {
    width: 30%;
    height: auto;
    margin: auto;
    display: block;
}
.sticky-footer-close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px;
    cursor: pointer;
    color: darkgray;
}

@media screen and (max-width: 919px) {
.sticky-footer img {
    width: 60%;
}
}

@media screen and (max-width: 768px) {
.sticky-footer img {
    width: 90%;
}
}
.cont_slider {
    position: relative;
    max-height: 600px;
    overflow: hidden;
    width: 100%;
}
.fullpage .two_third {
    width: 100%;
}
.box {
    width: calc(50% - 15px);
    height: auto;
    overflow: hidden;
    border: solid 1px #EFEFEF;
    margin: 10px;
    transition: all .3s
}
.box:hover, .box:active, .box:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(189,189,189,.19), 0 6px 6px rgba(189,189,189,.23);
}
.fullpage .box {
    width: calc(33% - 7px);
}
.box .boximg {
    width: 100%;
    height: auto;
    padding: 0px !important;
    border: none;
}
.box .circle .boximg {
    border-radius: 50%;
    margin: 5px auto;
    width: calc(100% - 10px);
    display: block;
}
.box .box-title {
    margin: 10px 0px 10px 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.box p {
    margin: 0px 0px 5px 0px;
}
.box .more-link-wrap, .box .box-text {
    padding: 15px;
}
.box .more-link-wrap {
    border-top: solid 1px #EFEFEF;
    position: relative
}
.box .more-link-wrap a {
    display: inline-block;
    position: relative;
}
.box .more-link-wrap a:after {
    position: absolute;
    top: 0px;
    right: -15px;
    content: "»";
    display: block;
    transition-property: right;
    transition-duration: .3s;
    transition-delay: 0s;
}
.box .more-link-wrap a:hover::after, .box .more-link-wrap a:active::after, .box .more-link-wrap a:focus::after {
    right: -20px;
}

@media screen and (max-width: 1000px) {
.fullpage .box {
    width: calc(100% - 15px);
}
}

@media screen and (max-width: 800px) {
.box, .fullpage .box {
    width: calc(100% - 10px)
}
}

@media screen and (min-width:400px) {
.box-col-1 {
    width: calc(50% - 10px);
}
}

@media screen and (min-width:500px) {
.box-col-1 {
    width: calc(33.333333333333333333333333333333% - 10px);
}
.box-col-2 {
    width: calc(50% - 10px);
}
}

@media screen and (min-width:600px) {
.box-col-1 {
    width: calc(25% - 10px);
}
.box-col-2 {
    width: calc(50% - 10px);
}
.box-col-3 {
    width: calc(100% - 10px);
}
}

@media screen and (min-width: 800px) {
.box-col-1 {
    width: calc(25% - 10px);
}
.box-col-2 {
    width: calc(50% - 10px);
}
.box-col-3 {
    width: calc(50% - 10px);
}
.box-col-4 {
    width: calc(50% - 10px);
}
.box-col-5 {
    width: calc(50% - 10px);
}
.box-col-6 {
    width: calc(50% - 10px);
}
}

@media screen and (min-width: 1000px) {
.box-col-1 {
    width: calc(8.3333333333333333333333333333333% - 10px);
}
.box-col-2 {
    width: calc(16.666666666666666666666666666666% - 10px);
}
.box-col-3 {
    width: calc(25% - 10px);
}
.box-col-4 {
    width: calc(33.333333333333333333333333333333% - 10px);
}
.box-col-5 {
    width: calc(41.666666666666666666666666666666% - 10px);
}
.box-col-6 {
    width: calc(50% - 10px)
}
.box-col-7 {
    width: calc(58.333333333333333333333333333333% - 10px);
}
.box-col-8 {
    width: calc(66.666666666666666666666666666666% - 10px)
}
.box-col-9 {
    width: calc(75% - 10px);
}
.box-col-10 {
    width: calc(83.333333333333333333333333333333% - 10px);
}
.box-col-11 {
    width: calc(91.666666666666666666666666666666%9 - 10px);
}
.box-col-12 {
    width: calc(100%);
}
}

@media screen and (min-width:400px) {
.fullpage .box-col-1 {
    width: calc(50% - 10px);
}
}

@media screen and (min-width:500px) {
.fullpage .box-col-1 {
    width: calc(33.333333333333333333333333333333% - 10px);
}
.fullpage .box-col-2 {
    width: calc(50% - 10px);
}
}

@media screen and (min-width:600px) {
.fullpage .box-col-1 {
    width: calc(25% - 10px);
}
.fullpage .box-col-2 {
    width: calc(33.333333333333333333333333333333% - 10px);
}
.fullpage .box-col-3 {
    width: calc(50% - 10px);
}
}

@media screen and (min-width: 800px) {
.fullpage .box-col-1 {
    width: calc(16.666666666666666666666666666666% - 10px);
}
.fullpage .box-col-2 {
    width: calc(25% - 10px);
}
.fullpage .box-col-3 {
    width: calc(33.333333333333333333333333333333% - 10px);
}
.fullpage .box-col-4 {
    width: calc(50% - 10px);
}
.fullpage .box-col-5 {
    width: calc(50% - 10px);
}
.fullpage .box-col-6 {
    width: calc(50% - 10px);
}
}

@media screen and (min-width: 1000px) {
.fullpage .box-col-1 {
    width: calc(8.3333333333333333333333333333333% - 10px);
}
.fullpage .box-col-2 {
    width: calc(16.666666666666666666666666666666% - 10px);
}
.fullpage .box-col-3 {
    width: calc(25% - 10px);
}
.fullpage .box-col-4 {
    width: calc(33.333333333333333333333333333333% - 10px);
}
.fullpage .box-col-5 {
    width: calc(41.666666666666666666666666666666% - 10px);
}
.fullpage .box-col-6 {
    width: calc(50% - 10px)
}
.fullpage .box-col-7 {
    width: calc(58.333333333333333333333333333333% - 10px);
}
.fullpage .box-col-8 {
    width: calc(66.666666666666666666666666666666% - 10px)
}
.fullpage .box-col-9 {
    width: calc(75% - 10px);
}
.fullpage .box-col-10 {
    width: calc(83.333333333333333333333333333333% - 10px);
}
.fullpage .box-col-11 {
    width: calc(91.666666666666666666666666666666%9 - 10px);
}
.fullpage .box-col-12 {
    width: calc(100%);
}
}
/*post-box*/

.main-content .box-post img {
    padding: 0px;
    border: none;
    width: 100%;
    height: auto;
}
.box-post h3 {
    font-size: 18px;
    margin: 10px 0 10px;
    line-height: 24px;
    font-weight: 600;
}
.box-post h3 a, .box-post p, .box-post div.box-post-meta {
    color: inherit !important;
}
.box.box-post {
    background-color: #fff !important;
    border: none;
}
.box.box-post .box-post-meta {
    font-size: 12px;
    margin: 5px 0px;
}
.box.box-post .box-post-meta i {
    margin: 0px 5px;
    color: #4267b2
}
.box.box-post .box-post-meta span:first-child i {
    margin-left: 0px;
    color: #4267b2
}
#ex1 p {
    position: relative;
}
/*box2*/


.box2 {
    width: calc(50% - 15px);
    height: auto;
    overflow: hidden;
    margin: 2px;
    position: relative;
}
.fullpage .box2 {
    width: calc(33% - 2px);
}
.box2 .box2img {
    width: 100%;
    height: auto;
    padding: 0px !important;
    border: none;
}
.box2 a {
    display: block;
    position: absolute;
    padding: 15px;
    width: 100%;
    bottom: 2px;
    font-weight: normal;
    color: #fff !important;
    margin: 0px;
    transition: 1s;
    z-index: 0;
}
.box2 a:after {
    position: absolute;
    position: absolute;
    top: 13px;
    right: 22px;
    content: ">";
    display: block;
    padding: 1px 5px 2px 5px;
    border: 1px solid #fff;
    z-index: 11;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: 1s;
}
.box2 a:hover, .box2 a:focus, .box2 a:active {
    opacity: 0.85;
}
.box2 a:hover::after, .box2 a:focus::after, .box2 a:active::after {
    right: 17px;
}

@media screen and (max-width: 1000px) {
.fullpage .box2 {
    width: calc(100% - 2px);
}
}

@media screen and (max-width: 800px) {
.box2, .fullpage .box2 {
    width: calc(100% - 2px)
}
}

@media screen and (min-width:400px) {
.box2-col-1 {
    width: calc(50% - 10px);
}
}

@media screen and (min-width:500px) {
.box2-col-1 {
    width: calc(33.333333333333333333333333333333% - 2px);
}
.box2-col-2 {
    width: calc(50% - 2px);
}
}

@media screen and (min-width:600px) {
.box2-col-1 {
    width: calc(25% - 2px);
}
.box2-col-2 {
    width: calc(50% - 2px);
}
.box2-col-3 {
    width: calc(100% - 2px);
}
}

@media screen and (min-width: 800px) {
.box2-col-1 {
    width: calc(25% - 2px);
}
.box2-col-2 {
    width: calc(50% - 2px);
}
.box2-col-3 {
    width: calc(50% - 2px);
}
.box2-col-4 {
    width: calc(50% - 2px);
}
.box2-col-5 {
    width: calc(50% - 2px);
}
.box2-col-6 {
    width: calc(50% - 2px);
}
}

@media screen and (min-width: 1000px) {
.box2-col-1 {
    width: calc(8.3333333333333333333333333333333% - 2px);
}
.box2-col-2 {
    width: calc(16.666666666666666666666666666666% - 2px);
}
.box2-col-3 {
    width: calc(25% - 2px);
}
.box2-col-4 {
    width: calc(33.333333333333333333333333333333% - 2px);
}
.box2-col-5 {
    width: calc(41.666666666666666666666666666666% - 2px);
}
.box2-col-6 {
    width: calc(50% - 2px)
}
.box2-col-7 {
    width: calc(58.333333333333333333333333333333% - 2px);
}
.box2-col-8 {
    width: calc(66.666666666666666666666666666666% - 2px)
}
.box2-col-9 {
    width: calc(75% - 2px);
}
.box2-col-10 {
    width: calc(83.333333333333333333333333333333% - 2px);
}
.box2-col-11 {
    width: calc(91.666666666666666666666666666666%9 - 2px);
}
.box2-col-12 {
    width: calc(100%);
}
}

@media screen and (min-width:400px) {
.fullpage .box2-col-1 {
    width: calc(50% - 2px);
}
}

@media screen and (min-width:500px) {
.fullpage .box2-col-1 {
    width: calc(33.333333333333333333333333333333% - 2px);
}
.fullpage .box2-col-2 {
    width: calc(50% - 2px);
}
}

@media screen and (min-width:600px) {
.fullpage .box2-col-1 {
    width: calc(25% - 2px);
}
.fullpage .box2-col-2 {
    width: calc(33.333333333333333333333333333333% - 2px);
}
.fullpage .box2-col-3 {
    width: calc(50% - 2px);
}
}

@media screen and (min-width: 800px) {
.fullpage .box2-col-1 {
    width: calc(16.666666666666666666666666666666% - 2px);
}
.fullpage .box2-col-2 {
    width: calc(25% - 2px);
}
.fullpage .box2-col-3 {
    width: calc(33.333333333333333333333333333333% - 2px);
}
.fullpage .box2-col-4 {
    width: calc(50% - 2px);
}
.fullpage .box2-col-5 {
    width: calc(50% - 2px);
}
.fullpage .box2-col-6 {
    width: calc(50% - 2px);
}
}

@media screen and (min-width: 1000px) {
.fullpage .box2-col-1 {
    width: calc(8.3333333333333333333333333333333% - 2px);
}
.fullpage .box2-col-2 {
    width: calc(16.666666666666666666666666666666% - 2px);
}
.fullpage .box2-col-3 {
    width: calc(25% - 2px);
}
.fullpage .box2-col-4 {
    width: calc(33.333333333333333333333333333333% - 2px);
}
.fullpage .box2-col-5 {
    width: calc(41.666666666666666666666666666666% - 2px);
}
.fullpage .box2-col-6 {
    width: calc(50% - 2px)
}
.fullpage .box2-col-7 {
    width: calc(58.333333333333333333333333333333% - 2px);
}
.fullpage .box2-col-8 {
    width: calc(66.666666666666666666666666666666% - 2px)
}
.fullpage .box2-col-9 {
    width: calc(75% - 2px);
}
.fullpage .box2-col-10 {
    width: calc(83.333333333333333333333333333333% - 2px);
}
.fullpage .box2-col-11 {
    width: calc(91.666666666666666666666666666666%9 - 2px);
}
.fullpage .box2-col-12 {
    width: calc(100%);
}
}
/*box3*/

.box3 {
    width: calc(50% - 15px);
    height: auto;
    overflow: hidden;
    margin: 2px;
    position: relative;
    z-index: 1;
    padding: 0px;
    border-radius: 5px;
}
.box3.box3-col-1:after {
    content: "";
    display: block;
    padding-bottom: 80%;
}
.box3.box3-col-2:after {
    content: "";
    display: block;
    padding-bottom: 80%;
}
.box3.box3-col-3:after {
    content: "";
    display: block;
    padding-bottom: 70%;
}
.box3.box3-col-5:after, .box3.box3-col-6:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}
.box3.box3-col-7:after, .box3.box3-col-8:after, .box3.box3-col-9:after {
    content: "";
    display: block;
    padding-bottom: 55%;
}
.box3.box3-col-10:after, .box3.box3-col-11:after, .box3.box3-col-12:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}
.box3 .box3img-wrap {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}
.box3 .box3img-wrap img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}
.box3 .box3img-wrap a {
    position: absolute;
    z-index: 2;
    top: 58%;
    display: block;
    background: rgba(255,255,255,0.7);
    width: 100%;
    left: 0px;
    bottom: 3%;
    padding: 2%;
    text-align: center
}
.box3 .box3img-wrap a .box3-title {
    font-weight: bold;
    margin: 0 0 1.5%;
    font-size: 20px;
}
.box3 .box3img-wrap a .box3-text {
    font-weight: normal;
    font-size: 14px;
}

@media screen and (max-width: 1000px) {
.fullpage .box3 {
    width: calc(100% - 2px);
}
}

@media screen and (max-width: 800px) {
.box3, .fullpage .box3 {
    width: calc(100% - 2px)
}
}

@media screen and (min-width:400px) {
.box3-col-1 {
    width: calc(50% - 10px);
}
}

@media screen and (min-width:500px) {
.box3-col-1 {
    width: calc(33.333333333333333333333333333333% - 2px);
}
.box3-col-2 {
    width: calc(50% - 2px);
}
}

@media screen and (min-width:600px) {
.box3-col-1 {
    width: calc(25% - 2px);
}
.box3-col-2 {
    width: calc(50% - 2px);
}
.box3-col-3 {
    width: calc(100% - 2px);
}
}

@media screen and (min-width: 800px) {
.box3-col-1 {
    width: calc(25% - 2px);
}
.box3-col-2 {
    width: calc(50% - 2px);
}
.box3-col-3 {
    width: calc(50% - 2px);
}
.box3-col-4 {
    width: calc(50% - 2px);
}
.box3-col-5 {
    width: calc(50% - 2px);
}
.box3-col-6 {
    width: calc(50% - 2px);
}
}

@media screen and (min-width: 1000px) {
.box3-col-1 {
    width: calc(8.3333333333333333333333333333333% - 2px);
}
.box3-col-2 {
    width: calc(16.666666666666666666666666666666% - 2px);
}
.box3-col-3 {
    width: calc(25% - 2px);
}
.box3-col-4 {
    width: calc(33.333333333333333333333333333333% - 2px);
}
.box3-col-5 {
    width: calc(41.666666666666666666666666666666% - 2px);
}
.box3-col-6 {
    width: calc(50% - 2px)
}
.box3-col-7 {
    width: calc(58.333333333333333333333333333333% - 2px);
}
.box3-col-8 {
    width: calc(66.666666666666666666666666666666% - 2px)
}
.box3-col-9 {
    width: calc(75% - 2px);
}
.box3-col-10 {
    width: calc(83.333333333333333333333333333333% - 2px);
}
.box3-col-11 {
    width: calc(91.666666666666666666666666666666%9 - 2px);
}
.box3-col-12 {
    width: calc(100%);
}
}

@media screen and (min-width:400px) {
.fullpage .box3-col-1 {
    width: calc(50% - 2px);
}
}

@media screen and (min-width:500px) {
.fullpage .box3-col-1 {
    width: calc(33.333333333333333333333333333333% - 2px);
}
.fullpage .box3-col-2 {
    width: calc(50% - 2px);
}
}

@media screen and (min-width:600px) {
.fullpage .box3-col-1 {
    width: calc(25% - 2px);
}
.fullpage .box3-col-2 {
    width: calc(33.333333333333333333333333333333% - 2px);
}
.fullpage .box3-col-3 {
    width: calc(50% - 2px);
}
}

@media screen and (min-width: 800px) {
.fullpage .box3-col-1 {
    width: calc(16.666666666666666666666666666666% - 2px);
}
.fullpage .box3-col-2 {
    width: calc(25% - 2px);
}
.fullpage .box3-col-3 {
    width: calc(33.333333333333333333333333333333% - 2px);
}
.fullpage .box3-col-4 {
    width: calc(50% - 2px);
}
.fullpage .box3-col-5 {
    width: calc(50% - 2px);
}
.fullpage .box3-col-6 {
    width: calc(50% - 2px);
}
}

@media screen and (min-width: 1000px) {
.fullpage .box3-col-1 {
    width: calc(8.3333333333333333333333333333333% - 2px);
}
.fullpage .box3-col-2 {
    width: calc(16.666666666666666666666666666666% - 2px);
}
.fullpage .box3-col-3 {
    width: calc(25% - 2px);
}
.fullpage .box3-col-4 {
    width: calc(33.333333333333333333333333333333% - 2px);
}
.fullpage .box3-col-5 {
    width: calc(41.666666666666666666666666666666% - 2px);
}
.fullpage .box3-col-6 {
    width: calc(50% - 2px)
}
.fullpage .box3-col-7 {
    width: calc(58.333333333333333333333333333333% - 2px);
}
.fullpage .box3-col-8 {
    width: calc(66.666666666666666666666666666666% - 2px)
}
.fullpage .box3-col-9 {
    width: calc(75% - 2px);
}
.fullpage .box3-col-10 {
    width: calc(83.333333333333333333333333333333% - 2px);
}
.fullpage .box3-col-11 {
    width: calc(91.666666666666666666666666666666%9 - 2px);
}
.fullpage .box3-col-12 {
    width: calc(100%);
}
}
/*Grid-System */
.kmt-container {
    max-width: 1220px;
    margin: 0 auto;
}
.kmt-row {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.kmt-col {
    height: auto;
    padding: 10px 15px 10px 10px;
    box-size: border-box;
    float: left;
    width: 100%
}
.kmt-col a, .kmt-col div, .kmt-col img, .kmt-col figure, .kmt-col li, .kmt-col ul, .kmt-col ol, .kmt-col table, .kmt-col p {
    max-width: 100%;
    height: auto;
    color: inherit;
}
.main-content .kmt-col img {
    padding: 0px;
    border: none;
}

@media screen and (min-width: 920px) {
.kmt-col-1 {
    width: 8.3333333333333333333333333333333%;
}
.kmt-col-2 {
    width: 16.666666666666666666666666666666%;
}
.kmt-col-3 {
    width: 25%;
}
.kmt-col-4 {
    width: 33.333333333333333333333333333333%;
}
.kmt-col-5 {
    width: 41.666666666666666666666666666666%;
}
.kmt-col-6 {
    width: 50%
}
.kmt-col-7 {
    width: 58.333333333333333333333333333333%;
}
.kmt-col-8 {
    width: 66.666666666666666666666666666666%
}
.kmt-col-9 {
    width: 75%;
}
.kmt-col-10 {
    width: 83.333333333333333333333333333333%;
}
.kmt-col-11 {
    width: 91.666666666666666666666666666666%;
}
.kmt-col-12 {
    width: 100%;
}
.kmt-offset-left-1 {
    margin-left: 8.3333333333333333333333333333333%;
}
.kmt-offset-left-2 {
    margin-left: 16.666666666666666666666666666666%;
}
.kmt-offset-left-3 {
    margin-left: 25%;
}
.kmt-offset-left-4 {
    margin-left: 33.333333333333333333333333333333%;
}
.kmt-offset-left-5 {
    margin-left: 41.666666666666666666666666666666%;
}
.kmt-offset-left-6 {
    margin-left: 50%
}
.kmt-offset-left-7 {
    margin-left: 58.333333333333333333333333333333%;
}
.kmt-offset-left-8 {
    margin-left: 66.666666666666666666666666666666%
}
.kmt-offset-left-9 {
    margin-left: 75%;
}
.kmt-offset-left-10 {
    margin-left: 83.333333333333333333333333333333%;
}
.kmt-offset-left-11 {
    margin-left: 91.666666666666666666666666666666%;
}
.kmt-offset-left-12 {
    margin-left: 100%;
}
.kmt-offset-right-1 {
    margin-right: 8.3333333333333333333333333333333%;
}
.kmt-offset-right-2 {
    margin-right: 16.666666666666666666666666666666%;
}
.kmt-offset-right-3 {
    margin-right: 25%;
}
.kmt-offset-right-4 {
    margin-right: 33.333333333333333333333333333333%;
}
.kmt-offset-right-5 {
    margin-right: 41.666666666666666666666666666666%;
}
.kmt-offset-right-6 {
    margin-right: 50%
}
.kmt-offset-right-7 {
    margin-right: 58.333333333333333333333333333333%;
}
.kmt-offset-right-8 {
    margin-right: 66.666666666666666666666666666666%
}
.kmt-offset-right-9 {
    margin-right: 75%;
}
.kmt-offset-right-10 {
    margin-right: 83.333333333333333333333333333333%;
}
.kmt-offset-right-11 {
    margin-right: 91.666666666666666666666666666666%;
}
.kmt-offset-right-12 {
    margin-right: 100%
}
}
.display-full {
    position: relative;
}
.display-full .text-container {
    display: block;
    max-width: 1214px;
    width: 100%;
    padding: 20px 10px 50px;
    margin: 0 auto;
}
@media screen and (min-width: 920px) {
header.no-header-alt.menu-right .custom-logo-link {float: left !important;}
header.no-header-alt.menu-left .custom-logo-link {float: right!important;}

header.no-header-alt.menu-right  .phone-link-wrap {
    float: right;
    margin-left: 0px;
   text-align: right;

}
}
@media screen and (max-width: 920px) {
	header.no-header-alt .custom-logo-link {margin-top: -50px;}
	header.no-header-alt.without-adr-bar.menu-right.toggle-right .custom-logo-link {float:left !important}
	header.no-header-alt.without-adr-bar.menu-right.toggle-left .phone-link-wrap {float:right!important}

	
}
/* Header 2 */
header.header-alt nav {
    font-weight: bold !important;
}

@media screen and (min-width: 920px) {
div.alt-header {
    overflow: hidden;
    height: 82px;
}
header.sticky.header-alt {
    height: 140px !important
}
.alt-header-inner {
    max-width: 1220px;
    margin: auto;
    height: 75px;
}
.alt-header-inner .logo-wrap a {
    height: 75px;
    width: 100%
}
.alt-header-inner .logo-wrap a img {
    width: auto;
    height: 100%;
    display: block;
}
.header-alt .phone-link-wrap {
    display: none
}
.header-alt nav {
    width: 100%;
    height: 50px;
    background-color: #000;
    max-width: 100%;
    padding: 0px;
}
div#kmt-menu-header-menu {
    height: 50px
}
.header-alt nav ul {
    margin-top: -5px;
}
.header-alt nav div > ul {
    margin: 0px;
    height: 50px;
    clear: both;
    margin-top: -10px;
    margin: 0px;
    height: 50px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
}
.with-adr-bar.header-alt nav div > ul {
    margin: 0px;
    height: 50px;
    clear: both;
    margin-top: 0px;
}
.header-alt nav div > ul li {
    margin: 0px;
    margin-top: 0px;
    padding: -35px;
    padding: 9px 10px;
    text-transform: uppercase;
}
header.header-alt nav ul ul {
    border-radius: 0px !important;
    box-shadow: none !important;
    width: 250px;
    margin-top: 8px !important;
    margin-left: -10px !important;
}
header.header-alt nav ul ul li, header.header-alt nav ul ul li a {
    margin: 0px !important;
    padding: 5px !important;
    box-shadow: none !important;
}
header.header-alt nav ul ul li, header.sticky.header-alt nav ul ul li {
    border-radius: 0px !important;
}
header.menu-right.header-alt nav ul ul ul {
    position: absolute;
    margin: -1px 0px 0px 0px!important;
    top: 0px!important;
    left: -250px!important;
    border: none !important;
    padding-top: 1px !important;
}
header.menu-left.header-alt nav ul ul ul {
    position: absolute;
    margin: 0px 0px 0px 0px!important;
    top: 0px!important;
    left: 250px!important;
    border: none !important;
    padding-top: 0px !important;
}
header.header-alt nav ul ul, header.sticky.header-alt nav ul ul {
    padding: 0px 0px 0px 0px!important;
}
.alt-header .kmt-row, .alt-header .kmt-col {
    padding-top: 0px;
    margin-top: 0px;
}
.alt-header-toolbar i.icon {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    font-size: 30px;
    margin-right: 10px;
}
.alt-header-toolbar span {
    display: block;
    width: calc(100% - 65px);
    height: 15px;
    float: left;
    font-size: 15px;
    margin-bottom: 3px;
}
.alt-header-toolbar span.tool-text {
    font-weight: bold;
}
.con-wrap a {
    display: block;
    background-color: #fff;
    padding: 18px;
    border: #000 solid 1px;
    text-align: center;
    color: #000;
    border-radius: 3px;
}
.alt-header-toolbar span.ma-left {
    margin-left: 39px;
}
}

@media screen and (max-width: 919px) {
.alt-header-toolbar, .con-wrap {
    display: none
}
.one_fourth {
    width: 100%;
    text-align: center;
}
.alt-header {
    height: 151px;
}
.header-alt {
    display: block !important;
    height: 215px !important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-top: 0px !important;
    padding: 0px !important;
    margin-top: -10px !important;
    width: 150px;
    background-color: #fff !important;
    position: unset !important
}
.alt-header-inner .logo-wrap a {
    height: 150px;
}
.alt-header .logo-wrap a {
    height: 150px;
    width: 100%;
    display: block;
    padding: 10px;
}
.alt-header .logo-wrap a img {
    width: auto;
    height: 100%;
    display: block;
    margin: auto;
    margin-top: auto;
    margin-top: -14px;
}
.header-alt #mob {
    z-index: 100;
    position: absolute;
    right: 0px;
}
.header-alt nav {
    min-height: 65px;
    text-align: center;
}
header.header-alt nav ul, header.sticky.header-alt nav ul {
    width: 100% !important;
    background: transparent !important;
    margin: 0px !important;
    padding: 0px !important;
}
header.header-alt nav #kmt-menu-header-menu > ul, header.sticky.header-alt nav #menu-header-menu ul {
    padding-bottom: 10px !important;
    max-height: 350px;
    overflow: auto;
}
header.header-alt nav div#kmt-menu-header-menu > ul, header.sticky.header-alt nav div#kmt-menu-header-menu > ul {
    margin-top: 25px !important;
}
header.header-alt nav ul li, header.sticky.header-alt nav ul li {
    margin: 0px !important;
    padding: 0px !important;
}
header.header-alt nav ul li a, header.sticky.header-alt nav ul li a {
    margin: 0px !important;
    padding: 0px !important;
}
header.header-alt nav ul ul {
    border-radius: 0px !important;
    box-shadow: none !important;
    width: 250px;
    margin-top: -1px !important;
    width: 100% !important;
}
header.header-alt nav ul ul li, header.sticky.header-alt nav ul ul li a {
    margin: 0px !important;
    padding: 0px !important;
    box-shadow: none !important;
    width: 100% !important;
}
header.header-alt nav ul ul li, header.sticky.header-alt nav ul ul li {
    border-radius: 0px !important;
    width: 100% !important;
}
header.header-alt nav ul, header.sticky.header-alt nav ul {
    position: unset !important;
}
header.header-alt nav ul ul, header.sticky.header-alt nav ul ul {
    position: unset !important;
}
header.header-alt nav ul ul ul {
    position: unset !important;
}
header.header-alt nav ul ul li, header.sticky.header-alt nav ul ul li {
    border-radius: 0px !important;
}
header.header-alt nav ul ul li:hover {
    background: rgba(255,255,255,0.0) !important;
}
header nav ul li a:hover {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(89,22,20,0.3) !important;
}
}
.phone-wrap:hover, .phone-wrap:focus, .phone-wrap:active {
    opacity: 0.6;
    cursor: pointer;
}
/* Menu accordeon*/

span.sub-menu-toggler {
    display: none;
    float: right;
    position: relative;
    height: 20px;
    width: 20px;
    margin-right: 15px;
    font-size: 25px;
    cursor: pointer;
    transition: 1s;
}
li.submenu-open > span.sub-menu-toggler {
    transform: rotate(180deg);
    margin-right: 18px;
}

@media screen and (max-width: 919px) {
.nav-accordeon span.sub-menu-toggler {
    display: block;
}
header nav.nav-accordeon ul ul, header.sticky nav.nav-accordeon ul ul {
    display: none;
    width: 100%;
    padding: 10px 0px;
}
header nav.nav-accordeon ul ul, header.sticky nav.nav-accordeon ul li.submenu-open > ul {
    display: block;
}
}

/*KMT Sticky Footer */
@media screen and (min-width: 920px) {
.action-footer-tel {
    display: none
}
}

@media screen and (max-width: 919px) {
.action-footer-tel {
    text-align: center;
    padding-bottom: 180px;
    padding-top: 20px;
    background: #4267b2;
}
.sticky-footer-closed .action-footer-tel, .sticky-footer-closed-abs .action-footer-tel, .cookie-alert-closed .action-footer-tel {
    padding-bottom: 100px;
    padding-top: 20px;
    transition: padding-bottom 2s;
}
.sticky-footer-closed.cookie-alert-closed .action-footer-tel, .sticky-footer-closed-abs.cookie-alert-closed .action-footer-tel {
    padding-bottom: 20px;
    padding-top: 20px;
    transition: padding-bottom 2s;
}
.is-sticky.maxscroll .action-footer-tel, .is-sticky.maxscroll.sticky-footer-closed .action-footer-tel, .is-sticky.maxscroll.sticky-footer-closed-abs .action-footer-tel {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    background: rgba(0,0,0,0.00);
}
.is-sticky .action-footer-tel {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 499;
    width: 100%;
    height: auto;
}
.is-sticky .phone-link-wrap {
    height: 30px;
    display: inline-block;
    float: none;
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 0px;
    padding-right: 0px;
}
.is-sticky .phone-link {
    font-size: 20px;
    border-radius: 3px;
    padding: 10px 10px 5px 10px;
}
.is-sticky .action-footer-tel .is-sticky .copy-right, .is-sticky hr {
    display: none
}
.is-sticky.maxscroll .action-footer-tel .is-sticky.maxscroll .copy-right, .is-sticky.maxscroll hr {
    display: block
}
.is-sticky.maxscroll .action-footer-tel {
    position: unset;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: auto;
}
}
/* Pagebrowser*/
ul.pagination {
    padding: 0px;
    margin: 20px 0px 50px 0px;
    list-style: none;
}
ul.pagination li {
    list-style: none;
    width: 35px;
    height: 30px;
    border: 1px solid #4267b2;
    padding: 5px;
    margin: 2px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
ul.pagination li:hover, ul.pagination li:active, ul.pagination li:focus, ul.pagination li:hover a, ul.pagination li:active a, ul.pagination li:focus a {
    color: #fff;
    background-color: #4267b2;
}
ul.pagination li.active {
    list-style: none;
    font-weight: bold !important;
    color: #fff;
    background-color: #4267b2;
}
ul.pagination li.active:hover, ul.pagination li.active:active, ul.pagination li.active:focus {
    list-style: none;
    color: #4267b2;
    background-color: #fff;
}
/*Search-Side*/

.search figure {
    width: 200px;
    height: auto;
    float: left;
    max-height: 200px;
    overflow: hidden;
    margin-right: 5px;
}
/*Search-Form*/

.searchform input {
    border: 1px solid #4267b2;
    box-shadow: none;
    border-radius: 0px;
    width: calc(100% - 35px);
    height: 30px;
    margin: 0px;
    display: block;
    float: left;
}
.searchform button {
    color: #fff;
    background-color: #4267b2;
    border-radius: 0px;
    width: 30px;
    height: 30px;
    padding: 2px;
    font-size: 10px;
    display: block;
    margin: 0px;
    margin-left: -5px;
    margin-top: -17px;
    margin-top: 0px;
    border: 1px solid #4267b2;
    cursor: pointer;
}
.searchform button:hover, .searchform button:focus, .searchform button:active {
    color: #fff;
    background-color: #fff;
    color: #4267b2;
}
nav.actionbutton {
    position: fixed;
    z-index: 499;
    width: 200px;
    height: auto;
    text-align: right;
    margin: 0px;
}
nav.actionbutton ul {
    height: 0px;
    min-height: 0px;
    transition: 1s;
    position: absolute;
    top: -60px;
    text-align: right;
}
nav.actionbutton ul li {
    display: none
}
nav.actionbutton.actionbutton-open ul {
    height: 0px;
    min-height: 500px;
    position: absolute;
    top: -115px;
    transition: 1s;
    right: 0px;
    width: 200px;
    transition: 1s
}
nav.actionbutton.actionbutton-open ul li {
    display: block;
    margin-bottom: -3px;
}
a.actionbutton-link {
    display: block;
    position: relative
}
a.actionbutton-link i {
    color: #fff;
    background: #4267b2;
    padding: 13px;
    margin: 5px;
    border-radius: 50%;
    font-size: 22px;
    width: 50px;
    height: 50px;
    text-align: center;
}
label.actionbutton-label {
    color: #fff;
    background-color: #000;
    display: block;
    position: absolute;
    padding: 5px;
    top: 18px;
    font-size: 14px;
    border-radius: 3px;
}
a.actionbutton-link.actionbutton-toggler i {
    padding: 8px;
    font-size: 35px;
    transition: 1s;
}
a.actionbutton-link.actionbutton-link-phone i {
    font-size: 33px;
    padding: 11px;
    transition: 1s;
}
nav.actionbutton.actionbutton-open a.actionbutton-link.actionbutton-toggler i {
    transform: rotate(-45deg);
}
nav.actionbutton.actionbutton-open a.actionbutton-link.actionbutton-toggler label.actionbutton-label {
    display: none
}

@media screen and (max-width: 919px) {
nav.actionbutton a.actionbutton-link.actionbutton-toggler label {
    right: 3px;
    top: 60px;
}
}
.blocker {
    z-index: 1000
}
.widget_calendar caption, .widget_calendar tbody, .widget_calendar tfoot, .widget_calendar thead, .widget_calendar tr, .widget_calendar th, .widget_calendar td {
    padding: 2px;
    text-align: right
}
.widget_calendar caption {
    text-align: center;
    font-weight: bold;
}
.kmt-accordion-item {
    padding-bottom: 2px;
}
.kmt-accordion-item:last-child {
    padding-bottom: 0px;
}
.kmt-accordion-title {
    margin: 10px 0px;
    padding: 10px
}
.kmt-accordion-item-title {
    margin: 0px;
    padding: 10px 10px 10px 50px;
    position: relative;
    cursor: pointer;
}
.kmt-accordion-item-title:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    left: 20px;
    content: "\f107";
    transition: 1s;
    text-align: center;
}
.isopen .kmt-accordion-item-title:before {
    transform: rotate(180deg)
}
.kmt-accordion-container p {
    padding: 10px;
    overflow: hidden;
    margin: 0px;
    display: none
}
.kmt-accordion-container .open p {
    display: block;
}
.kmt-tab-title {
    padding: 10px;
}
.kmt-tabnav ul {
    list-style: none;
    margin: 0px;
    padding: 0px
}
.kmt-tabnav li {
    list-style: none;
    margin: 0px;
    padding: 5px;
    font-size: 20px;
    display: inline-block;
    width: auto;
    heigth: auto;
    cursor: pointer;
    padding: 10px;
    border-right: 1px solid rgba(255, 255, 255,1);
}
.kmt-tabnav li:last-child {
    border-right: none;
}
.kmt-tab-item {
    padding: 10px;
}
.kmt-tab-item {
    display: none
}
.kmt-tab-item p {
    overflow: hidden;
}
.kmt-tab-item.open {
    display: block
}
/* authorbox */


.kmt-author-box {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 15px;
    margin-top: 15px;
    height: auto;
    padding-bottom: 15px;
}
.kmt-author-box-img-wrap {
    display: block;
    width: 100px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.kmt-author-box h4 {
    margin-top: 15px;
}
img.kmt-author-box-img {
    width: 100%;
    height: auto;
    padding: 0px;
}
.kmt-author-box-divider {
    font-weight: normal;
    margin: 0px 10px 0px 10px;
}
.kmt-author-box-post-count {
    font-weight: normal;
}
nav.kmt-author-box-social {
    margin-top: 15px;
}
nav.kmt-author-box-social ul {
    padding: 0px;
    margin: 0px;
	background-color:transparent;
}
nav.kmt-author-box-social ul li {
    display: inline-block;
    width: auto;
    list-style: none;
    margin: 0px 5px 0px 5px;
}
nav.kmt-author-box-social ul li a {
    font-size: 22px;
}
header.sticky nav.breadcrumbs, header nav.breadcrumbs {
    padding-left: 32px;
    position: relative;
    z-index: -1;
    height: 30px;
    background-color: #42341d !important;
	height: auto;
display: inline-block;
min-height: 0px;
padding-bottom: 3px;
padding-top: 10px;
margin-bottom: -3px;

}

header.sticky.has-breadcrubs, header.has-breadcrumbs, header.sticky.header-alt.has-breadcrumbs  {
padding-bottom: 0px; height: auto !important;
}
header.sticky.no-header-alt nav.breadcrumbs, header.no-header-alt nav.breadcrumbs {
    display: block;
height: auto;
overflow: hidden;
padding-left:0px;
padding-bottom: 5px;
	width: 100%;
max-width: unset;
	padding-bottom: 10px;
}

header.sticky.menu-open nav.breadcrumbs, header.menu-open nav.breadcrumbs {
    display: none;
}
header.sticky nav.breadcrumbs ul, header nav.breadcrumbs ul {
    padding: 0px;
    margin: 0px 0px;
    float: none;
    display: block;
    max-width: 1220px;
    margin: 0px auto;
	background-color: transparent !important;}
header.sticky nav.breadcrumbs ul li, header nav.breadcrumbs ul li,span.bcpaged {
    liststyle: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 25px;
    font-size: 12px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px; line-height: 12px; cursor: pointer;
width: auto;}
span.bcpaged {padding: 0px 0px 0px 5px;}
header.sticky nav.breadcrumbs ul li a, header nav.breadcrumbs ul li a {
    font-size: 12px;
    color: #fff;
    padding: 0px;
    padding: 0px;
    margin: 0px;
    text-shadow: none;
}
nav.breadcrumbs ul li:after {
    content: ">";
    left: 8px;
    position: absolute;
    color: #fff;
    top: 0;
    font-size: 12px;
}

@media screen and (max-width: 919px) {
.header.sticky nav.breadcrumbs, header nav.breadcrumbs {
padding-left: 2px !important;
position: relative;
z-index: 0 !important;
height: 30px;
background-color: #42341d !important;
height: auto;
display: inline-block;
min-height: 0px;
padding-bottom: 3px;
}
header.sticky.menu-open nav.breadcrumbs, header.menu-open nav.breadcrumbs {
    display: none;
}
header.sticky nav.breadcrumbs ul, header nav.breadcrumbs ul,
header.header-alt nav.breadcrumbs ul, header.sticky.header-alt nav.breadcrumbs ul {
    padding: 0px;
    margin: 0px 0px;
    float: none;
    display: block;
    max-width: 1220px;
    margin: 0px auto;
	background-color: transparent !important;
}
header.sticky nav.breadcrumbs ul li, header nav.breadcrumbs ul li {
    liststyle: none;
    padding: 0px 0px 0px 20px!important;
    margin: 0px 0px 0px 0px !important;
    display: inline-block !important;
    position: relative !important;
    float: none !important;
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    font-size: 12px;
    color: #fff;

}
header.sticky nav.breadcrumbs ul li a, header nav.breadcrumbs ul li a {
    font-size: 12px;
    color: #fff;
    padding: 0px;
    padding: 0px;
    margin: 0px;
    text-shadow: none;
}
nav.breadcrumbs ul li:after {
    content: ">";
    left: 8px;
    position: absolute;
    color: #fff;
    top: 0;
    font-size: 12px;
}
}
.text-container .boxen-wrap {
    padding-left: 10px;
}




#sidebar {background-color: #fafafa;
padding: 15px;border: 1px solid #efefef;
}
#sidebar img {
    width: 100%!important;
    height: auto; 
	border: none;
	padding: 0px;
	margin: 10px 0px;
}

#sidebar .widget {
   background: #555555;
margin: 10px 0px;
padding: 10px;
overflow: hidden;
border: 1px solid #000;
	
		
}
