@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,500,600');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
body {
    font: 15px 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 23px;
    color: #000
}

a,
.btn,
.sppb-btn {
    -webkit-transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    -ms-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
    background-color: transparent
}

a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    color: #cecece
}

a {
    outline: medium none!important;
    color: #727272
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto';
    font-weight: 400;
    color: #272727
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300
}

h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300
}

h3 {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 18px;
    font-style: normal
}

h4 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 18px;
    font-style: normal
}

h5 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px;
    font-style: normal
}

h6 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 14px;
    font-style: normal
}

h1,
h2,
h3,
h4 {
    margin-top: 0
}

img {
    margin: 0 auto
}

#sp-footer {
    background-color: #000;
    color: #858585;
    font-size: 14px;
    height: 70px;
    margin: 0;
    padding: 26px 0 0;
    width: 100%;
}
.sppb-btn {
    border: 1px solid transparent;
}