/*	Colors 	*/
/*      light colors         */
/*      Font Smoothing      */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.btn-simple,
a,
td
{
    font-family: 'Verlag-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif; 

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4
{
    font-weight: 400;

    margin: 30px 0 15px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small
{
    font-size: 60%;
}

a:hover
{
    text-decoration: none;
}

a:focus
{
    text-decoration: none;

    outline: 0;
}

a:active
{
    outline: 0;
}

button::-moz-focus-inner
{
    outline: 0;
}

input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner
{
    outline: 0;
}

select::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner
{
    outline: 0;
}


.navbar-toggle
{
    outline: 0 !important;
}

/*           Animations              */
.form-control
{
    -webkit-transition: all 300ms linear;
            transition: all 300ms linear;
}

.navbar
{
    -webkit-transition: all 300ms linear;
            transition: all 300ms linear;
}
.navbar .alert
{
    -webkit-transition: all 300ms linear;
            transition: all 300ms linear;
}


.filter,
[data-toggle='collapse'] i,
body > .navbar-collapse a
{
    -webkit-transition: all 150ms linear;
            transition: all 150ms linear;
}

.fa
{
    width: 18px;

    text-align: center;
}

.margin-top
{
    margin-top: 50px;
}

.margin-bottom-50
{
    margin-bottom: 50px;
}

.better-browser
{
    max-width: 700px;
    margin: 200px auto;

    text-align: center;
}
.better-browser div
{
    margin-bottom: 10px;
}

.btn
{
    font-weight: 400;

    padding: 8px 16px;

    opacity: .8;
    color: #888; 
    border-width: 2px;
    border-color: #888;
    background-color: transparent;

    filter: alpha(opacity=80);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active
{
    color: #777;
    border-color: #777; 
    background-color: transparent;
}

.btn:disabled,
.btn[disabled],
.btn.disabled
{
    border-color: #888; 
    background-color: transparent;
}

.btn.btn-fill
{
    opacity: 1;
    color: #fff;
    background-color: #888;

    filter: alpha(opacity=100);
}
.btn.btn-fill:hover,
.btn.btn-fill:focus,
.btn.btn-fill:active,
.btn.btn-fill.active
{
    color: #fff; 
    background-color: #777;
}

.btn:hover,
.btn:focus
{
    opacity: 1;
    outline: 0 !important; 

    filter: alpha(opacity=100);
}

.btn:active,
.btn.active
{
    outline: 0 !important; 
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-neutral
{
    color: #fff; 
    border-color: #fff;
}
.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active,
.btn-neutral.active
{
    color: #fff;
    border-color: #fff; 
    background-color: transparent;
}

.btn-neutral:disabled,
.btn-neutral[disabled],
.btn-neutral.disabled
{
    border-color: #fff; 
    background-color: transparent;
}

.btn-neutral.btn-fill
{
    opacity: 1;
    color: #fff;
    background-color: #fff;

    filter: alpha(opacity=100);
}
.btn-neutral.btn-fill:hover,
.btn-neutral.btn-fill:focus,
.btn-neutral.btn-fill:active,
.btn-neutral.btn-fill.active
{
    color: #fff; 
    background-color: #fff;
}

.btn-neutral:active,
.btn-neutral.active
{
    color: #888; 
    background-color: #fff;
}

.btn-neutral.btn-fill
{
    color: #888;
}
.btn-neutral.btn-fill:hover,
.btn-neutral.btn-fill:focus
{
    color: #888;
}

.btn-neutral.btn-simple:active,
.btn-neutral.btn-simple.active
{
    background-color: transparent;
}

.btn:disabled,
.btn[disabled],
.btn.disabled
{
    opacity: .5;

    filter: alpha(opacity=50);
}

.btn-round
{
    padding: 9px 18px; 

    border-width: 1px;
    border-radius: 30px !important;
}

.btn-simple
{
    font-size: 16px;

    padding: 8px 16px; 

    border: 0;
}

.btn-lg
{
    font-size: 18px;
    font-weight: 400; 

    padding: 14px 30px;

    border-radius: 6px;
}
.btn-lg.btn-round
{
    padding: 15px 30px;
}
.btn-lg.btn-simple
{
    padding: 16px 30px;
}

.btn-gold
{
    color: #555; 
    background-color: rgba(197, 164, 126, .3);
}
.btn-gold:hover
{
    color: #333; 
    background-color: rgba(197, 164, 126, .75);
}

.form-control
{
    height: 40px;
    padding: 8px 10px;

    color: #444;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form-control::-moz-placeholder,
.form-control:-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder
{
    opacity: 1;
    color: #ddd;

    filter: alpha(opacity=100);
}
.form-control:focus
{
    border: 1px solid #777;
    outline: 0 !important; 
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus
{
    border-color: #e3e3e3;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.has-success .form-control
{
    color: #05ae0e;
}
.has-success .form-control:focus
{
    border-color: #05ae0e;
}

.has-error .form-control
{
    color: #ff3b30;
}
.has-error .form-control:focus
{
    border-color: #ff3b30;
}

.form-control + .form-control-feedback
{
    font-size: 14px;

    position: absolute;
    top: 50%;
    right: 10px;

    margin-top: -7px;

    vertical-align: middle; 

    border-radius: 6px;
}

.open .form-control
{
    border-bottom-color: transparent; 
    border-radius: 4px 4px 0 0;
}

.has-error .form-control-feedback
{
    color: #ff3b30;
}

.has-success .form-control-feedback
{
    color: #05ae0e;
}

.form-control[disabled],
.form-control[readonly]
{
    cursor: not-allowed; 

    color: #888;
    background-color: #e3e3e3;
}

fieldset[disabled] .form-control
{
    cursor: not-allowed; 

    color: #888;
    background-color: #e3e3e3;
}

.section
{
    position: relative;

    padding: 30px 0;

    background-color: #fff;
}

.section-dark
{
    color: #eee; 
    background-color: #222;
    background-image: url('../images/rubik_background.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section.section-dark .text-area
{
    background: none;
}

.nav > li > a:hover,
.nav > li > a:focus
{
    background-color: transparent;
}

.navbar
{
    font-size: 16px; 

    border: 0;
}
.navbar .navbar-brand
{
    font-family: 'Slim-Joe';
    font-size: 20px;
    font-weight: 600;

    margin: 5px 0;
    padding: 20px 15px;

    letter-spacing: 0;
}
.navbar .navbar-nav > li > a
{
    margin: 15px 3px; 
    padding: 10px 15px;
}
.navbar .navbar-nav.navbar-uppercase > li > a
{
    font-size: 13px;
    font-weight: 600; 

    letter-spacing: 1px;
    text-transform: uppercase;
}
.navbar .navbar-nav > li > a.btn
{
    margin: 15px 3px;
    padding: 8px 16px;
}
.navbar .navbar-nav > li > a.btn-round
{
    margin: 16px 3px;
}
.navbar .navbar-nav > li > a [class^='fa']
{
    font-size: 18px;

    position: relative;
    top: 1px;
}
.navbar .btn
{
    font-size: 14px; 

    margin: 15px 3px;
}
.navbar .btn-simple
{
    font-size: 16px;
}

.navbar-nav > li > .dropdown-menu
{
    margin-top: -5px; 

    border-radius: 10px;
}

.navbar-default
{
    border-bottom: 1px solid rgba(0, 0, 0, .1); 
    background-color: white;
}
.navbar-default .navbar-nav > li > a:not(.btn)
{
    color: #343434;
}
.navbar-default .navbar-nav > .active > a
{
    opacity: 1;
    color: #c5a47e;
    border-radius: 3px;
    background-color: transparent;

    filter: alpha(opacity=100);
}
.navbar-default .navbar-nav > .active > a:not(.btn):hover,
.navbar-default .navbar-nav > .active > a:not(.btn):focus
{
    opacity: 1;
    color: #c5a47e;
    border-radius: 3px;
    background-color: transparent;

    filter: alpha(opacity=100);
}
.navbar-default .navbar-nav > li > a:not(.btn):hover,
.navbar-default .navbar-nav > li > a:not(.btn):focus
{
    opacity: 1;
    color: #c5a47e;
    border-radius: 3px;
    background-color: transparent;

    filter: alpha(opacity=100);
}
.navbar-default .navbar-nav > .open > a
{
    color: #c5a47e; 
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
{
    color: #c5a47e; 
    background-color: transparent;
}
.navbar-default .navbar-nav .navbar-toggle:hover,
.navbar-default .navbar-nav .navbar-toggle:focus
{
    background-color: transparent;
}
.navbar-default .navbar-brand
{
    color: #343434;
}
.navbar-default:not(.navbar-transparent) .btn-default:hover
{
    color: #c5a47e;
    border-color: #c5a47e;
}
.navbar-default:not(.navbar-transparent) .btn-neutral
{
    color: #777;
}
.navbar-default:not(.navbar-transparent) .btn-neutral:hover,
.navbar-default:not(.navbar-transparent) .btn-neutral:active
{
    color: #777;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
    background-color: transparent;
}

.navbar-transparent .navbar-brand,
[class*='navbar-ct'] .navbar-brand
{
    opacity: 1;
    color: #fff;

    filter: alpha(opacity=100);
}

.navbar-transparent .navbar-brand:focus,
.navbar-transparent .navbar-brand:hover
{
    opacity: 1;
    color: #fff; 
    background-color: transparent;

    filter: alpha(opacity=100);
}

[class*='navbar-ct'] .navbar-brand:focus,
[class*='navbar-ct'] .navbar-brand:hover
{
    opacity: 1;
    color: #fff; 
    background-color: transparent;

    filter: alpha(opacity=100);
}

.navbar-transparent .navbar-nav > li > a:not(.btn),
[class*='navbar-ct'] .navbar-nav > li > a:not(.btn)
{
    opacity: 1;
    color: #fff;
    border-color: #fff;

    filter: alpha(opacity=100);
}

.navbar-transparent .navbar-nav > .active > a:not(.btn),
.navbar-transparent .navbar-nav > .active > a:hover:not(.btn),
.navbar-transparent .navbar-nav > .active > a:focus:not(.btn)
{
    opacity: 1;
    color: #c5a47e;
    border-radius: 3px;
    background-color: transparent;

    filter: alpha(opacity=100);
}

.navbar-transparent .navbar-nav > li > a:hover:not(.btn),
.navbar-transparent .navbar-nav > li > a:focus:not(.btn)
{
    opacity: 1;
    color: #c5a47e;
    border-radius: 3px;
    background-color: transparent;

    filter: alpha(opacity=100);
}

[class*='navbar-ct'] .navbar-nav > .active > a:not(.btn),
[class*='navbar-ct'] .navbar-nav > .active > a:hover:not(.btn),
[class*='navbar-ct'] .navbar-nav > .active > a:focus:not(.btn)
{
    opacity: 1;
    color: #c5a47e;
    border-radius: 3px;
    background-color: transparent;

    filter: alpha(opacity=100);
}

[class*='navbar-ct'] .navbar-nav > li > a:hover:not(.btn),
[class*='navbar-ct'] .navbar-nav > li > a:focus:not(.btn)
{
    opacity: 1;
    color: #c5a47e;
    border-radius: 3px;
    background-color: transparent;

    filter: alpha(opacity=100);
}

.navbar-transparent .navbar-nav .nav > li > a.btn:hover,
[class*='navbar-ct'] .navbar-nav .nav > li > a.btn:hover
{
    background-color: transparent;
}

.navbar-transparent .navbar-nav > .open > a
{
    opacity: 1;
    color: #fff;
    background-color: transparent;

    filter: alpha(opacity=100);
}
.navbar-transparent .navbar-nav > .open > a:hover,
.navbar-transparent .navbar-nav > .open > a:focus
{
    opacity: 1;
    color: #fff;
    background-color: transparent;

    filter: alpha(opacity=100);
}

[class*='navbar-ct'] .navbar-nav > .open > a
{
    opacity: 1;
    color: #fff;
    background-color: transparent;

    filter: alpha(opacity=100);
}
[class*='navbar-ct'] .navbar-nav > .open > a:hover,
[class*='navbar-ct'] .navbar-nav > .open > a:focus
{
    opacity: 1;
    color: #fff;
    background-color: transparent;

    filter: alpha(opacity=100);
}

.navbar-transparent .btn-default,
[class*='navbar-ct'] .btn-default
{
    color: #fff;
    border-color: #fff;
}

.navbar-transparent .btn-default.btn-fill,
[class*='navbar-ct'] .btn-default.btn-fill
{
    opacity: 1;
    color: #777;
    background-color: #fff;

    filter: alpha(opacity=100);
}

.navbar-transparent .btn-default.btn-fill:hover,
.navbar-transparent .btn-default.btn-fill:focus,
.navbar-transparent .btn-default.btn-fill:active,
.navbar-transparent .btn-default.btn-fill.active
{
    opacity: 1;
    border-color: #fff;

    filter: alpha(opacity=100);
}

[class*='navbar-ct'] .btn-default.btn-fill:hover,
[class*='navbar-ct'] .btn-default.btn-fill:focus,
[class*='navbar-ct'] .btn-default.btn-fill:active,
[class*='navbar-ct'] .btn-default.btn-fill.active
{
    opacity: 1;
    border-color: #fff;

    filter: alpha(opacity=100);
}

.navbar-transparent .dropdown-menu .divider
{
    background-color: rgba(255, 255, 255, .2);
}

/*.navbar-ct-blue {
	background-color: rgba(52, 172, 220, 0.98);
}

.navbar-ct-azure {
	background-color: rgba(91, 202, 255, 0.98);
}

.navbar-ct-green {
	background-color: rgba(76, 217, 100, 0.98);
}

.navbar-ct-orange {
	background-color: rgba(255, 149, 0, 0.98);
}

.navbar-ct-red {
	background-color: rgba(255, 76, 64, 0.98);
}*/
.navbar-transparent
{
    padding-top: 15px;

    border-bottom: 1px solid #333; 
    background-color: rgba(0, 0, 0, .3);
}

.navbar-toggle
{
    margin-top: 19px;
    margin-bottom: 19px;

    border: 0;
}
.navbar-toggle .icon-bar
{
    background-color: #fff;
}
.navbar-toggle .navbar-collapse
{
    border-color: transparent;
}
.navbar-toggle.navbar-default .navbar-toggle:hover,
.navbar-toggle.navbar-default .navbar-toggle:focus
{
    background-color: transparent;
}

.navbar.navbar-fixed-top
{
    -webkit-transition: all .5s .1s;
            transition: all .5s .1s;
}

.footer
{
    line-height: 20px;

    border-top: 1px solid #ddd; 
    background-color: #fff;
}
.footer nav > ul
{
    font-weight: normal; 

    margin: 0;
    padding: 0;

    list-style: none;
}
.footer nav > ul a:not(.btn)
{
    display: block;

    margin-bottom: 3px; 

    color: #777;
}
.footer nav > ul a:not(.btn):hover,
.footer nav > ul a:not(.btn):focus
{
    color: #777;
}
.footer .copyright
{
    line-height: 20px;

    margin: 15px 3px;
    padding: 10px 15px;

    text-align: center; 

    color: #777;
}
.footer hr
{
    border-color: #ddd;
}
.footer .title
{
    color: #777;
}
.footer:not(.footer-big) nav > ul
{
    font-size: 16px;
}
.footer:not(.footer-big) nav > ul li
{
    float: left; 

    margin-left: 20px;
}
.footer:not(.footer-big) nav > ul a
{
    margin: 15px 10px 15px 0; 
    padding: 10px 0;
}

.footer-color-black
{
    color: #ddd; 
    background-color: rgba(30, 30, 30, .97);
}

.footer-color-black nav > ul a
{
    color: #fff;
}

.footer-color-black nav > ul a:hover,
.footer-color-black nav > ul a:focus
{
    color: #777;
}

.footer-color-black hr
{
    border-color: #444;
}

.footer-color-black .title
{
    color: #ddd;
}

.dropdown-menu
{
    position: absolute;
    z-index: 9000;

    display: block;
    visibility: hidden;

    margin: 0;
    padding: 0;

    opacity: 0;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .125);
            box-shadow: 1px 2px 3px rgba(0, 0, 0, .125); 

    filter: alpha(opacity=0);
}

.open .dropdown-menu
{
    visibility: visible; 

    opacity: 1;

    filter: alpha(opacity=100);
}

.select .dropdown-menu
{
    margin-top: -20px; 

    -webkit-transition: all 150ms linear;
            transition: all 150ms linear;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% -40px;
        -ms-transform-origin: 50% -40px;
            transform-origin: 50% -40px;

    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.select.open .dropdown-menu
{
    margin-top: -1px;
}

.dropdown-menu > li > a
{
    padding: 8px 16px;

    color: #333;
}
.dropdown-menu > li > a img
{
    margin-top: -3px;
}
.dropdown-menu > li > a:focus
{
    outline: 0 !important;
}

.dropdown-menu > li:first-child > a
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dropdown-menu > li:last-child > a
{
    border-bottom-right-radius: 10px; 
    border-bottom-left-radius: 10px;
}

.select .dropdown-menu > li:first-child > a
{
    border-bottom: 0 none; 
    border-radius: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    text-decoration: none; 

    opacity: 1;
    color: #333;
    background-color: #f5f5f5;
}

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

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

#bodyClick
{
    position: fixed;
    z-index: 1029;
    top: 0;
    right: 300px;
    left: auto;

    overflow-x: hidden; 

    width: 100%;
    height: 100%;

    content: '';

    opacity: 0;
}

body
{
    position: relative;
}
body > .navbar-collapse
{
    position: fixed;
    z-index: 1032;
    top: 0;
    right: 0;

    display: block;
    visibility: visible;
    overflow-y: visible;

    width: 300px;
    height: 100vh;
    padding-right: 0;
    padding-left: 40px;

    -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
            transition: all .5s cubic-bezier(.685, .0473, .346, 1); 
    -webkit-transform: translate3d(300px, 0, 0);
            transform: translate3d(300px, 0, 0);
    text-align: left;

    border-top: none;
    border-left: 1px solid #e3e3e3;
    background-color: #999;
}
body > .navbar-collapse ul
{
    position: relative;
    z-index: 3;

    overflow-y: auto;

    height: 100%;
}
body > .navbar-collapse .nav > li
{
    border-bottom: 1px solid #e5e5e5;
}
body > .navbar-collapse .nav > li:last-child
{
    border-bottom: 0;
}
body > .navbar-collapse .nav > li > a
{
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;

    margin: 0 0;
    padding: 24px 0; 

    text-transform: uppercase;

    color: #444;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a.active
{
    color: #c5a47e;
}
body > .navbar-collapse::after
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #fff;
}
body > .navbar-collapse.has-image::after
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(17, 17, 17, .8);
}
body > .navbar-collapse.collapse
{
    height: 100vh !important;
}

.wrapper
{
    left: 0;

    -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
            transition: all .5s cubic-bezier(.685, .0473, .346, 1);

    background-color: white;
}
.wrapper.transition
{
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
}

.navbar-burger .navbar-toggle .icon-bar
{
    position: relative;

    display: block;

    width: 24px;
    height: 2px;

    border-radius: 1px;
}

.navbar-burger.navbar-transparent .navbar-toggle .icon-bar
{
    background: #fff;
}

.navbar-burger .container
{
    position: relative; 

    -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
            transition: all .5s cubic-bezier(.685, .0473, .346, 1);
    /*          width: 100%; */
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
}

.navbar-burger .navbar-header .navbar-toggle
{
    width: 40px;
    height: 40px; 
    margin-top: 12px;
    margin-bottom: 8px;
}

.navbar-burger .bar1,
.navbar-burger .bar2,
.navbar-burger .bar3
{
    outline: 1px solid transparent;
}

.navbar-burger .bar1
{
    top: 0;

    -webkit-animation: topbar-back 500ms 0s;
            animation: topbar-back 500ms 0s;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.navbar-burger .bar2
{
    opacity: 1;
}

.navbar-burger .bar3
{
    bottom: 0;

    -webkit-animation: bottombar-back 500ms 0s;
            animation: bottombar-back 500ms 0s;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.navbar-burger .toggled .bar1
{
    top: 6px;

    -webkit-animation: topbar-x 500ms linear 0s;
            animation: topbar-x 500ms 0s;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.navbar-burger .toggled .bar2
{
    opacity: 0;
}

.navbar-burger .toggled .bar3
{
    bottom: 6px;

    -webkit-animation: bottombar-x 500ms linear 0s;
            animation: bottombar-x 500ms 0s;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@keyframes topbar-x
{
    0%
    {
        top: 0;

        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    45%
    {
        top: 6px;

        -webkit-transform: rotate(145deg);
                transform: rotate(145deg);
    }
    75%
    {
        -webkit-transform: rotate(130deg);
                transform: rotate(130deg);
    }
    100%
    {
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
    }
}

@-webkit-keyframes topbar-x
{
    0%
    {
        top: 0;

        -webkit-transform: rotate(0deg);
    }
    45%
    {
        top: 6px;

        -webkit-transform: rotate(145deg);
    }
    75%
    {
        -webkit-transform: rotate(130deg);
    }
    100%
    {
        -webkit-transform: rotate(135deg);
    }
}

@-webkit-keyframes topbar-back
{
    0%
    {
        top: 6px;

        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
    }
    45%
    {
        -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg);
    }
    75%
    {
        -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
    }
    100%
    {
        top: 0;

        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

@keyframes topbar-back
{
    0%
    {
        top: 6px;

        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
    }
    45%
    {
        -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg);
    }
    75%
    {
        -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
    }
    100%
    {
        top: 0;

        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

@-webkit-keyframes bottombar-x
{
    0%
    {
        bottom: 0;

        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    45%
    {
        bottom: 6px;

        -webkit-transform: rotate(-145deg);
                transform: rotate(-145deg);
    }
    75%
    {
        -webkit-transform: rotate(-130deg);
                transform: rotate(-130deg);
    }
    100%
    {
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
    }
}

@keyframes bottombar-x
{
    0%
    {
        bottom: 0;

        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    45%
    {
        bottom: 6px;

        -webkit-transform: rotate(-145deg);
                transform: rotate(-145deg);
    }
    75%
    {
        -webkit-transform: rotate(-130deg);
                transform: rotate(-130deg);
    }
    100%
    {
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
    }
}

@-webkit-keyframes bottombar-back
{
    0%
    {
        bottom: 6px;

        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
    }
    45%
    {
        -webkit-transform: rotate(10deg);
                transform: rotate(10deg);
    }
    75%
    {
        -webkit-transform: rotate(-5deg);
                transform: rotate(-5deg);
    }
    100%
    {
        bottom: 0;

        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

@keyframes bottombar-back
{
    0%
    {
        bottom: 6px;

        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
    }
    45%
    {
        -webkit-transform: rotate(10deg);
                transform: rotate(10deg);
    }
    75%
    {
        -webkit-transform: rotate(-5deg);
                transform: rotate(-5deg);
    }
    100%
    {
        bottom: 0;

        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

/* -------------------------------------
				Globals
   ------------------------------------- */
img.fullheight,
section .parallax > img.fullheight
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

@media (min-width: 768px)
{
    .navbar-nav > li > .dropdown-menu,
    .dropdown .dropdown-menu
    {
        -webkit-transition: all 370ms cubic-bezier(.34, 1.61, .7, 1);
                transition: all 370ms cubic-bezier(.34, 1.61, .7, 1); 
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
    }
    .navbar-nav > li.open > .dropdown-menu,
    .dropdown.open .dropdown-menu
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 29px -50px;
            -ms-transform-origin: 29px -50px;
                transform-origin: 29px -50px;
    }
    .navbar-nav > li > .dropdown-menu:before
    {
        position: absolute;
        top: -11px; 
        left: 12px;

        display: inline-block;

        content: '';

        border-right: 11px solid transparent;
        border-bottom: 11px solid rgba(0, 0, 0, .2);
        border-left: 11px solid transparent;
    }
    .navbar-nav > li > .dropdown-menu:after
    {
        position: absolute;
        top: -10px; 
        left: 12px;

        display: inline-block;

        content: '';

        border-right: 11px solid transparent;
        border-bottom: 11px solid #fff;
        border-left: 11px solid transparent;
    }
    .navbar-nav.navbar-right > li > .dropdown-menu:before,
    .navbar-nav.navbar-right > li > .dropdown-menu:after
    {
        right: 12px; 
        left: auto;
    }
    .footer:not(.footer-big) nav > ul li:first-child
    {
        margin-left: 0;
    }
    .nav-open .navbar-collapse
    {
        -webkit-transform: translate3d(0px, 0, 0);
            -ms-transform: translate3d(0px, 0, 0);
                transform: translate3d(0px, 0, 0);
    }
    .nav-open .navbar .container
    {
        -webkit-transform: translate3d(-200px, 0, 0);
            -ms-transform: translate3d(-200px, 0, 0);
                transform: translate3d(-200px, 0, 0);
    }
    .nav-open .wrapper
    {
        -webkit-transform: translate3d(-150px, 0, 0);
            -ms-transform: translate3d(-150px, 0, 0);
                transform: translate3d(-150px, 0, 0);
    }
    .navbar-burger .container
    {
        padding: 0 15px;
    }
    .navbar-burger .navbar-header
    {
        width: 100%;
    }
    .navbar-burger .navbar-toggle
    {
        display: block;

        margin-right: 0;
    }
    .navbar-burger.navbar .navbar-collapse.collapse
    {
        display: none !important;
    }
    .navbar-burger.navbar .navbar-collapse.collapse.in
    {
        display: none !important;
    }
    .navbar-burger.navbar .navbar-collapse.collapsing
    {
        display: none !important;
    }
    body > .navbar-collapse .navbar-nav
    {
        float: none;
    }
    body > .navbar-collapse .navbar-nav > li
    {
        float: none;
        float: none;
    }
}

/*          Changes for small display      */
@media (max-width: 767px)
{
    .navbar-transparent
    {
        padding-top: 15px;

        background-color: rgba(0, 0, 0, .45);
    }
    #bodyClick
    {
        right: 230px;
    }
    body > .navbar-collapse
    {
        width: 230px;

        -webkit-transform: translate3d(230px, 0, 0);
            -ms-transform: translate3d(230px, 0, 0);
                transform: translate3d(230px, 0, 0);
    }
    .navbar .navbar-collapse.collapse
    {
        display: none !important;
    }
    .navbar .navbar-collapse.collapse.in
    {
        display: none !important;
    }
    .navbar .navbar-collapse.collapsing
    {
        display: none !important;
    }
    .navbar .container
    {
        left: 0;
    }
    .nav-open .navbar-collapse
    {
        -webkit-transform: translate3d(0px, 0, 0);
            -ms-transform: translate3d(0px, 0, 0);
                transform: translate3d(0px, 0, 0);
    }
    .nav-open .wrapper
    {
        left: 0;

        -webkit-transform: translate3d(-115px, 0, 0);
            -ms-transform: translate3d(-115px, 0, 0);
                transform: translate3d(-115px, 0, 0);
    }
    .navbar-nav
    {
        margin: 1px -15px;
    }
    .navbar-nav .open .dropdown-menu > li > a
    {
        padding: 15px 15px 5px 50px;
    }
    .navbar-nav .open .dropdown-menu > li:first-child > a
    {
        padding: 5px 15px 5px 50px;
    }
    .navbar-nav .open .dropdown-menu > li:last-child > a
    {
        padding: 15px 15px 25px 50px;
    }
    [class*='navbar-'] .navbar-nav > li > a
    {
        color: white;
    }
    [class*='navbar-'] .navbar-nav > li > a:hover,
    [class*='navbar-'] .navbar-nav > li > a:focus
    {
        color: white;
    }
    [class*='navbar-'] .navbar-nav .active > a
    {
        color: white;
    }
    [class*='navbar-'] .navbar-nav .active > a:hover,
    [class*='navbar-'] .navbar-nav .active > a:focus
    {
        color: white;
    }
    [class*='navbar-'] .navbar-nav .open .dropdown-menu > li > a
    {
        color: white;
    }
    [class*='navbar-'] .navbar-nav .open .dropdown-menu > li > a:hover,
    [class*='navbar-'] .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: white;
    }
    [class*='navbar-'] .navbar-nav .navbar-nav .open .dropdown-menu > li > a:active
    {
        color: white;
    }
    [class*='navbar-'] .navbar-nav > li > a
    {
        opacity: .7;
        background: transparent;
    }
    [class*='navbar-'] .navbar-nav > li > a:hover,
    [class*='navbar-'] .navbar-nav > li > a:focus
    {
        opacity: .7;
        background: transparent;
    }
    [class*='navbar-'] .navbar-nav .open .dropdown-menu > li > a
    {
        opacity: .7;
        background: transparent;
    }
    [class*='navbar-'] .navbar-nav .open .dropdown-menu > li > a:hover,
    [class*='navbar-'] .navbar-nav .open .dropdown-menu > li > a:focus
    {
        opacity: .7;
        background: transparent;
    }
    [class*='navbar-'] .navbar-nav .open .dropdown-menu > li > a:active
    {
        opacity: 1;
    }
    .dropdown-menu
    {
        display: none;
    }
    .navbar-fixed-top
    {
        -webkit-backface-visibility: hidden;
    }
    .footer nav.pull-left
    {
        float: none !important;
    }
    .footer:not(.footer-big) nav > ul li
    {
        float: none;
    }
    .form-control + .form-control-feedback
    {
        margin-top: -8px;
    }
    .navbar-toggle:hover,
    .navbar-toggle:focus
    {
        background-color: transparent !important;
    }
}

html
{
    font-size: 14px;

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

body
{
    /* Safari 7+, Firefox 24+, Chrome 33(?)+, Opera 21+*/
    font-size: 100%; 

    text-rendering: optimizeLegibility;
    -webkit-font-variant-ligatures: common-ligatures;
       -moz-font-variant-ligatures: common-ligatures;
            font-variant-ligatures: common-ligatures;
       -moz-font-feature-settings: 'kern=1';
    /* pre-Firefox 14+ */
    -webkit-font-feature-settings: 'liga', 'kern';
       -moz-font-feature-settings: 'liga', 'kern';
    /* Firefox 14+ */
            font-feature-settings: 'liga', 'kern';
    /* standard */
    -webkit-font-kerning: normal;
            font-kerning: normal;
}

@media (min-width: 36em)
{
    body
    {
        font-size: 110%;
    }
}

@media (min-width: 58em)
{
    body
    {
        font-size: 120%;
    }
    body p
    {
        font-size: 1.143em;
    }
    body p.short
    {
        display: block;

        max-width: 500px;
        margin: 0 auto;
    }
    body p.large
    {
        font-size: 1.3em;
    }
}

@media (min-width: 115em)
{
    body
    {
        font-size: 125%;
    }
}

@media (min-width: 125em)
{
    body
    {
        font-size: 130%;
    }
}

@media (min-width: 145em)
{
    body
    {
        font-size: 140%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
    body
    {
        -webkit-font-feature-settings: normal;
           -moz-font-feature-settings: normal;
                font-feature-settings: normal;
        /* Internet Explorer fix */
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.navbar,
.btn-simple,
a,
td
{
    font-family: 'Verlag-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif; 

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

h1,
.h1
{
    font-size: 3em;
    font-weight: bold; 
    line-height: 1.213483146em;
}

h2,
.h2
{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25;

    margin: .4em 0;

    letter-spacing: .02em;
    text-transform: uppercase;
}

h3,
.h3
{
    font-size: 1.619047619em;
    line-height: 1.058823529em;

    margin-top: 1.05882353em;
    margin-bottom: 1.05882353em;
}

h4,
.h4
{
    font-size: 1.125em;
    line-height: 1.714285714em;
}

h5
{
    font-size: 1.2em;
}

p
{
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4737;

    margin: 0 0 .75em;
}

label,
.form-control,
.title h5
{
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a
{
    color: #777;
}
a:hover
{
    opacity: 1; 
    color: #777;
}

.title
{
    margin-bottom: 50px; 

    text-align: center;
}
.title p
{
    color: #777;
}

.text-gray
{
    color: #777;
}

.separator-container
{
    position: relative; 

    text-align: center;
}
.separator-container .separator
{
    width: 11em; 
    margin: 0 auto 1em;

    color: #c5a47e;
}
.separator-container .separator.oneline-separator
{
    display: block;

    margin-top: 14px;

    content: ' ';

    border: 1px solid #c5a47e;
}

*::-moz-selection
{
    color: #fff; 
    background: #e3c4a0;
}

*::selection
{
    color: #fff; 
    background: #e3c4a0;
}

.form-control
{
    margin-bottom: 1.875em;
}

@-webkit-keyframes zoomOut
{
    0%
    {
        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3); 

        opacity: 0;
    }
    100%
    {
        opacity: 0;
    }
}

@keyframes zoomOut
{
    0%
    {
        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3); 

        opacity: 0;
    }
    100%
    {
        opacity: 0;
    }
}

.zoomOut
{
    -webkit-animation-name: zoomOut;
            animation-name: zoomOut;
}

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

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.loading
{
    position: fixed;
    z-index: 1032;
    top: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity .5s cubic-bezier(.7, 0, .3, 1);
            transition: opacity .5s cubic-bezier(.7, 0, .3, 1); 

    opacity: 1;
    background: white;
}
.loading.hide
{
    display: none;
}
.loading .loading-container
{
    position: relative;
    z-index: 1033;
    top: 50%;
    left: 50%;

    display: block;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
    text-align: center;
}
.loading .loading-container .loader
{
    width: 40px;
}
.loading .loading-container p
{
    font-size: 30px;

    margin-bottom: 30px;
}

/* SECTIONS */
.section
{
    position: relative;

    padding: 1.875em 0;

    background-color: #fff;
}
.section .title
{
    display: block; 

    max-width: 760px;
    margin: 0 auto;
}
.section .text-area
{
    position: relative;
    z-index: 3;

    display: block;

    padding: 4.375em 0;

    background-color: #fff;
}
.section .parallax,
.section .full-image
{
    position: relative; 

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100vh;
}
.section .parallax.narrow,
.section .full-image.narrow
{
    height: 75%;
}
.section .parallax > img,
.section .parallax .filter > img
{
    position: relative;
    z-index: 1; 

    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
}
.section .full-image > img,
.section .full-image .filter > img
{
    width: auto;
    min-width: 100%;
    height: auto; 
    min-height: 100%;
}
.section .full-image > img.full-width-image,
.section .full-image .filter > img.full-width-image
{
    width: 100%;
}
.section .responsive-background
{
    position: relative;
    z-index: 1;

    height: 80vh; 
    padding: 0;

    background-color: #c5a47e;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section .nav > li
{
    display: inline-block;
}

.full-width-image
{
    width: 100%;
    max-width: initial;
}

/* SECTIONS */
/* BUTTONS */
.btn
{
    font-family: 'Verlag-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1; 

    border-width: 1px;
    border-radius: 2px;
}

.btn-lg
{
    font-size: 1em;
}

/* BUTTONS */
.form-control
{
    border-color: #d0cdbc;
}
.form-control:focus
{
    border-color: #777;
}

a,
.project-content .icon-close i
{
    -webkit-transition: all 150ms linear;
            transition: all 150ms linear;
}

.btn
{
    -webkit-transition: all 150ms ease-out;
            transition: all 150ms ease-out;
}

@media (min-width: 992px)
{
    .title.add-animation h5,
    .title.add-animation h2,
    .title.add-animation .separator-container,
    .title.add-animation p
    {
        -webkit-transition: all .3s ease-out .6s;
                transition: all .3s ease-out .6s; 
        -webkit-transform: translate3D(0px, 150px, 0px);
            -ms-transform: translate3D(0px, 150px, 0px);
                transform: translate3D(0px, 150px, 0px);

        opacity: 0;
    }
    .title.add-animation h5
    {
        -webkit-transition: all .3s ease-out 0s;
                transition: all .3s ease-out 0s;
    }
    .title.add-animation h2
    {
        -webkit-transition: all .3s ease-out .15s;
                transition: all .3s ease-out .15s;
    }
    .title.add-animation .separator-container
    {
        -webkit-transition: all .3s ease-out .3s;
                transition: all .3s ease-out .3s;
    }
    .title.add-animation p
    {
        -webkit-transition: all .3s ease-out .45s;
                transition: all .3s ease-out .45s;
    }
    .title.add-animation.animate h5,
    .title.add-animation.animate h2,
    .title.add-animation.animate .separator-container,
    .title.add-animation.animate p
    {
        -webkit-transform: translate3D(0px, 0px, 0px);
            -ms-transform: translate3D(0px, 0px, 0px);
                transform: translate3D(0px, 0px, 0px);

        opacity: 1;
    }
    .card.add-animation,
    .project.add-animation,
    .projects .info.add-animation,
    .nav.add-animation,
    .team .member.add-animation,
    .address.add-animation,
    .form-group.add-animation,
    .footer .info.add-animation,
    .description.add-animation,
    .carousel.add-animation,
    p.add-animation
    {
        -webkit-transition: all .3s ease-out .6s;
                transition: all .3s ease-out .6s; 
        -webkit-transform: translate3D(0px, 150px, 0px);
            -ms-transform: translate3D(0px, 150px, 0px);
                transform: translate3D(0px, 150px, 0px);

        opacity: 0;
    }
    .card.add-animation.animation-1,
    .project.add-animation.animation-1,
    .projects .info.add-animation.animation-1,
    .nav.add-animation.animation-1,
    .team .member.add-animation.animation-1,
    .address.add-animation.animation-1,
    .form-group.add-animation.animation-1,
    .footer .info.add-animation.animation-1,
    .description.add-animation.animation-1,
    .carousel.add-animation.animation-1,
    p.add-animation.animation-1
    {
        -webkit-transition: all .3s ease-out 0s;
                transition: all .3s ease-out 0s;
    }
    .card.add-animation.animation-2,
    .project.add-animation.animation-2,
    .projects .info.add-animation.animation-2,
    .nav.add-animation.animation-2,
    .team .member.add-animation.animation-2,
    .address.add-animation.animation-2,
    .form-group.add-animation.animation-2,
    .footer .info.add-animation.animation-2,
    .description.add-animation.animation-2,
    .carousel.add-animation.animation-2,
    p.add-animation.animation-2
    {
        -webkit-transition: all .3s ease-out .15s;
                transition: all .3s ease-out .15s;
    }
    .card.add-animation.animation-3,
    .project.add-animation.animation-3,
    .projects .info.add-animation.animation-3,
    .nav.add-animation.animation-3,
    .team .member.add-animation.animation-3,
    .address.add-animation.animation-3,
    .form-group.add-animation.animation-3,
    .footer .info.add-animation.animation-3,
    .description.add-animation.animation-3,
    .carousel.add-animation.animation-3,
    p.add-animation.animation-3
    {
        -webkit-transition: all .3s ease-out .3s;
                transition: all .3s ease-out .3s;
    }
    .card.add-animation.animation-4,
    .project.add-animation.animation-4,
    .projects .info.add-animation.animation-4,
    .nav.add-animation.animation-4,
    .team .member.add-animation.animation-4,
    .address.add-animation.animation-4,
    .form-group.add-animation.animation-4,
    .footer .info.add-animation.animation-4,
    .description.add-animation.animation-4,
    .carousel.add-animation.animation-4,
    p.add-animation.animation-4
    {
        -webkit-transition: all .3s ease-out .45s;
                transition: all .3s ease-out .45s;
    }
    .card.add-animation.animate,
    .project.add-animation.animate,
    .projects .info.add-animation.animate,
    .nav.add-animation.animate,
    .team .member.add-animation.animate,
    .address.add-animation.animate,
    .form-group.add-animation.animate,
    .footer .info.add-animation.animate,
    .description.add-animation.animate,
    .carousel.add-animation.animate,
    p.add-animation.animate
    {
        -webkit-transform: translate3D(0px, 0px, 0px);
            -ms-transform: translate3D(0px, 0px, 0px);
                transform: translate3D(0px, 0px, 0px);

        opacity: 1;
    }
    .card.add-animation.animate.open,
    .project.add-animation.animate.open,
    .projects .info.add-animation.animate.open,
    .nav.add-animation.animate.open,
    .team .member.add-animation.animate.open,
    .address.add-animation.animate.open,
    .form-group.add-animation.animate.open,
    .footer .info.add-animation.animate.open,
    .description.add-animation.animate.open,
    .carousel.add-animation.animate.open,
    p.add-animation.animate.open
    {
        -webkit-transition: none;
                transition: none; 
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}

.animate.moving.open
{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}

/*   end animation   */
.pattern-image
{
    width: 100%;

    background-size: 100%;
}
.pattern-image:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .4;
    background: #000;
    background: url('../images/pattern.png');
}

.filter
{
    position: relative;

    height: 100%;
}
.filter:before
{
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .28;
}
.filter.filter-gradient-gold-dark:before
{
    background: #706833;
    background: -webkit-linear-gradient(315deg, #706833 0%, #855945 100%);
    background:         linear-gradient(135deg, #706833 0%, #855945 100%);
}

.body-layer
{
    position: absolute;
    z-index: 1030;
    bottom: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition: all .1s ease;
            transition: all .1s ease; 

    background-color: rgba(0, 0, 0, .1);
}
.body-layer .open
{
    visibility: visible;
}

.card .icon
{
    font-size: 75px;
    line-height: 75px;
}
.card .icon ~ h3
{
    margin-top: 5px;
    margin-bottom: 0;
}

a.scroll-arrow
{
    font-size: 35px;
    line-height: 52px;

    position: absolute;
    z-index: 1029;
    bottom: 40px;
    left: 50%;

    display: block;

    width: 50px;
    height: 50px;
    margin: 0 auto;

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

    opacity: .9; 
    color: white;
    border: 1px solid white;
    border-radius: 50%;
}
a.scroll-arrow i
{
    width: 100%;
}
a.scroll-arrow i:hover,
a.scroll-arrow i:focus
{
    color: white;
}
a.scroll-arrow:hover
{
    opacity: 1;
}

.section-header
{
    padding: 0;
}
.section-header .container
{
    position: absolute;
    z-index: 18;
    top: 0; 

    display: block;

    width: 100%;
    height: 100%;
}
.section-header .content
{
    line-height: 1.7;

    position: relative;
    position: relative;
    top: 46%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); 
    text-align: center;
    vertical-align: center;

    color: white;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}
.section-header h1
{
    font-family: 'Slim-Joe';
    font-size: 5.5em;
    font-weight: 100;
    line-height: 1; 

    margin-top: 20vh;

    letter-spacing: .1em;
    text-transform: uppercase;

    text-shadow: -2px 2px 0 rgba(0, 0, 0, .3), -2px 4px 2px rgba(0, 0, 0, .1);
}
.section-header h5
{
    font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif; 
    font-size: 1.3em;
    line-height: 1.5;

    margin: 0 auto .5em;

    letter-spacing: .125;

    text-shadow: 0 0 1px rgba(0, 0, 0, .5);
}
.section-header p
{
    font-size: 1.5em;

    margin: 0; 

    letter-spacing: .1em;
}
.section-header .separator
{
    margin: 2em auto; 

    color: #fff;
}

.section-we-are-2 .parallax,
.section-we-are-2 .full-image
{
    height: 470px;
}

.section-we-are-2 #carousel .left,
.section-we-are-2 #carousel .right
{
    z-index: 2;
}


.section-we-are-2 #carousel .left
{
    cursor: url(../images/arrow-left.png), url(../images/arrow-left.cur), default !important;
    /* Built-in fallback */
}


.section-we-are-2 #carousel .right
{
    cursor: url(../images/arrow-right.png), url(../images/arrow-right.cur), default !important;
    /* Built-in fallback */
}

.section-we-are-2
{
    position: relative;
    z-index: 3;
}
.section-we-are-2 .text-area
{
    padding: 4.375em 0 5em;
}
.section-we-are-2 h2 span
{
    font-size: 70%;
}

.card img
{
    max-width: 100%;
}


.section-we-do-2 .text-area
{
    padding: 4.375em 0 0;
}


.section-we-do-2 .card
{
    text-align: center;
}


.section-we-do-2 h3
{
    margin: 10px 0 20px;
}


.section-we-do-2 h5
{
    margin-bottom: 0;
}


.section-we-do-2 p
{
    color: #777;
}

.section-we-do-2 .title
{
    margin-bottom: 70px;
}

.section-we-do-2 .icon
{
    font-size: 75px;
    line-height: 75px;

    margin-bottom: 10px; 

    color: #c5a47e;
}

.card p
{
    font-size: 1em;

    min-height: 100px;
}

.card h3
{
    text-transform: capitalize;
}

body.noscroll
{
    overflow: hidden;

    padding-right: 0;
}

.project-content.scroll
{
    overflow-y: auto;
}


.section-we-made-2 .row [class^='col-'] img,
.image-grid .row [class^='col-'] img
{
    position: relative; 

    width: 100%;
}


.section-we-made-2 .row [class^='col-'] img:after,
.image-grid .row [class^='col-'] img:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: auto;

    content: ''; 

    background: url('../images/pattern.png');
}

.section-we-made-2.section-with-hover .col-md-3 a .content h4
{
    font-size: 60px;
}

.section-we-made-2.section-with-hover .col-md-3 a .content p
{
    font-size: 16px;
}

.section-we-made-2.section-with-hover .col-md-2 a .content h4
{
    font-size: 50px;
}

.section-we-made-2.section-with-hover .col-md-2 a .content p
{
    font-size: 16px;
}

.image-grid .row [class^='col-']
{
    margin-bottom: 10px;
    padding: 0 5px;
}

.image-grid .row .col-md-4 a .content h4
{
    font-size: 28px;
}

.image-grid .row .col-md-4 a .content p
{
    font-size: 16px;
}

.section-with-hover
{
    overflow: hidden;
}
.section-with-hover .animate
{
    position: relative;
    z-index: 2;
}
.section-with-hover .over-area
{
    position: relative;

    display: inline-table;

    color: #ccc;
}
.section-with-hover .over-area:hover,
.section-with-hover .over-area:active
{
    color: #ccc;
}
.section-with-hover .over-area::after
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    padding: 0;

    content: '';
    -webkit-transition: background .5s, opacity .5s 0s, -webkit-transform .5s;
            transition: background .5s, opacity .5s 0s, -webkit-transform .5s;
            transition: background .5s, opacity .5s 0s, transform .5s;
            transition: background .5s, opacity .5s 0s, transform .5s, -webkit-transform .5s; 
    -webkit-transform: scale3d(.4, .4, 1);
            transform: scale3d(.4, .4, 1);

    opacity: 0;
    color: white;
    background: rgba(0, 0, 0, .55);
}
.section-with-hover .over-area:hover::after
{
    -webkit-transition: background .25s, opacity .25s 0s, -webkit-transform .5s;
            transition: background .25s, opacity .25s 0s, -webkit-transform .5s;
            transition: background .25s, opacity .25s 0s, transform .5s;
            transition: background .25s, opacity .25s 0s, transform .5s, -webkit-transform .5s;
    -webkit-transition-delay: 0;
            transition-delay: 0; 
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);

    opacity: 1;
}
.section-with-hover .over-area.no-opacity
{
    background-color: #333;
}
.section-with-hover .over-area.color-gold::after
{
    background: rgba(197, 164, 126, .45);
}
.section-with-hover .over-area .content
{
    position: absolute;
    bottom: 18px; 
    left: 20px;
}
.section-with-hover .over-area .content h3
{
    margin: 0;

    color: #ccc;
}

.project-content
{
    position: fixed;
    z-index: 1;

    -webkit-transition: all 400ms 50ms cubic-bezier(.7, 0, .3, 1);
            transition: all 400ms 50ms cubic-bezier(.7, 0, .3, 1); 
    pointer-events: none;

    color: white;
    background-color: rgba(51, 51, 51, 0);
}
.project-content.has-background
{
    background: #343434;
}
.project-content > div
{
    visibility: hidden;

    height: 0;

    -webkit-transition: all 100ms 0ms cubic-bezier(.7, 0, .3, 1);
            transition: all 100ms 0ms cubic-bezier(.7, 0, .3, 1);
}
.project-content .icon-close
{
    position: fixed;
    z-index: 100;
    top: 20px;
    right: 20px;

    display: block;

    width: 72px;
    height: 52px;

    cursor: pointer;

    opacity: 0;
}
.project-content .icon-close i
{
    font-size: 50px;
}
.project-content .icon-close:hover
{
    color: #c5a47e;
}
.project-content .icon-close:hover i
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.project-content.open
{
    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    -webkit-transition: all 400ms 500ms cubic-bezier(.7, 0, .3, 1);
            transition: all 400ms 500ms cubic-bezier(.7, 0, .3, 1); 
    pointer-events: auto;
}
.project-content.open > div
{
    visibility: visible;

    height: auto;

    -webkit-transition: all 0ms 1000ms cubic-bezier(.7, 0, .3, 1);
            transition: all 0ms 1000ms cubic-bezier(.7, 0, .3, 1); 

    opacity: 1;
}
.project-content.open .icon-close
{
    -webkit-transition: opacity .1s;
            transition: opacity .1s;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;

    opacity: 1;
}

.video-gallery,
.photo-gallery
{
    padding: 15px 10px;
}

.section-band
{
    padding-top: 0;
    padding-bottom: 0;
}
.section-band .team
{
    position: relative; 

    display: block;
}
.section-band .team .member
{
    display: block;

    text-align: center; 

    border-radius: 50%;
}
.section-band .team .member p
{
    font-size: 1em;
}
.section-band .team .member img
{
    width: 190px;
    height: auto;
    margin: 0 auto; 

    background: none repeat scroll 0 0 transparent;
}
.section-band .team .description
{
    padding: 10px 0;

    text-align: center;
}

.img-rect
{
    border: 3px solid #c5a47e;
}

.description
{
    margin-bottom: 20px;
}

.big-text
{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;

    margin-bottom: 0; 

    text-transform: uppercase;
}

.small-text
{
    text-align: center; 

    color: #777;
}

.scroller
{
    -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out;
}

.address h4
{
    font-size: 1.6em;
}

.address p
{
    font-size: 1em;
}

.section-contact-1 h4
{
    margin-bottom: 5px;
}

.section-contact-1 .form-control
{
    font-size: 16px; 

    padding: 8px 8px;

    border-radius: 0;
}
.section-contact-1 .form-control:focus
{
    font-size: 16px; 

    padding: 8px 8px;

    border-radius: 0;
}

.section-contact-1 .contact-form
{
    margin-top: 20px;
}

.vita-content
{
    display: none;
    visibility: hidden;
}
.vita-content img
{
    margin-bottom: 25px;
}

.featherlight-content .vita-content
{
    display: initial;
    visibility: visible;
}

.featherlight-content h3
{
    margin-top: 0;
    margin-bottom: .3em;
}

.featherlight-content h4
{
    margin-top: 0;
}

.modal-content
{
    display: none;
    visibility: hidden;
}

.featherlight-content .modal-content
{
    display: initial;
    visibility: visible;
}

.modal-content
{
    display: none;
    visibility: hidden;
}

#imprintContent
{
    font-size: 80%;
}

.panoramaview
{
    width: 100%;
    height: 400px;
    max-height: 75vh;
}

#datenschutz
{
    font-size: 75%;
}
#datenschutz ul
{
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#datenschutz .single_address
{
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.footer
{
    overflow: hidden;
}
.footer .title
{
    font-size: 15px;
    font-weight: bold; 

    margin-bottom: 10px;

    text-align: left;
    text-transform: uppercase;
}
.footer a:not(.btn-social),
.footer .copyright
{
    font-family: 'Droid Serif', 'Helvetica Neue', 'Helvetica','Arial'; 
    font-size: 14px;
}

@media (min-width: 768px)
{
    .section-header .separator
    {
        width: 20em;
    }
}

@media (min-width: 992px)
{
    .section-we-made-2 .projects
    {
        display: block;
        overflow: hidden; 

        width: 100%;
        margin: 0;
    }
    .section-we-made-2 .projects .row
    {
        position: relative; 

        width: 2500px;
        margin: 0;
    }
    .section-we-made-2 .projects .row.scroller [class^='col-']
    {
        padding-right: 0; 
        padding-left: 0;
    }
    .section-we-made-2 .projects .row.scroller [class^='col-'] .project
    {
        height: 400px; 
        margin-bottom: 50px;
    }
}

@media (max-width: 992px)
{
    .section-with-hover .project .over-area
    {
        -webkit-transition: background .25s, opacity .25s .25s;
                transition: background .25s, opacity .25s .25s;
        -webkit-transition-delay: 0; 
                transition-delay: 0;

        opacity: 1;
    }
    .section-with-hover .project .over-area .content
    {
        top: 50%;

        -webkit-transition: opacity .2s;
                transition: opacity .2s;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: center; 

        opacity: 1;
    }
    .section-with-hover .project .over-area .content h4
    {
        -webkit-transition: opacity .3s, -webkit-transform .3s;
                transition: opacity .3s, -webkit-transform .3s;
                transition: opacity .3s, transform .3s;
                transition: opacity .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px); 

        opacity: 1;
    }
    .section-with-hover .project .over-area .content p
    {
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px); 

        opacity: 1;
    }
    .project-content .icon-close
    {
        right: -15px;
    }
    .project-content .icon-close i
    {
        font-size: 30px;
    }
    .section-header
    {
        padding: 0 !important;
    }
    .section-header .parallax,
    .section-header .full-image,
    .section-header .parallax:after,
    .section-header .full-image:after
    {
        height: 80vh;
    }
    .section-header .content h1
    {
        font-size: 4.5em;

        letter-spacing: .07em;
    }
    .section-header .content h1 span
    {
        font-size: 1em;
    }
    .section-header .content h5
    {
        font-size: 1.125em;

        margin-top: 50px;
    }
    .section-header .content .separator
    {
        width: 12em;
    }
}

.video
{
    position: relative;
}
.video .videothumb-hover
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; 
    pointer-events: none;

    opacity: 0;

    filter: alpha(opacity=0);
}
.video .videothumb-hover .p-btn
{
    font-size: 16px; 

    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    margin-top: -20px;

    text-align: center;
    pointer-events: none;
}
.video .videothumb-hover .p-btn div
{
    line-height: 60px;

    display: inline-block;

    width: 60px;
    height: 60px;
    margin: 0 5px;

    color: #fff;
    border: 1px solid #fff;
    outline: none;
}
.video .videothumb-hover .p-btn div:hover
{
    border-color: #c5a47e; 
    background: rgba(197, 164, 126, .75);
}
.video .videothumb-hover .p-btn div .fa
{
    font-size: 24px;

    margin-top: .7em;
}
.video:hover .videothumb-hover
{
    opacity: 1;

    filter: alpha(opacity=100);
}

.photothumb
{
    position: relative;

    overflow: hidden; 

    margin: 0 auto;
    padding-bottom: 0;
}
.photothumb img
{
    width: 100%;

    -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;
}
.photothumb:hover img
{
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
}
.photothumb .photothumb-hover
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    zoom: 1;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    pointer-events: none; 

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);

    filter: alpha(opacity=0);
}
.photothumb .photothumb-hover .title
{
    font-size: 26px; 

    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
}
.photothumb .photothumb-hover .p-btn
{
    font-size: 16px; 

    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    margin-top: -20px;

    text-align: center;
    pointer-events: none;
}
.photothumb .photothumb-hover .p-btn div
{
    line-height: 60px;

    display: inline-block;

    width: 60px;
    height: 60px;
    margin: 0 5px;

    color: #fff;
    border: 1px solid #fff;
    outline: none;
}
.photothumb .photothumb-hover .p-btn div:hover
{
    border-color: #c5a47e; 
    background: rgba(197, 164, 126, .75);
}
.photothumb .photothumb-hover .p-btn div .fa
{
    font-size: 24px;

    margin-top: .7em;
}
.photothumb:hover .photothumb-hover
{
    zoom: 1;

    opacity: 1; 

    filter: alpha(opacity=100);
}

@media (max-width: 768px)
{
    h1
    {
        font-size: 2em;
        line-height: 1.25;
    }
    h2
    {
        font-size: 1.625em;
        line-height: 1.15384615;
    }
    h3
    {
        font-size: 1.375em;
        line-height: 1.13636364;
    }
    h4
    {
        line-height: 1.11111111;
    }
    .nav-open .navbar .container
    {
        -webkit-transform: translate3d(-230px, 0, 0);
            -ms-transform: translate3d(-230px, 0, 0);
                transform: translate3d(-230px, 0, 0);
    }
    .navbar-transparent
    {
        background-color: transparent;
    }
    .wrapper
    {
        overflow: hidden; 

        text-align: center !important;
    }
    .section
    {
        padding: 50px 0 0;
    }
    .section .title
    {
        max-width: 90%;
        margin-bottom: 40px;
    }
    .section .text-area
    {
        padding: 0;
    }
    .btn
    {
        float: none; 

        margin: 0 auto 15px;
    }
    footer
    {
        padding-top: 15px;
    }
    footer .row .info
    {
        margin-top: 15px;
    }
    footer .row .info .title
    {
        margin-top: 25px; 

        text-align: center !important;
    }
    footer .row .info ul
    {
        text-align: center;
    }
    footer .row div:first-child .title
    {
        margin-top: 0;
    }
}
