@font-face {
    font-family: 'Gotham-light';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Light.woff') format('woff'),
    url('../fonts/Gotham-Light.ttf') format('truetype'),
    url('../fonts/Gotham-Light.svg#Gotham') format('svg');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Book.woff') format('woff'),
    url('../fonts/Gotham-Book.ttf') format('truetype'),
    url('../fonts/Gotham-Book.svg#Gotham') format('svg');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf') format('truetype'),
    url('../fonts/Gotham-Medium.svg#Gotham') format('svg');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Bold.woff') format('woff'),
    url('../fonts/Gotham-Bold.ttf') format('truetype'),
    url('../fonts/Gotham-Bold.svg#Gotham') format('svg');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/LibreBaskerville-Italic.eot');
    src: url('../fonts/LibreBaskerville-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LibreBaskerville-Italic.woff') format('woff'),
    url('../fonts/LibreBaskerville-Italic.ttf') format('truetype'),
    url('../fonts/LibreBaskerville-Italic.svg#Baskerville') format('svg');
    font-style: normal;
    font-weight: bold;
}


@media (min-width: 1200px){
    .container {
        max-width: 990px;
    }
}

a{
    outline: none;
    color: #00b388;
}
a:hover{
    color: #00cd9b;
    opacity: 0.8;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 1;
}
html, body{
    min-height: 100%;
    position: relative;
}
.main{
    height: 100%;
}
body{
    font-family: Gotham-Book, sans-serif;
}

.btn{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn:focus {
    box-shadow: none !important;
}
.btn.grey-btn{
    background-color: #9b9b9b;
    color: #ffffff;
    height: 37px;
}
.green-btn{
    color: #ffffff !important;
    background-color: #00b388;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 16px;
}
.green-btn:hover{
    background-color: #00cd9b;
}
p{
    line-height: 1.4em;
}

.h2{
    font-size: 36px;
    font-weight: 400;
    color: #6f6f6f;
    letter-spacing: .01em;
}
.h4{
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0.85em;
}
.h5{
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0.85em;
}

.pr-30{
    padding-right: 30px;
}

.mt-34{
    margin-top: 34px;
}
.mt-75{
    margin-top: 75px;
}

.green{
    color: #00b388;
}




.flex-col {
    position: relative;
    height: 100%;

    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

        flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;

    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

}

.flex-row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;

    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_flex-start {
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
}

.flex_space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .xs-flex {

        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;

        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;

        justify-content: flex-start;
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .xs-block {
        display: block;
    }
}


/**
 * default styles of wordpress editor;
 **/

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


/*body{
    background: url(../temp.jpg) center -21px no-repeat;
}*/
