/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*
dark-green-color: rgba(0, 40, 25, 0.95);
*/


/* ==========================================================================
   Fonts
   ========================================================================== */


/* Webfont: MyriadPro-Regular */

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/MyriadPro-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: MyriadPro-Bold */

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../fonts/MyriadPro-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/MyriadPro-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/MyriadPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

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

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


/* ==========================================================================
   Custom styles
   ========================================================================== */


/*
 * Globals
 */


/* Links */

a,
a:focus,
a:hover {
    color: #fff;
    outline: none;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #FFF;
    background-image: url("../img/background.png");
}

body {
    font-family: 'Questrial', sans-serif;
    color: #FFF;
    text-align: center;
    position: relative;
}

.wrapper {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    opacity: 0;
    position: relative;
}

.wrapper-inner {
    height: 100%;
    position: relative;
}


/*
 * Header
 */

.navbar {
    min-height: 90px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    font-family: 'Questrial', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.navbar-nav li {
    margin: 0px 23px;
}

.navbar-header {
    z-index: 2;
    position: relative;
    float: none!important;
}

.device-xxs .navbar-default,
.device-xs .navbar-default {
    font-size: 20px;
}

.sticky-menu .navbar-default,
.dark-menu .navbar-default {
    /*background-color: rgba(0, 40, 25, 0.95);*/
    background-color: rgba(45, 45, 45, 0.95);
}

.sticky-menu .navbar-default .navbar-brand,
.dark-menu .navbar-default .navbar-brand {
    width: 158px;
    height: 69px;
    padding: 23px 0px;
    margin: 0px auto;
    float: none;
}

.device-xxs .sticky-menu .navbar-default,
.device-xxs .dark-menu .navbar-default,
.device-xs .sticky-menu .navbar-default,
.device-xs .dark-menu .navbar-default {
    background-color: rgba(0, 40, 25, 0.95);
}

.device-xxs.sticky-menu.sticky-open .navbar-default,
.device-xs.sticky-menu.sticky-open .navbar-default,
.sticky-menu.sticky-open .navbar-default {
    background-color: transparent;
}

.navbar-toggle span {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.sticky-open .navbar-toggle span:nth-child(2) {
    -webkit-transform: rotateZ(45deg) translate(7px, 7px);
    -moz-transform: rotateZ(45deg) translate(7px, 7px);
    transform: rotateZ(45deg) translate(7px, 7px);
}

.sticky-open .navbar-toggle span:nth-child(3) {
    opacity: 0;
}

.sticky-open .navbar-toggle span:nth-child(4) {
    -webkit-transform: rotateZ(-45deg) translate(7px, -7px);
    -moz-transform: rotateZ(-45deg) translate(7px, -7px);
    transform: rotateZ(-45deg) translate(7px, -7px);
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
    -webkit-transition: color 0.3s, background 0.6s;
    -moz-transition: color 0.3s, background 0.6s;
    -o-transition: color 0.3s, background 0.6s;
    transition: color 0.3s, background 0.6s;
}

.navbar-default .navbar-nav>.active>a {}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #FFF;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:after,
.navbar-default .navbar-nav>li>a:focus:after,
.navbar-default .navbar-nav>li>a:hover:after {
    content: '';
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    height: 1px;
    width: 84%;
    margin: 0 auto;
    background-color: #FFF;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:focus:after,
.navbar-default .navbar-nav>.active>a:hover:after {
    opacity: 1;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus:after,
.navbar-default .navbar-nav>li>a:hover:after {
    opacity: 1
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    margin-top: 10px;
}

.navbar-default .navbar-brand {
    color: #FFF;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navbar-static-top {
    position: absolute;
    top: 0px;
    left: 0px;
}

.navbar-brand {
    padding: 20px 0px;
    height: 140px;
    width: 290px;
    position: relative;
    display: block;
    margin: 0px auto;
    float: none;
    opacity: 1;
}

.navbar-brand img {
    width: 85%;
    height: auto;
    display: block;
}

.navbar-brand:hover {
    opacity: 0.7;
}

.navbar-toggle {
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-image: none;
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 20px;
    border: 2px solid #fff;
    padding: 15px;
    display: none;
}


/*.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: none;
}*/

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.navbar-toggle .icon-bar {
    width: 35px;
    height: 4px;
    background-color: #FFF;
    display: block;
}

.navbar-center {
    float: none;
    text-align: center;
    display: inline-block;
    margin-left: 0px;
    margin-top: 0px;
}

.sticky-menu .navbar-center {
    padding-top: 15px;
}

.navbar-fixed-top {
    top: 0px;
    border-width: 0 0 1px;
}

.modal-open .navbar-fixed-top {
    padding-right: 17px;
}

.in .navbar-center,
.collapsing .navbar-center {
    margin: 0;
}

.in .navbar-nav>li>a,
.collapsing .navbar-nav>li>a {
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    font-size: 55px;
    line-height: 0.75;
}

.in .navbar-nav>.active>a,
.in .navbar-nav>.active>a:focus,
.in .navbar-nav>.active>a:hover {
    color: #a6d390;
}

.in .navbar-nav>.active>a:after,
.in .navbar-nav>.active>a:focus:after,
.in .navbar-nav>.active>a:hover:after,
.collapsing .navbar-nav>.active>a:after,
.collapsing .navbar-nav>.active>a:focus:after,
.collapsing .navbar-nav>.active>a:hover:after {
    opacity: 1;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: initial;
}

.modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.modal-title {
    color: #000;
    font-family: 'Questrial', sans-serif;
    font-size: 46px;
    /*text-transform: uppercase;*/
    margin: 20px 0;
}

label {
    color: #000;
}

.modal-dialog input,
.modal-dialog textarea {
    background-color: rgba(0, 0, 0, 0.02);
}

.modal-dialog .btn-default {
    background-color: #ddd;
    border: 4px solid #000;
}

.modal-dialog .btn-primary {
    background-color: #000;
    border: 4px solid #000;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.modal-dialog .btn-default:hover,
.modal-dialog .btn-primary:hover {
    color: #000;
    background-color: #fff;
}

.modal-dialog .btn {
    font-size: 18px;
    padding: 10px 45px;
}

.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
}

.form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .055), 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .055), 0 0 8px rgba(0, 0, 0, .2);
}

.form-group {
    margin-bottom: 20px;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    font-size: 34px;
}

.modal-header h3 {
    color: #000;
}

.modal input[type="text"],
.modal input[type="email"] {
    max-width: 300px;
}

.modal-header,
.modal-footer,
label {
    border: 0;
    text-align: left;
    display: block;
}

label {
    font-size: 18px;
}

label span {
    color: rgba(0, 0, 0, 0.3);
}

.modal-footer {
    padding-bottom: 30px;
}

.modal-footer h4 {
    color: black;
    text-align: center;
    text-transform: uppercase;
}

.modal-content {
    padding: 0 60px;
}

.device-xxs .navbar-collapse.in,
.device-xs .navbar-collapse.in {
    height: 100%;
    min-height: 1600px;
}

.modal-body {
    padding-bottom: 0px;
}

.modal-title {
    margin-bottom: 0px;
}


/*
 * Sections
 */

.container {
    height: 100%;
    z-index: 2;
    position: relative;
}

section {
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
    overflow: hidden;
}

section.paddingTop {
    padding-top: 110px;
}

.minimal-height {
    min-height: initial;
    height: initial;
    padding-top: 40px;
    padding-bottom: 40px;
}

.parallax {
    min-height: 100%;
}

.section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.section-background img {
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.device-xxs .section-background img,
.device-xs .section-background img {
    height: 100%;
    width: auto;
    min-width: 100%;
    min-height: initial;
}

.full-height {
    height: 100%;
    min-height: 610px;
}

.row {
    margin: 0;
    width: 100%;
    z-index: 2;
}

.divider-short {
    display: block;
    height: 5px;
    width: 90px;
    background-color: #FFF;
    margin: 60px auto;
}

.dark .divider-short,
.dark1 .divider-short {
    background-color: #000;
}

.divider-full {
    display: block;
    height: 8px;
    width: 100%;
    background-color: #000;
    margin: 100px auto;
}

.dark,
.dark1 {
    color: #000;
}

section h1 {
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    font-size: 80px;
    line-height: 75px;
    text-transform: uppercase;
    max-width: 80%;
    margin: 60px auto 20px auto;
    padding-top: 20px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

section h2 {
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 50px;
    text-transform: uppercase;
    max-width: 80%;
    margin: 20px auto;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.double section h2 {
    min-height: 120px;
    max-width: 70%;
}

section h3 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 30px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    max-width: 85%;
    margin: 20px auto 40px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

section h6 {
    font-family: 'Questrial', sans-serif;
    font-size: 22px;
    /*line-height: 1.5;*/
    line-height: 2.2;
    letter-spacing: 1px;
    max-width: 50%;
    margin: 20px auto;
    font-weight: normal;
    text-transform: initial;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

section h7 {
    display: inline-block;
    color: #FFF;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    background-color: rgba(255, 255, 255, 0.3);
    border-color: transparent;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding-left: 45px;
    padding-right: 45px;
    -webkit-transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.slide-over h2,
.slide-over h3,
.slide-over h6,
.slide-over h7 {
    color: #FFF;
}

.vplayer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}

.btn {
    font-family: 'Quicksandbold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding-left: 35px;
    padding-right: 35px;
    border-width: 7px;
    /*
    -webkit-transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    */
}

.btn-default {
    color: #000000;
    background-color: transparent;
    border-color: #000000;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 16px 22px;
}

.btn-gray {
    color: #000;
    background-color: #ebebeb;
    border-color: transparent;
}

.btn-transparent {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.btn-gray.focus,
.btn-gray:focus,
.btn-gray:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #ADADAD;
}

.btn-transparent:hover,
.btn-transparent:focus {
    color: #000000;
    background-color: #ffffff;
}

.btn-default:hover,
.btn-default:focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.textual_withbg {
    padding: 0px;
    min-height: 700px;
    height: initial;
}

.textual {
    padding: 0;
    color: #000;
    min-height: initial;
    height: initial;
    background-color: #ffffff;
}

.clients {
    min-height: initial;
    height: initial;
    padding: 80px 0;
}

.textual .container {
    background-color: #FFF;
    padding: 6% 6%;
}

.textual_withbg .container {
    padding: 8% 6%;
}

.textual_withbg.medium-height {
    padding-top: 10%;
    padding-bottom: 10%;
}

.textual h4 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 48px;
    font-weight: bold;
    max-width: 85%;
    margin: 10px auto;
}

.textual p {
    font-size: 18px;
    margin: 0 0 50px;
    line-height: 30px;
}

.textual .divider-short {
    background-color: #000;
    margin: 60px auto 50px;
    height: 3px;
}

footer {
    position: relative;
    margin-top: -50px;
    width: 100%;
    z-index: 2;
    font-family: 'Questrial', sans-serif;
    text-align: center;
    padding-bottom: 20px;
}

.menu-options-lg a {
    text-decoration: none;
    font-size: 120px;
    color: #fff;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.dark1 .menu-options-lg a {
    color: #000;
}

.menu-options-lg a:hover {
    opacity: 0.8;
}

.menu-options-lg a:hover,
.menu-options-lg a:focus,
.menu-options-lg a.active {
    color: #b1b2b2;
}

.soc-ico-container {
    text-align: center;
}

.social-ico {
    display: inline-block;
    height: 52px;
    width: 52px;
    background-image: url("../img/social-icons-white.png");
    background-repeat: no-repeat;
    margin: 8px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.soc-dark .social-ico {
    background-image: url("../img/social-icons-gray.png");
}

.social-ico:hover {
    background-image: url("../img/social-icons-black.png");
}

.social-ico.soc-em {
    background-position: 0 0;
}

.social-ico.soc-vi {
    background-position: -64px 0;
}

.social-ico.soc-in {
    background-position: -128px 0;
}

.social-ico.soc-tw {
    background-position: -192px 0;
}

.social-ico.soc-fb {
    background-position: -256px 0;
}

.social-ico.soc-gp {
    background-position: -320px 0;
}

.social-ico.soc-li {
    background-position: -384px 0;
}

.animsition-loading:after {
    left: 0;
}

.soc-ico-container a {
    opacity: 1;
}

.share-follow-close a {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

.video-slide {
    cursor: pointer;
    min-height: 780px;
}

.video-slide:before {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0px;
    right: 0px;
    display: block;
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 70px;
    height: 70px;
    margin: 0px auto;
    z-index: 2;
}

.play-video:before {
    display: none;
}

.video-slide .glyphicon-play-circle {
    font-size: 70px;
    color: rgba(255, 255, 255, 1);
    display: block;
    margin-top: -60px;
    top: 70px;
    -webkit-transition: opacity 1s ease, color 0.3s ease;
    -moz-transition: opacity 1s ease, color 0.3s ease;
    -o-transition: opacity 1s ease, color 0.3s ease;
    transition: opacity 1s ease, color 0.3s ease;
    opacity: 0;
}

.video-slide.dark .glyphicon-play-circle {
    color: #000;
}

.video-slide.dark.slide-over .glyphicon-play-circle {
    color: #FFF;
}

.touch .video-slide .glyphicon-play-circle {
    opacity: 1;
}

.video-slide:hover .glyphicon-play-circle {
    opacity: 1;
}

.video-bg-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.video-bg-container video {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}

.fs-video {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: #000;
}

.fs-video button.close {
    position: relative;
    font-size: 40px;
    padding: 10px;
    color: #fff;
    opacity: 1;
    z-index: 2;
    height: 60px;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
}

.row .glyphicon-play-circle:hover {
    color: rgba(255, 255, 255, 0.5) !important;
}

.glyphicon-play-circle {
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.glyphicon-play-circle:hover {
    opacity: 0.7;
}

.video-slide .section-background {
    z-index: 2;
}

.video-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.0;
    -webkit-transition: opacity 1s 0s ease;
    -moz-transition: opacity 1s 0s ease;
    -o-transition: opacity 1s 0s ease;
    transition: opacity 1s 0s ease;
}

.play-video:after {
    opacity: 1;
}

.slide-over:after {
    opacity: 0.75;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.video-slide .row div {
    position: relative;
}

.loading {
    position: absolute;
    bottom: -140%;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("data:image/svg+xml;utf8,<svg width='60px' height='60px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='uil-default'><rect x='0' y='0' width='100' height='100' fill='none' class='bk'></rect><rect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='#FFF' transform='rotate(0 50 50) translate(0 -30)'>  <animate attributeName='opacity' from='1' to='0' dur='1s' begin='0s' repeatCount='indefinite'/></rect><rect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='#FFF' transform='rotate(30 50 50) translate(0 -30)'>  <animate attributeName='opacity' from='1' to='0' dur='1s' begin='0.08333333333333333s' repeatCount='indefinite'/></rect><rect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='#FFF' transform='rotate(60 50 50) translate(0 -30)'>  <animate attributeName='opacity' from='1' to='0' dur='1s' begin='0.16666666666666666s' repeatCount='indefinite'/></rect><rect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='#FFF' transform='rotate(90 50 50) translate(0 -30)'>  <animate attributeName='opacity' from='1' to='0' dur='1s' begin='0.25s' repeatCount='indefinite'/></rect><rect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='#FFF' transform='rotate(120 50 50) translate(0 -30)'>  <animate attributeName='opacity' from='1' to='0' dur='1s' begin='0.3333333333333333s' repeatCount='indefinite'/></rect><rect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='#FFF' transform='rotate(150 50 50) translate(0 -30)'>  <animate attributeName='opacity' from='1' to='0' dur='1s' begin='0.4166666666666667s' repeatCount='indefinite'/></rect><rect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='#FFF' transform='rotate(180 50 50) translate(0 -30)'>  <animate attributeName='opacity' from='1' to='0' dur='1s' begin='0.5s' repeatCount='indefinite'/></rect><rect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='#FFF' transform='rotate(210 50 50) translate(0 -30)'>  <animate attributeName='opacity' from='1' to='0' dur='1s' begin='0.5833333333333334s' repeatCount='indefinite'/></rect><rect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='#FFF' transform='rotate(240 50 50) translate(0 -30)'>  <animate attributeName='opacity' from='1' to='0' dur='1s' begin='0.6666666666666666s' repeatCount='indefinite'/></rect><rect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='#FFF' transform='rotate(270 50 50) translate(0 -30)'>  <animate attributeName='opacity' from='1' to='0' dur='1s' begin='0.75s' repeatCount='indefinite'/></rect><rect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='#FFF' transform='rotate(300 50 50) translate(0 -30)'>  <animate attributeName='opacity' from='1' to='0' dur='1s' begin='0.8333333333333334s' repeatCount='indefinite'/></rect><rect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='#FFF' transform='rotate(330 50 50) translate(0 -30)'>  <animate attributeName='opacity' from='1' to='0' dur='1s' begin='0.9166666666666666s' repeatCount='indefinite'/></rect></svg>");
    height: 60px;
    width: 60px;
    background-position: center center;
    background-repeat: no-repeat;
}


/*
* modern styles
*/

.modern-style h1,
.modern-style a h1 {
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 60px;
    line-height: 0.9;
    text-align: center;
}

.modern-style h2,
.modern-style a h2 {
    font-family: 'MyriadPro-Bold';
    font-weight: bold;
    font-size: 60px;
    line-height: 0.9;
    text-align: center;
}

.modern-style a h2,
.modern-style a h3 {
    color: #000;
    text-decoration: none;
    text-align: center;
    -webkit-transition: initial;
    -moz-transition: initial;
    -o-transition: initial;
    transition: initial;
}

.modern-style a:hover h2,
.modern-style a:hover h3 {
    text-decoration: underline;
    color: #999;
}

.modern-style h4,
.modern-style a h4 {
    font-family: 'MyriadPro-Regular';
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    font-style: normal;
    padding: 15px 0px;
}

.modern-style h5 {
    font-family: 'MyriadPro-Regular';
    font-weight: normal;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-style: italic;
    padding: 5px 0px 15px 0px;
}


/*
* files
*/

.file-icon {
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    margin: 0px auto;
    max-width: 150px;
}

.file-name {
    font-size: 16px;
    display: block;
    padding: 10px 0px;
}

.files .col-sm-3,
.files .col-md-3 {
    margin-top: 20px;
    margin-bottom: 40px;
}


/*
* Modern font
*/

.modern h2 {
    font-family: 'MyriadPro-Bold';
}

.modern h4 {
    font-family: 'MyriadPro-Regular';
    font-size: 38px;
}

.btn-m {
    width: 125px;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/*
 * Blog
 */

.blog h2,
.blog h3,
.blog a h2,
.blog a h3,
.blog h5,
.blog p,
.blog span:not(.btn) {
    color: #000;
    text-align: left;
    width: 100%;
    max-width: initial;
    line-height: 1.5;
    margin: 0;
    display: block;
}

.blog h3,
.blog a h3,
.blog h5,
.blog p,
.blog span {
    text-transform: none;
}

.blog h2,
.blog a h2 {
    font-family: 'MyriadPro-Bold';
    font-weight: bold;
    font-size: 60px;
    line-height: 0.9;
    text-align: center;
}

.blog h3,
.blog a h3 {
    font-family: 'MyriadPro-Regular';
    font-weight: normal;
    font-size: 36px;
    text-align: center;
}

.blog a h2,
.blog a h3 {
    color: #000;
    text-decoration: none;
    text-align: center;
    -webkit-transition: initial;
    -moz-transition: initial;
    -o-transition: initial;
    transition: initial;
}

.blog a:hover h2,
.blog a:hover h3 {
    text-decoration: underline;
    color: #999;
}

.blog h4,
.blog a h4 {
    font-family: 'MyriadPro-Regular';
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    font-style: normal;
    padding: 15px 0px;
}

.blog h5 {
    font-family: 'MyriadPro-Regular';
    font-weight: normal;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-style: italic;
    padding: 15px 0px;
}

.blog p,
.blog span:not(.glyphicon) {
    font-size: 22px;
    text-align: left;
    margin: 30px 0;
    font-family: 'MyriadPro-Regular';
}

.blog span.divider-full {
    margin: 60px 0px;
    height: 4px;
}

.blog img {
    display: block;
    width: 100%;
    height: auto;
    margin: 50px 0;
}

.blog-post p a,
.blog-post span a,
.textual p a {
    color: #298915;
    text-decoration: none;
    border-bottom: 3px solid #298915;
}

.blog p a:focus,
.blog p a:hover,
.blog span a:focus,
.blog span a:hover,
.textual p a:focus,
.textual p a:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 3px solid #000000;
}

.back-blog {
    color: #CCC;
    font-size: 22px;
    text-align: left;
    display: block;
    margin: 20px 0;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.back-blog:hover {
    color: #000;
    -webkit-transform: translateX(-21px);
    -moz-transform: translateX(-21px);
    -ms-transform: translateX(-21px);
    -o-transform: translateX(-21px);
    transform: translateX(-21px);
}

.back-blog span:after {
    content: 'BACK';
    font-family: 'MyriadPro-Bold';
    font-weight: bold;
    position: absolute;
    top: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.back-blog:hover span:after {
    opacity: 1;
}

.single-post .post-title {
    font-size: 56px;
    line-height: 54px;
}

.single-post .post-subtitle {
    margin: 40px 0px 0px 5px;
}

.single-post .post-date {
    padding: 0px 0px 40px 0px;
}

.single-post .post-title,
.single-post .post-subtitle,
.single-post .post-date {
    text-align: left;
}

.active-tag {
    position: fixed;
    z-index: 999999;
    bottom: 76px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
}

.active-tag span {
    margin-left: 10px;
    vertical-align: text-bottom;
}

.active-tag a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.active-tag a:hover {
    color: #999;
}

.clients img {
    margin: 20px auto;
}

.ladda-button .ladda-spinner {
    background-color: #000!important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.ladda-spinner > div {
    left: 50% !important;
    top: 50% !important;
}


/* double sections */

.double section {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}

.row.no-pad > [class*='col-md-6'] {
    padding-right: 0;
    padding-left: 0;
}


/*
 * Preloader
 */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background-color: rgba(10, 50, 35, 0.9);
    position: fixed;
    z-index: 2000;
    top: 50%;
    right: 100%;
    width: 100%;
    height: 3px;
}

.pace:after {
    content: '';
    position: fixed;
    z-index: 1999;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 1px;
    background-color: rgba(0, 40, 25, 0.3);
}

.page404 {
    font-size: 150px;
}

.device-xxs .page404 {
    font-size: 100px;
}
