/*



== Table of Contents ==



------------------------------------

==|==  Google Fonts            ==|==

------------------------------------

==|==  Normalize, Icons, RTL   ==|==

------------------------------------

==|==  Framework Components    ==|==

------------------------------------

==|==  Theme Components		   ==|==

------------------------------------

==|==  Utility Classes  	   ==|==

------------------------------------

==|==  Browser Support   	   ==|==

------------------------------------

==|==  Responsive  			   ==|==

------------------------------------



*/

/* font-family: "Gotham Pro"; */

@font-face {
    font-family: "Gotham Pro";

    src: url("../fonts/GothamPro.eot");

    src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"),
        url("../fonts/GothamPro.woff") format("woff"),
        url("../fonts/GothamPro.ttf") format("truetype");

    font-weight: normal;

    font-style: normal;
}

/* font-family: "Gotham Pro Bold"; */

@font-face {
    font-family: "Gotham Pro Bold";

    src: url("../fonts/GothamPro-Bold.eot");

    src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/GothamPro-Bold.woff") format("woff"),
        url("../fonts/GothamPro-Bold.ttf") format("truetype");

    font-weight: bold;

    font-style: normal;
}

/* font-family: "Gotham Pro Black"; */

@font-face {
    font-family: "Gotham Pro Black";

    src: url("../fonts/GothamPro-Black.eot");

    src: url("../fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/GothamPro-Black.woff") format("woff"),
        url("../fonts/GothamPro-Black.ttf") format("truetype");

    font-weight: bold;

    font-style: normal;
}

**/

/* =================================================== */

/* =================================================== */

/* ==========================================================================

   Normalize, Icons, RTL

========================================================================== */











article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

section {
    position: relative;
}

audio,
canvas,
video {
    display: inline-block;

    *display: inline;

    *zoom: 1;
}

audio:not([controls]) {
    display: none;

    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;

    -ms-text-size-adjust: 100%;

    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus,
a:active,
a:hover {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;

    font-size: 100%;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 16px 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;

    box-sizing: content-box;

    height: 0;
}

mark {
    background: #ff0;

    color: #000;
}

p,
pre {
    margin: 0 0 15px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;

    _font-family: "courier new", monospace;

    font-size: 16px;

    color: #000;

    padding: 7px;

    background: #f1f1f1;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;
}

code {
    background: none;
}

pre {
    white-space: pre;

    white-space: pre-wrap;

    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";

    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;

    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup {
    top: -8px;
}

sub {
    bottom: -4px;
}

dl,
menu,
ol,
ul {
    margin: 16px 0;
}

dd {
    margin: 0 0 0 40px;
}

menu {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;

    list-style-image: none;
}

img {
    vertical-align: top;

    border: 0;

    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;

    margin: 0 2px;

    padding: 6px 10px 12px;
}

legend {
    border: 0;

    padding: 0;

    white-space: normal;

    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;

    margin: 0;

    vertical-align: baseline;

    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;

    cursor: pointer;

    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;

    padding: 0;

    *height: 13px;

    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;

    -moz-box-sizing: content-box;

    -webkit-box-sizing: content-box;

    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;

    padding: 0;
}

textarea {
    overflow: auto;

    vertical-align: top;
}

table {
    border-collapse: collapse;

    border-spacing: 0;
}

.rtl {
    text-align: right;
}

/* ==========================================================================

   Framework Components

========================================================================== */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
}

.container {
    margin-right: auto;

    margin-left: auto;

    padding-left: 15px;

    padding-right: 15px;

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;
}

.container:before,
.container:after {
    content: " ";

    display: table;
}

.container:after {
    clear: both;
}

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

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

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

.container-full {
    width: 100%;

    margin-right: auto;

    margin-left: auto;

    padding-left: 15px;

    padding-right: 15px;

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;
}

.row {
    margin-left: -15px;

    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";

    display: table;
}

.row:after {
    clear: both;
}

[class*="c-"] {
    position: relative;

    min-height: 1px;

    padding-left: 15px;

    padding-right: 15px;
}

@media (min-width: 768px) {
    [class*="c-"] {
        float: left;
    }

    .c-12 {
        width: 100%;
    }

    .c-11 {
        width: 91.66667%;
    }

    .c-10 {
        width: 83.33333%;
    }

    .c-9 {
        width: 75%;
    }

    .c-8 {
        width: 66.66667%;
    }

    .c-7 {
        width: 58.33333%;
    }

    .c-6 {
        width: 50%;
    }

    .c-5 {
        width: 41.66667%;
    }

    .c-4 {
        width: 33.33333%;
    }

    .c-3 {
        width: 25%;
    }

    .c-2 {
        width: 16.66667%;
    }

    .c-1 {
        width: 8.33333%;
    }

    .offset-12 {
        margin-left: 100%;
    }

    .offset-11 {
        margin-left: 91.66667%;
    }

    .offset-10 {
        margin-left: 83.33333%;
    }

    .offset-9 {
        margin-left: 75%;
    }

    .offset-8 {
        margin-left: 66.66667%;
    }

    .offset-7 {
        margin-left: 58.33333%;
    }

    .offset-6 {
        margin-left: 50%;
    }

    .offset-5 {
        margin-left: 41.66667%;
    }

    .offset-4 {
        margin-left: 33.33333%;
    }

    .offset-3 {
        margin-left: 25%;
    }

    .offset-2 {
        margin-left: 16.66667%;
    }

    .offset-1 {
        margin-left: 8.33333%;
    }
}

@media (max-width: 991px) {
    .tablet {
        width: 100%;

        float: none;
    }

    .tablet[class*="offset-"] {
        margin: 0;
    }
}

.tabs {
    list-style-type: none;

    padding: 0;

    margin: 0 0 50px;
}

.tabs li {
    display: inline-block;

    margin: 0 20px;
}

.tabs li a {
    color: #171717;

    display: block;

    padding: 5px 100px 15px 0;

    position: relative;

    font-family: "Gotham Pro", "sans-serif";
}

.tabs li a strong,
.tabs li a span {
    font-size: 18px;

    display: block;

    font-weight: 700;
}

.tabs li a:after {
    display: block;

    content: "";

    width: 100%;

    height: 6px;

    position: absolute;

    bottom: 0;

    left: 0;

    background: #fff200;

    -moz-transition: all 200ms;

    -o-transition: all 200ms;

    -webkit-transition: all 200ms;

    transition: all 200ms;
}

.tabs li a:hover:after,
.tabs li a.active:after {
    height: 10px;

    bottom: -4px;
}

.tabs-content {
    display: inline-block;

    width: 100%;
}

.tabs-content > div {
    display: none;
}

.tabs-content .tab-body {
    display: inline-block;

    vertical-align: top;

    position: relative;
}

.tabs-content .tab-body:last-child .post-body {
    border-bottom: none;
}

.tabs-content .post-body {
    background: #f1f1f1;

    padding: 40px;

    border-left: 2px solid #a1b1bc;

    position: relative;

    border-bottom: 1px solid #a1b1bc;
}

.tabs-content .post-body:before {
    display: block;

    content: "";

    position: absolute;

    top: 50%;

    left: -11px;

    width: 20px;

    height: 20px;

    background: #a1b1bc;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);
}

.tabs-content .post-body .post-title {
    margin-bottom: 30px;
}

.tabs-content .post-body .post-title h1,
.tabs-content .post-body .post-title h2,
.tabs-content .post-body .post-title h3,
.tabs-content .post-body .post-title h4,
.tabs-content .post-body .post-title h5,
.tabs-content .post-body .post-title h6 {
    font-weight: 700;
}

.tabs-content .post-body .post-excerpt p,
.tabs-content .post-body .post-excerpt span {
    color: #171717;

    font-weight: 400;
}

.tabs-content .post-body .post-meta ul li {
    display: inline-block;

    margin: 0 20px;
}

.tabs-content .post-body .post-meta ul li:first-child {
    margin-left: 0;
}

.tabs-content .post-body .post-meta ul li:last-child {
    margin-right: 0;
}

.tabs-content .post-body .post-meta ul li span {
    text-transform: uppercase;

    color: #171717;
}

.tabs-content .post-body .post-meta ul li a {
    font-size: 14px;

    color: #171717;

    text-transform: none;

    border-bottom: 4px solid #fff200;
}

.tabs-content .post-body .post-meta ul li a:hover {
    border-color: #171717;
}

.tabs-content .post-body .post-meta ul li i {
    margin-right: 3px;
}

.tabs-content .post-date {
    position: absolute;

    top: 50%;

    left: 40px;

    width: auto;

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);
}

.tabs-content .post-date p,
.tabs-content .post-date span {
    font-size: 16px;

    color: #171717;

    margin: 0;
}

.accordion dt a,
.toggle dt a {
    padding: 15px 30px;

    text-transform: uppercase;

    color: #171717;

    margin-bottom: 10px;

    display: block;

    position: relative;

    border: 2px solid #f1f1f1;
}

.accordion dt a:after,
.toggle dt a:after {
    display: block;

    content: "\f107";

    font-family: fontAwesome;

    float: right;

    font-size: 18px;

    font-weight: normal;
}

.accordion dt a.active,
.toggle dt a.active {
    color: #a1b1bc;
}

.accordion dt a.active:after,
.toggle dt a.active:after {
    content: "\f106";
}

.accordion dd,
.toggle dd {
    margin: 0;

    padding: 15px 25px 25px;
}

.accordion dd p,
.accordion dd span,
.toggle dd p,
.toggle dd span {
    margin: 0;
}

/*

 *  Owl Carousel - Animate Plugin

 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;

    animation-duration: 1000ms;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;

    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*

 *  Owl Carousel - Auto Height Plugin

 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;

    -moz-transition: height 500ms ease-in-out;

    -ms-transition: height 500ms ease-in-out;

    -o-transition: height 500ms ease-in-out;

    transition: height 500ms ease-in-out;
}

/*

 *  Core Owl Carousel CSS File

 */

.owl-carousel {
    display: none;

    width: 100%;

    -webkit-tap-highlight-color: transparent;

    /* position relative and z-index fix webkit rendering fonts issue */

    position: relative;

    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;

    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;

    overflow: hidden;

    /* fix for flashing background */

    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;

    cursor: hand;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;

    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;

    min-height: 1px;

    float: left;

    -webkit-backface-visibility: hidden;

    -webkit-tap-highlight-color: transparent;

    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;

    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;

    -moz-user-select: auto;

    -ms-user-select: auto;

    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;

    cursor: -webkit-grab;

    cursor: -o-grab;

    cursor: -ms-grab;

    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/*

 *  Owl Carousel - Lazy Load Plugin

 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;

    -webkit-transition: opacity 400ms ease;

    -moz-transition: opacity 400ms ease;

    -ms-transition: opacity 400ms ease;

    -o-transition: opacity 400ms ease;

    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*

 *  Owl Carousel - Video Plugin

 */

.owl-carousel .owl-video-wrapper {
    position: relative;

    height: 100%;

    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;

    height: 80px;

    width: 80px;

    left: 50%;

    top: 50%;

    margin-left: -40px;

    margin-top: -40px;

    background: url("owl.video.play.png") no-repeat;

    cursor: pointer;

    z-index: 1;

    -webkit-backface-visibility: hidden;

    -webkit-transition: scale 100ms ease;

    -moz-transition: scale 100ms ease;

    -ms-transition: scale 100ms ease;

    -o-transition: scale 100ms ease;

    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);

    -moz-transition: scale(1.3, 1.3);

    -ms-transition: scale(1.3, 1.3);

    -o-transition: scale(1.3, 1.3);

    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;

    height: 100%;

    background-position: center center;

    background-repeat: no-repeat;

    -webkit-background-size: contain;

    -moz-background-size: contain;

    -o-background-size: contain;

    background-size: contain;

    -webkit-transition: opacity 400ms ease;

    -moz-transition: opacity 400ms ease;

    -ms-transition: opacity 400ms ease;

    -o-transition: opacity 400ms ease;

    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;

    z-index: 1;
}

.owl-dots {
    text-align: center;

    margin-top: 50px;
}

.owl-dot {
    width: 20px;

    display: inline-block;

    margin: 0 3px;

    height: 3px;

    background: white;
}

.owl-dot.active {
    background: #fff200;
}

.owl-nav > div {
    position: absolute;

    color: white;

    font-size: 22px;

    top: 40%;

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;
}

.owl-nav > div:hover {
    color: #fff200;
}

.owl-nav .owl-prev {
    left: -100px;
}

.owl-nav .owl-next {
    right: -100px;
}

.content-section .owl-nav {
    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;
}

.content-section .owl-nav > div {
    text-align: center;

    width: 55px;

    top: 50%;

    position: absolute;

    height: 80px;

    line-height: 78px;

    background: white;

    color: #171717;

    opacity: 0.3;

    -khtml-opacity: 0.3;

    -moz-opacity: 0.3;

    filter: alpha(opacity=30);
}

.content-section .owl-nav > div:hover {
    opacity: 1;

    -khtml-opacity: 1;

    -moz-opacity: 1;

    filter: alpha(opacity=100);
}

.content-section .owl-nav .owl-prev {
    left: 50px;
}

.content-section .owl-nav .owl-next {
    right: 50px;
}

.content-section .owl-nav.not-in-view {
    opacity: 0;

    -khtml-opacity: 0;

    -moz-opacity: 0;

    filter: alpha(opacity=0);

    visibility: hidden;
}

.content-section .owl-dots {
    margin-top: 0;

    position: absolute;

    bottom: 190px;

    left: 50%;

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;

    -moz-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

    z-index: 1;
}

.content-section .owl-dots.not-in-view {
    opacity: 0;

    -khtml-opacity: 0;

    -moz-opacity: 0;

    filter: alpha(opacity=0);

    visibility: hidden;
}

a {
    color: #ee7d00;
}

a.link {
    text-transform: uppercase;

    text-decoration: underline;

    font-family: "Gotham Pro Bold";
}

a.link:hover {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #1b191e;
}

a {
    text-decoration: none;

    outline: 0;

    border: none;

    -moz-transition: all 200ms;

    -o-transition: all 200ms;

    -webkit-transition: all 200ms;

    transition: all 200ms;
}

button,
input,
select,
textarea {
    text-decoration: none;

    font-family: "Gotham Pro", "sans-serif";

    outline: 0;

    border: none;

    -moz-transition: all 200ms;

    -o-transition: all 200ms;

    -webkit-transition: all 200ms;

    transition: all 200ms;
}

.btn {
    background: #fff200;

    color: #171717;

    font-size: 14px;

    text-transform: uppercase;

    padding: 10px 20px;

    display: inline-block;

    font-weight: 700;

    text-align: center;
}

.btn.medium {
    padding: 15px 30px;
}

.btn.large {
    padding: 20px 50px;

    font-size: 16px;
}

.btn.success {
    background: #80d049;

    color: white;
}

.btn.error {
    background: #f24b4b;

    color: white;
}

.btn.warning {
    background: #f48d48;

    color: white;
}

.btn.dark:hover,
.btn.success,
.btn.error,
.btn.warning {
    color: white;
}

.btn:hover,
.btn:focus,
.btn:active {
    background: #1b191e;

    color: white;
}

.btn.dark {
    background: #1b191e;

    color: white;
}

.btn.dark:hover {
    background: #fff200;

    color: #171717;
}

.btn.light {
    background: white;
}

.btn.light:hover {
    background: #fff200;

    color: #171717;
}

.btn.alt {
    background: none;
}

.btn.alt.dark {
    border: 1px solid #171717;

    color: #171717;
}

.btn.alt.dark:hover {
    background: #171717;

    color: white;

    border-color: transparent;
}

.btn.alt.light {
    border: 1px solid white;

    color: white;
}

.btn.alt.light:hover {
    background: #fff200;

    color: #171717;

    border-color: transparent;
}

.btn i,
.btn span {
    font-size: 18px;

    margin-left: 15px;
}

.animated {
    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;

    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;

        -webkit-transform: translateY(-20px);

        transform: translateY(-20px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;

        -webkit-transform: translateY(-20px);

        -ms-transform: translateY(-20px);

        transform: translateY(-20px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;

    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;

        -webkit-transform: translateY(-2000px);

        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;

        -webkit-transform: translateY(-2000px);

        -ms-transform: translateY(-2000px);

        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;

    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;

        -webkit-transform: translateX(-20px);

        transform: translateX(-20px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateX(0);

        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;

        -webkit-transform: translateX(-20px);

        -ms-transform: translateX(-20px);

        transform: translateX(-20px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;

    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;

        -webkit-transform: translateX(-2000px);

        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateX(0);

        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;

        -webkit-transform: translateX(-2000px);

        -ms-transform: translateX(-2000px);

        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;

    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;

        -webkit-transform: translateX(20px);

        transform: translateX(20px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateX(0);

        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;

        -webkit-transform: translateX(20px);

        -ms-transform: translateX(20px);

        transform: translateX(20px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;

    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;

        -webkit-transform: translateX(2000px);

        transform: translateX(2000px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateX(0);

        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;

        -webkit-transform: translateX(2000px);

        -ms-transform: translateX(2000px);

        transform: translateX(2000px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;

    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;

        -webkit-transform: translateY(20px);

        transform: translateY(20px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;

        -webkit-transform: translateY(20px);

        -ms-transform: translateY(20px);

        transform: translateY(20px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;

    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;

        -webkit-transform: translateY(2000px);

        transform: translateY(2000px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateY(0);

        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;

        -webkit-transform: translateY(2000px);

        -ms-transform: translateY(2000px);

        transform: translateY(2000px);
    }

    100% {
        opacity: 1;

        -webkit-transform: translateY(0);

        -ms-transform: translateY(0);

        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;

    animation-name: fadeInUpBig;
}

/*!

 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome

 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

 */

@font-face {
    font-family: "FontAwesome";

    src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");

    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0")
            format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"),
        url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"),
        url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular")
            format("svg");

    font-weight: normal;

    font-style: normal;
}

.fa {
    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;

    line-height: 0.75em;

    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;

    text-align: center;
}

.fa-ul {
    padding-left: 0;

    margin-left: 2.14285714em;

    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;

    left: -2.14285714em;

    width: 2.14285714em;

    top: 0.14285714em;

    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;

    border: solid 0.08em #eee;

    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;

    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);

    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);

        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);

        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

    -webkit-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);

    -webkit-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

    -webkit-transform: rotate(270deg);

    -ms-transform: rotate(270deg);

    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);

    -webkit-transform: scale(-1, 1);

    -ms-transform: scale(-1, 1);

    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);

    -webkit-transform: scale(1, -1);

    -ms-transform: scale(1, -1);

    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;

    display: inline-block;

    width: 2em;

    height: 2em;

    line-height: 2em;

    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;

    left: 0;

    width: 100%;

    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

@font-face {
    font-family: et-line;

    src: url(../fonts/et-line.eot);

    src: url(../fonts/et-line.eot?#iefix) format("embedded-opentype"),
        url(../fonts/et-line.woff) format("woff"),
        url(../fonts/et-line.ttf) format("truetype"),
        url(../fonts/et-line.svg#et-line) format("svg");

    font-weight: 400;

    font-style: normal;
}

[data-icon]:before {
    font-family: et-line;

    content: attr(data-icon);

    speak: none;

    font-weight: 400;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    display: inline-block;
}

.icon-adjustments,
.icon-alarmclock,
.icon-anchor,
.icon-aperture,
.icon-attachment,
.icon-bargraph,
.icon-basket,
.icon-beaker,
.icon-bike,
.icon-book-open,
.icon-briefcase,
.icon-browser,
.icon-calendar,
.icon-camera,
.icon-caution,
.icon-chat,
.icon-circle-compass,
.icon-clipboard,
.icon-clock,
.icon-cloud,
.icon-compass,
.icon-desktop,
.icon-dial,
.icon-document,
.icon-documents,
.icon-download,
.icon-dribbble,
.icon-edit,
.icon-envelope,
.icon-expand,
.icon-facebook,
.icon-flag,
.icon-focus,
.icon-gears,
.icon-genius,
.icon-gift,
.icon-global,
.icon-globe,
.icon-googleplus,
.icon-grid,
.icon-happy,
.icon-hazardous,
.icon-heart,
.icon-hotairballoon,
.icon-hourglass,
.icon-key,
.icon-laptop,
.icon-layers,
.icon-lifesaver,
.icon-lightbulb,
.icon-linegraph,
.icon-linkedin,
.icon-lock,
.icon-magnifying-glass,
.icon-map,
.icon-map-pin,
.icon-megaphone,
.icon-mic,
.icon-mobile,
.icon-newspaper,
.icon-notebook,
.icon-paintbrush,
.icon-paperclip,
.icon-pencil,
.icon-phone,
.icon-picture,
.icon-pictures,
.icon-piechart,
.icon-presentation,
.icon-pricetags,
.icon-printer,
.icon-profile-female,
.icon-profile-male,
.icon-puzzle,
.icon-quote,
.icon-recycle,
.icon-refresh,
.icon-ribbon,
.icon-rss,
.icon-sad,
.icon-scissors,
.icon-scope,
.icon-search,
.icon-shield,
.icon-speedometer,
.icon-strategy,
.icon-streetsign,
.icon-tablet,
.icon-target,
.icon-telescope,
.icon-toolbox,
.icon-tools,
.icon-tools-2,
.icon-trophy,
.icon-tumblr,
.icon-twitter,
.icon-upload,
.icon-video,
.icon-wallet,
.icon-wine {
    font-family: et-line;

    speak: none;

    font-style: normal;

    font-weight: 400;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    display: inline-block;
}

.icon-mobile:before {
    content: "\e000";
}

.icon-laptop:before {
    content: "\e001";
}

.icon-desktop:before {
    content: "\e002";
}

.icon-tablet:before {
    content: "\e003";
}

.icon-phone:before {
    content: "\e004";
}

.icon-document:before {
    content: "\e005";
}

.icon-documents:before {
    content: "\e006";
}

.icon-search:before {
    content: "\e007";
}

.icon-clipboard:before {
    content: "\e008";
}

.icon-newspaper:before {
    content: "\e009";
}

.icon-notebook:before {
    content: "\e00a";
}

.icon-book-open:before {
    content: "\e00b";
}

.icon-browser:before {
    content: "\e00c";
}

.icon-calendar:before {
    content: "\e00d";
}

.icon-presentation:before {
    content: "\e00e";
}

.icon-picture:before {
    content: "\e00f";
}

.icon-pictures:before {
    content: "\e010";
}

.icon-video:before {
    content: "\e011";
}

.icon-camera:before {
    content: "\e012";
}

.icon-printer:before {
    content: "\e013";
}

.icon-toolbox:before {
    content: "\e014";
}

.icon-briefcase:before {
    content: "\e015";
}

.icon-wallet:before {
    content: "\e016";
}

.icon-gift:before {
    content: "\e017";
}

.icon-bargraph:before {
    content: "\e018";
}

.icon-grid:before {
    content: "\e019";
}

.icon-expand:before {
    content: "\e01a";
}

.icon-focus:before {
    content: "\e01b";
}

.icon-edit:before {
    content: "\e01c";
}

.icon-adjustments:before {
    content: "\e01d";
}

.icon-ribbon:before {
    content: "\e01e";
}

.icon-hourglass:before {
    content: "\e01f";
}

.icon-lock:before {
    content: "\e020";
}

.icon-megaphone:before {
    content: "\e021";
}

.icon-shield:before {
    content: "\e022";
}

.icon-trophy:before {
    content: "\e023";
}

.icon-flag:before {
    content: "\e024";
}

.icon-map:before {
    content: "\e025";
}

.icon-puzzle:before {
    content: "\e026";
}

.icon-basket:before {
    content: "\e027";
}

.icon-envelope:before {
    content: "\e028";
}

.icon-streetsign:before {
    content: "\e029";
}

.icon-telescope:before {
    content: "\e02a";
}

.icon-gears:before {
    content: "\e02b";
}

.icon-key:before {
    content: "\e02c";
}

.icon-paperclip:before {
    content: "\e02d";
}

.icon-attachment:before {
    content: "\e02e";
}

.icon-pricetags:before {
    content: "\e02f";
}

.icon-lightbulb:before {
    content: "\e030";
}

.icon-layers:before {
    content: "\e031";
}

.icon-pencil:before {
    content: "\e032";
}

.icon-tools:before {
    content: "\e033";
}

.icon-tools-2:before {
    content: "\e034";
}

.icon-scissors:before {
    content: "\e035";
}

.icon-paintbrush:before {
    content: "\e036";
}

.icon-magnifying-glass:before {
    content: "\e037";
}

.icon-circle-compass:before {
    content: "\e038";
}

.icon-linegraph:before {
    content: "\e039";
}

.icon-mic:before {
    content: "\e03a";
}

.icon-strategy:before {
    content: "\e03b";
}

.icon-beaker:before {
    content: "\e03c";
}

.icon-caution:before {
    content: "\e03d";
}

.icon-recycle:before {
    content: "\e03e";
}

.icon-anchor:before {
    content: "\e03f";
}

.icon-profile-male:before {
    content: "\e040";
}

.icon-profile-female:before {
    content: "\e041";
}

.icon-bike:before {
    content: "\e042";
}

.icon-wine:before {
    content: "\e043";
}

.icon-hotairballoon:before {
    content: "\e044";
}

.icon-globe:before {
    content: "\e045";
}

.icon-genius:before {
    content: "\e046";
}

.icon-map-pin:before {
    content: "\e047";
}

.icon-dial:before {
    content: "\e048";
}

.icon-chat:before {
    content: "\e049";
}

.icon-heart:before {
    content: "\e04a";
}

.icon-cloud:before {
    content: "\e04b";
}

.icon-upload:before {
    content: "\e04c";
}

.icon-download:before {
    content: "\e04d";
}

.icon-target:before {
    content: "\e04e";
}

.icon-hazardous:before {
    content: "\e04f";
}

.icon-piechart:before {
    content: "\e050";
}

.icon-speedometer:before {
    content: "\e051";
}

.icon-global:before {
    content: "\e052";
}

.icon-compass:before {
    content: "\e053";
}

.icon-lifesaver:before {
    content: "\e054";
}

.icon-clock:before {
    content: "\e055";
}

.icon-aperture:before {
    content: "\e056";
}

.icon-quote:before {
    content: "\e057";
}

.icon-scope:before {
    content: "\e058";
}

.icon-alarmclock:before {
    content: "\e059";
}

.icon-refresh:before {
    content: "\e05a";
}

.icon-happy:before {
    content: "\e05b";
}

.icon-sad:before {
    content: "\e05c";
}

.icon-facebook:before {
    content: "\e05d";
}

.icon-twitter:before {
    content: "\e05e";
}

.icon-googleplus:before {
    content: "\e05f";
}

.icon-rss:before {
    content: "\e060";
}

.icon-tumblr:before {
    content: "\e061";
}

.icon-linkedin:before {
    content: "\e062";
}

.icon-dribbble:before {
    content: "\e063";
}

.loader > div {
    position: fixed;

    z-index: 1001;

    background: white;

    -moz-transition: all 500ms;

    -o-transition: all 500ms;

    -webkit-transition: all 500ms;

    transition: all 500ms;
}

.loader > div.top {
    top: 0;

    left: 0;

    width: 100%;

    height: 50%;
}

.loader > div.left {
    top: 0;

    left: 0;

    width: 50%;

    height: 100%;
}

.loader > div.bottom {
    bottom: 0;

    left: 0;

    width: 100%;

    height: 50%;
}

.loader > div.right {
    top: 0;

    right: 0;

    width: 50%;

    height: 100%;
}

.loader .logo {
    position: fixed;

    top: 50%;

    left: 50%;

    z-index: 1002;

    -moz-transition: all 150ms;

    -o-transition: all 150ms;

    -webkit-transition: all 150ms;

    transition: all 150ms;

    -moz-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);
}

.loaded .loader .logo {
    -moz-transform: translate(-50%, -50%) scale(0.8);

    -o-transform: translate(-50%, -50%) scale(0.8);

    -webkit-transform: translate(-50%, -50%) scale(0.8);

    -ms-transform: translate(-50%, -50%) scale(0.8);

    transform: translate(-50%, -50%) scale(0.8);

    opacity: 0;

    -khtml-opacity: 0;

    -moz-opacity: 0;

    filter: alpha(opacity=0);
}

.loaded .loader .top,
.loaded .loader .bottom {
    height: 0;
}

.loaded .loader .left,
.loaded .loader .right {
    width: 0;
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1042;

    overflow: hidden;

    position: fixed;

    background: #0b0b0b;

    opacity: 0.8;

    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1043;

    position: fixed;

    outline: none !important;

    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    padding: 0 8px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;
}

.mfp-container:before {
    content: "";

    display: inline-block;

    height: 100%;

    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;

    display: inline-block;

    vertical-align: middle;

    margin: 0 auto;

    text-align: left;

    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;

    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;

    cursor: -webkit-zoom-out;

    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;

    cursor: -webkit-zoom-in;

    cursor: -moz-zoom-in;

    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;

    position: absolute;

    top: 50%;

    width: auto;

    text-align: center;

    margin-top: -0.8em;

    left: 8px;

    right: 8px;

    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;

    cursor: pointer;

    background: transparent;

    border: 0;

    -webkit-appearance: none;

    display: block;

    outline: none;

    padding: 0;

    z-index: 1046;

    -webkit-box-shadow: none;

    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;

    border: 0;
}

.mfp-close {
    width: 44px;

    height: 44px;

    line-height: 44px;

    position: absolute;

    right: 0;

    top: 0;

    text-decoration: none;

    text-align: center;

    opacity: 0.65;

    filter: alpha(opacity=65);

    padding: 0 0 18px 10px;

    color: #fff;

    font-style: normal;

    font-size: 28px;

    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;

    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;

    right: -6px;

    text-align: right;

    padding-right: 6px;

    width: 100%;
}

.mfp-counter {
    position: absolute;

    top: 0;

    right: 0;

    color: #ccc;

    font-size: 12px;

    line-height: 18px;

    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;

    opacity: 0.65;

    filter: alpha(opacity=65);

    margin: 0;

    top: 50%;

    margin-top: -55px;

    padding: 0;

    width: 90px;

    height: 110px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;

    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: "";

    display: block;

    width: 0;

    height: 0;

    position: absolute;

    left: 0;

    top: 0;

    margin-top: 35px;

    margin-left: 35px;

    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;

    border-bottom-width: 13px;

    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;

    border-bottom-width: 21px;

    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;

    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;

    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;

    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;

    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;

    width: 100%;

    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;

    height: 0;

    overflow: hidden;

    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;

    display: block;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;

    max-width: 100%;

    height: auto;

    display: block;

    line-height: 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    padding: 40px 0 40px;

    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";

    position: absolute;

    left: 0;

    top: 40px;

    bottom: 40px;

    display: block;

    right: 0;

    width: auto;

    height: auto;

    z-index: -1;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;

    display: block;

    font-size: 12px;

    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    cursor: auto;
}

.mfp-title {
    text-align: left;

    line-height: 18px;

    color: #f3f3f3;

    word-wrap: break-word;

    margin-top: 15px;

    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
    screen and (max-height: 300px) {
    /**

       * Remove all paddings around the image on small screen

       */

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;

        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;

        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;

        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);

        bottom: 0;

        margin: 0;

        top: auto;

        padding: 3px 5px;

        position: fixed;

        -webkit-box-sizing: border-box;

        -moz-box-sizing: border-box;

        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;

        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;

        right: 0;

        width: 35px;

        height: 35px;

        line-height: 35px;

        background: rgba(0, 0, 0, 0.6);

        position: fixed;

        text-align: center;

        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);

        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;

        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;

        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;

        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;

    left: 50%;

    margin-left: -300px;

    margin-top: 5px;

    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;

    right: 0;

    padding-top: 0;
}

.notification {
    color: white;

    font-size: 14px;

    padding: 25px;

    display: block;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;
}

.notification.success {
    background: #80d049;
}

.notification.error {
    background: #f24b4b;
}

.notification.warning {
    background: #f48d48;
}

.notification.info {
    background: #0084dd;
}

.notification i,
.notification .fa {
    font-size: 18px;

    margin: 0 30px;
}

.pagination {
    padding: 0;

    margin: 0;

    list-style-type: none;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li span {
    display: block;

    width: 50px;

    height: 50px;

    text-align: center;

    line-height: 46px;

    color: #777777;

    border: 2px solid #f1f1f1;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;
}

.pagination li a:hover,
.pagination li a.active {
    border-color: #ddd;

    color: #171717;
}

.pagination li a.fa {
    font-size: 20px;
}

.pagination li span {
    opacity: 0.7;

    -khtml-opacity: 0.7;

    -moz-opacity: 0.7;

    filter: alpha(opacity=70);
}

.progress {
    margin-bottom: 15px;

    text-align: left;
}

.progress h1,
.progress h2,
.progress h3,
.progress h4,
.progress h5,
.progress h6,
.progress p,
.progress span,
.progress a {
    margin-bottom: 10px;
}

.progress .skill {
    width: 100%;

    height: 10px;

    background: #f1f1f1;

    padding: 3px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;
}

.progress .skill .skill-bar {
    height: 100%;

    position: relative;

    background: #fff200;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;
}

.progress .skill .skill-bar .skill-info {
    background: #fff200;

    color: white;

    position: absolute;

    top: 50%;

    right: 0;

    padding: 6px;

    font-size: 14px;

    font-weight: 700;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);
}

.progress:last-child {
    margin-bottom: 0;
}

.progress.dark .skill .skill-bar,
.progress.dark .skill .skill-info {
    background: #1b191e;
}

.fundraising {
    position: relative;

    z-index: 2;
}

.fundraising .skill {
    height: 20px;

    padding: 0;

    position: relative;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;
}

.fundraising .skill .goal-info {
    background: #1b191e;

    color: white;

    position: absolute;

    top: 50%;

    right: 0;

    font-size: 16px;

    padding: 15px;

    font-weight: 700;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);
}

.fundraising .skill .skill-bar {
    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;
}

.fundraising .skill .skill-bar .skill-info {
    font-size: 16px;

    padding: 15px;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;
}

.fundraising .skill .skill-bar .skill-info:after {
    display: block;

    content: attr(data-description);

    position: absolute;

    top: -40px;

    left: 50%;

    text-align: center;

    white-space: nowrap;

    -moz-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);
}

.tabs-content .fundraising {
    margin-top: 60px;
}

.tabs-content .fundraising .skill {
    height: 5px;

    background: #ddd;
}

.tabs-content .fundraising .skill .goal-info,
.tabs-content .fundraising .skill .skill-bar .skill-info {
    font-size: 14px;

    padding: 6px;
}

.tabs-content .fundraising .skill .skill-bar .skill-info:after {
    font-size: 12px;

    top: -25px;

    color: #171717;
}

body {
    font-family: "Gotham Pro", "sans-serif";
}

h1 {
    font-family: "Gotham Pro Black", "sans-serif";

    color: #000;

    font-weight: 400;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Gotham Pro Bold", "sans-serif";

    color: #000;

    font-weight: 400;
}

h5 {
    color: #6d6d6d;

    padding-bottom: 8px;

    line-height: 24px;
}

p,
section {
    font-family: "Gotham Pro", "sans-serif";

    line-height: 22px;

    font-size: 16px;

    color: #6d6d6d;
}

.graphic p {
    line-height: 18px;
    font-size: 14px;
}

span,
blockquote {
    color: #fffff;
}

input,
textarea,
select,
label,
small {
    font-family: "Gotham Pro", "sans-serif";

    font-weight: 700;
}

blockquote {
    padding: 20px 40px;

    color: #171717;

    margin: 0 0 15px;

    border-left: 10px solid #171717;
}

blockquote p {
    color: #171717;
}

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

h1 {
    font-size: 80px;

    line-height: 75px;
}

h2 {
    font-size: 60px;

    line-height: 60px;
}

h3 {
    font-size: 40px;

    line-height: 40px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

/* ==========================================================================

   Theme Components

========================================================================== */

.main-wrapper {
    overflow: hidden;

    position: relative;

    z-index: 1;

    background: white;
}

.parallax {
    width: 100%;

    overflow: hidden;

    position: relative;

    background-attachment: fixed;

    background-repeat: no-repeat;

    background-size: cover;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;
}

.parallax.fixed-image {
    background-position: 50% 50% !important;

    background-attachment: scroll;
}

.title {
    position: relative;

    margin-bottom: 50px;
}

.title.large {
    margin-bottom: 100px;
}

.title .subtitle {
    margin: 0;

    position: absolute;

    top: 50%;

    right: 0;

    border-left: 4px solid #a1b1bc;

    padding-left: 40px;

    width: 70%;

    color: #171717;

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);
}

.title span {
    font-size: 90px;

    font-weight: 700;

    color: #a1b1bc;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
    font-size: 24px;

    display: inline-block;

    margin-left: -55px;

    line-height: 100%;

    background: white;

    font-weight: 700;

    letter-spacing: 1.5px;
}

.title.grey h1,
.title.grey h2,
.title.grey h3,
.title.grey h4,
.title.grey h5,
.title.grey h6 {
    background: #f1f1f1;
}

.title.dark span,
.title.dark .subtitle {
    color: white;
}

.title.dark .subtitle {
    border-color: #fff200;
}

.title.dark h1,
.title.dark h2,
.title.dark h3,
.title.dark h4,
.title.dark h5,
.title.dark h6 {
    color: white;

    background: #1b191e;
}

.title.color span,
.title.color .subtitle {
    color: #171717;
}

.title.color .subtitle {
    border-color: #171717;
}

.title.color h1,
.title.color h2,
.title.color h3,
.title.color h4,
.title.color h5,
.title.color h6 {
    color: #171717;

    background: #fff200;
}

.title.normal h1,
.title.normal h2,
.title.normal h3,
.title.normal h4,
.title.normal h5,
.title.normal h6 {
    margin-left: 0;

    background: none;
}

.grid .grid-item {
    width: 25%;
}

.grid .grid-item a {
    position: relative;

    display: block;

    overflow: hidden;
}

.grid .grid-item a:after {
    display: block;

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    visibility: hidden;

    opacity: 0;

    -khtml-opacity: 0;

    -moz-opacity: 0;

    filter: alpha(opacity=0);

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;

    background: #fff200;
}

.grid .grid-item:hover a:after {
    visibility: visible;

    opacity: 0.8;

    -khtml-opacity: 0.8;

    -moz-opacity: 0.8;

    filter: alpha(opacity=80);
}

.grid .grid-item .caption-zoom {
    position: absolute;

    top: 50%;

    left: 50%;

    font-size: 30px;

    visibility: hidden;

    z-index: 2;

    color: #171717;

    opacity: 0;

    -khtml-opacity: 0;

    -moz-opacity: 0;

    filter: alpha(opacity=0);

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;

    -moz-transform: translate(-50%, -50%) scale(0.8);

    -o-transform: translate(-50%, -50%) scale(0.8);

    -webkit-transform: translate(-50%, -50%) scale(0.8);

    -ms-transform: translate(-50%, -50%) scale(0.8);

    transform: translate(-50%, -50%) scale(0.8);
}

.grid .grid-item:hover .caption-zoom {
    visibility: visible;

    opacity: 1;

    -khtml-opacity: 1;

    -moz-opacity: 1;

    filter: alpha(opacity=100);

    -moz-transform: translate(-50%, -50%) scale(1);

    -o-transform: translate(-50%, -50%) scale(1);

    -webkit-transform: translate(-50%, -50%) scale(1);

    -ms-transform: translate(-50%, -50%) scale(1);

    transform: translate(-50%, -50%) scale(1);
}

.grid .grid-item-width {
    width: 50%;
}

.grid .grid-item-height {
    height: 586px;
}

.feature .icon {
    text-align: center;
}

.feature .icon i {
    font-size: 60px;
}

.feature .feature-title {
    font-weight: 900;

    margin: 35px 0 15px;
}

.color .feature p,
.color .feature span {
    color: #171717;
}

.dark .feature .icon i {
    color: #fff200;
}

.dark .feature .feature-title {
    color: white;
}

.contact-item {
    position: relative;

    padding-left: 70px;

    margin-bottom: 45px;
}

.contact-item .icon {
    position: absolute;

    top: 0;

    left: 0;
}

.contact-item .icon i {
    font-size: 35px;
}

.contact-item h1,
.contact-item h2,
.contact-item h3,
.contact-item h4,
.contact-item h5,
.contact-item h6 {
    margin-bottom: 5px;

    font-weight: 700;
}

.contact-item a {
    color: #171717;
}

.contact-item p {
    margin: 0;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-form {
    padding: 0;
}

.contact-form button,
.contact-form .btn {
    margin-top: 15px;
}

.countdown-section {
    position: absolute;

    bottom: 50px;

    left: 50%;

    padding: 20px 40px;

    background: white;

    z-index: 1;

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;

    -moz-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);
}

.countdown-section h1,
.countdown-section h2,
.countdown-section h3,
.countdown-section h4,
.countdown-section h5,
.countdown-section h6 {
    margin-bottom: 15px;

    text-align: center;
}

.countdown-section .countdown > span {
    width: 50px;

    display: inline-block;

    text-align: center;

    font-size: 25px;

    font-weight: 600;

    color: #171717;

    margin: 0 10px;
}

.countdown-section .countdown > span span {
    text-transform: uppercase;

    display: block;
}

.countdown-section.in-place {
    bottom: 0;
}

.sponsor {
    height: 150px;

    display: table;

    border-right: 1px solid #ddd;
}

.sponsor > div {
    display: table-cell;

    vertical-align: middle;
}

.sponsor:first-child > div,
.sponsor:nth-child(2) > div,
.sponsor:nth-child(3) > div {
    border-bottom: 1px solid #ddd;
}

.sponsor:nth-child(3n + 3) {
    border-right: none;
}

.map {
    height: 400px;
}

.to-top {
    position: fixed;

    right: 0;

    bottom: 60px;

    color: #171717;

    z-index: 2;

    width: 70px;

    height: 55px;

    font-size: 20px;

    border-top-left-radius: 15px;

    border-bottom-left-radius: 15px;

    background: #f1f1f1;

    visibility: hidden;

    -moz-transform: translateX(100%);

    -o-transform: translateX(100%);

    -webkit-transform: translateX(100%);

    -ms-transform: translateX(100%);

    transform: translateX(100%);

    opacity: 0;

    -khtml-opacity: 0;

    -moz-opacity: 0;

    filter: alpha(opacity=0);
}

.to-top.in-place {
    visibility: visible;

    -moz-transform: translateX(0);

    -o-transform: translateX(0);

    -webkit-transform: translateX(0);

    -ms-transform: translateX(0);

    transform: translateX(0);

    opacity: 1;

    -khtml-opacity: 1;

    -moz-opacity: 1;

    filter: alpha(opacity=100);
}

.to-top i {
    padding: 18px;
}

.video-background {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;
}

.video-background video {
    width: auto;

    background-size: cover;

    height: auto;

    min-width: 100%;

    min-height: 100%;

    position: fixed;

    bottom: 0;

    top: 0;

    left: 0;

    right: 0;

    background: url(../video/video-fallback-image.jpg) no-repeat;
}

.accomodation .accomodation-media {
    position: relative;

    margin-bottom: 10px;

    overflow: hidden;
}

.accomodation .accomodation-media .accomodation-meta {
    position: absolute;

    padding: 10px 20px;

    bottom: 0;

    left: 0;

    width: 100%;

    background: rgba(0, 0, 0, 0.4);

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;

    -moz-transform: translateY(100%);

    -o-transform: translateY(100%);

    -webkit-transform: translateY(100%);

    -ms-transform: translateY(100%);

    transform: translateY(100%);
}

.accomodation .accomodation-media .accomodation-meta p,
.accomodation .accomodation-media .accomodation-meta span {
    color: white;
}

.accomodation .accomodation-media .accomodation-meta p {
    display: inline-block;
}

.accomodation .accomodation-media .accomodation-meta .stars {
    display: inline-block;

    float: right;

    color: #fff200;

    font-size: 15px;
}

.accomodation .accomodation-media a.btn {
    position: absolute;

    top: 50%;

    left: 50%;

    visibility: hidden;

    opacity: 0;

    -khtml-opacity: 0;

    -moz-opacity: 0;

    filter: alpha(opacity=0);

    -moz-transform: translate(-50%, -50%) scale(0.9);

    -o-transform: translate(-50%, -50%) scale(0.9);

    -webkit-transform: translate(-50%, -50%) scale(0.9);

    -ms-transform: translate(-50%, -50%) scale(0.9);

    transform: translate(-50%, -50%) scale(0.9);
}

.accomodation h1,
.accomodation h2,
.accomodation h3,
.accomodation h4,
.accomodation h5,
.accomodation h6 {
    margin-bottom: 5px;
}

.accomodation p {
    margin: 0;
}

.accomodation:hover a.btn {
    visibility: visible;

    opacity: 1;

    -khtml-opacity: 1;

    -moz-opacity: 1;

    filter: alpha(opacity=100);

    -moz-transform: translate(-50%, -50%) scale(1);

    -o-transform: translate(-50%, -50%) scale(1);

    -webkit-transform: translate(-50%, -50%) scale(1);

    -ms-transform: translate(-50%, -50%) scale(1);

    transform: translate(-50%, -50%) scale(1);
}

.accomodation:hover .accomodation-meta {
    -moz-transform: translateY(0);

    -o-transform: translateY(0);

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);
}

.counter {
    padding: 30px;

    text-align: center;
}

.counter.grey {
    background: #a1b1bc;
}

.counter.grey .counter-info {
    color: #171717;
}

.counter.light {
    background: white;
}

.counter.light .counter-info {
    color: #171717;
}

.counter.dark {
    background: #1b191e;
}

.counter.dark i,
.counter.dark .counter-number {
    color: white;
}

.counter.dark .counter-info {
    color: #fff200;
}

.counter.color {
    background: #fff200;
}

.counter.color i,
.counter.color .counter-number,
.counter.color .counter-info {
    color: #171717;
}

.counter i {
    font-size: 40px;
}

.counter .counter-number {
    font-weight: 900;

    color: #a1b1bc;

    margin: 20px 0 0px;
}

.counter .counter-info {
    margin: 0;

    text-transform: uppercase;
}

.social-icons {
    margin-top: 30px;
}

.social-icons a {
    color: #171717;

    font-size: 18px;

    width: 40px;

    height: 40px;

    text-align: center;

    border: 1px solid #f1f1f1;

    line-height: 40px;

    margin: 0 4px;
}

.social-icons a:first-child {
    margin-left: 0;
}

.social-icons a:last-child {
    margin-right: 0;
}

.social-icons a:hover {
    border-color: #171717;

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1);
}

.navigation-container nav.social-icons {
    position: fixed;

    bottom: -50px;

    right: 0;

    width: 100%;

    margin: 0;

    height: auto;

    text-align: center;

    background: #171717;

    visibility: hidden;

    -moz-transition: all 100ms;

    -o-transition: all 100ms;

    -webkit-transition: all 100ms;

    transition: all 100ms;

    opacity: 0;

    -khtml-opacity: 0;

    -moz-opacity: 0;

    filter: alpha(opacity=0);
}

.navigation-container nav.social-icons a {
    color: white;

    border: none;

    width: 35px;

    height: 50px;
}

.navigation-container nav.social-icons a:hover {
    color: #fff200;

    -moz-transform: none;

    -o-transform: none;

    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
}

.in-place .navigation-container nav.social-icons {
    visibility: visible;

    opacity: 1;

    -khtml-opacity: 1;

    -moz-opacity: 1;

    filter: alpha(opacity=100);
}

.inner header {
    /* 	background: #ee7d00; */
    background: #0e6828;
}

header {
    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 95px;

    z-index: 3;

    padding: 0;

    background: none;

    border-bottom: 1px solid #f8ae91;

    border-bottom: 1px solid #f8ae91;
}

header {
    /* 	background: #ee7d00; */
    background: #0e6828;
}

header.in-place {
    height: 60px;
}

header .container {
    position: relative;
}

.customize-support header {
    top: 32px;
}

header .finest-link {
    position: absolute;

    top: 15px;

    right: 235px;

    z-index: 50;
}

header.in-place .finest-link {
    top: 10px;
    right: 235px;
}

header .finest-link img {
    width: 60px;
}

header.in-place .finest-link img {
    width: 40px;
}

header .fb-messenger {
    position: absolute;

    top: 15px;

    right: 150px;

    z-index: 50;
}

header.in-place .fb-messenger {
    top: 10px;
    right: 160px;
}

header .fb-messenger img {
    width: 60px;
}

header.in-place .fb-messenger img {
    width: 40px;
}

header .langbar {
    position: absolute;

    top: 15px;

    right: 80px;
}

header .langbar a {
    padding: 20px;

    display: block;

    font-size: 10px;

    color: #000;

    font-family: "Gotham Pro Bold";

    position: relative;

    width: 70px;

    text-align: center;
}

header .langbar a i {
    font-size: 30px;

    position: absolute;

    top: 22px;

    left: 26px;
}

header .langbar .langbox {
    display: none;
    position: absolute;
    background: #f2f2f2;
    -webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 1);
    box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 1);
    z-index: 100;
}

header .langbar .langbox a {
    padding: 10px 20px;
}

header .icon-trigger {
    margin-top: 15px;

    width: 60px;

    height: 60px;

    display: inline-block;

    float: right;

    overflow: hidden;

    z-index: 4;
}

header .icon-trigger span {
    width: 45px;

    height: 5px;

    background: #ffffff;

    margin: auto;

    position: relative;

    margin-top: 1px;

    display: block;

    top: 50%;

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;
}

header .icon-trigger span:after,
header .icon-trigger span:before {
    display: block;

    content: "";

    height: 5px;

    width: 45px;

    background: #ffffff;

    position: relative;

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;
}

header .icon-trigger span:after {
    top: 8px;
}

header .icon-trigger span:before {
    bottom: 13px;
}

header .icon-trigger.is-active span,
header .icon-trigger.is-active span:after,
header .icon-trigger.is-active span:before {
    background: white;
}

header .icon-trigger.is-active span:after {
    -moz-transform: translateX(-150%);

    -o-transform: translateX(-150%);

    -webkit-transform: translateX(-150%);

    -ms-transform: translateX(-150%);

    transform: translateX(-150%);
}

header .icon-trigger.is-active span:before {
    -moz-transform: translateX(150%);

    -o-transform: translateX(150%);

    -webkit-transform: translateX(150%);

    -ms-transform: translateX(150%);

    transform: translateX(150%);
}

header .logo {
    float: left;

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;
}

header.in-place {
    -moz-box-shadow: 0 0 3px #dddddd;

    -webkit-box-shadow: 0 0 3px #dddddd;

    box-shadow: 0 0 3px #dddddd;
}

header.in-place .logo {
    margin-top: -35px;
}

header.in-place .icon-trigger {
    margin-top: 5px;

    top: 0;

    width: 50px;

    height: 50px;

    right: 50px;
}

header.in-place .langbar {
    top: 0;
}

header.in-place .icon-trigger.is-active span {
    background: #171717;
}

.navigation-container {
    position: fixed;

    top: 60px;

    right: 0;

    height: calc(100% - 120px);

    width: 365px;

    z-index: 1000;

    background: #171717;

    -moz-transform: translateX(100%);

    -o-transform: translateX(100%);

    -webkit-transform: translateX(100%);

    -ms-transform: translateX(100%);

    transform: translateX(100%);

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;
}

.navigation-container .close {
    font-size: 40px;
}

.navigation-container.is-active {
    -moz-transform: translateX(0);

    -o-transform: translateX(0);

    -webkit-transform: translateX(0);

    -ms-transform: translateX(0);

    transform: translateX(0);

    right: 0px;

    top: 0;

    height: 100%;

    padding: 20px 20px 20px 65px;
}

.navigation-container nav {
    position: relative;

    display: table;

    width: 100%;
}

.navigation-container a {
    color: #fff;

    line-height: 35px;
}

.navigation-container a:hover {
    color: #f89720;
}

.navigation-container nav .nav-inner {
    display: table-cell;

    vertical-align: top;

    text-align: left;
}

.navigation-container nav .nav-inner li {
    margin: 17px 0;

    display: block;
}

.navigation-container nav .nav-inner li a {
    display: inline-block;

    font-family: "Gotham Pro Bold";

    font-size: 32px;

    color: white;

    position: relative;
}

.navigation-container nav .nav-inner li.active a {
    color: #f89720;
}

.navigation-container nav .nav-inner li a:before {
    display: block;

    content: "\f061";

    position: absolute;

    font-family: fontAwesome;

    top: 50%;

    font-size: 12px;

    left: -20px;

    color: #f89720;

    opacity: 0;

    -khtml-opacity: 0;

    -moz-opacity: 0;

    filter: alpha(opacity=0);

    visibility: hidden;

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    -moz-transition: all 200ms;

    -o-transition: all 200ms;

    -webkit-transition: all 200ms;

    transition: all 200ms;
}

.navigation-container nav .nav-inner li a:hover:before {
    visibility: visible;

    opacity: 1;

    -khtml-opacity: 1;

    -moz-opacity: 1;

    filter: alpha(opacity=100);

    left: -30px;
}

.navigation-container nav .nav-inner li a:hover {
    color: #f89720;
}

.in-place .navigation-container.is-active {
    right: 0px;
}

form {
    padding: 20px;
}

form fieldset {
    border: none;

    padding: 0;

    margin: 0 0 30px;
}

form fieldset input {
    margin: 0;
}

form fieldset > div {
    position: relative;
}

form fieldset > div i,
form fieldset > div .fa,
form fieldset > div button {
    color: white;

    position: absolute;

    top: 50%;

    right: 6%;

    font-size: 20px;

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);
}

form fieldset:last-child {
    margin-bottom: 0;
}

form fieldset.checkbox label {
    display: inline-block;

    margin: 0 10px;
}

form label {
    color: #171717;

    font-weight: 700;

    display: block;

    margin-bottom: 10px;
}

form label small {
    margin: 0;
}

form input,
form select {
    height: 50px;
}

form input[type="radio"],
form input[type="checkbox"] {
    height: auto;

    width: auto;

    margin: 10px 0;

    display: inline-block;
}

form input,
form select,
form button,
form textarea {
    color: #171717;

    padding: 10px 30px;

    margin-bottom: 15px;

    width: 100%;

    display: block;

    border: 1px solid #ececec;

    font-weight: 700;

    background: none;
}

form input:last-child,
form select:last-child,
form button:last-child,
form textarea:last-child {
    margin-bottom: 0;
}

form button {
    display: inline-block;

    width: auto;

    border: none;
}

form input[type="submit"] {
    background: #fff200;
}

form input,
form textarea {
    color: #171717;
}

form input.captcha,
form textarea.captcha {
    width: 35%;

    margin-top: 15px;
}

form textarea {
    height: 180px;
}

form .event-submission textarea {
    height: 160px;
}

form select {
    color: #171717;

    cursor: pointer;
}

form small,
form .description {
    color: #a1b1bc;

    display: inline-block;

    margin-top: 10px;
}

form .error {
    border: 2px solid #f24b4b;
}

form.login label {
    display: inline-block;
}

form input:focus,
form select:focus,
form textarea:focus {
    border-color: #171717;

    -moz-box-shadow: 0 0 2px #aaaaaa;

    -webkit-box-shadow: 0 0 2px #aaaaaa;

    box-shadow: 0 0 2px #aaaaaa;
}

form.light input,
form.light select,
form.light button,
form.light textarea {
    color: white;
}

.registration-form {
    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 12;

    overflow: auto;

    visibility: hidden;

    background: rgba(0, 0, 0, 0.8);

    opacity: 0;

    -khtml-opacity: 0;

    -moz-opacity: 0;

    filter: alpha(opacity=0);

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;
}

.registration-form.light {
    background: rgba(255, 255, 255, 0.8);
}

.registration-form.active {
    visibility: visible;

    opacity: 1;

    -khtml-opacity: 1;

    -moz-opacity: 1;

    filter: alpha(opacity=100);
}

.registration-form .registration-wrapper {
    width: 550px;

    margin: auto;

    position: relative;

    top: 50%;

    background: white;

    padding: 50px;

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);
}

.registration-form .registration-wrapper .close {
    position: absolute;

    top: 15px;

    right: 25px;

    color: #a1b1bc;

    font-size: 20px;
}

.registration-form .registration-wrapper .close:hover {
    color: #171717;
}

.registration-form .registration-wrapper h1,
.registration-form .registration-wrapper h2,
.registration-form .registration-wrapper h3,
.registration-form .registration-wrapper h4,
.registration-form .registration-wrapper h5,
.registration-form .registration-wrapper h6 {
    margin-bottom: 10px;
}

.registration-form .registration-wrapper p,
.registration-form .registration-wrapper span {
    display: block;

    margin-bottom: 30px;
}

.registration-form .registration-wrapper form {
    padding: 0;
}

.registration-form .registration-wrapper form > div {
    margin-bottom: 20px;
}

.registration-form .registration-wrapper form > div:last-child {
    margin-bottom: 0;
}

.registration-form .registration-wrapper .btn {
    display: block;

    width: 100%;
}

.select {
    position: relative;
}

.select:after {
    position: absolute;

    display: block;

    content: "\f0c9";

    font-family: fontAwesome;

    width: 50px;

    top: 50%;

    height: 40px;

    right: 5px;

    font-size: 21px;

    text-align: center;

    line-height: 42px;

    background-color: white;

    color: #a1b1bc;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);
}

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

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

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

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

input:-webkit-autofill {
    color: #fff !important;
}

.btn {
    -webkit-border-radius: 13;

    -moz-border-radius: 13;

    border-radius: 13px;

    -webkit-box-shadow: 0px 2px 2px #ff5800;

    -moz-box-shadow: 0px 2px 2px #ff5800;

    box-shadow: 0px 2px 2px #ff5800;

    font-family: "Gotham Pro Black";

    color: #000;

    font-size: 20px;

    background: #fff;

    padding: 10px 20px 10px 20px;

    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
}

.btn2 {
    -webkit-border-radius: 27;

    -moz-border-radius: 27;

    border-radius: 27px;

    -webkit-box-shadow: 0px 2px 2px #ff5800;

    -moz-box-shadow: 0px 2px 2px #ff5800;

    box-shadow: 0px 2px 2px #ff5800;

    font-family: "Gotham Pro Bold";

    color: #000;

    font-size: 14px;

    background: #fff;

    padding: 10px 50px 10px 50px;

    text-decoration: none;
}

.btn2:hover {
    text-decoration: none;
}

.fullscreen {
    position: relative;

    overflow: hidden;

    z-index: 1;
}

.section.orange,
.section.orange p {
    color: #fff;
}

#content {
    padding-top: 150px;

    line-height: 20px;
}

#content .c-8 img {
    padding: 5px 0 10px;
    width: 100%;
    height: auto;
}

#content .masonry-grid-item {
    width: 100%;
}

#content h5 {
    margin-bottom: 10px;
}

#content h6 {
    font-size: 16px;

    color: #ee7d00;

    font-family: "Gotham Pro Bold";
}

#content h4 {
    color: #ee7d00;

    font-size: 40px;

    font-family: "Gotham Pro Black";

    line-height: 45px;
}

#experts .row .c-3 {
    padding-bottom: 40px;
    width: 20%;
}

#experts .row .c-3 a.fa {
    color: #000;
    font-size: 0;
}

#experts .row .c-3 .fa:before {
    font-size: 18px;
}

#experts .row .c-3 a.fa:hover {
    color: #f2f2f2;
}

.fixed-bar {
    background: white;

    position: fixed;

    z-index: 2;

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;
}

.fixed-bar.horizontal {
    width: 100%;

    left: 0;

    height: 50px;
}

.fixed-bar.horizontal.top {
    top: 0;
}

.fixed-bar.horizontal.bottom {
    bottom: 0;
}

.fixed-bar.horizontal.not-in-view {
    -moz-transform: translateY(100%);

    -o-transform: translateY(100%);

    -webkit-transform: translateY(100%);

    -ms-transform: translateY(100%);

    transform: translateY(100%);
}

.fixed-bar.vertical {
    height: 100%;

    width: 50px;
}

.fixed-bar.vertical.left {
    left: 0;
}

.fixed-bar.vertical.left.not-in-view {
    -moz-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    -webkit-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    transform: translateX(-100%);
}

.fixed-bar.vertical.right {
    right: 0;
}

.fixed-bar.vertical.right.not-in-view {
    -moz-transform: translateX(100%);

    -o-transform: translateX(100%);

    -webkit-transform: translateX(100%);

    -ms-transform: translateX(100%);

    transform: translateX(100%);
}

/* .slider { min-height: 960px; width: 100%; padding-top: 80px; background-color: #f25c23; background-image: url('../img/bg.jpg'); background-position: center; background-repeat: no-repeat;  } */
.slider {
    background-color: #ee7d00;
}

.slider .container {
    position: relative;
}

.slider .map {
    width: 100%;
    max-width: 813px;
    height: auto;
}

.slider h1 {
    float: left;
    width: 600px;
    color: #fff;
}

.slider h1 span {
    font-size: 80px;
    color: #000;
    font-family: "Gotham Pro Black";
}

.slider .text {
    float: right;
    width: 300px;
    color: #fff;
}

.slider .text h3 {
    color: #fff;
}

.slider .text p {
    color: #fff;
}

footer.section {
    background: #232323;

    color: #d2d3d4;

    background: #232323 url("../img/footer.png") right bottom no-repeat;
}

footer.section .c-8 .row {
    margin-left: -35px;
}

footer.section h1,
footer.section h2,
footer.section h3,
footer.section h4,
footer.section h5,
footer.section h6 {
    color: #ee7d00;
}

footer .logo {
    margin-bottom: 25px;
}

footer a:hover {
    color: white;
}

footer .copyright {
    display: inline-block;

    width: 100%;

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    margin: 50px 0;

    padding-top: 50px;
}

footer .copyright p {
    margin-bottom: 0;
}

footer .copyright .social-icons {
    margin-top: 0;
}

footer .copyright .social-icons a {
    border: none;

    color: white;
}

footer .copyright .social-icons a:hover {
    -moz-transform: none;

    -o-transform: none;

    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

    color: #fff200;
}

footer .links .post-info {
    display: block;

    font-size: 11px;

    -moz-transition: all 250ms;

    -o-transition: all 250ms;

    -webkit-transition: all 250ms;

    transition: all 250ms;
}

footer .links a:hover .post-info {
    color: white;
}

#social.section {
    padding: 20px 0;
    background: #0e6828;
}

.social-icon {
    position: relative;

    padding-top: 50px;

    width: 95px;

    display: block;

    text-align: center;
}

.social-icon:hover {
    color: #ee7d00;
}

.social-icon:before {
    content: "";

    position: absolute;

    top: 0;

    left: 23px;

    width: 45px;

    height: 46px;

    background: url("../img/icon_fb.png") no-repeat;
}

.social-icon.icon-vk:before {
    background: url("../img/icon_vk.png") no-repeat;
}

.social-icon.icon-tw:before {
    background: url("../img/icon_tw.png") no-repeat;
}

.graphic {
    position: relative;

    height: 400px;

    font-size: 14px;
}

.graphic a {
    text-decoration: underline;
}

.graphic:before {
    top: 50%;

    content: "";

    position: absolute;

    background: #d2d4d4;

    width: 100%;

    height: 4px;
}

.graphic .ttl {
    font-family: "Gotham Pro Bold";

    padding-bottom: 8px;
}

.graphic .box1 {
    position: absolute;

    top: 245px;

    width: 175px;

    text-align: center;

    left: 105px;
}

.graphic .box2 {
    position: absolute;
}

.graphic .box2 .date {
    position: absolute;

    width: 40px;

    color: #ee7d00;

    font-family: "Gotham Pro Bold";

    top: 230px;

    left: 335px;

    text-align: center;
}

.graphic .box2 .date span {
    font-size: 24px;

    display: block;
}

.graphic .box2 .flag {
    position: absolute;

    width: 40px;

    height: 41px;

    background: url("../img/flag.png") no-repeat;

    top: 180px;

    left: 335px;
}

.graphic .box2 .ttl {
    position: absolute;

    width: 220px;

    height: 70px;

    background: url("../img/timeline.png") no-repeat;

    color: #fff;

    padding-top: 35px;

    text-align: center;

    top: 40px;

    left: 245px;
}

.graphic .box3 {
    position: relative;
}

.graphic .box3 .ttl {
    position: absolute;

    top: 245px;

    width: 175px;

    text-align: center;

    left: 490px;
}

.graphic .box3 .top {
    position: absolute;

    top: 131px;

    width: 105px;

    text-align: center;

    left: 450px;

    height: 80px;

    background: url("../img/timeline_top.png") no-repeat;

    font-size: 16px;

    font-family: "Gotham Pro Bold";

    color: #fff;

    padding-top: 10px;
}

.graphic .box3 .top.top40 {
    left: 400px;
}

.graphic .box3 .top.top20 {
    left: 530px;
}

.graphic .box3 .top.top10 {
    left: 660px;
}

.graphic .box4 {
    position: absolute;
}

.graphic .box4 .date {
    position: absolute;

    width: 40px;

    color: #ee7d00;

    font-family: "Gotham Pro Bold";

    top: 230px;

    left: 780px;

    text-align: center;
}

.graphic .box4 .date span {
    font-size: 24px;

    display: block;
}

.graphic .box4 .end {
    position: absolute;

    width: 40px;

    height: 41px;

    background: url("../img/end.png") no-repeat;

    top: 180px;

    left: 780px;
}

.graphic .box4 .ttl {
    position: absolute;

    width: 220px;

    height: 70px;

    background: url("../img/timeline.png") no-repeat;

    color: #fff;

    padding-top: 35px;

    text-align: center;

    top: 40px;

    left: 690px;
}

.graphic .box5 {
    position: absolute;

    top: 245px;

    width: 175px;

    text-align: center;

    left: 880px;
}

.masonry-grid {
    width: 100%;
}

/* clearfix */

.masonry-grid:after {
    content: "";

    display: block;

    clear: both;
}

.masonry-grid-item {
    width: 30%;
    width: -webkit-calc(33.3% - 25px);
    width: -moz-calc(33.3% - 25px);

    width: calc(33.3% - 25px);

    margin-right: 25px;

    margin-bottom: 25px;

    float: left;

    display: block;

    position: relative;

    -webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 1);

    -moz-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 1);

    box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 1);
}

.masonry-grid-item .info {
    font-size: 20px;

    color: #fff;

    bottom: 10px;

    padding: 0 45px 0 20px;

    position: absolute;

    line-height: 20px;

    display: none;
}

.masonry-grid-item:hover .info {
    display: block;
}

.masonry-grid-item:hover:before {
    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    background: #ee7d00;

    zoom: 1;

    filter: alpha(opacity=70);

    opacity: 0.7;
}

.masonry-grid-item .info h5 {
    color: #fff;
}

.masonry-grid-item img {
    width: 100%;
    height: auto;
}

.tooltips {
    position: relative;
    display: block;
}

.tooltips span {
    font: 300 14px "Open Sans", sans-serif;
    position: absolute;
    color: #ffffff;
    background: #000000;
    padding: 5px 10px;
    width: 220px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: transform 0.3s, opacity 0.6s, margin-left 0.2s, margin-top 0.2s;
}

.tooltips > span img {
    max-width: 220px;
}

.tooltips[tooltip-position="top"] span {
    margin-left: 10px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.tooltips[tooltip-position="bottom"] span {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin-top: 75%;
    z-index: 50;
}

.tooltips[tooltip-position="left"] span {
    margin-top: 30px;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.tooltips[tooltip-position="right"] span {
    margin-top: 30px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.tooltips span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.tooltips[tooltip-position="top"] span:after {
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid black;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.tooltips[tooltip-position="bottom"] span:after {
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-bottom: 8px solid black;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.tooltips[tooltip-position="left"] span:after {
    top: 50%;
    left: 100%;
    margin-top: -8px;
    border-left: 8px solid black;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.tooltips[tooltip-position="right"] span:after {
    top: 50%;
    right: 100%;
    margin-top: -8px;
    border-right: 8px solid black;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.tooltips:hover span,
.tooltips.hover span {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: alpha(opacity=100);
}

.tooltips[tooltip-position="top"]:hover span {
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
}

.tooltips[tooltip-position="bottom"]:hover span,
.tooltips.hover[tooltip-position="bottom"] span {
    top: 30px;
    left: 50%;
    margin-left: -110px;
}

.tooltips[tooltip-position="left"]:hover span {
    right: 100%;
    top: 50%;
    margin-top: -15px;
    margin-right: 15px;
}

.tooltips[tooltip-position="right"]:hover span {
    left: 100%;
    top: 50%;
    margin-top: -15px;
    margin-left: 15px;
}

.tooltips[tooltip-type="primary"] > span {
    background-color: #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="top"] > span:after {
    border-top: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="bottom"] > span:after {
    border-bottom: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="left"] > span:after {
    border-left: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="right"] > span:after {
    border-right: 8px solid #2980b9;
}

.tooltips[tooltip-type="success"] > span {
    background-color: #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="top"] > span:after {
    border-top: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="bottom"] > span:after {
    border-bottom: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="left"] > span:after {
    border-left: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="right"] > span:after {
    border-right: 8px solid #27ae60;
}

.tooltips[tooltip-type="warning"] > span {
    background-color: #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="top"] > span:after {
    border-top: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="bottom"] > span:after {
    border-bottom: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="left"] > span:after {
    border-left: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="right"] > span:after {
    border-right: 8px solid #f39c12;
}

.tooltips[tooltip-type="danger"] > span {
    background-color: #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="top"] > span:after {
    border-top: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="bottom"] > span:after {
    border-bottom: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="left"] > span:after {
    border-left: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="right"] > span:after {
    border-right: 8px solid #c0392b;
}

#content .newspage.masonry-grid .masonry-grid-item {
    width: calc(33% - 25px);
}
#content .newspage.masonry-grid .masonry-grid-item .info {
    display: block;
    background: #ee7d00;
    position: relative;
    padding: 10px 20px 0 20px;
    bottom: 0;
}
#content .newspage.masonry-grid .masonry-grid-item .info h5 {
    margin-bottom: 0;
}

#content .projectspage h6 {
    color: #fff;
    max-width: 75%;
}
.gear-txt-inner {
    color: #fff;
}

h4.orange {
    color: #ee7d00;
    font-size: 24px;
    line-height: 1.2;
}

/* ==========================================================================

   Utility Classes

========================================================================== */

.image-responsive {
    width: 100%;

    height: auto;

    display: block;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.container-full {
    padding: 0;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: 700;
}

.thin {
    font-weight: 300;
}

ul.simple,
ol.simple,
ul.links,
ol.links {
    list-style-type: none;

    padding: 0;

    margin: 0;
}

ul.links li,
ol.links li {
    margin-bottom: 10px;

    border-bottom: 1px solid #f1f1f1;

    padding-bottom: 10px;
}

ul.links li a,
ol.links li a {
    color: #171717;
}

ul.links li a:hover,
ol.links li a:hover {
    color: #a1b1bc;
}

ul.links li:last-child,
ol.links li:last-child {
    margin-bottom: 0;
}

ul.links.light li,
ol.links.light li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

ul.links.light li a,
ol.links.light li a {
    color: white;
}

ul.links.light li a:hover,
ol.links.light li a:hover {
    color: #fff200;
}

hr {
    padding: 0;

    height: 1px;

    border: none;

    background: #f1f1f1;

    margin: auto;

    -moz-box-shadow: none;

    -webkit-box-shadow: none;

    box-shadow: none;
}

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

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

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

.vertical-align {
    width: 100%;

    height: 100%;

    display: table;

    text-align: center;
}

.vertical-align .vertical-center {
    display: table-cell;

    vertical-align: middle;
}

.overlay {
    display: none;
}

.overlay:after {
    display: block;

    content: "";

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 100;

    opacity: 0.8;

    -khtml-opacity: 0.8;

    -moz-opacity: 0.8;

    filter: alpha(opacity=80);
}

.overlay.light:after {
    background: white;
}

.overlay.dark:after {
    background: #171717;
}

.section {
    padding: 95px 0;
}

.section.black {
    background: #000;
}

.section.grey {
    background: #f2f2f2;
}

.section.orange {
    background: #ee7d00;
}

.section.dark {
    background: #1b191e;
}

.section.dark.left-wrapper:before,
.section.dark.right-wrapper:before {
    background: rgba(0, 0, 0, 0.8);
}

.section.color {
    background: #fff200;
}

.section.no-top {
    padding-top: 0;
}

.section.no-bottom {
    padding-bottom: 0;
}

.section.left-wrapper:before,
.section.right-wrapper:before {
    display: block;

    content: "";

    position: absolute;

    top: 0;

    height: 100%;

    width: 51%;

    background: rgba(255, 255, 255, 0.8);
}

.section.left-wrapper:before {
    left: 0;
}

.section.right-wrapper:before {
    right: 0;
}

.margin-bottom-small {
    margin-bottom: 20px;
}

.margin-bottom-medium {
    margin-bottom: 50px;
}

.margin-bottom-large {
    margin-bottom: 120px;
}

.m_logo {
    display: none;
}

.size-post-thumbnail {
    width: 100%;
    height: auto;
}

#contact .row .c-8 .row .c-4 {
    margin-bottom: 25px;
    text-align: center;
}

#contact .row .c-8 .row .c-4 img {
    max-width: 100%;
    max-height: 70px;
}

.box-grey {
    background: #f2f2f2;
    padding: 10px 15px;
    margin-bottom: 30px;
}

.box-grey .thumb {
    width: 100%;
    padding: 10px 0;
    height: auto;
}

.box-grey h6 b {
    color: #ee7d00;
}

.gear-box {
    width: 100%;
    padding-top: 100%;
    /* background: url('../img/new/trapezoid-gray.png') no-repeat; */
    margin: 15px;
    background-size: contain;
    cursor: pointer;
    position: relative;
    background-position: center;
    background: #f2f2f2;
    border-radius: 25%;
}

.gear-box .gear-img {
    width: 70%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.gear-box .gear-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100px;
}

.gear-box .gear-txt {
    display: none;
    padding-left: 50px;
    max-height: 100%;
    overflow-y: auto;
}

.gear-box:hover {
    /* 	background: url('../img/new/trapezoid-orange.png') no-repeat; */
    background: #ed7c00;
    background-size: contain;
    background-position: center;
}
.gear-box:hover .gear-img {
    display: none;
}
.gear-box:hover .gear-txt {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.gear-box:hover .gear-txt .gear-txt-inner {
    width: 80%;
}
.gear-box:hover .gear-txt .gear-txt-inner p:last-of-type {
    margin-bottom: 0;
}
.gear-box:hover .gear-txt .gear-txt-inner .button-box a {
    display: inline-block;
    margin-left: -15px;
    font-weight: bold;
    text-decoration: none;
    padding: 32px 30px;
    background-image: url("../img/new/button-black-bg.png");
    background-size: contain;
    background-position: 5px 10px;
    background-repeat: no-repeat;
}

.gear-box .gear-txt h6,
.gear-box .gear-txt span,
.gear-box .gear-txt a {
    color: #fff;
    font-size: 15px;
    max-width: 75%;
}
.gear-box .gear-txt a {
    text-decoration: underline;
}

/* ==========================================================================

   Browser Support

========================================================================== */

/* ==========================================================================

   Responsive

========================================================================== */

@media screen and (max-width: 1400px) {
    .owl-nav .owl-prev {
        left: -40px;
    }

    .owl-nav .owl-next {
        right: -40px;
    }
}

@media screen and (max-width: 1366px) {
    .countdown-section {
        padding: 15px 40px 0;
    }

    .countdown-section .countdown > span {
        font-size: 20px;
    }

    .countdown-section h1,
    .countdown-section h2,
    .countdown-section h3,
    .countdown-section h4,
    .countdown-section h5,
    .countdown-section h6 {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .fixed-bar {
        display: none;
    }

    .not-parallax.fullscreen {
        height: auto !important;
    }
}

@media screen and (max-width: 1200px) {
    #experts .row .c-3 {
        height: 320px;
    }

    .graphic .box1 {
        left: 15px;
    }

    .graphic .box2 .date {
        left: 245px;
    }

    .graphic .box2 .flag {
        left: 245px;
    }

    .graphic .box2 .ttl {
        left: 155px;
    }

    .graphic .box3 .ttl {
        left: 400px;
    }

    .graphic .box3 .top {
        left: 360px;
    }

    .graphic .box3 .top.top40 {
        left: 310px;
    }

    .graphic .box3 .top.top20 {
        left: 440px;
    }

    .graphic .box3 .top.top10 {
        left: 570px;
    }

    .graphic .box4 .date {
        left: 690px;
    }

    .graphic .box4 .end {
        left: 690px;
    }

    .graphic .box4 .ttl {
        left: 600px;
    }

    .graphic .box5 {
        left: 780px;
    }

    .grid .grid-item-height {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    #fame .row .c-4,
    .projectspage .c-4 {
        width: 50%;
    }

    #experts .row .c-3 {
        width: 33%;
    }

    .container-graphic {
        border-top: 1px solid #d2d4d4;
        border-bottom: 1px solid #d2d4d4;
        margin: 40px 0;
    }

    .graphic {
        height: 780px;
        width: 280px;
        margin: auto;
    }

    .graphic:before {
        top: 0%;

        left: 65px;

        content: "";

        position: absolute;

        background: #d2d4d4;

        width: 4px;

        height: 100%;
    }

    .graphic .box1,
    .graphic .box2,
    .graphic .box3,
    .graphic .box4,
    .graphic .box5 {
        /* position: relative; */
    }

    .graphic .box1 {
        top: 40px;

        width: 175px;

        text-align: left;

        left: 107px;
    }

    .graphic .box2 {
        width: 100%;
    }

    .graphic .box2 .date {
        width: 40px;

        top: 183px;

        left: -15px;
    }

    .graphic .box2 .flag {
        top: 180px;

        left: 45px;
    }

    .graphic .box2 .ttl {
        width: 187px;

        height: 61px;

        background: url(../img/m_timeline.png) no-repeat;

        padding: 15px 40px 0 30px;

        text-align: left;

        top: 170px;

        left: 100px;

        font-size: 16px;
    }

    .graphic .box3 {
        width: 100%;
    }

    .graphic .box3 .ttl {
        top: 365px;

        width: 100px;

        text-align: left;

        left: -25px;
    }

    .graphic .box3 .top {
        top: 360px;

        width: 157px;

        text-align: left;

        padding-left: 65px;

        left: 58px;

        height: 41px;

        background: url(../img/m_timeline_top.png) no-repeat;

        padding-top: 12px;
    }

    .graphic .box3 .top.top40 {
        left: 58px;

        top: 280px;
    }

    .graphic .box3 .top.top20 {
        left: 58px;

        top: 365px;
    }

    .graphic .box3 .top.top10 {
        left: 58px;

        top: 450px;
    }

    .graphic .box4 {
        width: 100%;
    }

    .graphic .box4 .date {
        width: 40px;

        top: 553px;

        left: -15px;
    }

    .graphic .box4 .end {
        top: 550px;

        left: 45px;
    }

    .graphic .box4 .ttl {
        width: 166px;

        height: 61px;

        background: url(../img/m_timeline_end.png) no-repeat;

        padding: 15px 40px 0 30px;

        text-align: left;

        top: 542px;

        left: 99px;

        font-size: 16px;
    }

    .graphic .box5 {
        top: 650px;

        width: 175px;

        text-align: left;

        left: 107px;
    }

    header {
        height: 60px;
    }

    header .icon-trigger {
        margin-top: 5px;

        top: 0;

        width: 50px;

        height: 50px;

        right: 50px;
    }

    header .langbar {
        top: 0;
    }

    header .finest-link {
        top: 10px;
    }

    header .finest-link img {
        width: 40px;
    }

    header .fb-messenger {
        top: 10px;
    }

    header .fb-messenger img {
        width: 40px;
    }

    .logo {
        display: none;
    }

    .m_logo {
        margin-top: 20px;

        display: block;

        float: left;

        -moz-transition: all 250ms;

        -o-transition: all 250ms;

        -webkit-transition: all 250ms;

        transition: all 250ms;
    }

    .slider {
        min-height: 600px;
        padding-top: 45px;
    }

    .slider h1 {
        font-size: 42px;
        line-height: 42px;
        width: 300px;
    }

    .slider h1 span {
        font-size: 42px;
    }

    .slider .text {
        width: 250px;
    }

    .slider .text h3 {
        font-size: 16px;
        line-height: 20px;
    }

    #contact .row .c-8 .row .c-4 {
        width: 50%;
    }

    .content-section .slide .slide-content h1 {
        font-size: 45px;
    }

    .default-hero.section h1 {
        font-size: 35px;
    }

    .title .subtitle {
        width: 60%;
    }

    .contact-section .row > .c-4,
    .contact-section .row > .c-8 {
        width: 100%;
    }

    .contact-item .icon {
        position: relative;

        margin-bottom: 15px;
    }

    .contact-item {
        padding-left: 0;

        display: inline-block;

        margin: 0 20px 40px;
    }

    .contact-item:last-child {
        margin: 0 20px 40px;
    }

    .tabs-content .post-body .post-meta ul li {
        display: block;

        margin: 0;
    }

    .tabs li {
        text-align: center;

        margin: 0 0px 10px;

        display: block;
    }

    .tabs li a {
        display: inline-block;

        padding: 15px;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 60px 0;
    }

    #content {
        padding-top: 85px;
    }

    #content .masonry-grid {
        display: none;
    }

    #content .newspage.masonry-grid {
        display: block;
    }

    #content .projectspage.masonry-grid {
        display: block;
    }

    .masonry-grid-item {
        width: 50%;
    }

    #content .newspage.masonry-grid .masonry-grid-item {
        width: calc(50% - 25px);
    }

    #social [class*="c-"] {
        float: left;
    }

    #social .c-6 {
        width: 60%;
    }

    #social .c-4 {
        width: 33%;
        padding-bottom: 10px;
    }

    #social .offset-3 {
        margin-left: 20%;
    }

    #experts [class*="c-"] {
        float: left;
    }

    #experts .c-3 {
        width: 50%;
    }

    #experts .c-3 img {
        width: 100%;
        height: auto;
    }

    #contact .row .c-8 .row .c-4 {
        width: 45%;

        float: left;

        margin-left: 15px;
    }

    #contact h5 {
        padding-top: 40px;
    }

    #contact .row .c-8 .row .c-4:last-child {
        margin-left: 20px;
    }

    .section.left-wrapper:before,
    .section.right-wrapper:before,
    footer .row:first-child > div {
        width: 100%;
    }

    .tabs-content .post-date {
        position: relative;

        top: auto;

        margin-bottom: 15px;

        left: auto;

        text-align: center;

        -moz-transform: none;

        -o-transform: none;

        -webkit-transform: none;

        -ms-transform: none;

        transform: none;
    }

    .tabs-content .post-body {
        border-top: 2px solid #a1b1bc;

        border-left: none;

        border-bottom: none;
    }

    .tabs-content .post-body:before {
        top: -11px;

        left: 50%;

        -moz-transform: translateY(0) translateX(-50%);

        -o-transform: translateY(0) translateX(-50%);

        -webkit-transform: translateY(0) translateX(-50%);

        -ms-transform: translateY(0) translateX(-50%);

        transform: translateY(0) translateX(-50%);
    }

    .tabs-content .tab-body {
        text-align: center;

        margin-bottom: 50px;
    }

    .tabs-content .tab-body:last-child,
    .speaker-list li:last-child,
    .feature:last-child {
        margin-bottom: 0;
    }

    .tabs-content .tab-body .post-media img,
    .speaker-list li .speaker .media img,
    .accomodation-media img {
        width: auto;

        margin: auto;
    }

    .tabs-content .post-body .post-title {
        margin-top: 30px;
    }

    .speaker-list li .speaker .media .info-media,
    .speaker-list li .speaker .speaker-meta {
        background: transparent;
    }

    .speaker-list li,
    .feature {
        margin-bottom: 50px;
    }

    .to-top {
        width: 55px;
    }

    .accomodation .accomodation-media .accomodation-meta {
        position: relative;

        visibility: visible;

        background: none;

        opacity: 1;

        -khtml-opacity: 1;

        -moz-opacity: 1;

        filter: alpha(opacity=100);

        -moz-transform: none;

        -o-transform: none;

        -webkit-transform: none;

        -ms-transform: none;

        transform: none;
    }

    .accomodation .accomodation-media .accomodation-meta p {
        color: #171717;
    }

    .accomodation .accomodation-media .accomodation-meta p,
    .accomodation .accomodation-media .accomodation-meta span,
    .accomodation .accomodation-media .accomodation-meta .stars {
        display: block;

        text-align: center;

        float: none;
    }

    .accomodation {
        margin-bottom: 50px;
    }

    .accomodation:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 680px) {
    #fame .row .c-4,
    .projectspage .c-4 {
        width: 95%;
    }

    #social .c-6 {
        width: 80%;
    }

    #social .c-4 {
        width: 50%;

        padding-bottom: 20px;
    }

    #social .offset-3 {
        margin-left: 20%;
    }

    .title {
        text-align: center;
    }

    .title .subtitle {
        width: 100%;

        top: auto;

        padding-left: 0;

        border: none;

        position: relative;

        margin-top: 10px;

        -moz-transform: none;

        -o-transform: none;

        -webkit-transform: none;

        -ms-transform: none;

        transform: none;
    }
}

@media screen and (max-width: 600px) {
    .sponsor,
    .registration-form .registration-wrapper {
        width: 100%;

        float: none;
    }

    .sponsor:nth-child(2),
    .sponsor:nth-child(3) {
        margin-top: 50px;
    }

    .right-wrapper,
    .left-wrapper {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .masonry-grid-item {
        width: 100%;

        padding-right: 0;

        padding-bottom: 70px;

        margin-bottom: 70px;
    }

    .sidebar-news {
        display: none;
    }

    #content .newspage.masonry-grid .masonry-grid-item {
        width: calc(100% - 25px);
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .masonry-grid-item:hover:before {
        display: none;
    }

    .masonry-grid-item .info {
        padding: 0;

        color: #ee7d00;

        display: block;

        bottom: 15px;
    }

    .newspage .masonry-grid-item .info {
        color: #fff;
    }

    .masonry-grid-item .info h5 {
        color: #ee7d00;
        font-size: 16px;
    }

    .newspage .masonry-grid-item .info h5 {
        color: #fff;
    }

    .slider {
        min-height: 620px;
        padding-top: 45px;
    }

    .slider h1 {
        float: none;
        padding-bottom: 40px;
    }

    .slider .text {
        float: none;
    }
}

@media screen and (max-width: 480px) {
    #social .c-6 {
        width: 90%;
    }

    #social .c-4 {
        width: 50%;

        padding-bottom: 20px;
    }

    #social .offset-3 {
        margin-left: 10%;
    }

    #contact .row .c-8 .row .c-4 img {
        /*width: 100%;*/
    }

    .masonry-grid-item .info {
        bottom: -8px;
        font-size: 14px;
    }
    header .langbar {
        right: 58px;
    }
    header.in-place .fb-messenger {
        right: 120px;
    }
    header .fb-messenger {
        right: 120px;
    }
    header .finest-link {
        right: 175px;
        top: 13px;
    }
    header.in-place .finest-link {
        right: 175px;
        top: 13px;
    }
}

@media screen and (max-width: 400px) {
    .in-place .navigation-container.is-active,
    .navigation-container {
        right: 0;

        top: auto;
    }

    .navigation-container {
        width: 100%;
    }

    .navigation-container nav.social-icons {
        bottom: -70px;
    }

    .navigation-container nav.social-icons a {
        height: 70px;
    }
}

@media screen and (max-width: 350px) {
    header .langbar {
        right: 60px;
    }
    header.in-place .fb-messenger {
        right: 120px;
    }
    header .fb-messenger {
        right: 120px;
    }
    .m_logo {
        /*overflow: hidden;*/
        width: 73px;
    }
}

.posts-grid-block .vc_gitem-post-data-source-post_excerpt {
    display: none;
}

.posts-grid-block .vc_btn3 {
    display: none !important;
}

.posts-grid-block .vc_gitem-zone,
.posts-grid-block .vc_gitem-col {
    width: 100% !important;
}

/* .posts-grid-block .vc_grid-item-mini .vc_custom_1419240516480 {
    display: none;
} */

.posts-grid-block .vc_grid-item-mini .vc_custom_1419240516480 {
    background-color: rgb(238 125 0 / 70%) !important;
    position: absolute;
    top: -30px;
    left: -30px;
    height: calc(100% - 30px);
    margin: 30px;
    width: calc(100% - 30px) !important;
    display: none;
}

.posts-grid-block .vc_grid-item-mini:hover .vc_custom_1419240516480 {
    display: block;
}

.posts-grid-block .vc_gitem-zone-mini,
.posts-grid-block .vc_gitem-zone-mini .vc_gitem_row {
    height: 100%;
}

.posts-grid-block .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding: 10px 25px;
}

.posts-grid-block .vc_gitem-zone-mini .vc_gitem-post-data-source-post_title h4 {
    line-height: 1.65rem;
}

.posts-grid-block
    .vc_gitem-zone-mini
    .vc_gitem-post-data-source-post_title
    h4
    span {
    color: white;
}

.box3--top {
    padding-top: 40px !important;
    margin-bottom: 0 !important;
}
.box3--top .text {
    top: -42px !important;
}
.box3--last {
    padding-top: 0px !important;
}
.box2 {
    position: static !important;
}
.box1 {
    padding-top: 0 !important;
}

#academy-width-100vw{
width:100vw !important; 
}

#academy-width-100vw > *{
	padding: 0 !important;
}
