body.royal_preloader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    visibility: visible;
    position: fixed;
    width:100%;
    height:100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    z-index: 9999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}
#royal_preloader.complete {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
    -moz-transition: opacity 0.2s linear 0.5s;
    -ms-transition: opacity 0.2s linear 0.5s;
    -o-transition: opacity 0.2s linear 0.5s;
    transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_Line {
    height: 2px!important;
    bottom: auto;
}

/* Number Mode */

#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    line-height: 100px;
    font-size: 20px;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage > div {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 4px solid transparent;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: rotate 0.8s linear infinite;
    -moz-animation: rotate 0.8s linear infinite;
    -ms-animation: rotate 0.8s linear infinite;
    -o-animation: rotate 0.8s linear infinite;
    animation: rotate 0.8s linear infinite;
}

/* Line Mode */

#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}

/* Text Mode */

#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity:.2;
    left: 50%;
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    height: 80px;
    line-height: 80px;
    margin: auto;
    letter-spacing: -4px;
    font-size: 55px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Scale Text Mode */

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 32px;
    line-height: 32px;
    margin: auto;
    letter-spacing: 1px;
    font-size: 32px;
    white-space: nowrap;
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span {
    display: inline-block;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span.loaded {
    -webkit-animation: scale 0.2s forwards;
    -moz-animation: scale 0.2s forwards;
    -ms-animation: scale 0.2s forwards;
    -o-animation: scale 0.2s forwards;
    animation: scale 0.2s forwards;
}

/* Logo Mode */

#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #072E77;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

/* Progress Mode */

#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #AAAAAA;
    color: rgba(255, 255, 255, 0.1);
    font-family: Impact, Arial;
    font-size: 20px;
    text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60%;
    height: 2px;
    margin: -10px auto auto auto;
    background-color: rgba(0, 0, 0, 0.1);
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
    background-color: #C76363;
}


@-webkit-keyframes rotate {
    0% { -webkit-transform: rotate(0);}
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate {
    0% { -ms-transform: rotate(0); }
    100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate {
    0% { -o-transform: rotate(0); }
    100% { -o-transform: rotate(360deg); }
}
@keyframes rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes scale {
    0% { -webkit-transform: scale(0); opacity: 0;}
    50% { -webkit-transform: scale(2);  opacity: 0.5;}
    100% { -webkit-transform: scale(1);  opacity: 1;}
}
@-moz-keyframes scale {
    0% { -moz-transform: scale(0); opacity: 0;}
    50% { -moz-transform: scale(2); opacity: 0.5;}
    100% { -moz-transform: scale(1); opacity: 1;}
}
@-ms-keyframes scale {
    0% { -ms-transform: scale(0); opacity: 0;}
    50% { -ms-transform: scale(2); opacity: 0.5;}
    100% { -ms-transform: scale(1); opacity: 1;}
}
@-o-keyframes scale {
    0% { -o-transform: scale(0); opacity: 0;}
    50% { -o-transform: scale(2); opacity: 0;.5}
    100% { -o-transform: scale(1); opacity: 1;}
}
@keyframes scale {
    0% { transform: scale(0); opacity: 0;}
    50% { transform: scale(2); opacity: 0.5;}
    100% { transform: scale(1); opacity: 1;}
}

/* #Navigation
================================================== */


.header{
    position: fixed;
    width:100%;
    top:0;
    left:0;
    z-index:100;
}

.logo-wrap {
    display:block;
    float:left;
}
.logo-wrap.style-logo-home-1 {
    position: fixed;
    top:0px;
    left:30px;
    padding: 20px;
    background: rgba(255,255,255,.9);
}
.logo-wrap img{
    width:120px;
    height:auto;
    display:block;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.overflow-hidden {
    /* when primary navigation is visible, the content in the background won't scroll */
    overflow: hidden;
}
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
}
.cd-container:after {
    content: "";
    display: table;
    clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */


.cd-header {
    position: absolute;
    padding-top:5px;
    top: 0;
    left: 0;
    background: rgba(247, 247, 247, 0.95);
    height: 50px;
    width: 100%;
    z-index: 2002;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cd-header.style-header-home-1 {
    background: transparent;
    box-shadow: none;
}
@media only screen and (min-width: 768px) {
    .cd-header {
        height: 80px;
        background: transparent;
        box-shadow: none;
    }
    .logo-wrap.style-logo-home-1 {
        top:50px;
        left:50px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-header {
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .cd-header.is-fixed {
        /* when the user scrolls down, we hide the header right above the viewport */
        position: fixed;
        top: -80px;
        background-color: rgba(247, 247, 247, 0.96);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }
    .cd-header.is-visible {
        /* if the user changes the scrolling direction, we show the header */
        padding-top:5px;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    .cd-header.menu-is-open {
        /* add a background color to the header when the navigation is open */
        background-color: rgba(247, 247, 247, 0);
    }
}


@media only screen and (min-width: 768px) {
    .cd-secondary-nav {
        display: block;
    }
}

.cd-primary-nav-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
}
.cd-primary-nav-trigger.style-home-1 {
    background:rgba(255,255,255,.8);
    right: 30px;
    top: 0px;
    height: 50px;
    width: 50px;
}
.cd-primary-nav-trigger .cd-menu-text {
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
    /* hide the text on small devices */
    display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
    /* this span is the central line of the menu icon */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #212121;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* these are the upper and lower lines in the menu icon */
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:  #212121;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
    top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
    top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    background-color:  #212121;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
@media only screen and (min-width: 768px) {
    .cd-primary-nav-trigger {
        width: 100px;
        padding-left: 1em;
        background-color: transparent;
        height: 30px;
        line-height: 30px;
        right: 2.2em;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cd-primary-nav-trigger.style-home-1 {
        right: 50px;
        top: 70px;
    }
    .cd-primary-nav-trigger .cd-menu-text {
        display: inline-block;
    }
    .cd-primary-nav-trigger .cd-menu-icon {
        left: auto;
        right: 1em;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }
}

.cd-primary-nav {
    /* by default it's hidden - on top of the viewport */
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(247, 247, 247, 0.96);
    z-index: 2000;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.cd-primary-nav .cd-scndr-nav{
    position:absolute;
    top: 50%;
    width:100%;
    max-width:300px;
    left:50%;
    margin-left:-150px;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);

}
@media only screen and (max-width: 300px) {
    .cd-primary-nav .cd-scndr-nav{
        left:0;
        margin-left:0;
    }
}

.cd-primary-nav .cd-label {
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.cd-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.cd-main-content {
    position: relative;
    z-index: 1;
}
.cd-main-content p {
    padding: 10px 0;
}
@media only screen and (min-width: 1170px) {
    .cd-main-content p {
    }
}

.cd-accordion-menu li > ul{
    margin: 0;
}
.cd-accordion-menu li a{
    display: inline-block;
}
.dropdown-toggle,
.dropdown-toggle:active,
.dropdown-toggle:focus{
    font-family: 'FontAwesome';
    display: inline-block;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
}
.dropdown-toggle:after,
.dropdown-toggle.toggled-on:after{
    color: #333;
    font-size: 24px;
    line-height: 21px;
    position: relative;
    top: 0;
    left: 1px;
    width: 42px;
}
.dropdown-toggle:after { 
    content: "\f107";  
}
.dropdown-toggle.toggled-on:after{
    content: "\f106";
}
@media only screen and (min-width: 1170px){
    .dropdown-toggle:after,
    .dropdown-toggle.toggled-on:after{
        font-size: 20px;
    }
    .dropdown-toggle{
        padding: 10px;
    }
}
.cd-accordion-menu ul.sub-menu.toggled-on{
    display: block;
}
.cd-accordion-menu ul.sub-menu{
    display: none;
}
/*
 * Increase padding top-bottom recommended finger friendly height for small device is 44px 
 */
.cd-accordion-menu li a {
    font-family: 'Montserrat', sans-serif;
    padding-top: 2px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #323232;
    text-transform: lowercase;
}
.cd-accordion-menu .sub-menu a {
    font-family: 'Open Sans', sans-serif;
    padding: 8px 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
}
@media only screen and (min-width: 1170px){
    .cd-accordion-menu li a {
        font-size: 30px;
        line-height: 34px;
        font-weight: 800;
        letter-spacing: 1px;
    }
    .cd-accordion-menu .sub-menu a{
        padding: 8px 0;
    }
    .cd-accordion-menu li a{
        padding-top: 2px;
        padding-bottom: 5px;
    }
}

/*
 *
 */
.cd-label ul a {
    padding: .4em .7em;
}
a.curent-nav-color{
    color:#999999;
}

.social-nav{ 
    position:absolute;
    bottom:40px;
    width:100%;
    left:0;
    z-index:100;
    text-align:center;
    margin:0 auto;
    display:block;
}
.list-social-nav li {
    padding:0; 
    list-style: none;
    text-align:center; 
    width:50px;
    height:30px;
    display: inline-block;
    border-right:1px solid rgba(0,0,0,.1);
    cursor:pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-nav li:last-child {
    border-right:1px solid transparent;
}
.list-social-nav li.icon-soc-nav a {
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 30px;
    width:50px;
    color:#000;
    opacity:1;
    margin:0;
    padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-nav li:hover{
    background:transparent;
}
.list-social-nav li:hover.icon-soc-nav a{
    background:transparent;
}



.cd-accordion-menu {
    width: 100%;
    max-width: 600px;
}
.cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
}
.cd-accordion-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
    /* hide native checkbox */
    position: absolute;
    opacity: 0;
}
.cd-accordion-menu label, 
.cd-accordion-menu a {
    position: relative;
    display: block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.cd-accordion-menu label{
    font-family: 'Montserrat', sans-serif;
    padding-top:2px;
    padding-bottom:5px;
    font-size: 18px;
    line-height:20px;
    font-weight:700;
    color: #323232;
}
.cd-accordion-menu label a{
    font-family: 'Montserrat', sans-serif;
    padding-top:2px;
    padding-bottom:5px;
    font-size: 18px;
    line-height:20px;
    font-weight:400;
    color: #323232;
}
.cd-accordion-menu a {
    font-family: 'Open Sans', sans-serif;
    padding: 4px 0px;
    font-size: 13px;
    font-weight:400;
    line-height:18px;
    color: #545454;
    letter-spacing:1px;
}
.cd-accordion-menu label {
    cursor: pointer;
}

@media only screen and (min-width: 1170px) {
    .cd-accordion-menu label{
        font-size: 30px;
        line-height:34px;
        font-weight:800;
        letter-spacing:1px;
    }
    .cd-accordion-menu label a{
        font-size: 30px;
        line-height:34px;
        font-weight:800;
        letter-spacing:1px;
    }
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
    box-shadow: none;
}

.cd-accordion-menu.animated label::before {
    /* this class is used if you're using jquery to animate the accordion */
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}




/* #Tooltip
================================================== */

.tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px;z-index:100000; }
.tipper .tipper-content { background: rgba(0, 0, 0, 0.85);box-shadow: 0 0 25px rgba(0,0,0,0.5);text-transform:uppercase; border-radius: 2px; color: #fff; font-weight:500; display: block; float: left; font-family: 'Open Sans', sans-serif; font-size: 9px; margin: 0; letter-spacing:2px; padding: 4px 20px; position: relative; white-space: nowrap; }
.tipper .tipper-caret { background: url('../images/tipper-icon.png') no-repeat; display: block; height: 11px;  position: absolute; width: 100%; }

.tipper.right .tipper-content { box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); }
.tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }

.tipper.left .tipper-content { box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25); }
.tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }

.tipper.top .tipper-caret,
.tipper.bottom .tipper-caret { display: block; float: none; height: 5px;  width: 12px;margin-left:-6px; }

.tipper.top .tipper-content { box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25); }
.tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; text-align:center;}

.tipper.bottom .tipper-content { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
.tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }



/* #image reveal animations 
================================================== */

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}
.grid {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100vw;
}

.js .grid {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.no-js .grid {
    border-bottom: none;
}

.js .grid--current {
    pointer-events: auto;
    opacity: 1;
}

.grid--horizontal {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.grid__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex: 1;
    height: 100%;

}

.grid__item {
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.grid__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.grid__item:hover .grid__img {
    opacity:.8;
}

.grid__img--overlay::after {
    content: '';
    background: linear-gradient(to bottom, rgba(222,217,217,0.5), transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.grid-nav {
    position: absolute;
    z-index: 1000;
    right: 50px;
    bottom: 50px;
}
.grid-nav button{
    width:40px;
    height:40px;
    background:rgba(255,255,255,.8);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.grid-nav button:hover{
    background:rgba(255,255,255,1);
}

.no-js .grid-nav {
    display: none;
}

.grid-nav--hidden {
    pointer-events: none;
    opacity: 0;
}

.grid__button {
    font-size: 14px;
    padding: 0;
    border: none;
    background: none;
}

.grid__button:focus {
    outline: none;
}

.grid__button--hidden {
    pointer-events: none;
    opacity: 0;
}

.icon--nav-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.grid__button--close {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
}

.grid__title {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 1em 0;
    margin: 0;
    text-align: center;
}

/* Loading styles */

.js .grid-pages:not(.grid-pages--loaded)::after,
.js .grid-pages:not(.grid-pages--loaded)::before {
    content: '';
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    opacity: 0;
    border: 4px solid #fff;
    -webkit-animation: moveAround 0.5s ease-in infinite alternate forwards;
    animation: moveAround 0.5s ease-in infinite alternate forwards;
}

.js .grid-pages::after {
    -webkit-transform: translateX(-180%);
    transform: translateX(-180%);
}

.js .grid-pages::before {
    -webkit-transform: translateX(180%);
    transform: translateX(180%);
}

@-webkit-keyframes moveAround {
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveAround {
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.js .grid__item,
.js .grid-nav {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.js .grid-pages--loaded .grid__item,
.js .grid-pages--loaded .grid-nav {
    opacity: 1;
}

/* Style 2 */
.no-js .grid--style-2:nth-last-child(3) {
    border-bottom: 30px solid #ece6e6;
}

.grid--style-2 {
    border: 30px solid #ece6e6;
}

.grid--style-2 .grid__item {
    overflow: visible;
}

.grid--style-2 ~ .grid-nav {
}

.grid--style-2 ~ .grid-nav .icon {
    stroke: #000;
}
.grid--style-2 ~ .grid-nav .icon {
    stroke-width: 1px;
    width:14px;
    height:14px;
}

.grid__item:hover .caption {
    opacity:.8;
    bottom: 0.28em;
    left: 0.28em;
    font-size: 30px;
    line-height: 30px;
}
.grid--style-2 .caption {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    font-size: 50px;
    line-height: 50px;
    z-index: 100;
    margin: 0;
    bottom: -0.28em;
    left: -0.28em;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.grid--style-2 .caption.first-port-box-text {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    font-size: 24px;
    line-height: 32px;
    z-index: 100;
    margin: 0;
    bottom: 30px;
    left: 30px;
    right:30px;
    color: #fff;
    text-align:left;
}
.grid--style-2.grid--current .caption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity:1;
}

.grid--style-2 .grid__title {
    background: #ded9d9;
    color: #5b5e69;
    font-weight: 500;
    font-size: 0.85em;
}

/* Media Queries */

@media screen and (min-width: 50em) {
    .grid {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .grid--horizontal .grid__column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        height: auto;
    }
    /* Grid style 2 */
    .grid--vertical.grid--style-2 .grid__column:not(:last-child),
    .grid--horizontal.grid--style-2 .grid__item:not(:last-child) {
        border-right: 30px solid #ece6e6;
    }
    .grid--horizontal.grid--style-2 .grid__column:not(:last-child),
    .grid--vertical.grid--style-2 .grid__item:not(:last-child) {
        border-bottom: 30px solid #ece6e6;
    }
}

@media screen and (max-width: 50em) {
    .grid--style-2 .caption.first-port-box-text {
        position: relative;
        padding-top:100px;
        padding-bottom:30px;
        padding-left:30px;
        padding-right:30px;
        left:auto;
        right:auto;
        bottom:auto;
        font-size:17px;
        line-height:22px;
    }
    .js .grid-pages {
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100vh;
    }
    .js .grid {
        height: 0;
    }
    .js .grid--current {
        height: auto;
    }
    .grid {
        padding: 0 0 2em;
        border-bottom: none;
    }
    .js .grid__column:last-child {
        padding-bottom: 3.75em;
    }
    .grid__item--auto {
        flex: none;
    }
    .grid__item:not(.grid__item--auto) {
        min-height: 200px;
    }
    .grid-nav {
        position: fixed;
    }
    /* Grid style 2 */
    .grid--style-2 .grid__item {
        border-bottom: 30px solid #ece6e6;
    }
}
.demo-2 {
    background: #ece6e6;
}

.demo-2 a {
    color: #dc4242;
}
/* Icons */
.icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    fill: currentColor;
}


.first-port-box {
    text-align: center;
    width: 100%;
    height: 100%;
    background: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* #All
================================================== */


.section {
    position:relative;
    width:100%!important;
}
.full-height {
    height: 100vh;
}
.half-height {
    height: 80vh;
}
.over-hidden {
    overflow: hidden;
}
.white-back {
    background-color:#fff;
}
.grey-back {
    background-color:#f9f9f9;
}
.black-back {
    background-color:#000;
}
.light-over{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:4;
    background-color:rgba(255,255,255,.7);
}
.light-over-2{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:4;
    background-color:rgba(255,255,255,.3);
}
.light-over-2{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:4;
}
.padding-top-bottom{
    padding-top:120px;
    padding-bottom:120px;
}
.padding-top{
    padding-top:120px;
}
.padding-top-small{
    padding-top:60px;
}
.padding-bottom{
    padding-bottom:120px;
}
.padding-bottom-small{
    padding-bottom:60px;
}
.padding-top-bottom-small{
    padding-top:60px;
    padding-bottom:60px;
}
.section-shadow {
    /*box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);*/
}
.padding-bottom-120px{
    padding-bottom: 120px;
}
.section-shadow-biger {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}
.ver-line-bottom-1{
    position:absolute;
    width:1px;
    height:50px;
    bottom:0;
    left:50%;
    z-index:6;
    background-color:#000;
}
.ver-line-top-1{
    position:absolute;
    width:1px;
    height:100px;
    top:0;
    left:50%;
    z-index:2;
    background-color:#000;
}
.ver-line-bottom-2{
    position:absolute;
    width:1px;
    height:50px;
    bottom:0;
    left:50%;
    z-index:2;
    background-color:rgba(255,255,255,.3);
}
.scroll-down{
    position:absolute;
    width:50px;
    height:50px;
    bottom:70px;
    left:50%;
    margin-left:-25px;
    z-index:5;
    background-image:none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
}
.background-image{
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background-image-1{
    background-image:url('../images/home1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background-image-2{
    background-image:url('../images/home2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background-image-3{
    background-image:url('../images/home3.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.background-image-4{
    background-image:url('../images/home5.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-text-sec{
    position:absolute;
    width:100%;
    top:50%;
    left:0;
    z-index:10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-text-sec h1{
    text-align:center;
    font-size: 80px;
    line-height:140px;
    letter-spacing:-3px;
    font-weight:700;
}
.home-text-sec h3{
    text-align:center;
    font-size: 50px;
    line-height:120px;
    font-weight:700;
}
.home-text-sec p{
    text-align:center;
    font-size: 11px;
    line-height:25px;
    font-weight:400;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
}
.home-text-sec p span{
    padding:6px 15px;
}



.title-wrap{
    position:relative;
    width:100%;
}
.title-wrap h3{
    text-align:center;
    font-weight:700;
    padding-top: 0;
    padding-bottom:10px;
}
.title-wrap p{
    text-align:center;
    font-size:11px;
    font-weight:400;
    letter-spacing:2px;
    color:#727272;
    text-transform:uppercase;
    padding-bottom:10px;
}


/* #About page
================================================== */

.about-text{
    position:relative;
    width:100%;
    margin:0 auto;
    max-width:900px;
}
.about-text p{
    text-align:center;
}


.about-mission{
    position:relative;
    margin:0 auto;
    width:100%;
    overflow:hidden;
}
.about-mission:after {
    content: '';
    display: block;
    clear: both;
}
.about-half{
    width:50%;
    background:#181818;
}
.about-quarter-1{
    width:25%;
    background:#050505;
}
.about-quarter-2{
    width:25%;
}
.about-half,
.about-quarter-1,
.about-quarter-2{
    position:relative;
    float:left;
    display:inline-block;
    margin:0 auto;
    min-height:400px;
}
.about-text-in{
    position:absolute;
    top:50%;
    width:100%;
    left:0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-half h4,
.about-quarter-1 h4{
    text-align:left;
    padding-bottom:15px;
    color:#fff;
    max-width:80%;
    margin:0 auto;
}
.about-half p,
.about-quarter-1 p,
.about-quarter-2 p{
    text-align:left;
    color:#f9f9f9;
    font-style: italic; 
    max-width:80%;
    margin:0 auto;
}
.about-quarter-2 h4{
    text-align:center;
    padding-bottom:25px;
    color:#fff;
    letter-spacing:3px;
    line-height: 34px;
    max-width:80%;
    margin:0 auto;
}
.about-link{
    position:relative;
    display:block;
    width:180px;
    margin:0 auto;
    text-align:center;
    padding:12px 30px;
    border:1px solid #fff;
    border-radius:40px;
    letter-spacing:2px;
    text-transform: uppercase;
    font-size:11px;
    color:#fff;
    font-weight:600;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.about-link:hover{
    background:#fff;
}

.team-box-1{
    position:relative;
    width:100%;
    margin:10px auto;
    text-align:center;
    overflow:hidden;
}
.team-box-1 img{
    width:100%;
    display:block;
}
.team-box-1 .mask-team{
    position:absolute;
    z-index:2;
    top:0;
    width:100%;
    left:0;
    height:calc(100% - 74px);
    opacity:0;
    background:rgba(0,0,0,.7);
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.team-box-1:hover .mask-team{
    opacity:1;
}
.team-box-1 ul{
    position:absolute;
    z-index:3;
    top:-30px;
    margin-top:-46px;
    width:100%;
    left:0;
    text-align:center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.team-box-1 ul li{
    display:inline-block;
    text-align:center;
    margin-left:8px;
    margin-right:8px;
}
.team-box-1:hover ul{
    top:50%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.team-box-1 ul li a.social-icon .icons{
    font-family: 'FontAwesome';
    width:20px;
    height:20px;
    line-height:20px;
    font-size:16px;
    text-align:center;
    color:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.team-box-1 ul li a.social-icon:hover .icons.twitter{
    color:#55acef;
}
.team-box-1 ul li a.social-icon:hover .icons.dribbble{
    color:#fe0084;
}
.team-box-1 ul li a.social-icon:hover .icons.facebook{
    color:#3b5998;
}
.team-box-1 ul li a.social-icon:hover .icons.linkedin{
    color:#007bb5;
}
.team-box-1 ul li a.social-icon:hover .icons.vimeo{
    color:#aad450;
}
.team-box-1 h6{
    margin-top:30px;
    text-align:center;
    padding-top: 0;
    padding-bottom:5px;
}
.team-box-1 .subtext{
    text-align:center;
    color:#747474;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height:17px;
    letter-spacing:2px;
    font-weight:400;
}

.pistis-slider {
    position:relative;
    width:100%;
    margin:0 auto;
}
.pistis-slider .item{
    position:relative;
    width:100%;
    z-index:2;
}
.pistis-slider .item img{
    width:100%;
    display:block;
}
.pistis-slider.owl-theme .owl-controls .owl-buttons .owl-prev{
    background-image:url('../images/arrow-left-light.png');
    left:0;
    margin-top:-35px;
}
.pistis-slider.owl-theme .owl-controls .owl-buttons .owl-next{
    background-image:url('../images/arrow-right-light.png');
    right:0;
    margin-top:-35px;
}
.pistis-slider.owl-theme .owl-controls .owl-buttons .owl-next,
.pistis-slider.owl-theme .owl-controls .owl-buttons .owl-prev{
    position:absolute;
    top:50%;
    width:35px;
    height:70px;
    z-index:100;
    text-indent: 100%;
    background-size:8px 16px;
    background-repeat: no-repeat;
    background-position:center center;
    background-color:rgba(0,0,0,.7);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pistis-slider.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.pistis-slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover{
    background-color:rgba(0,0,0,1);
}

.brand-slider{
    position:relative;
    width:calc(100% - 30px);
    overflow:hidden;
    margin:0 auto;
    text-align:center;
}
.brand-slider .item{
    position:relative;
    margin-left:15px;
    margin-right:15px;
    overflow:hidden;
    text-align:center;
}
.brand-slider .item img{
    width:80px;
    display:block;
    margin:0 auto;
    text-align:center;
}


/* #Google map
================================================== */

#google-container {
    position: relative;
    width: 100%;
    height:80vh;
}
#cd-google-map {
    position: relative;
}
#cd-google-map address {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius:3px;
    padding-top:30px;
    padding-bottom:30px;
    width:100%;
    font-style: italic;
    background-color: rgba(0, 0, 0,.7);
    font-weight:400;
    font-size: 13px;
    line-height:25px;
    letter-spacing:3px;
    color:#fff;
    text-align: center;
    z-index:3;
}
#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    opacity:.7;
    background-image: url("../images/cd-icon-controller.svg");
    z-index:3;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
    opacity:1;
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    opacity:1;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
    opacity:1;
}
@media only screen and (min-width: 768px) {
    #cd-zoom-in, #cd-zoom-out {
        margin-left: 50px;
    }
}
#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 100px;
    margin-bottom: 1px;
    z-index:3;
}
#cd-zoom-out {
    background-position: 50% -32px;
    z-index:3;
}
.google-map-loc-text{
    padding-bottom:160px;
}



#ajax-form {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height:14px;
    color:#101010;
    margin:0 auto;
}
#ajax-form label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height:30px;
}
#ajax-form input{
    position:relative;
    width:100%;
    padding-left:20px;
    padding-right:20px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    font-size: 13px;
    line-height:24px;
    padding-bottom: 15px;
    background:transparent;
    border:none;
    color: #737373;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea {
    width:100%;
    padding-left:20px;
    padding-right:20px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    font-size: 13px;
    line-height:24px;
    background:transparent;
    height:100px;
    border:none;
    color: #737373;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea,
#ajax-form input {	
    border-bottom:1px solid rgba(100,100,100,.2);
}
.error {
    font: 11px/22px 'Open Sans', sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    display: none;
    color:#636363;
}
#ajaxsuccess {
    background: #f2f2f2;
    color:#101010;
    font: 20px/60px 'Open Sans', sans-serif;
    height:60px;
    display: none;
    padding-left:10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.text-align-center{
    text-align:center;
    padding-top:10px;
}
#ajax-form textarea:active,
#ajax-form input:active {	
    color: #101010;
}
#ajax-form textarea:active,
#ajax-form input:hover {	
    color: #101010;
}
#ajax-form textarea:focus,
#ajax-form input:focus {	 
    outline: none !important;
}
#ajax-form input:-ms-input-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form input::-moz-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form input:-moz-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form input::-webkit-input-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form textarea:-ms-input-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form textarea::-moz-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form textarea:-moz-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form textarea::-webkit-input-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form button {
    background:#323232;
    color:#fff;
    font-size:13px;
    padding: 13px 25px;
    max-width:150px;
}
#ajax-form button:hover {
    color:#fff;
}
#ajax-form button:focus,
#ajax-form button:active {
    border:none;
    outline:none;
}


.button-effect {
    min-width: 150px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    cursor:pointer;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button-effect:focus {
    outline: none;
}
.button-effect > span {
    vertical-align: middle;
}
.button--moema {
    padding: 16px 30px;
    border-radius: 50px;
    text-align:center;
    background:#fff;
    letter-spacing:2px;
    color: #000;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.button--moema::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background: inherit;
    border-radius: 50px;
    z-index: -1;
    opacity: 0.4;
    -webkit-transform: scale3d(0.8, 0.5, 1);
    transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
    -webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
    transition: background-color 0.3s 0s, color 0.3s 0s;
    color:#fff;
    -webkit-animation: anim-moema-1 0.6s forwards;
    animation: anim-moema-1 0.6s forwards;
}
.button--moema:hover::before {
    -webkit-animation: anim-moema-2 0.6s 0.5s forwards;
    animation: anim-moema-2 0.6s 0.5s forwards;
}
@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


.contact-details{
    position: relative;
    width:100%;
    overflow:hidden;
    padding-top:70px;
    padding-bottom:70px;
}
.contact-details h6{
    text-align:center;
    color:#fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.contact-details p{
    position:absolute;
    top:50%;
    margin-top:-12px;
    left:0;
    width:100%;
    z-index:2;
    font-size:13px;
    font-style: italic;
    font-weight:400;
    text-align:center;
    letter-spacing:1px;
    opacity:0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.contact-details:hover h6{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.contact-details:hover p{
    opacity:1;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}


/* #Blog
================================================== */


.blog-page-post {
    position:relative;
    width:100%;
    overflow:hidden;
}
.blog-page-post img{
    width:100%;
    display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.blog-page-post h5 {
    position:absolute;
    width:100%;
    left:0;
    top:50%;
    margin-top:-25px;
    text-align:center;
    z-index:3;
    font-weight:700;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.blog-page-post:hover h5 {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
}
.blog-page-post p {
    position:absolute;
    width:100%;
    left:0;
    top:50%;
    margin-top:10px;
    font-size:13px;
    font-weight:400;
    text-align:center;
    font-style: italic;
    color:#646464;
    z-index:3;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.blog-page-post:hover p {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}
.blog-page-post .blog-post-author {
    position:absolute;
    width:100%;
    left:0;
    bottom:20%;
    margin-top:30px;
    font-size:13px;
    text-transform:uppercase;
    font-weight:600;
    text-align:center;
    letter-spacing:2;
    color:#212121;
    z-index:3;
    opacity:0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.blog-page-post:hover .blog-post-author {
    opacity:1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.blog-page-post .blog-mask {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1;
    background-color:#fff;
    opacity:.9;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.blog-page-post:hover .blog-mask {
    opacity:.5;
}
.blog-page-post:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}




/* #pagination */

nav[role="navigation"] {
    text-align: center;
}
.cd-pagination {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.cd-pagination li {
    /* hide numbers on small devices */
    display: none;
    margin: 0 .2em;
}
.cd-pagination li.button-pag {
    /* make sure prev next buttons are visible */
    display: inline-block;
    text-transform: uppercase;
}
.cd-pagination a, .cd-pagination span {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* use padding and font-size to change buttons size */
    font-size: 11px;
    letter-spacing:2px;
    font-weight:600;
}
.cd-pagination a {
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    color:#000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.no-touch .cd-pagination a:hover {
    background-color: #000;
    border: 1px solid #000;
    color:#fff;
}
.cd-pagination a:active {
    /* click effect */
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.cd-pagination a.disabled {
    /* button disabled */
    color:#fff;
    pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
    opacity: .4;
}
.cd-pagination .button-pag:first-of-type a::before {
    content: '\00ab  ';
}
.cd-pagination .button-pag:last-of-type a::after {
    content: ' \00bb';
}
.cd-pagination .current {
    /* selected number */
    color: #ffffff;
    pointer-events: none;
}
@media only screen and (min-width: 768px) {
    .cd-pagination li {
        display: inline-block;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-pagination {
    }
}

/* -------------------------------- 

No space - remove distance between list items

-------------------------------- */
.cd-pagination.no-space {
    width: auto;
    max-width: none;
    display: inline-block;
    border-radius: 0.25em;
    border: 1px solid #e6e6e6;
}
.cd-pagination.no-space:after {
    content: "";
    display: table;
    clear: both;
}
.cd-pagination.no-space li {
    margin: 0;
    float: left;
    border-right: 1px solid #e6e6e6;
}
.cd-pagination.no-space li:last-of-type {
    border-right: none;
}
.cd-pagination.no-space a, .cd-pagination.no-space span {
    float: left;
    border-radius: 0;
    border: none;
}
.cd-pagination.no-space li:first-of-type a {
    border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.no-space li:last-of-type a {
    border-radius: 0 0.25em 0.25em 0;
}

/* -------------------------------- 

move buttons - move prev and next buttons to the sides

-------------------------------- */
.cd-pagination.move-buttons:after {
    content: "";
    display: table;
    clear: both;
}
.cd-pagination.move-buttons .button-pag:first-of-type {
    float: left;
}
.cd-pagination.move-buttons .button-pag:last-of-type {
    float: right;
}

.cd-pagination.no-space.move-buttons {
    width: 90%;
    max-width: 768px;
    display: block;
    overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
    float: none;
    border: none;
}
.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
    float: none;
}

/* -------------------------------- 

custom icons - customize the small arrow inside the next and prev buttons 

-------------------------------- */
.cd-pagination.custom-icons .button-pag a {
    position: relative;
}
.cd-pagination.custom-icons .button-pag:first-of-type a {
    padding-left: 2.4em;
}
.cd-pagination.custom-icons .button-pag:last-of-type a {
    padding-right: 2.4em;
}
.cd-pagination.custom-icons .button-pag:first-of-type a::before,
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
    content: '';
    position: absolute;
    display: inline-block;
    /* set size for custom icons */
    width: 16px;
    height: 16px;
    top: 50%;
    /* set margin-top = icon height/2 */
    margin-top: -8px;
    background: transparent url("../images/cd-icon-arrow-1.svg") no-repeat center center;
}
.cd-pagination.custom-icons .button-pag:first-of-type a::before {
    left: .8em;
}
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
    right: .8em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* -------------------------------- 

custom buttons - replace prev and next buttons text with a custom icon 

-------------------------------- */
.cd-pagination.custom-buttons a, .cd-pagination.custom-buttons span {
    vertical-align: middle;
}
.cd-pagination.custom-buttons .button-pag a {
    /* set custom width */
    width: 40px;
    /* image replacement */
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    background-image: url("../images/cd-icon-arrow-2.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.cd-pagination.custom-buttons .button-pag:last-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.no-touch .cd-pagination.custom-buttons .button-pag:last-of-type a:active {
    -webkit-transform: scale(0.9) rotate(180deg);
    -moz-transform: scale(0.9) rotate(180deg);
    -ms-transform: scale(0.9) rotate(180deg);
    -o-transform: scale(0.9) rotate(180deg);
    transform: scale(0.9) rotate(180deg);
}

.cd-pagination.no-space.custom-buttons .button-pag:last-of-type a {
    border-radius: 0.25em 0 0 0.25em;
}

/* -------------------------------- 

animated buttons - animate the text inside prev and next buttons 

-------------------------------- */
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
    padding: 0 2em;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.cd-pagination.animated-buttons .button-pag a {
    position: relative;
    padding: 0 2em;
}
.cd-pagination.animated-buttons .button-pag:first-of-type a::before,
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}
.cd-pagination.animated-buttons i {
    display: block;
    height: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.no-touch .cd-pagination.animated-buttons .button-pag a:hover i {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-touch .cd-pagination.animated-buttons .button-pag:first-of-type a:hover::before {
    -webkit-transform: translateX(-50%) translateY(-50px);
    -moz-transform: translateX(-50%) translateY(-50px);
    -ms-transform: translateX(-50%) translateY(-50px);
    -o-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px);
}

.no-touch .cd-pagination.animated-buttons .button-pag:last-of-type a:hover::after {
    -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
    transform: translateX(-50%) rotate(180deg) translateY(50px);
}

/* #Post
================================================== */

.post{
    position:relative;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:25px;
    overflow:hidden;
    box-shadow: 0 0 25px rgba(44,44,44,0.02);
}

.comm-number{
    position:relative;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:25px;
    overflow:hidden;
    box-shadow: 0 0 25px rgba(44,44,44,0.02);
    margin-top:25px;
    margin-bottom:25px;
}
.comm-number:after {
    content: '';
    display: block;
    clear: both;
}
.comm-number p{
    text-align:left;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:11px;
    line-height:11px;
    font-weight:400;
}
.comm-number p span{
    text-align:right;
    margin-left:10px;
    float:right;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.comm-number p.single-tags span{
    text-align:left;
    margin-left:10px;
    float: left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.comm-number p a:hover{
    color:#212121;
}

.content-comm{
    position:relative;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:25px;
    padding-left:25px;
    padding-right:25px;
    padding-bottom:36px;
    overflow:hidden;
    box-shadow: 0 0 25px rgba(44,44,44,0.02);
    margin-bottom:5px;
}
.content-comm.sub-comm{
    position:relative;
    width:calc(100% - 50px);
    margin-left:50px;
}
.content-comm:after {
    content: '';
    display: block;
    clear: both;
}
.content-comm img {
    display: block;
    float:left;
    width:100px;
    margin-right:25px;
    margin-bottom:25px;
}
@media only screen and (max-width: 479px) {
    .content-comm img {
        float: none;
    }
    .content-comm.sub-comm {
        position: relative;
        width: 100%;
        margin-left:0;
    }
}

.content-comm p {
    text-align:left;
    padding-bottom:25px;
}
.name-aut-replay{
    position:absolute;
    bottom:25px;
    right:25px;
    text-align:right;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:11px;
    line-height:11px;
    font-weight:400;	
}
.name-aut-replay a{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 	
}
.name-aut-replay a:hover{
    color:#212121;
}

.comments{
    position:relative;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:25px;
    overflow:hidden;
    box-shadow: 0 0 25px rgba(44,44,44,0.02);
    margin-top:20px;
}
.comments input{
    position:relative;
    width:100%;
    padding-left:20px;
    padding-right:20px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    font-size: 13px;
    line-height:24px;
    padding-bottom: 15px;
    background:transparent;
    border:none;
    color: #737373;
    margin-bottom:20px;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}
.comments textarea {
    width:100%;
    padding-left:20px;
    padding-right:20px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    font-size: 13px;
    line-height:24px;
    background:transparent;
    height:140px;
    border:none;
    color: #737373;
    margin-bottom:20px;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}
.comments textarea,
.comments input {	
    border-bottom:1px solid rgba(100,100,100,.2);
}
.comments textarea:active,
.comments input:active {	
    color: #101010;
}
.comments textarea:active,
.comments input:hover {	
    color: #101010;
}
.comments textarea:focus,
.comments input:focus {	 
    outline: none !important;
}
.comments input:-ms-input-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
.comments input::-moz-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
.comments input:-moz-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
.comments input::-webkit-input-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
.comments textarea:-ms-input-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
.comments textarea::-moz-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
.comments textarea:-moz-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
.comments textarea::-webkit-input-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
.comments button {
    background:#efefef;
    color:#212121;
    font-size:14px;
    padding: 13px 30px;
    max-width:140px;
}
.comments button:hover {
    color:#fff;
}
.comments button:focus,
.comments button:active {
    border:none;
    outline:none;
}
.sidebar{
    position:relative;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:25px;
    overflow:hidden;
    box-shadow: 0 0 25px rgba(44,44,44,0.02);
}

.sidebar input{
    width:100%;
    padding-left:20px;
    padding-right:20px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    font-size: 12px;
    line-height:22px;
    padding-top: 15px;
    padding-bottom: 15px;
    background:#fff;
    border:none;
    color: #737373;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
.sidebar input:active {	
    color: #fff;
    outline: none !important;
}
.sidebar input:hover {	
    color: #737373;
    outline: none !important;
}
.sidebar input:focus {
    color: #fff;	 
    outline: none !important;
}

.sidebar input:-ms-input-placeholder  {
    font-size: 10px;
    text-transform:uppercase;
    -webkit-transition:  color 0.3s;
    transition:  color 0.3s;
}
.sidebar input::-moz-placeholder  {
    font-size: 10px;
    text-transform:uppercase;
    -webkit-transition:  color 0.3s;
    transition:  color 0.3s;
}
.sidebar input:-moz-placeholder  {
    font-size: 10px;
    text-transform:uppercase;
    -webkit-transition:  color 0.3s;
    transition:  color 0.3s;
}
.sidebar input::-webkit-input-placeholder  {
    font-size: 10px;
    text-transform:uppercase;
    -webkit-transition:  color 0.3s;
    transition:  color 0.3s;
}
.sidebar input:active:-ms-input-placeholder  {
    color: #fff;
}
.sidebar input:active::-moz-placeholder  {
    color: #fff;
}
.sidebar input:active:-moz-placeholder  {
    color: #fff;
}
.sidebar input:active::-webkit-input-placeholder  {
    color: #fff;
}
.sidebar input:focus:-ms-input-placeholder  {
    color: #fff;
}
.sidebar input:focus::-moz-placeholder  {
    color: #fff;
}
.sidebar input:focus:-moz-placeholder  {
    color: #fff;
}
.sidebar input:focus::-webkit-input-placeholder  {
    color: #fff;
}

.separator-sidebar{ 
    position:relative;
    width:100%;
    padding-top:70px;
}
.separator-sidebar-small{ 
    position:relative;
    width:100%;
    padding-top:30px;
}

.sidebar h6{ 
    text-align:left;
    padding-bottom:20px;
}

.link-recents{ 
    position:relative;
    width:100%;
    overflow:hidden;
    text-align:left;
}
.link-recents a{
    position:relative;
    display:block;
    cursor:pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height:21px;
    text-align:left;
    text-transform:uppercase;
    padding-top:10px;
    padding-bottom:10px;
    border-top:1px solid rgba(0,0,0,.1);
    letter-spacing:1px;
    color:#323232;
    font-weight:400;
    -webkit-transition: padding-left 0.3s, color 0.3s;
    transition: padding-left 0.3s, color 0.3s;
}
.link-recents a:last-child{
    border-bottom:1px solid rgba(0,0,0,.1);
}
.link-recents a:hover {
    padding-left:10px;
}


.link-tag{ 
    position:relative;
    width:100%;
    overflow:hidden;
    text-align:left;
}
.link-tag a {
    position: relative;
    display: inline-block;
    cursor:pointer;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height:21px;
    text-align:left;
    margin-right:3px;
    margin-bottom:3px;
    text-transform:uppercase;
    letter-spacing:2px;
    padding:3px 9px;
    color:#212121;
    font-weight:400;
    background-color:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.link-tag a:hover {
    color:#fff;
}


.video-wrapper, figure.vimeo, figure.youtube {
    margin:0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}	
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	
figure.youtube a img, figure.vimeo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    max-width:none;
}	
figure.vimeo a:after, figure.youtube a:after {
    content:"";
    width:40px;
    height:40px;
    background:#fff;
    box-shadow: 0 0 10px rgba(44,44,44,0.1);
    z-index:9;
    position:absolute;
    top:50%;
    left:50%;
    margin:-20px 0 0 -20px;
    border-radius:50%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
    background:#000;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}	
figure.vimeo a:before, figure.youtube a:before {
    font-family: 'FontAwesome';
    content:"\f04b";
    width:40px;
    height:40px;
    z-index:10;
    position:absolute;
    color:#000;
    line-height:40px;
    text-align:center;
    font-size:10px;
    top:50%;
    left:50%;
    margin:-19px 0 0 -18px;
    display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo a:hover:before, figure.youtube a:hover:before {
    color:#fff; 
}	
figure.vimeo a:hover img, figure.youtube a:hover img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1.03) rotate(1deg);
    transform: scale(1.03) rotate(1deg);
}	
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* #Zoom effect
================================================== */

body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}
@media only screen and (min-width: 1170px) {
    body::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}
.cd-main-content {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 1170px) {
    .cd-section {
        position: relative;
        height: 100vh;
    }
    .cd-section.half-sec-height,
    .cd-section.half-height{
        height: 80vh;
    }
}
.cd-section.show-after-load {
    opacity:0;
}
.cd-block {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-block {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.cd-section:first-of-type .cd-block {
    /*height: 100vh;*/
}
.cd-section:first-of-type .cd-block.half-sec-height,
.cd-section:first-of-type .cd-block.half-height{
    height: 80vh;
}
@media only screen and (min-width: 1170px) {
    .cd-block {
        position: fixed;
        width: 100%;
        min-height: 100vh;
        top: 0;
        left: 0;
        height: 100vh;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
        visibility: hidden;
    }
    .admin-bar .cd-block{
        top:32px;
    }
    .cd-block.half-sec-height,
    .cd-block.half-height{
        min-height: 80vh;
        height: 80vh;
    }
    .cd-section:first-of-type .cd-block {
        visibility: visible;
    }
    .cd-block > * {
        visibility: visible;
    }
}

.main-wrapper{
    position:relative;
    width:100%;
    margin:0 auto;
}

.cd-half-block {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

.cd-half-block.image-folio-1 {
    background-image:url('../images/cur1.jpg');
}
.cd-half-block.image-folio-2 {
    background-image:url('../images/cur2.jpg');
}
.cd-half-block.image-folio-3 {
    background-image:url('../images/cur3.jpg');
}
.cd-half-block.image-folio-4 {
    background-image:url('../images/cur4.jpg');
}
.cd-half-block.image-folio-5 {
    background-image:url('../images/cur5.jpg');
}
.cd-half-block.image-folio-6 {
    background-image:url('../images/cur6.jpg');
}

.cd-half-block:nth-of-type(1) {
    height: 80vh;
    background-position: center center;
    background-repeat: no-repeat;
}
.cd-half-block:nth-of-type(2) {
    height: 80vh;
    background-position: center center;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 1170px) {
    .cd-half-block {
        height: 100vh !important;
        width: 50%;
        position: absolute;
        top: 0;
    }
    .cd-section:nth-of-type(even) .cd-half-block:first-of-type, .cd-section:nth-of-type(odd) .cd-half-block:nth-of-type(2) {
        left: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .cd-section:nth-of-type(odd) .cd-half-block:first-of-type, .cd-section:nth-of-type(even) .cd-half-block:nth-of-type(2) {
        right: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.curtain-text{
    position:relative;
    display:block;
    max-width:350px;
    margin-left:6%;
    padding:30px 30px;
    z-index:5;
    background:rgba(21,21,21,.8);
    -webkit-transform: translateY(90%);
    -moz-transform: translateY(90%);
    -ms-transform: translateY(90%);
    -o-transform: translateY(90%);
    transform: translateY(90%);
}
.curtain-text h5{
    text-align:left;
    letter-spacing:2px;
    font-weight:700;
    font-size: 15px;
    line-height:26px;
    color:#fff;
    padding-top:0;
    padding-bottom:0;
}
.curtain-text p{
    color:#f9f9f9;
    text-align:left;
    letter-spacing:2px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size: 11px;
    line-height:26px;
    padding-top:0;
    padding-bottom:0;
}
.curtain-text .arrow-right{
    position:absolute;
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height:18px;
    top:30px;
    right:45px;
    z-index:7;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.curtain-text:hover .arrow-right{
    right:30px;
}





/* #Portfolio
================================================== */

.projects-grid{
    position:relative;
    text-align:center;
    margin:0 auto;
    width:100%;
    max-width:100%;
    overflow:hidden;
}
.projects-grid.max-grid-width,
.max-grid-width{
    max-width:1400px;
}
.margin-horizontal-auto{
    margin-left: auto;
    margin-right: auto;
}
.projects-grid.margin-on-side{
    width:calc(100% - 40px);
    max-width:calc(100% - 40px);
}
.padding-on-side-40{
    padding-left: 40px;
    padding-right: 40px;
}
.padding-on-side-20{
    padding-left: 20px;
    padding-right: 20px;
}
.projects-grid:after {
    content: '';
    display: block;
    clear: both;
}
.portfolio-box-1{
    position:relative;
    float:left;
    width:33.3333333333%;
    display:inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
    margin-left:-1px;
    -webkit-transform: translate3d(1px,0,0);
    transform: translate3d(1px,0,0);
}
.portfolio-box-1.with-margin{
    width:calc(33.3333333333% - 40px);
    margin-top:20px;
    margin-bottom:20px;
    margin-right:20px;
    margin-left:19px;
}
.portfolio-box-1.with-margin.two-columns-masonry{
    width:calc(50% - 40px);
}
.portfolio-box-1.with-margin.four-columns-masonry{
    width:calc(25% - 40px);
}
.portfolio-box-1 .mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background-color:#212121;
    opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box-1 .mask.with-cross{
    background-image:url('../images/big-plus-sign.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: 20px 20px;
}
.portfolio-box-1:hover .mask{
    opacity:.9;
}
.portfolio-box-1 h3{
    position:absolute;
    left:25px;
    bottom:40px;
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    font-size: 22px; 
    line-height: 24px;
    text-align:left;
    z-index:3;
    letter-spacing:-1px;
    color:#fff;
    opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box-1:hover h3{
    left:40px;
    opacity:1;
}
.portfolio-box-1 h3 span{
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size: 10px;
    letter-spacing:2px;
    margin-right: 4px;
}
.portfolio-box-1 img{
    width:100%;
    display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box-1:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


#portfolio-filter {
    position:relative;
    width:100%;
    text-align: center;
    padding-bottom:10px;
}
#portfolio-filter.image-no-margin {
    padding-bottom:35px;
}
#filter {
    position:relative;
    width:100%;
    text-align: center;
}
#filter li {
    display: inline-block;
    text-align: center;
}
#filter:after {
    content: '';
    display: block;
    clear: both;
}
#filter li a {
    position: relative;
    display: inline-block;
    letter-spacing:2px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px; 
    margin-bottom:5px;
    text-align: center;
    outline: none;
    color: #212121;
    text-transform:uppercase;
    margin-left:10px;
    margin-right:10px;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li .current {
}
#filter li a:hover {
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}

.project-text-box{
    position:relative;
    padding:30px;
    background-color:#212121;
}
.project-text-box h5{
    color:#fff;
    padding-bottom:15px;
    text-align:left;
}
.project-text-box p{
    color:#f9f9f9;
    text-align:left;
    font-style: italic;
    padding-bottom:15px;
}
.project-text-box p:last-child{
    color:#999;
    text-align:left;
    font-style: normal;
    padding-bottom:0;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.project-next-prev{
    position:relative;
    width:100%;
    overflow:hidden;
    z-index: 5;
}
.project-next-prev:after {
    content: '';
    display: block;
    clear: both;
}
.project-prev{
    position:relative;
    width:50%;
    display:inline-block;
    height:350px;
    float:left;
    background:url('../images/project-left.svg')no-repeat center center;
    background-size:120px 120px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project-prev .text,
.project-next .text{
    position:absolute;
    letter-spacing:3px;
    font-weight:700;
    width:100%;
    left:0;
    top:120%;
    margin-top:-28px;
    font-size:22px;
    line-height:28px;
    text-align:center;
    color:#212121;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project-prev:hover .text,
.project-next:hover .text{
    top:50%;
}
.project-prev .text span,
.project-next .text span{
    font-weight:400;
    font-size: 10px;
    color:#747474;
    line-height:28px;
    letter-spacing:3px;
    text-transform: uppercase;
}
.project-prev:hover{
    background-position:center -100%;
}
.project-next{
    position:relative;
    width:50%;
    display:inline-block;
    height:350px;
    float:right;
    background:url('../images/project-right.svg')no-repeat center center;
    background-size:120px 120px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project-next:hover{
    background-position:center -100%;
}

.post-next-prev{
    padding: 0;
    border-top-style: solid;
    border-top-color: #d2d2d2;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
    border-bottom-width: 1px;
}
.post-prev{
    width: 100%;
}
.post-next{
    width:100%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d2d2d2;
}
.post-navigation a{
    color: #212121;
    font-size: 22px;
    font-weight: 700;
    display: block;
    padding: 1.75em 0;
    line-height: 26px;
}
.post-navigation a .text span{
    font-size: 10px;
    font-weight: 400;
    font-size: 10px;
    color: #747474;
    line-height: 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-top: 10px;
}

/* #Home Slider
================================================== */

#owl-top {
    position:relative;
    width:100%;
    margin:0 auto;
    height: 100vh;
}
#owl-top .item{
    position:relative;
    width:100%;
    height: 100vh;
    margin:0 auto;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:2;
}
#owl-top .item.top-image-1{
    background-image:url('../images/home1.jpg');
}
#owl-top .item.top-image-2{
    background-image:url('../images/home2.jpg');
}
#owl-top .item.top-image-3{
    background-image:url('../images/home3.jpg');
}
#owl-top .item.top-image-4{
    background-image:url('../images/home4.jpg');
}
#owl-top .item.top-image-5{
    background-image:url('../images/home5.gif');
}
#owl-top .item.top-image-6{
    background-image:url('../images/home6.jpg');
}


#owl-top.owl-theme .owl-controls .owl-buttons .owl-prev{
    background-image:url('../images/arrow-left.png');
    margin-left:-32px;
}
#owl-top.owl-theme .owl-controls .owl-buttons .owl-next{
    background-image:url('../images/arrow-right.png');
    margin-left:2px;
}
#owl-top.owl-theme .owl-controls .owl-buttons .owl-next,
#owl-top.owl-theme .owl-controls .owl-buttons .owl-prev{
    position:absolute;
    top:50%;
    width:30px;
    height:30px;
    left:50%;
    z-index:100;
    margin-top:150px;
    text-indent: 100%;
    background-size:7px 14px;
    background-repeat: no-repeat;
    background-position:center center;
    background-color:rgba(255,255,255,.7);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-top.owl-theme .owl-controls .owl-buttons .owl-next:hover,
#owl-top.owl-theme .owl-controls .owl-buttons .owl-prev:hover{
    background-color:rgba(255,255,255,1);
}
.half-height #owl-top.owl-theme .owl-controls .owl-buttons .owl-next,
.half-height #owl-top.owl-theme .owl-controls .owl-buttons .owl-prev{
    margin-top: 60px;
}
/* #Home HTML Video
================================================== */

#poster_background { 
    position: absolute; 
    bottom: 0; 
    left: 0;
    top:0;
    right:0;
    /*background:url('../images/video.jpg')no-repeat center center;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
video#video_background { 
    position: absolute;
    top:50%;
    left:50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#video-wrap{ 
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

/* #Elements
================================================== */ 


.columns-block {
    position:relative;
    width:100%;
    background:#f4f4f4;
    height:50px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.columns-block:hover {
    background:#000;
}
.columns-block p{
    line-height:50px;
    font-size:11px;
    text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.columns-block:hover p{
    color:#fff;
} 

.pricing-item{
    position:relative;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid rgba(100,100,100,.2);
    padding:40px;
    margin:0 auto;
    text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
.pricing-item:hover{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pricing-item.popular{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pricing-item h6{
    text-align:center;
    padding-bottom:15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-item p{
    text-align:center;
    padding-top:3px;
    padding-bottom:3px;
    text-transform: uppercase;
    letter-spacing:2px;
    font-size: 12px;
    color:#626262;
}
.pricing-item p span{
    font-weight:800;
}
.pricing-item .number-price{
    position:relative;
    width:100%;
    font-family: 'Open Sans', sans-serif;
    font-weight:100;
    font-size: 44px;
    line-height:44px;
    color:#323232;
    text-align:center;
    padding-bottom:17px;
}
.pricing-item .number-price span{
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height:62px;
    vertical-align:super;
    font-weight:400;
    padding-right:8px;
}
.pricing-item .number-price span:last-child{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height:54px;
    vertical-align:-1%;
    font-weight:600;
    padding-right:0;
    padding-left:5px;
}
.pricing-item a.price-link{
    position:relative;
    font-family: 'Open Sans', sans-serif;
    text-align:center;
    padding-top:8px;
    padding-bottom:8px;
    width:130px;
    margin:0 auto;
    margin-top:22px;
    text-transform: uppercase;
    letter-spacing:2px;
    display:block;
    background:#111111;
    border-radius:30px;
    font-size: 11px;
    color:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-item a.price-link:hover{
    color:#fff;
}


.services-list.services-box{
    padding:30px;
    background:#f9f9f9;
}

.services-list{ 
    position:relative;
    width:100%;
    margin:0 auto;
    border-radius:3px;
}
.services-list .icons{ 
    font-family: 'et-line';
    width:100%;
    text-align:center;
    color:#212121;
    font-size:30px;
    line-height:30px;
    padding-bottom:20px;
}
.services-list .icons span{ 
    font-family: 'et-line';
}
.services-list h6{ 
    padding-bottom:15px;
    text-align:center;
}
.services-list p{ 
    text-align:center;
    font-style: italic;
}


p.justify{
    text-align:justify;
}
.gu-box{
    position:relative;
    width:100%;
    border-left:2px solid #bababa;
    padding-bottom:20px;
}
.gu-box.float-quotes{
    float:right;
    max-width:440px;
    margin-left:30px;
}
.gu-box p{
    color:#000;
    padding-left:30px;
    padding-top:20px;
    padding-bottom:20px;
    letter-spacing:2px;
    font-size: 16px;
    line-height:28px;
}
.gu-box span{
    color:#999999;
    padding-left:30px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    letter-spacing:3px;
    font-size: 12px;
    line-height:20px;
}
.gu-box.margin-gu{
    margin-top:20px;
    margin-bottom:20px;
}

.alert-wrap{
    margin-top:25px;
    margin-bottom:25px;
}
.alert{
    position: relative; 
    width: 100%;
    overflow:hidden;
    padding:20px;
}
.alert p{
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size: 10px;
    line-height:18px;
    color:#212121;
    text-transform: uppercase;
    letter-spacing:1px;
} 
.alert p span{
    font-size: 12px;
    font-family: 'FontAwesome';
    padding-right:15px;
}  
.alert.alert-green{
    background-color:#c5ebd4;
    border-left:3px solid #8cd7aa;
} 
.alert.alert-red{
    background-color:#ffcccb;
    border-left:3px solid #ff817f;
} 
.alert.alert-blue{
    background-color:#b9dff4;
    border-left:3px solid #77c1ea;
}   
.alert.alert-yellow{
    background-color:#fce1b6;
    border-left:3px solid #f9c36d;
}    
.alert.alert-blank{
    background-color:#eeeeee;
    border-left:3px solid #ccc;
}   
.alert.alert-blank-2{
    background-color:#333333;
    border-left:3px solid #111;
}  
.alert.alert-blank-2 p{
    color:#fff;
}


.counter-wrap{
    position:relative;
    width:100%;
    margin:0 auto;
    z-index:10;
}	
.counter-numb{
    position:relative;
    width:100%;
    margin:0 auto;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    font-size: 30px;
    line-height:30px;
    letter-spacing:4px;
    color:#060606;
    padding-bottom:10px;
}
.counter-line{
    position:relative;
    width:20px;
    margin:0 auto;
    text-align:center;
    height:2px;
    margin-top:10px;
    margin-bottom:10px;
}	
.counter-wrap h6{
    text-align:center;
    padding-top:10px;
    padding-bottom:0;
}

/* #Footer
================================================== */

.dark-back {
    background-color:#212121;
}
.arrow-up-footer {
    position:relative;
    width:30px;
    height:30px;
    margin:0 auto;
    text-align:center;
    background-image:url('../images/up-arrow.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 30px 16px;
}
.left-footer p{
    text-align:left;
    font-size:12px;
    line-height:20px;
    color: #f4f4f4;
    letter-spacing:1px;
}
.right-footer p{
    text-align:right;
    font-size:12px;
    line-height:20px;
    color: #f4f4f4;
    letter-spacing:1px;
}

.footer-hack{
    z-index: 1;
}


/* #Media Queries
================================================== */



@media only screen and (max-width: 1400px) {
    .portfolio-box-1{
        width:50%;
    }
    .portfolio-box-1.with-margin{
        width:calc(50% - 40px);
    }
}

@media only screen and (max-width: 1200px) {
    .home-text-sec h1{
        font-size: 50px;
        line-height:80px;
        letter-spacing:-1px;
    }
    .home-text-sec h3{
        font-size: 30px;
        line-height:60px;
    }
    .home-text-sec p{
        font-size: 10px;
        line-height:17px;
        letter-spacing:1px;
    }
    .home-text-sec p span{
        padding:6px 15px;
    }
    .about-half,
    .about-quarter-1,
    .about-quarter-2{
        width:100%;
        min-height:auto;
        padding-top:70px;
        padding-bottom:70px;
    }
    .about-text-in{
        position:relative;
        top:auto;
        left:auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@media only screen and (max-width: 1200px) {
    .portfolio-box-1.with-margin.four-columns-masonry{
    width:calc(33.333333333% - 40px);
    }
}
@media only screen and (max-width: 1000px) {
    #owl-top.owl-theme .owl-controls .owl-buttons .owl-next,
    #owl-top.owl-theme .owl-controls .owl-buttons .owl-prev{
        margin-top:70px;
    }
    .portfolio-box-1.with-margin.four-columns-masonry{
    width:calc(50% - 40px);
    }
}

@media only screen and (max-width: 800px) {
    #royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
        height: 22px;
        line-height: 22px;
        font-size: 22px;
    }
    .portfolio-box-1{
        width:100%;
    }
    .portfolio-box-1.with-margin{
        width:calc(100% - 40px);
    }
    .portfolio-box-1.with-margin.two-columns-masonry{
    width:calc(100% - 40px);
    }
    .portfolio-box-1.with-margin.four-columns-masonry{
    width:calc(100% - 40px);
    }
    .home-text-sec h1{
        font-size: 30px;
        line-height:50px;
        letter-spacing:0;
    }
    .home-text-sec h3{
        font-size: 20px;
        line-height:50px;
    }
    .home-text-sec p{
        font-size: 9px;
        line-height:16px;
        letter-spacing:1px;
    }
    .home-text-sec p span{
        padding:4px 10px;
        line-height:25px;
    }
    .blog-page-post h5 {
        margin-top:-10px;
    }
    .blog-page-post:hover h5 {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .blog-page-post p {
        display:none;
    }
    .blog-page-post .blog-post-author {
        display:none;
    }
}

@media only screen and (max-width: 600px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .left-footer p,
    .right-footer p{
        text-align:center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .left-footer p,
    .right-footer p{
        text-align:center;
    }
}

@media only screen and (max-width: 319px) {
    .left-footer p,
    .right-footer p{
        text-align:center;
    }
}




/* #Font-Face
================================================== */


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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}
.icon-mobile:before {
	content: "\e000";
}
.icon-laptop:before {
	content: "\e001";
}
.icon-desktop:before {
	content: "\e002";
}
.icon-tablet:before {
	content: "\e003";
}
.icon-phone:before {
	content: "\e004";
}
.icon-document:before {
	content: "\e005";
}
.icon-documents:before {
	content: "\e006";
}
.icon-search:before {
	content: "\e007";
}
.icon-clipboard:before {
	content: "\e008";
}
.icon-newspaper:before {
	content: "\e009";
}
.icon-notebook:before {
	content: "\e00a";
}
.icon-book-open:before {
	content: "\e00b";
}
.icon-browser:before {
	content: "\e00c";
}
.icon-calendar:before {
	content: "\e00d";
}
.icon-presentation:before {
	content: "\e00e";
}
.icon-picture:before {
	content: "\e00f";
}
.icon-pictures:before {
	content: "\e010";
}
.icon-video:before {
	content: "\e011";
}
.icon-camera:before {
	content: "\e012";
}
.icon-printer:before {
	content: "\e013";
}
.icon-toolbox:before {
	content: "\e014";
}
.icon-briefcase:before {
	content: "\e015";
}
.icon-wallet:before {
	content: "\e016";
}
.icon-gift:before {
	content: "\e017";
}
.icon-bargraph:before {
	content: "\e018";
}
.icon-grid:before {
	content: "\e019";
}
.icon-expand:before {
	content: "\e01a";
}
.icon-focus:before {
	content: "\e01b";
}
.icon-edit:before {
	content: "\e01c";
}
.icon-adjustments:before {
	content: "\e01d";
}
.icon-ribbon:before {
	content: "\e01e";
}
.icon-hourglass:before {
	content: "\e01f";
}
.icon-lock:before {
	content: "\e020";
}
.icon-megaphone:before {
	content: "\e021";
}
.icon-shield:before {
	content: "\e022";
}
.icon-trophy:before {
	content: "\e023";
}
.icon-flag:before {
	content: "\e024";
}
.icon-map:before {
	content: "\e025";
}
.icon-puzzle:before {
	content: "\e026";
}
.icon-basket:before {
	content: "\e027";
}
.icon-envelope:before {
	content: "\e028";
}
.icon-streetsign:before {
	content: "\e029";
}
.icon-telescope:before {
	content: "\e02a";
}
.icon-gears:before {
	content: "\e02b";
}
.icon-key:before {
	content: "\e02c";
}
.icon-paperclip:before {
	content: "\e02d";
}
.icon-attachment:before {
	content: "\e02e";
}
.icon-pricetags:before {
	content: "\e02f";
}
.icon-lightbulb:before {
	content: "\e030";
}
.icon-layers:before {
	content: "\e031";
}
.icon-pencil:before {
	content: "\e032";
}
.icon-tools:before {
	content: "\e033";
}
.icon-tools-2:before {
	content: "\e034";
}
.icon-scissors:before {
	content: "\e035";
}
.icon-paintbrush:before {
	content: "\e036";
}
.icon-magnifying-glass:before {
	content: "\e037";
}
.icon-circle-compass:before {
	content: "\e038";
}
.icon-linegraph:before {
	content: "\e039";
}
.icon-mic:before {
	content: "\e03a";
}
.icon-strategy:before {
	content: "\e03b";
}
.icon-beaker:before {
	content: "\e03c";
}
.icon-caution:before {
	content: "\e03d";
}
.icon-recycle:before {
	content: "\e03e";
}
.icon-anchor:before {
	content: "\e03f";
}
.icon-profile-male:before {
	content: "\e040";
}
.icon-profile-female:before {
	content: "\e041";
}
.icon-bike:before {
	content: "\e042";
}
.icon-wine:before {
	content: "\e043";
}
.icon-hotairballoon:before {
	content: "\e044";
}
.icon-globe:before {
	content: "\e045";
}
.icon-genius:before {
	content: "\e046";
}
.icon-map-pin:before {
	content: "\e047";
}
.icon-dial:before {
	content: "\e048";
}
.icon-chat:before {
	content: "\e049";
}
.icon-heart:before {
	content: "\e04a";
}
.icon-cloud:before {
	content: "\e04b";
}
.icon-upload:before {
	content: "\e04c";
}
.icon-download:before {
	content: "\e04d";
}
.icon-target:before {
	content: "\e04e";
}
.icon-hazardous:before {
	content: "\e04f";
}
.icon-piechart:before {
	content: "\e050";
}
.icon-speedometer:before {
	content: "\e051";
}
.icon-global:before {
	content: "\e052";
}
.icon-compass:before {
	content: "\e053";
}
.icon-lifesaver:before {
	content: "\e054";
}
.icon-clock:before {
	content: "\e055";
}
.icon-aperture:before {
	content: "\e056";
}
.icon-quote:before {
	content: "\e057";
}
.icon-scope:before {
	content: "\e058";
}
.icon-alarmclock:before {
	content: "\e059";
}
.icon-refresh:before {
	content: "\e05a";
}
.icon-happy:before {
	content: "\e05b";
}
.icon-sad:before {
	content: "\e05c";
}
.icon-facebook:before {
	content: "\e05d";
}
.icon-twitter:before {
	content: "\e05e";
}
.icon-googleplus:before {
	content: "\e05f";
}
.icon-rss:before {
	content: "\e060";
}
.icon-tumblr:before {
	content: "\e061";
}
.icon-linkedin:before {
	content: "\e062";
}
.icon-dribbble:before {
	content: "\e063";
}




/*
 * clearfix
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
/*
 * comments links
 */
.comment-reply-title small a{
    color: #e67e22;
    text-transform: uppercase;
    font-size: 16px;
}
.nav-links{
    text-transform: uppercase;   
}
.nav-links a{
    color: #e67e22;
}
.padding-vertical-20px{
    padding-top: 20px;
    padding-bottom: 20px;
}
.comment-reply-title{
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 24px;
}
/*
 * Post Links
 */
.prev-post-link{
    float: left;
}
.next-post-link{
    float: right;
}
.prev-post-link i,
.next-post-link i{
    color: #e67e22;
}
.next-post-link a,
.prev-post-link a{
    color: #e67e22;
    text-transform: uppercase;
    font-size: 18px;
}
.no-menu-box{
    position: relative;
    top: 50%;
    color: #199700;
    font-size: 18px;
}
.no-menu-box a{
    font-weight: bold;
    text-decoration: underline;
    color: #e67e22;
}
.post-bg-image{
    overflow: hidden;
}
.bg-featured-img{
    height: 250px;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-repeat: no-repeat;
}
.bg-featured-img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/*
 * widgets area
 */
.widget h2{
    text-align: left;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}
.widget{
    margin-bottom: 70px;
}
.widget_recent_entries ul,
.widget ul{
    list-style: none;
}
.widget_recent_entries li,
.widget li{
    border-top: 1px solid rgba(0,0,0,.1);
}
.widget_recent_entries .children li,
.widget .children li{
    border: none;
}

.widget_recent_entries li:last-child,
.widget li:last-child{
    /* border-bottom: 1px solid rgba(0,0,0,.1); */
    /* border-bottom: 1px solid rgba(230 ,5 ,5,.1); */
}
.widget_recent_entries li,
.widget li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget_recent_entries li a,
.widget li a{
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 21px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: padding-left 0.3s, color 0.3s;
    transition: padding-left 0.3s, color 0.3s;
}
.widget_recent_entries li a:hover,
.widget li a:hover{
    padding-left: 10px;
}
.tagcloud{
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left;
}
.tagcloud a {
    position: relative;
    display: inline-block;
    cursor:pointer;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height:21px;
    text-align:left;
    margin-right:3px;
    margin-bottom:3px;
    text-transform:uppercase;
    letter-spacing:2px;
    padding:3px 9px;
    color:#212121;
    font-weight:400;
    background-color:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tagcloud a:hover {
	color:#fff;
}
.widget .video-thumb{
    width: 100%;
    position: relative;
    padding-top: 55%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.widget span.play-button {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,0.4);
    color: white;
    display: block;
    height: 70px;
    font-size: 40px;
    line-height: 70px;
    width: 70px;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    position: absolute;
    text-align: center;
    top: 50%;
}
.widget span.play-button i{
    padding-left: 10px;
}
.widget input.search-submit{
    display: none;
}
.btn-read-more-wrap{
    padding: 20px 0 30px 0;
    text-align: right;
}
a.btn-read-more{
    color: #fff;
    padding: 12px 12px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    background-color: #e67e22;
}
a:hover.btn-read-more{
    background-color: #e36e07;
}
.widget .menu li,
.widget .menu li:last-child{
    border: none;
}
/* dropkick */
.sidebar-blog-wrapper {
    overflow:visible;
}
.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select, .dk-select-multi {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  cursor: pointer; }

.dk-selected {
  width: 100%;
  color: #282828;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  padding: 10px 45px 10px 35px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
      content: "\f0dd";
      font-family: 'FontAwesome';
      font-size: 2em;
      margin-top: -4px;
      margin-right: 10px;
  }
  .dk-selected:after {
    top: 0;
    height: 100%;
    margin: 0 1.5em 0 0; }
.dk-select-open-down .dk-selected:before {
      content: "\f0de";
      font-family: 'FontAwesome';
      margin-top: 4px;
      margin-right: 10px;
  }
.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0; }

.dk-select-open-up .dk-select-options {
  border-radius: 0.4em 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  border-radius: 0;
  margin-bottom: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  list-style: none;
  margin: 0;
  max-height: 20em;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100; }

.dk-option-selected {
  background-color: #fff;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #282828; }

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #3297fd; }

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
  border-left-color: #3297fd; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #282828;
}

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }

.dk-selected:hover, .dk-selected:focus {
  outline: none;
  border-color: #282828 }
  .dk-selected:hover:before, .dk-selected:focus:before {
    border-top-color: #3297fd; }
  .dk-selected:hover:after, .dk-selected:focus:after {
    border-left-color: #3297fd; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }



.dk-select-options li:first-child.dk-option,
.dk-select-options li.dk-option{
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #BDBDBD;
    margin: 0;
    color: #282828;
}
/* dropkick */
.widget_calendar table, th, td{
    border: 1px solid #616161 !important;
}
.widget_calendar caption, 
.widget_calendar th, 
.widget_calendar td {
    font-weight: normal;
    text-align: left;
    padding: 5px 10px;
}
.widget_calendar a{
}

/*
 * Single post
 */
.entry-content p{
    margin-bottom: 20px;
}
.entry-content .title-wrap p{
    margin-bottom: 0;
}

.page-links a {
    color: #646464;
    font-weight: bold;
}
.page-links a:hover{
    color: #e36e07;
}
.page-links a > span{
    padding: 4px 8px;
    border: 1px solid #949494;
    border-radius: 4px;
}
/*
 * Toggle button in navigation
 */
.cd-scndr-nav button.dropdown-toggle:after {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 600ms linear; 
}

/*
 *Qouted text
 */
blockquote{
    margin: 20px 0;
    width: 100%;
    border-left: 2px solid #bababa;
}
blockquote p{
    color: #000;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 28px
}
blockquote p cite{
    color: #999999;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 20px;
}
.min-height-400px{
    height: 400px;
}
@media only screen and (max-width: 1200px){
.min-height-400px{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
}
.about-text-in h4{
    text-align: left;
    padding-bottom: 15px;
    color: #fff;
    max-width: 80%;
    margin: 0 auto;
}
.about-text-in p{
    text-align: left;
    color: #f9f9f9;
    font-style: italic;
    max-width: 80%;
    margin: 0 auto;
}
span.about-link{
    font-style: normal;
}
.section .wpb_button, 
.section .wpb_content_element, 
.section ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}
.cd-main-content{
    background-color: white;
}
/*
 * CSS Loader
 */
.loader {
    display: none;
    color: #fff;
    position: fixed;
    box-sizing: border-box;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 999;
}
.loader:after,
.loader:before {
    box-sizing: border-box
}
.loader.is-active {
    display:block;
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
@keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}
@keyframes blink {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}
.loader[data-text]:before {
    position: fixed;
    left: 0;
    top: 50%;
    color: currentColor;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100%;
    font-size: 14px
}
.loader[data-text='']:before {
    content: 'Loading'
}
.loader:not([data-text='']):before {
    content: attr(data-text)
}
.loader[blink]:before {
    animation: blink 1s linear infinite alternate
}
.loader-default[data-text]:before {
    top: calc(50% - 63px)
}
.loader-default:after {
    content: '';
    position: fixed;
    width: 48px;
    height: 48px;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    animation: rotation 1s linear infinite
}
.loader-default[half]:after {
    border-right-color: transparent
}
.loader-double:after,
.loader-double:before {
    content: '';
    position: fixed;
    border-radius: 50%;
    border: solid 8px;
    animation: rotation 1s linear infinite
}
.loader-double:after {
    width: 48px;
    height: 48px;
    border-color: #fff;
    border-left-color: transparent;
    top: calc(50% - 24px);
    left: calc(50% - 24px)
}
.loader-double:before {
    width: 64px;
    height: 64px;
    border-color: #eb974e;
    border-right-color: transparent;
    animation-duration: 2s;
    top: calc(50% - 32px);
    left: calc(50% - 32px)
}
.loader-bar[data-text]:before {
    top: calc(50% - 40px);
    color: #fff
}
.loader-bar:after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 20px;
    transform: translate(-50%, -50%);
    background: linear-gradient(-45deg, #4183d7 25%, #52b3d9 25%, #52b3d9 50%, #4183d7 50%, #4183d7 75%, #52b3d9 75%, #52b3d9);
    background-size: 20px 20px;
    box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(0, 0, 0, 0.2);
    animation: moveBar 1.5s linear infinite
}
.loader-bar[rounded]:after {
    border-radius: 15px
}
@keyframes moveBar {
    from {
        background-position: 0 0
    }
    to {
        background-position: 20px 20px
    }
}
@keyframes corners {
    6% {
        width: 60px;
        height: 15px
    }
    25% {
        width: 15px;
        height: 15px;
        left: calc(100% - 15px);
        top: 0
    }
    31% {
        height: 60px
    }
    50% {
        height: 15px;
        top: calc(100% - 15px);
        left: calc(100% - 15px)
    }
    56% {
        width: 60px
    }
    75% {
        width: 15px;
        left: 0;
        top: calc(100% - 15px)
    }
    81% {
        height: 60px
    }
}
.loader-border[data-text]:before {
    color: #fff
}
.loader-border:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #fff000;
    animation: corners 3s ease both infinite
}
.loader-ball:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    animation: kick 1s infinite alternate ease-in both
}
.loader-ball[shadow]:before {
    box-shadow: -5px -5px 10px 0 rgba(0, 0, 0, 0.5) inset
}
.loader-ball:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 45px;
    height: 20px;
    top: calc(50% + 10px);
    left: 50%;
    margin: 0 0 0 -22.5px;
    z-index: 0;
    animation: shadow 1s infinite alternate ease-out both
}
@keyframes shadow {
    0% {
        background-color: transparent;
        transform: scale(0)
    }
    40% {
        background-color: transparent;
        transform: scale(0)
    }
    95% {
        background-color: rgba(0, 0, 0, 0.75);
        transform: scale(1)
    }
    100% {
        background-color: rgba(0, 0, 0, 0.75);
        transform: scale(1)
    }
}
@keyframes kick {
    0% {
        transform: translateY(-80px) scaleX(0.95)
    }
    90% {
        border-radius: 50%
    }
    100% {
        transform: translateY(0) scaleX(1);
        border-radius: 50% 50% 20% 20%
    }
}
.loader-smartphone:after {
    content: '';
    color: #fff;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 120px;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 130px;
    margin: -65px 0 0 -35px;
    border: solid 5px gold;
    border-radius: 10px;
    box-shadow: 0 5px 0 0 gold inset;
    background: radial-gradient(circle at 50% 90%, rgba(0, 0, 0, 0.5) 6px, transparent 6px), linear-gradient(to top, gold 22px, transparent 22px), linear-gradient(to top, rgba(0, 0, 0, 0.5) 22px, rgba(0, 0, 0, 0.5) 100%);
    animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite
}
.loader-smartphone[data-screen='']:after {
    content: 'Loading'
}
.loader-smartphone:not([data-screen='']):after {
    content: attr(data-screen)
}
@keyframes shake {
    5% {
        transform: translate3d(-1px, 0, 0)
    }
    10% {
        transform: translate3d(1px, 0, 0)
    }
    15% {
        transform: translate3d(-1px, 0, 0)
    }
    20% {
        transform: translate3d(1px, 0, 0)
    }
    25% {
        transform: translate3d(-1px, 0, 0)
    }
    30% {
        transform: translate3d(1px, 0, 0)
    }
    35% {
        transform: translate3d(-1px, 0, 0)
    }
    40% {
        transform: translate3d(1px, 0, 0)
    }
    45% {
        transform: translate3d(-1px, 0, 0)
    }
    50% {
        transform: translate3d(1px, 0, 0)
    }
    55% {
        transform: translate3d(-1px, 0, 0)
    }
}
.loader-clock:before {
    content: '';
    position: fixed;
    width: 120px;
    height: 120px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: -60px 0 0 -60px;
    background: linear-gradient(to bottom, transparent 50%, #f5f5f5 50%), linear-gradient(90deg, transparent 55px, #2ecc71 55px, #2ecc71 65px, transparent 65px), linear-gradient(to bottom, #f5f5f5 50%, #f5f5f5 50%);
    box-shadow: 0 0 0 10px #f5f5f5 inset, 0 0 0 5px #555, 0 0 0 10px #7b7b7b;
    animation: rotation infinite 2s linear
}
.loader-clock:after {
    content: '';
    position: fixed;
    width: 60px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -15px;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    background: radial-gradient(circle at 14px 20px, #25a25a 10px, transparent 10px), radial-gradient(circle at 14px 20px, #1b7943 14px, transparent 14px), linear-gradient(180deg, transparent 15px, #2ecc71 15px, #2ecc71 25px, transparent 25px);
    animation: rotation infinite 24s linear;
    transform-origin: 15px center
}
/*
 * end CSS Loader
 */
p.blog-page-excerpt{
    padding-left: 20px;
    padding-right: 20px;
}
.site-title a{
    text-decoration: none;
    color: #000;
    font-size:22px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
@media all and (max-width: 1300px) and (min-width: 1200px) {
    .site-title a{
        margin-left: 25px;
    }
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}
/*
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; 
	width: 100%;
}
*/
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 1px;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

/* comments */
.comment-list li.comment{
    list-style-type: none;
}
.comments-area .comment article{
    border-top: 1px solid #d2d2d2;
    padding: 1.75em 0;
}
footer.comment-meta{
    display: block;
    margin-bottom: 2em;
}
.comment-author .avatar{
    width: 100px;
    height: 100px;
    float:left;
    margin-right: 0.875em;
}
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.comment-author cite{
    font-size: 22px;
    font-weight: 700;
}
.comment-metadata {
    margin-top: 68px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
}
.comments-area .reply{
    margin-top: 2em;
}
.comment-content p{
    font-size: 15px;
}
.comment-reply-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 0.5384615385em 0;
}
@media only screen and (max-width: 580px) {
    .comment-author .avatar{
        width: 40px;
        height: 40px;
        float:left;
        margin-right: 0.875em;
    }
    .comment-author cite{
        font-size: 16px;
        font-weight: 700;
    }
    .post ul, .comment ul.children {
        padding-left: 0;
        margin-left:0;
    }
}