
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
 
form,
 
header,
html,
 
img,
 

 video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0
}

  

article,
aside,
details,
figure,
 
 
section,
summary {
    display: block
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

embed,
img,
object {
    max-width: 100%
}

#map img {
    max-width: none
}

html {
    overflow-y: scroll
}

blockquote,
q {
    quotes: none
}

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


del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

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

th {
    font-weight: 700;
    vertical-align: bottom
}

td {
    font-weight: 400
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

 

 

.clickable,
button,
input[type=button],
input[type=file],
input[type=submit],
label {
    cursor: pointer
}

 

  

.clearfix:after,
.clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

 


 
 
 





  
 

@media (max-width: 767px) {
    .container {
        width: auto
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 952px) {
    .container {
        width: 934px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

[class^="col-"],
[class*=" col-"] {
    display: block;
    width: 100%;
    padding: 10px;
    float: left
}

[class^="col-"] .no-padding,
[class*=" col-"] .no-padding {
    padding: 0
}

@media (min-width: 768px) {
    .col-sm-25 {
        width: 25%
    }
    .col-sm-33 {
        width: 33.33%
    }
    .col-sm-50 {
        width: 50%
    }
    .col-sm-66 {
        width: 66.66%
    }
    .col-sm-75 {
        width: 75%
    }
    .col-sm-100 {
        width: 100%
    }
}

@media (min-width: 952px) {
    .col-md-25 {
        width: 25%
    }
    .col-md-33 {
        width: 33.33%
    }
    .col-md-50 {
        width: 50%
    }
    .col-md-66 {
        width: 66.66%
    }
    .col-md-75 {
        width: 75%
    }
    .col-md-100 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-25 {
        width: 25%
    }
    .col-lg-33 {
        width: 33.33%
    }
    .col-lg-50 {
        width: 50%
    }
    .col-lg-66 {
        width: 66.66%
    }
    .col-lg-75 {
        width: 75%
    }
    .col-lg-100 {
        width: 100%
    }
}

.col-25 {
    width: 25%
}

.col-33 {
    width: 33.33%
}

.col-50 {
    width: 50%
}

.col-66 {
    width: 66.66%
}

.col-75 {
    width: 75%
}

.col-100 {
    width: 100%
}

.clearfix {
    clear: both
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

 

 

 

.button-icon {
    text-align: center;
    padding: 4px;
    font-size: 22px;
    line-height: 25px;
    vertical-align: middle;
    width: 38px
}

.toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden
}

.toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none
}

input.toggle+label {
    padding: 2px;
    width: 60px;
    height: 30px;
    background-color: #ccc;
    border-radius: 60px
}

input.toggle+label:before,
input.toggle+label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: ""
}

input.toggle+label:before {
    right: 1px;
    background-color: #eee;
    border-radius: 30px;
    transition: background 0.4s
}

input.toggle+label:after {
    width: 29px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s
}

input.toggle:checked+label:before {
    background-color: #292
}

input.toggle:checked+label:after {
    margin-left: 30px
}

header {
    background: #353b43;
    color: #fafafa;
    font-size: 1.8em;
    margin-bottom: 4%;
    padding: 50px;
    position: relative;
    z-index: 1
}

header:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden
}

header:after {
    bottom: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%
}

footer {
    background: #292;
   
    margin-top: 3%;
    position: relative;
    z-index: 1
}

footer:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden
}

footer:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0
}

.social-icons a:hover svg {
    fill: #afa
}


/*# sourceMappingURL=style.css.map */