@import url("css/icomoon.css");

/*
 *
 * Fonts
 *
 */

@font-face {
    font-family: 'Bodoni';
    src:url('fonts/bodoni/Bodoni.eot?#iefix') format('embedded-opentype'),
        url('fonts/bodoni/Bodoni.woff') format('woff'),
        url('fonts/bodoni/Bodoni.ttf') format('truetype'),
        url('fonts/bodoni/Bodoni.svg#Bodoni') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src:url('fonts/montserrat/regular/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/regular/Montserrat-Regular.woff') format('woff'),
        url('fonts/montserrat/regular/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/montserrat/regular/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat-Bold';
    src:url('fonts/montserrat/bold/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/bold/Montserrat-Bold.woff') format('woff'),
        url('fonts/montserrat/bold/Montserrat-Bold.ttf')  format('truetype'),
        url('fonts/montserrat/bold/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  

@font-face {
    font-family: 'Montserrat-Medium';
    src:url('fonts/montserrat/medium/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/medium/Montserrat-Medium.woff') format('woff'),
        url('fonts/montserrat/medium/Montserrat-Medium.ttf') format('truetype'),
        url('fonts/montserrat/medium/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src:url('fonts/montserrat/light/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/light/Montserrat-Light.woff') format('woff'),
        url('fonts/montserrat/light/Montserrat-Light.ttf') format('truetype'),
        url('fonts/montserrat/light/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
 *
 * Image styles in editor
 *
 */

body#tinymce {
    background: #000000;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone,
img[class^="wp-image-"],
img[class*=" wp-image-"]  {
    height: auto;
    max-width: 100%;
    margin-top: 5px;
}

.text_center{
    text-align: center;
}

/*
 *
 * GLOBAL
 *
 */

html {
    font-size: 10px;
}

#tinymce {
    margin: 10px;
}

body {
    font-size: 1.6rem;
    font-weight: normal;
    font-family: 'Montserrat-Regular';
    color: #FFF;
    position: relative;
    overflow-x: hidden;
}

h1, .h1 {
    color: #FFF;
    font-size: 5.2rem;
    font-family: 'Bodoni';
    margin: 0 0 0.45em;
    line-height: 1.085em;
    font-weight: normal;
}

* + h1,
* + .h1 {
    margin-top: 0.45em;
}

h2, .h2 {
    color: #FFF;
    font-size: 4.2rem;
    font-family: 'Bodoni';
    margin: -0.175em 0 0.475em;
    line-height: 1.085em;
    font-weight: normal;
}

* + h2,
* + .h2 {
    margin-top: 1.35em;
}

h3,.h3 {
    color: #FFF;
    font-size: 3.2rem;
    font-family: 'Bodoni';
    margin: -0.35em 0 0.750em;
    font-weight: normal;
}

* + h3,
* + .h3 {
    margin-top: 0.750em;
}

h4,.h4 {
    color: #FFF;
    font-size: 2.2rem;
    font-family: 'Montserrat-Medium';
    margin: 0 0 0.6em;
    font-weight: normal;
    line-height: 1.25em;
}

* + h4,
* + .h4 {
    margin-top: 0.6em;
}

b, strong {
    font-family: 'Montserrat-Medium';
    font-weight: normal;
}

ul,ol,p {
    margin: 0 0 1.575em;
    line-height: 1.5em;
} 

hr {
    border-top: 3px solid #e6e7e9;
    margin: 3.62em 0 4.075em;
}

.section > hr:first-child {
    margin: 2.45em 0 3.675em;
}



ul,ol {
    padding: 0;
}

a {
    color: #FFF;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

a:hover,a:focus {
    color: #323A32;
    text-decoration: none;
    cursor: pointer;
}

* {
    outline: none !important;
}

p:empty {
    display: none;
}

sub, sup {
    font-size: 60%;
}

/*
 *
 * Custom styles
 *
 */

.remove_margin_top {
    margin-top: 0 !important;
}

.remove_margin_bottom {
    margin-bottom: 0 !important;
}

.uppercase {
    text-transform: uppercase;
}

.floatRight {
    float: right;
}

/*
 *
 * Custom styles - COLORS
 *
 */

.gray {
    color: #828282;
}
.blue {
    color: #1b2c22;
}

/*
 *
 * Custom styles - Fonts types
 *
 */

.t_bodoni {
    font-family: 'Bodoni';
}
.fw_normal {
    font-weight: 400;
}


/*
 *
 * Custom styles - Fonts sizes
 *
 */

.t32 {
    font-size: 3.2rem;
    margin-bottom: 1.15em;
    line-height: 1.2em;
}
.t22 {
    font-size: 2.2rem;
    margin-bottom: 1.15em;
    line-height: 1.2em;
}

.t20 {
    font-size: 2rem;
    margin-bottom: 1.35em;
    line-height: 1.5em;
}

/*
 *
 * Custom styles - Link
 *
 */

a.arrow_link {
    position: relative;
    text-transform: uppercase;
}

a.arrow_link:after {
    content: '\e903';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    position: relative;
    margin-left: 6px;
    top: -1px;
}

/*
 *
 * Custom styles - Button
 *
 */

.button {
    display: inline-block;
    border: 2px solid;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat-Medium';
    padding: 0.625em 30px 0.488em;
    -webkit-transition: background-color .25s, color .25s, border-color .25s;
    -moz-transition: background-color .25s, color .25s, border-color .25s;
    -ms-transition: background-color .25s, color .25s, border-color .25s;
    -o-transition: background-color .25s, color .25s, border-color .25s;
    transition: background-color .25s, color .25s, border-color .25s;
    cursor: pointer;
}

.button.blue {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.button.blue:hover,
.button.blue.active {
    background-color: #fff;
    color: #1b2c22;
}

.button.white {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.button.white:hover,
.button.white.active {
    background-color: #fff;
    color: #1b2c22;
}

/*
 *
 * Title
 *
 */


/*
 *
 * List style
 *
 */

ul {
    list-style: none;
}

ul li {
    position: relative;
    padding-left: 15px;
}

ul li:last-child {
    margin-bottom: 0;
}

ul li:before {
    content: '\e903';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 7px;
}

ol {
    padding-left: 16px;
}

ol li {

}

/*
 *
 * Blockquote
 *
 */

blockquote {
    font-size: 2.2rem;
    font-family: 'Montserrat-Medium';
    margin: 0 0 1.1em 2.273em;
    color: #1b2c22;
}

blockquote p {
    line-height: 1.3em;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote p:after,
blockquote p:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    position: relative;
    bottom: 2px;
}

blockquote p:first-child:before {
    content: '\e914'; 
    margin-right: 5px; 
}

blockquote p:last-child:after {
    content: '\e915';
    margin-left: 5px;
}

/*
 *
 * Video
 *
 */

.video_link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin-top: 0;
}

.video_link img {
    margin-top: 0;
}

.video_link:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}

.video_link:after {
    content: '';
    width: 108px;
    height: 108px;
    background-image: url('images/svg/play.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: -54px 0 0 -54px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
}

.video_link:hover:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

@media (max-width: 992px) {
    img.alignright,
    img.alignleft {
        float: none;
        margin: 0;
    }
}
