* { padding:0; margin:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }

article, aside, details, figcaption, figure, footer, header, nav, section, summary { display:block; }
audio, canvas, video { display:inline-block; }
audio:not([controls]) { display:none; height:0; }
[hidden] { display:none; }

html { font-size:100%; overflow-y:scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
body, button, input, select, textarea { font-weight:400; font-size:0.875rem; font-size:14px; font-family:'Ubuntu', Arial, Verdana, Helvetica, sans-serif;  }
input, select, textarea	{ 
    border: 1px solid #d2d1d1;
    box-shadow: 1px 1px 1px 0 #e2e2e2;
    border-radius: 3px; }
body { color:#141412; line-height:19px; }

a, a:after, a:before, a span, a img, .trans, input, .animate, a img.lazy-loaded { -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
a { color:#ca3c08; text-decoration:none; font-size:16px; }
a:focus { outline:0 none; }
a:hover { color:#ea9629; outline:0; }


img { max-width:100%; height:auto; -ms-interpolation-mode:bicubic; border:0; vertical-align:middle;
      -webkit-transition:opacity 0.5s ease-in-out; -moz-transition:opacity 0.5s ease-in-out; -o-transition:opacity 0.5s ease-in-out; -ms-transition:opacity 0.5s ease-in-out; transition:opacity 0.5s ease-in-out; }

h1, h2, h3, h4, h5, h6 { line-height:normal; }
h2 { font-size:1.875rem; font-weight:normal; }
h3 { font-size:1.375rem; font-weight:600; }
h4 { font-size:20px; }
h5 { font-size:1.875rem; font-weight:normal; }
h6 { font-size:1.375rem; font-weight:normal; }

b, strong { font-weight: bold; }
p { color:#222222; font-size:16px; margin-bottom:1.5rem; line-height:24px; }

ul, ol { list-style:none; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

.clearfix:before, .clearfix:after { content:''; clear:both; display:block; height:0; width:0; overflow:hidden; }
.cl, .clfix:after { clear:both; }


/*** Site structure * ---------------------------------------------------------------------------- */
body { color:#444; width:100%; background:url(images/bodydesign.jpg) repeat; background-size:5px; }

.wrapper { max-width:1200px; margin:0 auto; }

.header{ position:fixed; top:25px; width:100%; z-index:9999; } 
#header .headerIn { position:relative; }
#header .logo { float:left; }
/*#header.fixedTop { min-height:98px; opacity:0.95 !important; position:fixed; top:0; left:0; width:100%; }
.admin-bar #header.fixedTop { top:32px; }
#header.fixedTop .logo { max-width:110px; padding-top:2px; }
#header.fixedTop .quote{ margin-top:1px; }
#header.fixedTop .quote a{ font-size:12px; padding:5px 15px; } 
#header.fixedTop .topLinks{ margin-top:0px; }
#header.fixedTop .topLinks li a{ padding:7px; }
#header.fixedTop .topLinks li img{ width:15px; }
#header.fixedTop span.onClick{ padding:5px 15px; }
#header.fixedTop span.onClick::after { background-size:15px; top:10px; left:7px; }
#header.fixedTop span.menu-bar{ margin-top:5px; }
.fixedTop #megaMenu { margin-top:9px; }*/

/*.headerTop { color:#fff; font-size:13px; background-color:#0660ae; min-height:39px; }*/
.headerTop{ transition:0.7s; }
.sidenav a { color:#fff; text-decoration:none; }
.sidenav .contact a:hover { color:#fc7000; }
.sidenav .contact span {  }
.sidenav .contact span:before { font-size:16px; }
.nav-up { top: -70px; transition:0.7s; }
.header-main { background-color: rgba(255,255,255,0.85); border-radius:50px; padding: 10px 20px 10px 10px; box-shadow: 0 0 2px rgba(0,0,0,0.4); transition:0.7s; }

.topLinks { float:right; position:relative; margin-top:5px; }
.topLinks .toggleLinks { display:none; }
.topLinks li { float:left; margin-right:10px; }
.topLinks li:last-child{ margin:0; }
.topLinks li a { display:block; background-color:#ffffff; padding:10px; line-height:8px; border-radius:50px; }
.topLinks li a.oFFhover{ display:none; }

.topLinks li:hover a { background-color:#002654; transition:0.7s; }
.topLinks li:hover a.oNhover{ display:none; }
.topLinks li:hover a.oFFhover{ display:block; transition:0.7s; }
.topLinks li.menu-item-2050 a { font-weight:700; background-color:#ff7e00; }
.topLinks li.menu-item-2050 a:hover { background-color:#f75d00; }

/* Main Menu  */
span.menu-bar{ float:right; margin:4px 0 0 10px; cursor:pointer; }
/*span.onClick{ background-color:#fc7200; color:#fff; padding:10px 20px; border-radius:50px; font-size:17px; margin-right:10px; position:relative; }
span.onClick:hover{ background-color:#002654; transition:0.7s; }
span.onClick:after{ content:" "; background:url(images/menu-bar.png) no-repeat; width:24px; height:14px; position:absolute; top:13px; left:10px; }*/
span.onClick{ content:" "; background:url(images/menu-bar.png) no-repeat #fc7200; padding:20px; border-radius:50px; background-position:center; float:right; }
span.onClick:hover{ background-color:#002654; transition:0.7s; }
span.menu-txt{ font-size:16px; font-weight:500; color:#002654; float:right; margin:10px 0 0 10px; }

/* sideNav */

.sidenav {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    transition: 0.5s;
    padding: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
    width: 0;
    overflow-x:hidden;
    height:100%;
    padding-top:50px;
}

.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 33px;
    text-decoration: none;
    overflow:hidden;
    color: #fff;
    background-color: #fc7200;
    text-align: center;
    border-radius: 50px;
    line-height: 26px;
    width:30px;
    height:30px;
    vertical-align: middle;
}

@media (max-width:599px) {  
    .sidenav .closebtn {
        font-size: 26px;
        line-height:28px;
        width:30px;
        height:30px;
        vertical-align: bottom;
        display: inline-block;
    }
}

.sidenav .closebtn:hover{ background-color:#002654; transition:0.7s; }  

.plus::after {
    content: " + ";
    position: absolute;
    top: 15px;
    right: 60px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    line-height: 14px;
    /* width: 14px; */
    /* height: 15px; */
    color: #a4a4a4;
    cursor: pointer;
    border: 2px solid #a4a4a4;
    border-radius: 5px;
    display: block;
    vertical-align: middle;
    padding:0px 1px 3px 1px;
}

.plus.minus::after {
    content: " - ";
    position: absolute;
    top: 15px;
    right: 60px;
    font-size: 34px;
    color: #a4a4a4;
    cursor: pointer;
    border: 2px solid #a4a4a4;
    line-height: 12px;
    padding: 0px 3px 5px 3px;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .plus::after{ top:10px; right:0; } 
.sidenav .contact{ margin: 10px 0 6px 65px; }
.contact a{ display:block; padding-bottom:10px; text-decoration:none; font-size:15px; font-weight:normal; color:#222; }
.contact span{ color:#fc7200; padding-right:10px; } 
.contact a:hover{ color:#fc7200; transition:0.7s; }

.capacity-symbol {
    background: url(images/capacity-symbol.png) no-repeat center;
    text-align: center;
    width: 100%;
    height: 100px;
    margin: 60px 0;
    opacity: 0.25;
}

.quote{ float:right; margin:5px 0 0 10px; }
.quote-text a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #fc7200;
    padding: 10px 20px;
    border-radius: 50px;
    display: block;
}

.quote-text a:hover{ background-color:#002654; transition:0.7s; }

.mega-menu-toggle, .megaMenuToggle, .fa-chevron-down { display:none; }
@media (min-width:999px) {
    #mega-menu-wrap-primary-2 { line-height:1em; overflow:visible; zoom:1; margin-top:40px; position:relative; }
    .fixedTop #mega-menu-wrap-primary-2 { margin-top:11px; }
    #mega-menu-primary-2 { float:right; }

    .mega-menu li a { color:#444; text-decoration:none; display:block; position:relative; }
    .mega-menu li a:before { color:#ff7e00; font-size:20px; text-align:center; vertical-align:middle; width:20px; height:20px; overflow:hidden;
                             position:absolute; left:7px; top:50%; margin-top:-10px; }
    .mega-menu li a.fa-html5:before { font-weight:normal; }

    #mega-menu-primary-2 > li.mega-menu-item { float:left; margin-left:5px; display:inline-block; position:relative; z-index:200; zoom:1; }
    #mega-menu-primary-2 > li.mega-menu-megamenu { position:static; }
    #mega-menu-primary-2 > li.mega-menu-item > a { font-size:14px; font-weight:600; position:relative; z-index:400; zoom:1;
                                                   padding:10px 15px 7px; text-transform:uppercase; background-color:#f3f3f3; border-bottom:3px solid #f3f3f3; box-shadow:1px 1px 0 0 rgba(0,0,0,0.15); }
    #mega-menu-primary-2 > li.mega-menu-item-has-children > a:after { color:#fff; content:"\f0d8"; font-weight:normal; display:block; font-size:20px; line-height:1;
                                                                      font-family:'FontAwesome'; position:absolute; top:32px; left:50%; margin-left:-7px; }

    /* Top Level Items - Hover Item */
    #mega-menu-primary-2 > li.mega-menu-item:hover > a { color:#ff7e00; z-index:600; box-shadow:0 0 2px 0 rgba(0,0,0,0.2); }
    #mega-menu-primary-2 > li.mega-menu-item:hover > a:after { color:#ff7e00; }

    /* Top Level Items - Current Item */
    #mega-menu-primary-2 > li.mega-current-menu-item > a,
    #mega-menu-primary-2 > li.mega-current-menu-parent > a,
    #mega-menu-primary-2 > li.mega-current-menu-ancestor > a { color:#ff7e00; border-bottom-color:#ff7e00; }

    #mega-menu-primary-2 > li.mega-menu-item > .mega-sub-menu { display:none; position:absolute; top:46px; width:270px; background-color:#fff;
                                                                border-top:7px solid #ff7e00; border-bottom:7px solid #ff7e00; border-radius:6px; box-shadow:1px 2px 3px rgba(0,0,0,0.2); }
    #mega-menu-primary-2 > li.mega-menu-megamenu > .mega-sub-menu { padding:10px 10px 0; width:100%; left:0; }
    #mega-menu-primary-2 > li.mega-align-bottom-left > .mega-sub-menu { left:0; }
    #mega-menu-primary-2 > li.mega-align-bottom-right > .mega-sub-menu { right:0; }

    /*.mega-sub-menu > li { border-bottom:1px dotted #ccc; }*/
    /*.mega-sub-menu > li a { padding:7px 7px 7px 32px; line-height:20px; }*/
    /*.mega-sub-menu > li a:hover { color:#ff7e00; background-color:#f6f6f6; }*/

    #mega-menu-primary-2 > li.mega-menu-megamenu > .mega-sub-menu > li { float:left; padding-left:2%; margin-bottom:2%; width:25%; border:0 none; }
    #mega-menu-primary-2 > li.mega-menu-megamenu > .mega-sub-menu > li.mega-menu-columns-3 { width:50%; }
    #mega-menu-primary-2 > li.mega-menu-megamenu > .mega-sub-menu > li:first-child { padding-left:0; }
    #mega-menu-primary-2 > li.mega-menu-megamenu > .mega-sub-menu > li > a { font-weight:bold; padding:7px; margin-bottom:6px; background-color:#eee; }

    .mega-menu-item-type-widget { line-height:20px; }
    .mega-menu-item-type-widget p { margin:0 0 10px; }
    .mega-block-title { color:#444; font-size:14px; font-weight:bold; padding:7px; margin-bottom:6px; }
    .mega-menu-item-type-widget a.button { color:#fff; padding:7px; text-align:center; }
    .mega-menu-item-type-widget a.button:hover { color:#fff; background-color:#ff5a00; }

}


/* Home page Sctions ----------------*/
.homepagetext { display:none; }
.inlineHead { margin-bottom:1.5rem; }
.inlineHead h1, .inlineHead h2, .inlineHead p { display:inline; font-size:16px; font-weight:400; margin-right:5px; }
h5.secTitle { font-size:50px; font-weight: normal; color: #002654; text-align:center; text-transform: uppercase; margin: 0 0 50px 0; }

.tagLine { color:#fff; font-size:2.3125rem; font-weight:300; line-height:normal; padding:10px 15px 17px; text-align:center; background-color:#333; }
.tagLine span { display:inline-block; }
.tagLine .tagBut { color:#fff; font-size:1.125rem; font-weight:700; padding:8px 15px; text-transform:uppercase;
                   display:inline-block; vertical-align:middle; background-color:#ff7e00; border-radius:6px; }
.tagLine .tagBut:hover { color:#fff; text-decoration:none; background-color:#f84c00; }

/* Our Services */
#homeServices { padding:70px 0; }
.colLeft-Services{ float:left; width:47%; margin-right:3.5%; }
.colRight-Services{ float:left; width:47%; }
#homeServices .details { font-size:0.9375rem; line-height:20px; padding:15px 0; }
#homeServices li { margin:0 0 33px 0; display:inline-block; }
#homeServices li .services-logo { float: right; margin-left: 3.3%; text-align: center; }
#homeServices .colRight-Services li .services-logo{ float:left; margin-left:0; margin-right:3.3%; }
#homeServices .colRight-Services li .services-text{ text-align:left; float:left; }
#homeServices .colRight-Services li a{ display:block; }

#homeServices li .services-text{ float:right; text-align:right; width:78%; margin-top:15px; }
#homeServices li a{ display:block; margin: 0; font-size: 20px; font-weight: normal; text-transform: uppercase; margin-bottom: 2px; color: #fc7200; }
#homeServices li p{ margin: 0; color: #222222; font-size: 16px; font-weight: normal; line-height: 22px; text-transform:none; margin-top:5px; }
#homeServices li .hvr-color .on-hover.hvr-color{ display:none; }
#homeServices li .services-logo .hvr-color{ border:2px solid #dfdfdf; width:100px; height:100px; border-radius:50%; line-height:94px; }
#homeServices li .on-hover.hvr-color{ display:none; }
#homeServices li:hover a{ color:#cb2600; transition:0.7s; }
#homeServices li:hover .on-hover.hvr-color{ display:block; border-color:#fc7200; background-color:#fc7200; transition:0.9s; }
#homeServices li:hover .off-hover.hvr-color{ display:none; }

/* hover */

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
#homeServices li .hvr-pulse {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
#homeServices li:hover .hvr-pulse, #homeServices li .hvr-pulse:focus, #homeServices li .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#homeServices ul li a{ text-decoration:none; }
#homeServices li h3:hover{ color:#222222; transition:0.7s; }
/*#homeServices li a.hvr-pulse{ display:inline-block; border:2px solid #dfdfdf; border-radius:50%; height:100px; width:100px; line-height:94px; }*/
#homeServices li .services-logo a.on-hvr{ display:none; }
#homeServices li .services-logo:hover a.off-hvr{ display:none; }
#homeServices li .services-logo:hover a.on-hvr{ display:block; border-color:#fc7200; background-color:#fc7200; transition:0.7s; }
#homeServices li .services-logo a.on-hvr{ display:none; }




/* Inner pages Banner Area Section */
.pageBanner{ background-repeat:no-repeat; background-position:center; padding-top:160px; min-height:300px;  text-align:center; }
.pageBanner h1.pageTitle{ margin:0; }

.template p{ margin:0; }
.archive-meta{ margin-bottom:40px; }
.archive-meta p{ line-height:24px; }


/*.pageBanner { text-align:center; background:url(images/bannerbg.png) repeat #dae6f2; box-shadow:0 2px 3px rgba(0,0,0,0.3); }
.pageBanner.blog { background:url(images/bnr-l-orange.jpg) repeat #fcf3e9; }*/

/* Inne pages Content Area Section */
.breadcrumbs { color:#777; font-size:0.75rem; padding:15px 0 10px; border-bottom:1px dotted #ccc; margin-bottom:10px; }
.breadcrumbs .fa { margin:0 5px; font-size:14px; }
.breadcrumbs a { color:#777; text-decoration:none; font-size:0.75rem; }
.breadcrumbs a:hover { color:#ff7e00; text-decoration:none; }


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe,
.fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding:0; margin:0; border:0; outline:none; vertical-align:top; }

.fancybox-wrap { position:absolute; top:0; left:0; z-index:8020; }

.fancybox-skin { position:relative; background:#f9f9f9; color:#444; text-shadow:none; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; }

.fancybox-opened { z-index:8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner { position:relative; }
.fancybox-inner { overflow:hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling:touch; }

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background:url(images/fancy-button.png); }

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close { position:absolute; top:-18px; right:-18px; width:36px; height:36px; cursor:pointer; z-index:9999; display:block; }

.fancybox-nav { position:absolute; top:50%; cursor: pointer; text-decoration:none; background:transparent url(../images/blank.gif); /* helps IE */
                -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left:0; }
.fancybox-next { right:0; }

.fancybox-nav span { width:36px; height:34px; display:block; cursor:pointer; z-index:8040; opacity:1; }
.fancybox-prev span { background-position:0 -36px; }
.fancybox-next span { background-position:0 -72px; }
.fancybox-nav:hover span { opacity:0.6; }

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    z-index:9999;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(../images/fancybox_sprite@2x.png);
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(../images/fancybox_loading@2x.gif);
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}



/* Custom accordian Faq page */
.page-id-4692 .entry-content div:empty,
.page-id-4692 .entry-content p:empty { display: none; }
.page-id-4692 .entry-content .custom-accordian { margin-top: 20px; }
.page-id-4692 .entry-content .su-spoiler { margin-bottom: 10px; }
.page-id-4692 .entry-content .su-spoiler-title { border: 1px solid #dfdfdf; background-color: #fc7200; color: #ffffff; padding: 12px 30px 12px 15px !important; outline: none; font-size: 16px; font-weight: 500; transition: all 0.3s ease; }
.page-id-4692 .entry-content .su-spoiler.su-spoiler-closed >  .su-spoiler-title { background-color: #ffffff; color: #444444; }
.page-id-4692 .entry-content .su-spoiler.su-spoiler-closed > .su-spoiler-title:hover {  background-color: #002654; color: #ffffff; }
.page-id-4692 .entry-content .su-spoiler-title > .su-spoiler-icon { left: auto !important; right: 10px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.page-id-4692 .entry-content .su-spoiler-content { background-color: #ffffff; border: 1px solid #dfdfdf; padding: 15px 15px !important; margin: -1px 0 0; }
.page-id-4692 .entry-content .su-spoiler.su-spoiler-closed > .su-spoiler-content { padding: 0 !important; }
@media (max-width:767px){
    .page-id-4692 .entry-content .su-spoiler-title,
    .page-id-4692 .entry-content .su-spoiler-content { font-size: 15px; }
}

