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

/* * * * * *
    HTML elements
    and Bootstrap classes
* * * * * */
* {
    box-sizing: border-box;
}

body {
    background-color: #dedede;
    font-family: 'PT Sans', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

body.dark {
    background-color: #111;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Stardos Stencil', cursive, 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

a {
    color: #333;
    text-decoration: underline;
}

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

.dark a {
    color: #eee;
    text-decoration: underline;
}

.dark a:hover {
    color: #ededed;
    text-decoration: none;
}

.dark a.btn {
    color: #383838;
    text-decoration: none;
}

#sections.white a {
    color: #333;
    text-decoration: underline;
}

#sections.white a:hover {
    color: #585858;
    text-decoration: none;
}

ul, ol {
    padding: 0 0 0 18px;
}

/* * * * * *
    Label, Input, Textarea
    and bootstrap's .form-control class
* * * * * */
label.input-label {
    font-size: 14px;
    font-weight: normal;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -14px;
    left: 0;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
}

label.shown {
    opacity: 1;
    visibility: visible;
    top: -24px;
}

input {
    height: 45px !important;
}

textarea {
    padding: 9px !important;
}

input, textarea {
    outline: none;
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

input, textarea, .form-control {
    background-color: transparent;
    border-color: #787878;
    border-width: 2px;
    color: #333;
}

input:focus,
textarea:focus,
input:active,
textarea:active,
.form-control:focus,
.form-control:focus,
.form-control:active,
.form-control:active {
    color: #333;
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #808080;
}

.form-control::-webkit-input-placeholder {
    color: #585858;
}

.form-control:-moz-placeholder {
    color: #585858;
}

.form-control::-moz-placeholder {
    color: #585858;
}

.form-control:-ms-input-placeholder {
    color: #585858;
}

.dark input,
.dark textarea,
.dark .form-control {
    border-color: #eee;
    color: #eee;
}

.dark input:focus,
.dark textarea:focus,
.dark input:active,
.dark textarea:active,
.dark .form-control:focus,
.dark .form-control:focus,
.dark .form-control:active,
.dark .form-control:active {
    color: #eee;
    border-color: #ccc;
}

.dark .form-control::-webkit-input-placeholder {
    color: #ccc;
}

.dark .form-control:-moz-placeholder {
    color: #ccc;
}

.dark .form-control::-moz-placeholder {
    color: #ccc;
}

.dark .form-control:-ms-input-placeholder {
    color: #ccc;
}

.white#sections input, .white#sections textarea, .white#sections .form-control {
    background-color: transparent;
    border-color: #787878;
    border-width: 2px;
    color: #333;
    padding: 6px 9px;
}

.white#sections input:focus,
.white#sections textarea:focus,
.white#sections input:active,
.white#sections textarea:active,
.white#sections .form-control:focus,
.white#sections .form-control:focus,
.white#sections .form-control:active,
.white#sections .form-control:active {
    border-color: #787878;
    color: #333;
    outline: none;
    box-shadow: none;
}

.white#sections .form-control::-webkit-input-placeholder {
    color: #585858;
}

.white#sections .form-control:-moz-placeholder {
    color: #585858;
}

.white#sections .form-control::-moz-placeholder {
    color: #585858;
}

.white#sections .form-control:-ms-input-placeholder {
    color: #585858;
}

/* * * * * *
    Buttons
* * * * * */
button {
    outline: none;
}

button.close {
    color: #333;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
button.close:hover {
    color: #585858;
}
button.close:focus {
    color: #585858;
}

.dark button.close {
    color: #fff;
}
.dark button.close:hover {
    color: #eee;
}
.dark button.close:focus {
    color: #eee;
}

.btn {
    border: none;
    border-radius: 0;
    font-family: 'Stardos Stencil', cursive, 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: 700;
    display: block;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    padding: 12px;
}
.btn:focus, .btn:active {
    background-color: #ffd511 !important;
}
.btn:hover:before {
    transform: translateY(0);
}
.btn:before {
    content: '';
    display: block;
    position: absolute;
    line-height: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(48px);
    transition: transform 0.2s ease;
    z-index: -1;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0 auto #ccc;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #eee;
    color: #333;
}

.btn-primary {
    background-color: #ffd511;
    color: #383838;
    overflow: hidden;
}
.btn-primary:focus, .btn-primary:active {
    color: #1e1e1e;
}
.btn-primary:hover {
    background-color: #ffd511 !important;
    color: #1e1e1e;
}
.btn-primary:before {
    background-color: #ddb600;
}

.btn-default {
    background-color: #f7f7f7;
    color: #383838;
    overflow: hidden;
}
.btn-default:focus, .btn-default:active {
    color: #1e1e1e;
}
.btn-default:hover {
    background-color: #f7f7f7 !important;
    color: #1e1e1e;
}
.btn-default:before {
    background-color: #ccc;
}

.btn-success {
    background-color: #5cb85c;
    color: #fff;
    overflow: hidden;
}
.btn-success:focus, .btn-success:active {
    color: #1e1e1e;
}
.btn-success:hover {
    background-color: #5cb85c !important;
    color: #fff;
}
.btn-success:before {
    background-color: #3d8b3d;
}

.btn-info {
    background-color: #3ab7e8;
    color: #fff;
    overflow: hidden;
}
.btn-info:focus, .btn-info:active {
    color: #1e1e1e;
}
.btn-info:hover {
    background-color: #3ab7e8 !important;
    color: #fff;
}
.btn-info:before {
    background-color: #1690bf;
}

.btn-warning {
    background-color: #f0ad4e;
    color: #fff;
    overflow: hidden;
}
.btn-warning:focus, .btn-warning:active {
    color: #1e1e1e;
}
.btn-warning:hover {
    background-color: #f0ad4e !important;
    color: #fff;
}
.btn-warning:before {
    background-color: #df8a13;
}

.btn-danger {
    background-color: #d9534f;
    color: #fff;
    overflow: hidden;
}
.btn-danger:focus, .btn-danger:active {
    color: #1e1e1e;
}
.btn-danger:hover {
    background-color: #d9534f !important;
    color: #fff;
}
.btn-danger:before {
    background-color: #b52b27;
}

/* * * * * *
    Modal
* * * * * */
.modal .btn {
    display: inline-block;
}

.modal-header {
    padding: 20px 15px;
    border-bottom: none;
    margin-bottom: -15px;
}
.modal-header .modal-title {
    font-size: 21px;
    line-height: 1.42857143;
}
.modal-header .close {
    height: 32px !important;
    line-height: 38px;
}

.modal-content {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    border-color: transparent;
}

.modal-content .icon_close {
    font-size: 26px;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.modal-content .icon_close:before {
    content: '\4d';
}

.dark .modal-content {
    background-color: #222;
    color: #fff;
}

/* * * * * *
    ElegantIcon
* * * * * */
.elegant-icon {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* * * * * *
    Others
* * * * * */
.img-col img {
    max-width: 100%;
}

hr {
    border-top: 0;
}

/* * * * * *
    Helper classes
* * * * * */
.clearfix:before,
.clearfix:after {
    content: ' ';
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.error {
    color: #ff1b1b;
}

input.error {
    color: #fff;
}

.animated {
    opacity: 0;
}

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

/* * * * * *
    Features element
    (columns of content with title and icon)
* * * * * * */
.features {
    font-size: 14px;
    margin-top: 50px;
}
.features p {
    color: #676767;
}
.features .icon {
    font-size: 34px;
    margin-top: 5px;
}
.features .icon .svg-icon {
    font-size: 46px;
}
.features .icon i.fa {
    color: #a5a5a5;
    font-size: 34px;
    margin-top: 10px;
}
.features .icon span[class^='icon_'] {
    color: #ffd511;
}

.dark .features p {
    color: #eee;
}

.white#sections .features p {
    color: #676767;
}

/* * * * * *
    Main header element
    (contains logo, navigation, social links)
* * * * * */
.main-header {
    display: block;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: background 0.3s ease;
    margin: 0;
}
.main-header .logo {
    font-family: 'Stardos Stencil', cursive, 'Helvetica Neue', 'Helvetica', Arial, sans-serif, sans-serif;
    font-size: 21px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    height: 54px;
    line-height: 54px;
    font-weight: 700;
    float: left;
    margin: 0 0 0 60px;
}
.main-header .logo a {
    color: #333;
    float: left;
    text-decoration: none;
}
.main-header .logo svg.logo-symbol {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 46px;
}
.main-header .logo svg.logo-symbol polygon#logo-fill {
    fill: #ffd511;
}
.main-header .logo img {
    margin-right: 10px;
}
.main-header .logo.bg-img {
    background: url('../img/logo.svg') no-repeat top left;
    background-size: auto 100%;
    display: inline-block;
}
.main-header .logo.bg-img a {
    padding-left: 60px;
}
.main-header .main-nav {
    float: left;
    margin: 0 0 0 50px;
    height: 52px;
    line-height: 52px;
}
.main-header .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.main-header .main-nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0 30px 0 0;
}
.main-header .main-nav ul li:last-child {
    padding-right: 0;
}
.main-header .main-nav ul a {
    color: #383838;
    font-family: 'Stardos Stencil', cursive, 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.main-header .main-nav ul a:before {
    background-color: #ffde44;
    content: '';
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -8px;
            transition: width 0.3s ease-in;
    -webkit-transition: width 0.3s ease-in;
       -moz-transition: width 0.3s ease-in;
         -o-transition: width 0.3s ease-in;
        -ms-transition: width 0.3s ease-in;
}
.main-header .main-nav ul a.active:before {
    background-color: #ffde44;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -8px;
            transition: width 0.3s ease-out;
    -webkit-transition: width 0.3s ease-out;
       -moz-transition: width 0.3s ease-out;
         -o-transition: width 0.3s ease-out;
        -ms-transition: width 0.3s ease-out;
}
.main-header .main-nav ul a:hover,
      .main-header .main-nav ul a:focus {
    background-color: transparent;
    text-decoration: none;
}
.main-header .main-nav ul a:hover:before {
    width: 100%;
}
.main-header .social-links {
    float: right;
    display: inline-block;
    line-height: 50px;
    margin-right: 60px;
    position: static;
    text-align: center;
}
.main-header .social-links .social-link {
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    margin: 0 8px;
    height: 36px;
    width: 36px;
    text-decoration: none;
    transition: background 0.1s ease;
    transition: transform 0.1s ease;
    border: 2px solid rgba(50, 50, 50, 0.3);
}
.main-header .social-links .social-link:hover {
    background-color: transparent;
}

.main-header.bg {
    background-color: rgba(255, 255, 255, 0.95);
}

.dark .main-header .logo a {
    color: #fff;
}

.dark .main-header nav.main-nav ul a {
    color: #f7f7f7;
}

.dark .main-header .social-link {
    border: 2px solid rgba(230, 230, 230, 0.5);
}

.dark .main-header.bg {
    background-color: rgba(10, 10, 10, 0.7);
}

.white.main-header.bg {
    background-color: rgba(255, 255, 255, 0.95);
}
.white.main-header.bg .logo a {
    color: #333;
}
.white.main-header.bg nav.main-nav ul a {
    color: #383838;
}
.white.main-header.bg .social-links .social-link {
    background-color: transparent;
    border-color: rgba(50, 50, 50, 0.3) !important;
    color: #333;
}

/* * * * * *
    Hamburger menu
    (Three horizontal line menu, shown when viewport is below 800px)
* * * * * */
.hamburger-menu {
    display: none;
    height: 40px;
    width: 40px;
    position: fixed;
    top: 25px;
    right: 30px;
    z-index: 11;
}
.hamburger-menu:hover {
    cursor: pointer;
}
.hamburger-menu .menu-item {
    background-color: #333;
    display: block;
    margin-top: -2px;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
            transition: background-color 0.2s, transform 0.3s;
    -webkit-transition: background-color 0.2s, transform 0.3s;
       -moz-transition: background-color 0.2s, transform 0.3s;
         -o-transition: background-color 0.2s, transform 0.3s;
        -ms-transition: background-color 0.2s, transform 0.3s;
}
.hamburger-menu .menu-item:before {
    background-color: #333;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
            transform: translateY(-300%);
    -webkit-transform: translateY(-300%);
       -moz-transform: translateY(-300%);
         -o-transform: translateY(-300%);
        -ms-transform: translateY(-300%);
            transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
       -moz-transition: transform 0.3s;
         -o-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
}
.hamburger-menu .menu-item:after {
    background-color: #333;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
            transform: translateY(300%);
    -webkit-transform: translateY(300%);
       -moz-transform: translateY(300%);
         -o-transform: translateY(300%);
        -ms-transform: translateY(300%);
            transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
       -moz-transition: transform 0.3s;
         -o-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
}

.hamburger-menu.open {
    z-index: 2010;
}
.hamburger-menu.open .menu-item {
    background-color: transparent;
}
.hamburger-menu.open .menu-item:before {
            transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
       -moz-transform: translateY(0) rotate(45deg);
         -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
}
.hamburger-menu.open .menu-item:after {
            transform: translateY(0) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(-45deg);
       -moz-transform: translateY(0) rotate(-45deg);
         -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
}

.dark .hamburger-menu .menu-item {
    background-color: #eee;
}
.dark .hamburger-menu .menu-item:before {
    background-color: #eee;
}
.dark .hamburger-menu .menu-item:after {
    background-color: #eee;
}

.dark .hamburger-menu.open .menu-item {
    background-color: transparent;
}

/* * * * * *
    Home
    (First page that is shown when template is loaded)
* * * * * * */
#home {
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../img/bg/bg.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: scroll;
    color: #333;
    height: 100vh;
    position: fixed;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    transform: scale(100%);
    text-align: center;
    padding-top: 134px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#home .content {
    width: 900px;
}
#home .promo-img {
    margin: 0 auto;
    text-align: center;
    height: 200px;
    width: 350px;
}
#home .promo-img img {
    max-height: 100%;
    max-width: 100%;
}
#home .tagline {
    color: #282828;
    font-size: 2.8em;
}
#home .description {
    color: #525252;
    font-size: 18px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    width: 400px;
}
#home #newsletter-form {
    margin: 0 auto;
    position: relative;
    width: 370px;
}
#home #newsletter-form .subscribe-input,
    #home #newsletter-form .subscribe-button {
    float: left;
}
#home #newsletter-form .subscribe-input {
    margin-right: 10px;
    width: 240px;
}
#home #newsletter-form .subscribe-button {
    width: 120px;
}
#home #newsletter-form .status-msg,
    #home #newsletter-form #id_email-error {
    clear: left;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    position: absolute;
    top: 38px;
    padding: 0;
}
#home .countdown {
    color: #424242;
    font-weight: 400;
    padding: 50px 0;
}
#home .countdown .days-hours {
    display: inline-block;
}
#home .countdown .minutes-seconds {
    display: inline-block;
}
#home .countdown .date {
    display: inline-block;
    width: 90px;
}
#home .countdown .date-date {
    font-size: 34px;
}

#home.layout2 {
    text-align: left;
}
#home.layout2 .content {
    width: auto;
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
}
#home.layout2 .content .promo-img {
    display: none !important;
}
#home.layout2 .content .tagline {
    line-height: 1;
    margin: 0;
}
#home.layout2 .content .description {
    padding: 10px 0;
    width: auto;
}
#home.layout2 .content .subscribe {
    float: left;
}
#home.layout2 .content .countdown {
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
#home.layout2 .content .countdown .date {
    float: left;
    margin: 0 10px;
    width: auto;
}
#home.layout2 .content .countdown .date-date {
    border: 3px solid rgba(50, 50, 50, 0.3);
    border-radius: 50%;
    color: #333;
    font-family: 'Stardos Stencil', cursive, 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 5px;
    height: 54px;
    width: 54px;
    text-align: center;
}
#home.layout2 .content .countdown .date-text {
    font-size: 17px;
    text-align: center;
}
#home.layout2 .social-links {
    position: absolute;
    top: 50px;
    right: 50px;
    left: auto;
    text-align: center;
}

#home.left .content {
    width: auto;
}

#home.left .promo-img {
    float: left;
}

#home.left .inner-content {
    float: left;
    margin-left: 30px;
    text-align: left;
    width: 500px;
}
#home.left .inner-content .tagline {
    font-size: 2.4em;
    line-height: 1;
}
#home.left .inner-content .description {
    margin: 0;
}
#home.left .inner-content #newsletter-form {
    margin: 0;
}
#home.left .inner-content .countdown {
    padding: 30px 0;
}

#home.right .content {
    width: auto;
}

#home.right .promo-img {
    float: right;
}

#home.right .inner-content {
    float: right;
    margin-right: 30px;
    text-align: right;
    width: 500px;
}
#home.right .inner-content .tagline {
    font-size: 2.4em;
    line-height: 1;
}
#home.right .inner-content .description {
    float: right;
    margin: 0;
}
#home.right .inner-content #newsletter-form {
    float: right;
    margin: 0;
}
#home.right .inner-content .countdown {
    padding: 30px 0;
}

.slider #home {
    background: none;
    background-color: rgba(250, 250, 250, 0.5);
}

.dark #home {
    background: linear-gradient(rgba(10, 10, 10, 0.6), rgba(10, 10, 10, 0.6)), url('../img/bg/bg2.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: scroll;
    color: #fff;
}
.dark #home .tagline {
    color: #fff;
}
.dark #home .description {
    color: #eee;
}
.dark #home .countdown {
    color: #eee;
}
.dark #home .countdown .date-date {
    color: #eee !important;
}

.dark #home.layout2 .countdown {
    color: #eee;
}
.dark #home.layout2 .countdown .date-date {
    color: #eee !important;
    border-color: rgba(210, 210, 210, 0.3) !important;
}

.slider.dark #home {
    background: none;
    background-color: rgba(47, 47, 47, 0.6);
}

.gradient #home {
    background: linear-gradient(rgba(88, 183, 243, 0.8), rgba(119, 32, 214, 0.9)), center center no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.color #home {
    background: #b0d3f3 center center no-repeat;
}

body.scrolled #home {
    opacity: 1;
    visibility: visible;
    transform: scale(0.95);
    z-index: 1;
       -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
         -o-filter: blur(5px);
        -ms-filter: blur(5px);
            filter: blur(5px);
}

/* * * * * *
    Sections
    (Styling for #sections element.
    Child elements' styling are defined below this element.)
* * * * * * */
#sections {
    background-color: #fafafa;
    display: block;
    margin: 0 auto;
    margin-top: 100vh;
    width: 100%;
    transition: transform 0.8s ease;
    position: relative;
    z-index: 1;
}

.dark #sections {
    background-color: rgba(10, 10, 10, 0.7);
}

.gradient.dark #sections {
    background-color: rgba(10, 10, 10, 0.9);
}

.gradient.dark .white#sections {
    background-color: #fafafa;
}

.white#sections {
    background-color: #fafafa;
}

/* * * * * *
    Section Element
    (child of #sections)
* * * * * */
section.section {
    color: #333;
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 60px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.section:before, section.section:after {
    content: ' ';
    /* 1 */
    display: table;
    /* 2 */
}
section.section:after {
    clear: both;
}
section.section .section-title {
    color: #ddb600;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 2.17px;
    margin: 0 0 45px 0;
    padding-bottom: 10px;
    position: relative;
}
section.section .section-title:after {
    background-color: #ffd511;
    content: '';
    display: block;
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -10px;
}
section.section .section-title.center {
    text-align: center;
}
section.section .section-title.center:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.section .sub-title {
    font-size: 14px;
}

.dark section.section {
    color: #fff;
}
.dark section.section .section-title {
    color: white;
}

.white#sections section.section {
    color: #333;
}
.white#sections section.section .section-title {
    color: #ffd511;
}

/* * * * * *
    Photoswipe plugin: Caption
    (image preview plugin)
* * * * * */
.pswp {
    z-index: 11;
}
.pswp .pswp__caption__center {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px auto;
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
    color: #e2e2e2;
}

/* * * * * *
    About section
* * * * * */
/* * * * * *
    Works section
* * * * * */
section#works #works-row {
    margin: 0;
}

section#works [class^='col'] {
    margin-bottom: 30px;
}

section#works .work {
    margin: 0 auto 30px auto;
    position: relative;
}

section#works .thumbnail {
    border: none;
    background-color: transparent;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
section#works .thumbnail:hover .hover {
    opacity: 1;
    visibility: visible;
}
section#works .thumbnail .img {
    display: block;
    height: 100%;
    width: 100%;
}
section#works .thumbnail .hover {
    background-color: rgba(10, 10, 10, 0.5);
    content: '';
    display: flex;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
section#works .thumbnail .hover .fa {
    color: #fff;
    font-size: 2em;
}
section#works .thumbnail .caption {
    color: #fff;
}

section#works .works-1 .caption {
    display: block;
    height: 32px;
    margin: 0 15px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    transition: opacity 0.4s ease;
}
section#works .works-1 .caption .text {
    color: white;
    font-family: 'Stardos Stencil', cursive, 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}

section#works .works-2 .work:hover {
    cursor: pointer;
}
section#works .works-2 .work:hover .caption {
    opacity: 1;
    visibility: visible;
}
section#works .works-2 .work:hover .caption .text {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

section#works .works-2 .caption {
    display: inline-block;
    margin: 0 15px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0 30px;
    text-align: center;
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(250, 250, 250, 0.7);
}
section#works .works-2 .caption .text {
    font-family: 'Stardos Stencil', cursive, 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 50%, 0);
    transition: all 0.3s ease;
}
section#works .works-2 .caption .hover {
    display: none;
}

section#works .works-3 .work {
    margin: 0;
    width: 100%;
}

section#works .works-3 .caption {
    padding: 20px 0;
}

section#works .works-3 .owl-controls .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}
section#works .works-3 .owl-controls .owl-nav .owl-prev,
  section#works .works-3 .owl-controls .owl-nav .owl-next {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: absolute;
    margin-top: -18px;
    height: 36px;
    width: 50px;
    text-indent: 300%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section#works .works-3 .owl-controls .owl-nav .owl-prev:after,
    section#works .works-3 .owl-controls .owl-nav .owl-next:after {
    display: block;
    text-indent: 0;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.1s ease;
}
section#works .works-3 .owl-controls .owl-nav .owl-prev:hover:after,
    section#works .works-3 .owl-controls .owl-nav .owl-next:hover:after {
    color: #ffde44;
    transform: scale(1.2);
}
section#works .works-3 .owl-controls .owl-nav .owl-prev:active:after,
    section#works .works-3 .owl-controls .owl-nav .owl-next:active:after {
    transform: scale(1);
}
section#works .works-3 .owl-controls .owl-nav .owl-prev {
    left: -50px;
}
section#works .works-3 .owl-controls .owl-nav .owl-prev:after {
    content: '\3c';
}
section#works .works-3 .owl-controls .owl-nav .owl-next {
    right: -50px;
}
section#works .works-3 .owl-controls .owl-nav .owl-next:after {
    content: '\3d';
}

section#works .works-3 .owl-controls .owl-dots {
    text-align: center;
}
section#works .works-3 .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
section#works .works-3 .owl-controls .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
       -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
         -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
}
section#works .works-3 .owl-controls .owl-dots .owl-dot.active span,
  section#works .works-3 .owl-controls .owl-dots .owl-dot:hover span {
    background: #ffd511;
}

.dark section#works .works-2 .caption {
    background-color: rgba(10, 10, 10, 0.5);
}

.white#sections section#works .works-2 .caption {
    background-color: rgba(250, 250, 250, 0.7);
}

/* * * * * *
    Contact section
* * * * * */
.contact-details ul {
    display: inline-block;
    float: left;
    list-style: none;
    margin-bottom: 10px;
    padding: 0;
}
.contact-details ul li {
    display: block;
    margin-right: 5px;
}

.contact-details .icon {
    color: #f7cb00;
    display: inline-block;
    float: left;
    padding: 0 10px 0 0;
    font-size: 18px;
    width: 40px;
    text-align: center;
}

.contact-details a {
    text-decoration: none;
    margin-bottom: 10px;
}

.contact-details .open-map {
    margin-top: 20px;
}

#contact-form .input-parent,
#contact-form .button-parent {
    position: relative;
    padding-bottom: 24px;
}

#contact-form .textarea-parent {
    padding-bottom: 24px;
}

#contact-form input,
#contact-form textarea {
    width: 100%;
}

#contact-form label.error {
    font-size: 12px;
    font-weight: 400;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: -22px;
    right: 15px;
}

#contact-form textarea {
    height: 116px;
}

#contact-form .input-label {
    left: 15px;
}

#contact-form .send-message-button {
    width: 120px;
}

/* * * * * *
    Map modal window
    (when our location is clicked)
* * * * * */
#mapModal {
    display: block;
    visibility: hidden;
}

#mapModal.open {
    opacity: 1;
    visibility: visible;
}

.open-on-maps {
    text-decoration: none;
    position: absolute;
    bottom: 42px;
    right: 64px;
}

/* * * * * *
    Responsive Navigation
    (navigation that appears when viewport is narrow and
    hamburger menu is clicked)
* * * * * */
.responsive-nav {
    background-color: rgba(250, 250, 250, 0.95);
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.responsive-nav ul {
    list-style: none;
}
.responsive-nav ul li {
    opacity: 0;
}
.responsive-nav ul a {
    font-family: 'Stardos Stencil', cursive, 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 2.4em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}
.responsive-nav ul a:hover {
    color: #ffd511;
}
.responsive-nav .social-links {
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}
.responsive-nav .social-links .social-link {
    border-radius: 50%;
    border: 2px solid rgba(50, 50, 50, 0.3);
    display: inline-block;
    font-size: 19px;
    line-height: 42px;
    margin: 0 8px;
    height: 42px;
    width: 42px;
    text-decoration: none;
    transition: background 0.1s ease;
    transition: transform 0.1s ease;
}
.responsive-nav .social-links .social-link:hover {
    background-color: white;
    color: #333;
    transform: scale(1.1);
}

.responsive-nav.open {
    display: flex;
}

.dark .responsive-nav {
    background-color: rgba(10, 10, 10, 0.95);
}
.dark .responsive-nav .social-links .social-link {
    border-color: rgba(210, 210, 210, 0.3);
}
.dark .responsive-nav .social-links .social-link:hover {
    color: #fff;
    background-color: rgba(8, 8, 8, 0.8);
}

/* * * * * *
    Page loader
    (circle animation when page is loading)
* * * * * * */
.page-loader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 11;
}
.page-loader .circle {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-loader .circle:before, .page-loader .circle:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #999;
    border-radius: 50%;
    opacity: 0;
}
.page-loader .circle:before {
    transform: scale(1);
    animation: circleAnimation 1.5s infinite ease-out;
}
.page-loader .circle:after {
    animation: circleAnimation 1.5s 0.8s infinite ease-out;
}

@keyframes circleAnimation {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    30% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

/* * * * * *
    Media query
* * * * * */
@media (max-width: 1120px) {
    #sections {
        width: 100%;
    }
    .main-header .logo {
        margin-left: 40px;
    }
    .main-header .social-links {
        margin-right: 40px;
    }
    #home.layout2 .content {
        left: 40px;
        bottom: 40px;
    }
    #home.layout2 .countdown {
        right: 40px;
        bottom: 40px;
    }
    #home.layout2 #newsletter-form {
        width: auto;
    }
}

@media (max-width: 800px) {
    #home .content {
        width: 94%;
    }
    #home .logo {
        float: none;
        position: absolute;
        left: 30px;
    }
    #home .tagline {
        font-size: 2.6em;
        margin-bottom: 0;
    }
    #home .description {
        padding: 20px 0;
        width: auto;
    }
    #home .countdown {
        padding: 20px 0;
    }
    #home #newsletter-form {
        margin: 0 auto;
    }
    #home.layout2 .content {
        position: static;
        margin: 0 auto;
        width: auto;
    }
    #home.layout2 .content .tagline {
        text-align: center;
    }
    #home.layout2 .content .subscribe {
        float: none;
        margin: 0 auto;
        width: 370px;
    }
    #home.layout2 .content .description {
        padding: 20px 0;
        text-align: center;
    }
    #home.layout2 .content .countdown {
        position: static;
        padding: 0 34px;
        margin: 30px auto;
        text-align: center;
    }
    #home.left .content,
    #home.right .content {
        width: 94%;
    }
    #home.left .promo-img,
    #home.right .promo-img {
        float: none;
    }
    #home.left .inner-content,
    #home.right .inner-content {
        float: none;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        width: auto;
    }
    #home.left .inner-content .description,
    #home.right .inner-content .description {
        margin: 0;
        float: none;
    }
    #home.left .inner-content #newsletter-form,
    #home.right .inner-content #newsletter-form {
        float: none;
        margin: 0 auto;
    }
    #home.left .inner-content .countdown,
    #home.right .inner-content .countdown {
        padding: 30px 0;
    }
    .main-nav {
        display: none;
    }
    .hamburger-menu {
        display: block;
    }
    .contact-details {
        margin-bottom: 30px;
    }
    .countdown .date {
        width: 80px;
    }
    .main-header .social-links {
        display: none;
    }
    .hamburger-menu {
        position: fixed;
        top: 38px;
        right: 50px;
    }
    .hamburger-menu .menu-item {
        width: 40px;
    }
}

@media (min-width: 770px) {
    #home.left .inner-content .tagline,
    #home.right .inner-content .tagline {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 768px) {
    body.scrolled #home {
        transform: scale(1);
           -moz-filter: blur(0px);
        -webkit-filter: blur(0px);
             -o-filter: blur(0px);
            -ms-filter: blur(0px);
                filter: blur(0px);
    }
    #home {
        height: auto;
        position: static;
        justify-content: flex-start;
        padding-top: 120px;
    }
    #sections {
        margin-top: 0;
    }
}

@media (max-width: 540px) {
    #home .tagline {
        font-size: 2em;
        line-height: 1.2;
    }
    #home .subscribe {
        margin: 0 auto;
        width: 98%;
    }
    #home #newsletter-form {
        width: auto;
    }
    #home #newsletter-form .subscribe-input {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    #home #newsletter-form .subscribe-button {
        float: none;
        width: 100%;
    }
    #home.layout2 .content .subscribe {
        width: 94%;
    }
    #home.layout2 .countdown {
        bottom: 80px;
    }
    #home.left .promo-img,
    #home.right .promo-img {
        float: none;
    }
    #home.left .inner-content,
    #home.right .inner-content {
        float: none;
    }
    #home.left .inner-content .tagline,
    #home.right .inner-content .tagline {
        font-size: 2em;
        line-height: 1.2;
    }
    .main-header {
        padding: 20px 0;
    }
    .main-header {
        top: 0;
    }
    .main-header .logo {
        margin: 0 0 0 20px;
    }
    .hamburger-menu {
        top: 27px;
        right: 20px;
    }
}

@media (max-width: 480px) {
    #home .description {
        margin: 0 auto;
        width: auto;
    }
}

@media (max-width: 360px) {
    #home .promo-img {
        width: 100%;
    }
}

@media (max-width: 320px) {
    #home.layout2 .countdown {
        padding: 0 10px;
        bottom: 20px;
    }
}

@media (max-width: 300px) {
    .countdown .date {
        width: 70px;
    }
}

/* * * * * *
    CSS FOR DEMO
    Color chooser
* * * * * */
.st-color-chooser {
    background-color: #eee;
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 9;
    height: 265px;
    width: 300px;
    padding: 20px;
    transform: translate3d(-300px, 0, 0);
    transition: transform 0.3s ease;
}
.st-color-chooser .chooser-toggler {
    background-color: #585858;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -38px;
    height: 38px;
    width: 38px;
}
.st-color-chooser .chooser-toggler .fa {
    display: inline-block;
    margin: 0 auto;
    width: 18px;
    transition: transform 0.3s ease;
}
.st-color-chooser .chooser-toggler:hover {
    background-color: #383838;
}
.st-color-chooser .chooser-toggler:hover .fa {
    transform: rotate(90deg);
}
.st-color-chooser ul.colors {
    padding: 0;
    margin: 0;
    list-style: none;
}
.st-color-chooser ul.colors li {
    float: left;
    margin: 0 10px 10px 0;
}
.st-color-chooser .color-button {
    border: none;
    color: #fff;
    height: 38px;
    width: 120px;
}
.st-color-chooser .color-yellow {
    background-color: #ffd511;
}
.st-color-chooser .color-green {
    background-color: #31c530;
}
.st-color-chooser .color-blue {
    background-color: #4ba0ec;
}
.st-color-chooser .color-red {
    background-color: #f15858;
}
.st-color-chooser .color-turquoise {
    background-color: #1ee8c5;
}
.st-color-chooser .color-wheat {
    background-color: #daca79;
}
.st-color-chooser .color-indigo {
    background-color: #8b62ea;
}
.st-color-chooser .color-orange {
    background-color: #ff8a22;
}

.st-color-chooser.open {
    transform: translate3d(0, 0, 0);
}

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

.color-green .btn:focus, .color-green .btn:active {
    background-color: #31c530 !important;
}

.color-green .btn-primary {
    background-color: #31c530;
}
.color-green .btn-primary:hover {
    background-color: #31c530 !important;
    color: #1e1e1e;
}
.color-green .btn-primary:before {
    background-color: #279c26;
}

.color-green .svg-icon path,
.color-green .svg-icon polygon,
.color-green .svg-icon rect {
    fill: #31c530;
}

.color-green .svg-icon circle {
    stroke: #31c530;
    stroke-width: 1;
}

.color-green section.section .section-title {
    color: #31c530;
}
.color-green section.section .section-title:after {
    background-color: #31c530;
}

.color-green svg.logo-symbol polygon#logo-fill {
    fill: #31c530 !important;
}

.color-green .icon span[class^='icon_'] {
    color: #31c530;
}

.color-green nav.main-nav ul li a:before {
    background-color: #54d553;
}

.color-green nav.main-nav ul li a.active:before {
    background-color: #54d553;
}

.color-green .works-3 .owl-prev:hover:after,
.color-green .works-3 .owl-next:hover:after {
    color: #54d553;
}

.color-green .works-3 .owl-dot.active span,
.color-green .works-3 .owl-dot:hover span {
    background: #31c530;
}

.color-green .contact-details .icon {
    color: #2cb02b;
}

.color-green .responsive-nav a:hover {
    color: #31c530;
}

.dark.color-green section.section .section-title {
    color: white;
}

.color-blue .btn:focus, .color-blue .btn:active {
    background-color: #4ba0ec !important;
}

.color-blue .btn-primary {
    background-color: #4ba0ec;
    color: #fff;
}
.color-blue .btn-primary:hover {
    background-color: #4ba0ec !important;
    color: #f7f7f7;
}
.color-blue .btn-primary:before {
    background-color: #1d88e7;
}

.color-blue .svg-icon path,
.color-blue .svg-icon polygon,
.color-blue .svg-icon rect {
    fill: #4ba0ec;
}

.color-blue .svg-icon circle {
    stroke: #4ba0ec;
    stroke-width: 1;
}

.color-blue section.section .section-title {
    color: #4ba0ec;
}
.color-blue section.section .section-title:after {
    background-color: #4ba0ec;
}

.color-blue svg.logo-symbol polygon#logo-fill {
    fill: #4ba0ec !important;
}

.color-blue .icon span[class^='icon_'] {
    color: #4ba0ec;
}

.color-blue nav.main-nav ul li a:before {
    background-color: #79b8f1;
}

.color-blue nav.main-nav ul li a.active:before {
    background-color: #79b8f1;
}

.color-blue .works-3 .owl-prev:hover:after,
.color-blue .works-3 .owl-next:hover:after {
    color: #79b8f1;
}

.color-blue .works-3 .owl-dot.active span,
.color-blue .works-3 .owl-dot:hover span {
    background: #4ba0ec;
}

.color-blue .contact-details .icon {
    color: #3494ea;
}

.color-blue .responsive-nav a:hover {
    color: #4ba0ec;
}

.dark.color-blue section.section .section-title {
    color: white;
}

.color-red .btn:focus, .color-red .btn:active {
    background-color: #f15858 !important;
}

.color-red .btn-primary {
    background-color: #f15858;
    color: #fff;
}
.color-red .btn-primary:hover {
    background-color: #f15858 !important;
    color: #f7f7f7;
}
.color-red .btn-primary:before {
    background-color: #ed2929;
}

.color-red .svg-icon path,
.color-red .svg-icon polygon,
.color-red .svg-icon rect {
    fill: #f15858;
}

.color-red .svg-icon circle {
    stroke: #f15858;
    stroke-width: 1;
}

.color-red section.section .section-title {
    color: #f15858;
}
.color-red section.section .section-title:after {
    background-color: #f15858;
}

.color-red svg.logo-symbol polygon#logo-fill {
    fill: #f15858 !important;
}

.color-red .icon span[class^='icon_'] {
    color: #f15858;
}

.color-red nav.main-nav ul li a:before {
    background-color: #f58787;
}

.color-red nav.main-nav ul li a.active:before {
    background-color: #f58787;
}

.color-red .works-3 .owl-prev:hover:after,
.color-red .works-3 .owl-next:hover:after {
    color: #f58787;
}

.color-red .works-3 .owl-dot.active span,
.color-red .works-3 .owl-dot:hover span {
    background: #f15858;
}

.color-red .contact-details .icon {
    color: #ef4040;
}

.color-red .responsive-nav a:hover {
    color: #f15858;
}

.dark.color-red section.section .section-title {
    color: white;
}

.color-turquoise .btn:focus, .color-turquoise .btn:active {
    background-color: #1ee8c5 !important;
}

.color-turquoise .btn-primary {
    background-color: #1ee8c5;
}
.color-turquoise .btn-primary:hover {
    background-color: #1ee8c5 !important;
    color: #1e1e1e;
}
.color-turquoise .btn-primary:before {
    background-color: #14bfa2;
}

.color-turquoise .svg-icon path,
.color-turquoise .svg-icon polygon,
.color-turquoise .svg-icon rect {
    fill: #1ee8c5;
}

.color-turquoise .svg-icon circle {
    stroke: #1ee8c5;
    stroke-width: 1;
}

.color-turquoise section.section .section-title {
    color: #1ee8c5;
}
.color-turquoise section.section .section-title:after {
    background-color: #1ee8c5;
}

.color-turquoise svg.logo-symbol polygon#logo-fill {
    fill: #1ee8c5 !important;
}

.color-turquoise .icon span[class^='icon_'] {
    color: #1ee8c5;
}

.color-turquoise nav.main-nav ul li a:before {
    background-color: #4cedd1;
}

.color-turquoise nav.main-nav ul li a.active:before {
    background-color: #4cedd1;
}

.color-turquoise .works-3 .owl-prev:hover:after,
.color-turquoise .works-3 .owl-next:hover:after {
    color: #4cedd1;
}

.color-turquoise .works-3 .owl-dot.active span,
.color-turquoise .works-3 .owl-dot:hover span {
    background: #1ee8c5;
}

.color-turquoise .contact-details .icon {
    color: #16d7b5;
}

.color-turquoise .responsive-nav a:hover {
    color: #1ee8c5;
}

.dark.color-turquoise section.section .section-title {
    color: white;
}

.color-wheat .btn:focus, .color-wheat .btn:active {
    background-color: #daca79 !important;
}

.color-wheat .btn-primary {
    background-color: #daca79;
}
.color-wheat .btn-primary:hover {
    background-color: #daca79 !important;
    color: #1e1e1e;
}
.color-wheat .btn-primary:before {
    background-color: #cfba51;
}

.color-wheat .svg-icon path,
.color-wheat .svg-icon polygon,
.color-wheat .svg-icon rect {
    fill: #daca79;
}

.color-wheat .svg-icon circle {
    stroke: #daca79;
    stroke-width: 1;
}

.color-wheat section.section .section-title {
    color: #daca79;
}
.color-wheat section.section .section-title:after {
    background-color: #daca79;
}

.color-wheat svg.logo-symbol polygon#logo-fill {
    fill: #daca79 !important;
}

.color-wheat .icon span[class^='icon_'] {
    color: #daca79;
}

.color-wheat nav.main-nav ul li a:before {
    background-color: #e5daa1;
}

.color-wheat nav.main-nav ul li a.active:before {
    background-color: #e5daa1;
}

.color-wheat .works-3 .owl-prev:hover:after,
.color-wheat .works-3 .owl-next:hover:after {
    color: #e5daa1;
}

.color-wheat .works-3 .owl-dot.active span,
.color-wheat .works-3 .owl-dot:hover span {
    background: #daca79;
}

.color-wheat .contact-details .icon {
    color: #d4c265;
}

.color-wheat .responsive-nav a:hover {
    color: #daca79;
}

.dark.color-wheat section.section .section-title {
    color: white;
}

.color-indigo .btn:focus, .color-indigo .btn:active {
    background-color: #8b62ea !important;
}

.color-indigo .btn-primary {
    background-color: #8b62ea;
    color: #fff;
}
.color-indigo .btn-primary:hover {
    background-color: #8b62ea !important;
    color: #f7f7f7;
}
.color-indigo .btn-primary:before {
    background-color: #6a35e4;
}

.color-indigo .svg-icon path,
.color-indigo .svg-icon polygon,
.color-indigo .svg-icon rect {
    fill: #8b62ea;
}

.color-indigo .svg-icon circle {
    stroke: #8b62ea;
    stroke-width: 1;
}

.color-indigo section.section .section-title {
    color: #8b62ea;
}
.color-indigo section.section .section-title:after {
    background-color: #8b62ea;
}

.color-indigo svg.logo-symbol polygon#logo-fill {
    fill: #8b62ea !important;
}

.color-indigo .icon span[class^='icon_'] {
    color: #8b62ea;
}

.color-indigo nav.main-nav ul li a:before {
    background-color: #ac8ff0;
}

.color-indigo nav.main-nav ul li a.active:before {
    background-color: #ac8ff0;
}

.color-indigo .works-3 .owl-prev:hover:after,
.color-indigo .works-3 .owl-next:hover:after {
    color: #ac8ff0;
}

.color-indigo .works-3 .owl-dot.active span,
.color-indigo .works-3 .owl-dot:hover span {
    background: #8b62ea;
}

.color-indigo .contact-details .icon {
    color: #7a4ce7;
}

.color-indigo .responsive-nav a:hover {
    color: #8b62ea;
}

.dark.color-indigo section.section .section-title {
    color: white;
}

.color-orange .btn:focus, .color-orange .btn:active {
    background-color: #ff8a22 !important;
}

.color-orange .btn-primary {
    background-color: #ff8a22;
    color: #fff;
}
.color-orange .btn-primary:hover {
    background-color: #ff8a22 !important;
    color: #f7f7f7;
}
.color-orange .btn-primary:before {
    background-color: #ee7000;
}

.color-orange .svg-icon path,
.color-orange .svg-icon polygon,
.color-orange .svg-icon rect {
    fill: #ff8a22;
}

.color-orange .svg-icon circle {
    stroke: #ff8a22;
    stroke-width: 1;
}

.color-orange section.section .section-title {
    color: #ff8a22;
}
.color-orange section.section .section-title:after {
    background-color: #ff8a22;
}

.color-orange svg.logo-symbol polygon#logo-fill {
    fill: #ff8a22 !important;
}

.color-orange .icon span[class^='icon_'] {
    color: #ff8a22;
}

.color-orange nav.main-nav ul li a:before {
    background-color: #ffa555;
}

.color-orange nav.main-nav ul li a.active:before {
    background-color: #ffa555;
}

.color-orange .works-3 .owl-prev:hover:after,
.color-orange .works-3 .owl-next:hover:after {
    color: #ffa555;
}

.color-orange .works-3 .owl-dot.active span,
.color-orange .works-3 .owl-dot:hover span {
    background: #ff8a22;
}

.color-orange .contact-details .icon {
    color: #ff7d09;
}

.color-orange .responsive-nav a:hover {
    color: #ff8a22;
}

.dark.color-orange section.section .section-title {
    color: white;
}
