/**
*	Myour - Personal Portfolio Template (HTML)
*	Version: 1.0
*	Author: beshleyua
*	Author URL: http://themeforest.net/user/beshleyua
*	Copyright © Myour by beshleyua. All Rights Reserved.
**/


/* TABLE OF CONTENTS
	- Basic
	- Preloader
	- Container
	- Columns
	- Typography
	- Links
	- Buttons
	- Forms
	- Lists
	- Code
	- Tables
	- Alignment
	- Text Formating
	- Blockquote
	- Animations
*/


/* - Basic */

html {
    margin-right: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    background: #001f47;
    letter-spacing: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clear {
    clear: both;
}


/* - Preloader */

.preloader {
    position: fixed;
    width: 100%;
    height: 0;
    z-index: 999;
}

.preloader .box-1,
.preloader .box-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #0093d6;
}

.preloader .box-2 {
    background: #001f47;
}

.preloader .spinner {
    margin: -40px 0 0 -5px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 80px;
}

.preloader .spinner .lines {
    position: absolute;
    width: 10px;
    height: 80px;
}

.preloader .spinner .lines:before,
.preloader .spinner .lines:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 80px;
    background: #FFF;
    clip: rect(0, 0, 20px, 0);
    -webkit-clip: rect(0, 0, 20px, 0);
}

.preloader .spinner .lines:before {
    left: 0;
    animation: loading 2s cubic-bezier(0.165, 0.85, 0.45, 1) 0s infinite;
}

.preloader .spinner .lines:after {
    left: 15px;
    background: #0093d6;
    animation: loading 2s cubic-bezier(0.165, 0.85, 0.45, 1) 0.5s infinite;
}


/* - Container */

.container {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.wrapper {
    position: relative;
    margin-top: 50px;
    margin-left: 45%;
    margin-right: 92px;
}

.wrapper:before {
    content: '';
    position: fixed;
    left: 45%;
    right: 92px;
    top: 0;
    height: 40px;
    background: #001f47;
    z-index: 13;
}

@media (max-width: 1199px) {
    .wrapper {
        position: relative;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .wrapper:before {
        display: none;
    }
}


/* - Columns */

.cols {
    margin: 0 -20px;
    position: relative;
}

.cols .col {
    margin-bottom: 30px;
    padding: 0 20px;
    float: left;
    width: 50%;
}

.cols .col.col-full {
    width: 100%;
}

@media (max-width: 720px) {
    .cols .col {
        width: 100%;
    }
}

.cols:after {
    content: '';
    display: block;
    clear: both;
}

.cols .col.col-sm {
    width: 25%;
}

@media (max-width: 720px) {
    .cols .col.col-sm {
        width: 100%;
    }
}

.cols .col.col-lg {
    width: 75%;
}

@media (max-width: 720px) {
    .cols .col.col-lg {
        width: 100%;
    }
}

.single-post-text>*:first-child {
    margin-top: 0;
}

.single-post-text>*:last-child {
    margin-bottom: 0;
}


/* - Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Poppins";
    margin: 0;
    margin-top: 20px;
    margin-bottom: 0px;
    /*color: #141414;*/
    color: #fff;
}

h1 {
    font-size: 34px;
}

h2 {
    /*font-size: 30px;*/
    font-size: 24px;
}

h3 {
    /*font-size: 26px;*/
    font-size: 20px;
}

h4 {
    /*font-size: 22px;*/
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 14px;
    padding: 0;
    margin: 30px 0;
}

strong {
    font-weight: 700;
}

@media screen and (max-width: 720px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 14px;
    }
    h5 {
        font-size: 12px;
    }
    h6 {
        font-size: 13px;
    }
    p {
        margin: 20px 0;
    }
}


/* - Links */

a {
    color: #FFF;
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #0093d6;
}


/* - Buttons */

.animated-button {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}

.animated-button span {
    position: relative;
    overflow: hidden;
    display: block;
    text-shadow: 0 16px 0 #ffffff;
}

.animated-button span em {
    min-width: 5px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    backface-visibility: hidden;
    transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}

.animated-button span em:nth-child(1) {
    transition-delay: 0.025s;
}

.animated-button span em:nth-child(2) {
    transition-delay: 0.05s;
}

.animated-button span em:nth-child(3) {
    transition-delay: 0.075s;
}

.animated-button span em:nth-child(4) {
    transition-delay: 0.1s;
}

.animated-button span em:nth-child(5) {
    transition-delay: 0.125s;
}

.animated-button span em:nth-child(6) {
    transition-delay: 0.15s;
}

.animated-button span em:nth-child(7) {
    transition-delay: 0.175s;
}

.animated-button span em:nth-child(8) {
    transition-delay: 0.2s;
}

.animated-button span em:nth-child(9) {
    transition-delay: 0.225s;
}

.animated-button span em:nth-child(10) {
    transition-delay: 0.25s;
}

.animated-button span em:nth-child(11) {
    transition-delay: 0.275s;
}

a.btn,
.btn,
.single-post-text input[type="submit"],
button {
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    height: 64px;
    line-height: 62px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
    -khtml-border-radius: 64px;
    transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
    -moz-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
    -webkit-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
    -o-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}

a.btn:hover,
.btn:hover,
.single-post-text input[type="submit"]:hover,
button:hover {
    border-color: #001f47;
}

a.btn:hover .animated-button em,
.btn:hover .animated-button em,
.single-post-text input[type="submit"]:hover .animated-button em,
button:hover .animated-button em {
    transform: translateY(calc(16px * -1));
    color: #001f47;
}

a.btn:hover .icon,
.btn:hover .icon,
.single-post-text input[type="submit"]:hover .icon,
button:hover .icon {
    color: #0093d6;
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -o-transform: translateX(6px);
}

a.btn .icon,
.btn .icon,
button .icon {
    margin-left: 10px;
    transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
    -moz-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
    -webkit-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
    -o-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}


/* - Forms */

input,
textarea {
    padding: 0 30px;
    display: block;
    font-family: "Poppins";
    font-size: 14px;
    height: 64px;
    width: 100%;
    color: #FFF;
    background: none !important;
    border: 1px solid #fff;
    resize: none;
    outline: 0;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

input:focus,
textarea:focus,
button:focus {
    color: #FFF;
}

textarea {
    height: 170px;
    padding-top: 30px;
    padding-bottom: 30px;
    resize: none;
}

label,
legend {
    display: block;
    padding-bottom: 10px;
    font-family: "Poppins";
    font-size: 13px;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #FFF;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: #FFF;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #FFF;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #FFF;
}

input.error,
textarea.error,
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-bottom: 1px solid red !important;
}

label.error,
.wpcf7-not-valid-tip {
    display: none !important;
}

input.error::-moz-placeholder,
textarea.error::-moz-placeholder,
input.wpcf7-not-valid::-moz-placeholder,
textarea.wpcf7-not-valid::-moz-placeholder {
    color: red;
}

input.error:-moz-placeholder,
textarea.error:-moz-placeholder,
input.wpcf7-not-valid:-moz-placeholder,
textarea.wpcf7-not-valid:-moz-placeholder {
    color: red;
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder,
input.wpcf7-not-valid:-ms-input-placeholder,
textarea.wpcf7-not-valid:-ms-input-placeholder {
    color: red;
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder,
input.wpcf7-not-valid::-webkit-input-placeholder,
textarea.wpcf7-not-valid::-webkit-input-placeholder {
    color: red;
}

div.wpcf7-response-output {
    margin: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="submit"],
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="file"] {
    margin-bottom: 10px;
    border: none;
    height: auto;
}

select {
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}


/* - Lists */

ul {
    list-style: disc;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0px;
    list-style-position: inside;
}

ol {
    list-style: decimal;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0px;
    list-style-position: inside;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}


/* - Code */

code {
    font-family: "Poppins";
    padding: 0 4px;
    font-style: italic;
    color: #999;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: auto;
    max-width: 100%;
    white-space: nowrap;
}

pre {
    background: #f6f6f6;
    font-family: "Poppins";
    margin: 30px 0;
    padding: 30px;
    max-width: 100%;
    overflow: auto;
    white-space: pre;
}

mark,
ins {
    background: #eee;
    text-decoration: none;
}


/* - Tables */

table {
    width: 100%;
    margin: 30px 0;
    padding: 0;
    border-collapse: collapse;
    background: #fcfcfc;
}

table caption {
    padding: 6px 0;
    background: #f6f6f6;
    font-size: 11px;
}

th {
    color: #999;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    border: 4px solid #FFF;
    text-transform: uppercase;
}

th a {
    color: #999;
}

td {
    border: 4px solid #FFF;
    padding: 10px 20px;
    color: #001f47;
    font-size: 13px;
    background: #f6f6f6;
}

td.pad {
    background: none;
}

dt {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}

dd {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 30px;
}


/* - Alignment */

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.pull-none {
    float: none !important;
}

.alignright {
    margin-left: 20px !important;
    float: right !important;
    max-width: 50% !important;
}

.alignleft {
    margin-right: 20px !important;
    float: left !important;
    max-width: 50% !important;
}

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

.full-width {
    max-width: 100% !important;
    width: 100% !important;
}

.full-max-width {
    max-width: 100% !important;
    width: auto !important;
}

.centrize {
    display: table !important;
    table-layout: fixed !important;
    height: 100% !important;
    position: relative !important;
    top: 0;
    left: 0;
    z-index: 2;
}

.vertical-center {
    display: table-cell !important;
    vertical-align: middle !important;
}


/* - Text Formating */

.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-regular {
    font-weight: 400 !important;
}

.text-bold {
    font-weight: 700 !important;
}

.text-italic {
    font-style: italic !important;
}


/* - Blockquote */

blockquote {
    font-family: "Poppins";
}


/* - Animations */


/* preloader */

@keyframes loading {
    0% {
        clip: rect(0, 80px, 0, 0);
        -webkit-clip: rect(0, 80px, 0, 0);
    }
    30% {
        clip: rect(20px, 80px, 0, 0);
        -webkit-clip: rect(20px, 80px, 0, 0);
    }
    50% {
        clip: rect(20px, 80px, 0, 0);
        -webkit-clip: rect(20px, 80px, 0, 0);
    }
    80% {
        clip: rect(20px, 20px, 80px, 0);
        -webkit-clip: rect(20px, 20px, 80px, 0);
    }
    100% {
        clip: rect(80px, 20px, 80px, 0);
        -webkit-clip: rect(80px, 20px, 80px, 0);
    }
}


/* Mouse Button Animations */

@keyframes mouse-anim {
    0% {
        top: -5px;
    }
    50% {
        top: 5px;
    }
    100% {
        top: -5px;
    }
}


/* poppins-100 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/poppins-v20-latin-100.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-100.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-100italic - latin */

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/poppins-v20-latin-100italic.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-100italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-100italic.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-200 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/poppins-v20-latin-200.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-200.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-200.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-200italic - latin */

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    src: url('../fonts/poppins-v20-latin-200italic.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-200italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-200italic.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-300 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins-v20-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-300.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-300italic - latin */

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/poppins-v20-latin-300italic.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-300italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-300italic.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-regular - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-italic - latin */

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-italic.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-500 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins-v20-latin-500.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-500.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-500italic - latin */

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/poppins-v20-latin-500italic.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-500italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-500italic.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-600 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v20-latin-600.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-600.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-600italic - latin */

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/poppins-v20-latin-600italic.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-600italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-600italic.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-700 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-700.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-700italic - latin */

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700italic.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-700italic.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-800 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/poppins-v20-latin-800.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-800.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-800italic - latin */

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/poppins-v20-latin-800italic.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-800italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-800italic.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-900 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/poppins-v20-latin-900.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-900.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-900italic - latin */

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/poppins-v20-latin-900italic.eot');
    /* IE9 Compat Modes */
    src: local('Poppins'), url('../fonts/poppins-v20-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-900italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-900italic.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* mr-dafoe-regular - latin */

@font-face {
    font-family: 'Mr Dafoe';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mr-dafoe-v14-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Mr Dafoe'), url('../fonts/mr-dafoe-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/mr-dafoe-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/mr-dafoe-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/mr-dafoe-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/mr-dafoe-v14-latin-regular.svg#MrDafoe') format('svg');
    /* Legacy iOS */
}