/*
Theme Name: Blankslate Child
Theme URI: https://example.com/
Description: Child theme for Blankslate
Author: A neved
Author URI: https://example.com/
Template: blankslate
Version: 1.0.0
*/

a, address, b, body, button, center, div, footer, h1, h2, h3, h4, h5, h6, header, html, i, img, input, label, li, p, s, section, small, span, strong, table, tbody, td, tr, tt, u, ul, var {
    color: inherit;
    direction: ltr;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    vertical-align: baseline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

main {
    padding: 0
}

.input-checkbox, input.text, input[type=button], input[type=submit], input[type=text] {
    border-radius: 0;
    -webkit-appearance: none
}

footer, header, main, section {
    display: block
}

a, address, b, body, button, center, div, footer, h1, h2, h3, h4, h5, h6, header, html, i, img, input, label, li, nav, p, s, section, small, span, strong, table, tbody, td, tr, tt, u, ul, var {
    font-family: 'PT Sans', sans-serif
}

::selection {
    color: #fff;
    background-color: #000
}

::-moz-selection {
    color: #fff;
    background-color: #000
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    height: 100%;
    color: #666;
    line-height: 1.2;
    cursor: default;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%
}

@media (max-width: 767px) {
    body {
        font-size: 12px
    }
}

@media (min-width: 768px) {
    body {
        font-size: 14px
    }
}

@media (min-width: 1024px) {
    body {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 18px
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 20px
    }
}

@media (min-width: 1921px) {
    body {
        font-size: 22px
    }
}

@media (min-width: 2561px) {
    body {
        font-size: 24px
    }
}

:focus, :hover {
    outline: 0
}

a {
    text-decoration: none
}

a:active, a:hover {
    cursor: pointer;
    text-decoration: none
}

a:link, a:visited {
    text-decoration: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

h1, h2, h3, h4, h5, h6 {
    color: #1E211C;
    display: block;
    font-weight: 700
}

p {
    color: #666;
    line-height: 1.58
}

p + p {
    margin-top: 1em
}

.bg-darkgray h1, .bg-darkgray h3, .bg-darkgray h4, .bg-darkgray h5, .bg-darkgray h6, .bg-darkgray p {
    color: #fff
}

h2 a, p a {
    font-weight: 700;
    white-space: nowrap
}

p a:hover {
    color: #1E211C
}

small {
    font-size: .875em
}

i {
    font-style: normal
}

b, strong {
    font-weight: 700
}

u {
    text-decoration: underline
}

img {
    border: 0;
    display: block;
    vertical-align: middle
}

nav ul {
    list-style: none
}

ul {
    list-style: none
}

label strong {
    display: block;
    line-height: 1.8
}

input[type=date], input[type=email], input[type=file], input[type=password], input[type=text] {
    color: #333;
    width: 100%;
    cursor: text;
    font-size: 14px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    background-color: #f0f3f7;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=date]:hover, input[type=email]:hover, input[type=file]:hover, input[type=password]:hover, input[type=text]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0
}

input[type=date]:focus, input[type=email]:focus, input[type=file]:focus, input[type=password]:focus, input[type=text]:focus {
    border: 1px solid #999;
    border-top: 1px solid #666
}

input[type=button], input[type=submit] {
    width: 100%;
    color: #fff;
    display: block;
    cursor: pointer;
    max-width: 15em;
    font-weight: 700;
    text-align: center;
    border: medium none;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=button]:hover, input[type=submit]:hover {
    background-color: #666
}

input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    border: 0
}

.pad-top-sm {
    padding-top: 1.5em
}

.pad-bottom-sm {
    padding-bottom: 1.5em
}

.marg-top-sm {
    margin-top: 1.5em
}

.pad-top-md {
    padding-top: 2em
}

.pad-bottom-md {
    padding-bottom: 2em
}

.pad-bottom-lg {
    padding-bottom: 2.5em
}

@media (min-width: 992px) {
    .pad-top-sm {
        padding-top: 1.75em
    }

    .pad-bottom-sm {
        padding-bottom: 1.75em
    }

    .marg-top-sm {
        margin-top: 1.75em
    }

    .pad-top-md {
        padding-top: 2.65em
    }

    .pad-bottom-md {
        padding-bottom: 2.65em
    }

    .pad-bottom-lg {
        padding-bottom: 4em
    }
}

.current > a {
    cursor: default;
    text-decoration: none !important
}

.eq {
    display: flex;
    flex-wrap: wrap
}

#ie9 > div {
    padding: 1em;
    background-color: #f0f3f7;
    width: 100%;
    min-height: 100%;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox
}

#ie9 > div > div {
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 400px
}

#ie9 p {
    padding: 0 3em
}

#ie9 a {
    color: #fff;
    display: block;
    margin: 2em 3em;
    line-height: 3.6;
    font-weight: 700;
    text-align: center;
    background-color: #021217;
    text-transform: uppercase
}

#ie9 a:hover {
    background-color: #333
}

.bg-gray {
    background-color: #f0f3f7
}

.bg-white {
    background-color: #fff
}

.bg-darkgray {
    color: #fff;
    background-color: #474536
}

#contact .bg-darkgray {
    position: relative;
    z-index: 10;
    color: #fff
}

#contact .bg-darkgray:before {
    z-index: -1;
    content: "";
    background-color: #2c3e50;
    position: absolute;
    top: 0;
    left: -200%;
    right: -200%;
    bottom: 0
}

@media (min-width: 768px) {
    #contact .bg-darkgray {
        padding-left: 3em
    }

    #contact .bg-darkgray:before {
        left: 100%
    }
}

h6 {
    font-size: .8em;
    text-transform: uppercase
}

#contact strong {
    font-size: 1.2em;
    display: block
}

#contact span {
    display: block
}

#contact a {
    display: block
}

#contact a:hover {
    text-decoration: underline
}

.container {
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    max-width: 1120px;
    position: relative;
    padding-left: 1em;
    padding-right: 20px
}

@media (min-width: 992px) {
    .container {
        width: 85%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 88%
    }
}

@media (min-width: 1400px) {
    .container {
        width: 90%
    }
}

@media (min-width: 1600px) {
    .container {
        width: 88%
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1600px;
        width: 88%
    }
}

@media (min-width: 2560px) {
    .container {
        width: 88%
    }
}

.row {
    margin-right: -20px;
    margin-left: -20px
}

@media (max-width: 479px) {
    .col-xs-12 {
        width: 100%
    }
}

@media (min-width: 480px) {
    .col-s-12 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }
}

@media (min-width: 1024px) {
    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-3 {
        width: 25%
    }
}

footer {
    width: 100%;
    padding: 0 1em;
    font-size: .8em;
    background-color: #1E211C
}

footer nav {
    display: none
}

footer ul li a {
    line-height: 2;
    display: block;
    padding: 0 10px
}

footer ul li.current a {
    font-weight: 700
}

footer p {
    color: #999
}

footer span {
    margin-right: 1em
}

footer a {
    color: #fff
}

footer a:hover {
    color: #fff;
    text-decoration: underline
}

@media (min-width: 768px) {
    footer nav {
        display: block;
        margin-bottom: 2em
    }

    footer ul li a {
        line-height: 2
    }

    footer ul li {
        margin: 0;
        padding: 0;
        float: left;
        display: inline-block
    }

    footer ul li:first-child a {
        padding-left: 0
    }
}

@media (min-width: 1024px) {
    footer ul li a {
        padding: 0 1em
    }
}

body {
    padding-top: 3.5em
}

#button:checked ~ label span {
    background-color: transparent
}

#button:checked ~ label span:before {
    top: 0;
    transition-delay: 0s, .25s;
    -moz-transition-delay: 0s, .25s;
    -webkit-transition-delay: 0s, .25s;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

#button:checked ~ label span:after {
    bottom: 0;
    transition-delay: 0s, .25s;
    -moz-transition-delay: 0s, .25s;
    -webkit-transition-delay: 0s, .25s;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

#button:checked ~ ul {
    display: block
}

#logo img {
    height: 4em;
    -webkit-transition: height .2s linear;
    transition: height .2s linear
}

@media (min-width: 768px) {
    #logo img {
        height: 3em
    }
}

.button svg {
    fill: #a1a1a1;
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    width: 22px;
    height: 22px
}

.button:hover svg {
    fill: #fff
}

#heading {
    position: relative;
    font-size: 1.2em
}

.head-icon svg {
    fill: #333;
    width: 100%;
    height: 100%;
    display: block
}

.sameash1, h1 {
    font-size: 1.8em;
    line-height: 1.2
}

@media (max-width: 767px) {
    .sameash1, h1 {
        font-size: 1.6em
    }
}

h2 {
    font-size: 1.25em;
    margin-bottom: 1em
}

h5 {
    font-size: 1.25em;
    line-height: 1.2;
    margin-bottom: 1em
}

h3 {
    font-size: 1.25em;
    margin-bottom: 1em
}

#szimetrik img {
    width: 50%
}

@media (min-width: 768px) {
    #szimetrik img {
        float: left;
        width: 50%
    }
}

.icons a, .icons div.clear {
    display: table
}

.icons a:hover svg {
    fill: #da2128
}

.icons a:hover {
    color: #da2128
}

.icons svg {
    fill: #444;
    margin: 1em;
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 2em
}

.icons h4 {
    font-size: .8em;
    line-height: 1.4;
    display: table-cell;
    font-weight: 400;
    vertical-align: middle
}

h4 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 1em
}

.info svg {
    fill: #fff;
    display: block;
    width: 100%;
    height: 100%
}

.zoom img {
    -webkit-transition: all 1s linear;
    transition: all 1s linear
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.contact-right ul li {
    margin-bottom: 1em
}

.contact-right ul li a:Hover {
    text-decoration: underline
}

.contact-right ul li a svg {
    margin-right: .5em;
    width: 1.2em;
    height: 1.2em;
    float: left;
    display: inline-block
}

.contact-right svg {
    fill: #fff
}

.redabove:after {
    content: "";
    display: block;
    margin: 5px 0 1em 0;
    width: 3em;
    height: 6px;
    background-color: #80AF5A;
}

.highlighted-image-header-outer_container {
    width: 100%;
    height: 100%;
}

.highlighted-image-header-outer_container .highlighted-image-header_container {
    width: 100%;
    height: 100%;
}

.highlighted-image-header-outer_container .highlighted-image-header_container img {
    object-fit: cover;
    height: 100%;
}

@media only screen and (max-width: 650px) {
    .col-custom-s-6 {
        width: 100% !important;
    }
}


.cd-top div {
    display: block;
    width: 40px;
    height: 40px;
    background: #111 url(pic/cd-top-arrow.svg) no-repeat center 50%
}

@media (min-width: 1200px) {
    .cd-top div {
        width: 60px;
        height: 60px
    }
}

#faqs h3 {
    line-height: 1.2;
    font-size: 1.3em
}

#faqs h3:after {
    content: "";
    display: block;
    font-size: 1.25em;
    margin: .5em 0 1em 0;
    width: 80px;
    height: 5px;
    background-color: #80AF5A;
}

#faqs .bg-white {
    padding-left: 3em;
    padding-right: 3em
}

@media (min-width: 768px) {
    .faq {
        padding-left: 2em
    }

    #faqs h3 {
        text-align: right;
        font-size: 1.5em;
        margin-bottom: 2em;
        top: 2em;
        position: relative;
        position: -webkit-sticky;
        position: sticky
    }

    #faqs h3:after {
        margin-left: calc(100% - 80px)
    }
}

#faqs h4 {
    line-height: 1.4;
    font-size: 1.25em;
    margin-bottom: .5em
}

.tiny * + h1, .tiny * + h2, .tiny * + h3, .tiny * + h4, .tiny * + h5, .tiny * + h6 {
    margin-top: 1em
}

.tiny p * {
    font-size: 1em;
    line-height: 1.42857143
}

.tiny p {
    font-size: 1em;
    line-height: 1.42857143
}

.tiny p ~ p {
    margin-top: 1em
}

.tiny p:first-of-type {
    margin-bottom: 1em
}

.tiny b, .tiny strong {
    font-weight: 700
}

.tiny i {
    font-style: italic
}

.tiny u {
    text-decoration: underline
}

.tiny table td {
    color: #3e3e3e
}

.tiny td {
    border: 1px solid #ddd;
    padding: 5px 15px
}

.tiny tr:nth-child(even) {
    background-color: #eee
}

.tiny table {
    border: 1px solid #ddd;
    width: 100% !important;
    font-size: .8em;
    margin: 1em 0
}

.tiny a:not {
    text-decoration: underline;
    color: #000;
    font-weight: 700
}

.tiny ul {
    margin-top: 1em;
    list-style: disc outside;
    line-height: 1.42857143;
    margin-left: 1em
}

.tiny ul ul {
    padding-left: 2em;
    margin-bottom: 1em
}

.tiny a:active, .tiny a:focus, .tiny a:hover {
    color: #111
}

#contact-label {
    margin-top: 100px;
    margin-bottom: -15px
}

@media (max-width: 959px) {
    #contact-label {
        margin-bottom: -10px
    }
}

@media (max-width: 959px) {
    #contact-label {
        margin-bottom: -5px
    }
}

#contact .bg-darkgray {
    background-color: #80AF5A;
    color: #434034
}

#contact .bg-darkgray h6 {
    color: #434034
}

#contact .bg-darkgray:before {
    background-color: #80AF5A;
}