@charset "utf-8";
/* ################################################################

    File Name: style.css
    Created By: faby
    css tools / onSepratelines >1 / css default / default / none customize
    
    1) SKELETON
    2) HEADER, NAVIGATION
    3) CONTENT STYLES
    4) FOOTER STYLES
    6) ADDONS
    7) FORM
    8) COLOR SCHEME
    
################################################################# */
/*----- Stylesheets -----*/
@import "bootstrap.min.css";
@import "revolution-slider.css";
@import "owl.carousel.css";
@import "animate.css";
@import "cubeportfolio.min.css";
@import "ionicons.min.css";
/*=======================================================================
SKELETON
========================================================================*/
html,
body {
    height: 100%;
    min-height: 100%;
}
body {
    font-weight: 400;
    color: #070105;
}
a {
    background: transparent;
    outline: none;
    text-decoration: none;
    -webkit-transition: .2s cubic-bezier(0.25,.46,.45,.94);
    transition: .2s cubic-bezier(0.25,.46,.45,.94);
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
    outline: 0;
    color: #070105;
    text-decoration: none;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}
@media only screen and (min-width: 1200px) { 
    .container {
        max-width: 1425px;
        width: 100%;
        padding: 0 90px;
    }
}
@media (min-width: 768px) and (max-width: 992px)) { 
    .container {
        width: 100%;
        padding: 0 120px;
    }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1;
    color: #070105;
}
h1 small,
h2 small,
h3 small {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color: #070105;
}
h4 small,
h5 small,
h6 small {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #070105;
}
h4 {
    font-size: 18px;
    letter-spacing: 1px;
}
p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.clear {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.padding-t-30 { padding-top: 30px }
/*========================
=======TYPOGRAPHY======
==========================*/
@media (min-width: 992px) { 
    h1 {
        font-size: 66px;
        letter-spacing: 0px;
    }
    h1 small {
        font-size: 66px;
        letter-spacing: 0px;
    }
    .lead {
        font-size: 16px;
        font-weight: 400;
        color: #7a7a7a;
        margin-bottom: 50px;
    }
    h2 {
        font-size: 50px;
        letter-spacing: 0px;
    }
    h2 small {
        font-size: 50px;
        letter-spacing: 0px;
    }
}
.white { color: #fff }
.grey { color: #d3d3d3 }
.size-8x { font-size: 8em }
.size-7x { font-size: 7em }
.size-6x { font-size: 6em }
.size-5x { font-size: 5em }
.size-4x { font-size: 4em }
.size-3x { font-size: 3em }
.size-2x { font-size: 2.5em }
.size-1x { font-size: 1em }
/*========================
=======BG======
==========================*/
.parallax-section-1 { background-image: url(../images/bg-1.jpg) }
.parallax-section-2 { background-image: url(../images/bg-2.jpg) }
.parallax-section-3 { background-image: url(../images/bg-3.jpg) }
/*========================
=======SECTION======
==========================*/
#home-parallax-fullscreen,
.parallax-section-1,
.parallax-section-2,
.parallax-section-3 {
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;
}
#home-parallax-fullwidth {
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: table;
    width: 100%;
    min-height: 400px;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}
@media (min-width:768px) { 
    #home-parallax-fullwidth { height: 600px }
}
@media (max-width:768px) { 
    #home-parallax-fullwidth { height: 400px }
}
#home-parallax-fullscreen:after,
.parallax-section-1:after,
.parallax-section-2:after,
.parallax-section-3:after {
    content: "";
    position: absolute;
    background: url(../images/dot-pattern.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
#home-landing:after,
#home-parallax-fullwidth:after,
#page-top .hero:after {
    content: "";
    position: absolute;
    /*background: url(../images/dot-pattern.png) repeat;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.tp-banner li:after {
    content: "";
    position: absolute;
    /*background: url(../images/gridtile.png) repeat;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0!important;
}
.tp-banner-video li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2!important;
}
#page-hero { height: 400px }
#home-landing {
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}
#home-parallax-fullscreen { display: table }
.home-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
}
.home-title {
    position: relative;
    text-transform: uppercase;
    color: #070105;
    z-index: 3;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}
#home-parallax-fullwidth .home-title { margin-top: 130px }
.home-title h1 { letter-spacing: 2px }
.home-heading {
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
}
@media (min-width:992px) { 
    .home-heading { font-size: 72px }
}
@media (min-width:768px) and (max-width:992px) { 
    .home-heading { font-size: 55px }
}
@media (max-width:600px) { 
    .tp-banner .home-subheading { display: none }
}
.home-subheading {
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400;
    color: #ccc;
    z-index: 999!important;
}
.tp-banner .home-subheading { line-height: 40px!important }
.home-button { margin-top: 80px }
.home-bottom {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    opacity: 0.9;
}
.move {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.bounce {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.home-bottom a {
    padding-top: 7px;
    padding-bottom: 17px;
    padding-left: 7px;
    padding-right: 7px;
    color: #FFFFFF;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.home-bottom a:hover { opacity: .9 }
.home-bottom a { font-size: 22px }
/*=======================================================================
HEADER, NAVIGATION
========================================================================*/
nav {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (min-width: 1360px) { 
    nav { max-width: 1903px }
}
@media (max-width: 1360px) { 
    nav { max-width: 1343px }
}
.navbar {
    min-height: 55px;
    border: none;
}
.navbar-default {
    position: fixed;
    background-color: #fff;
    border-radius: 0;
    border-color: none;
    border-bottom: none;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 4;
    /*border-bottom: 1px solid rgba(255,255,255,0.25);*/
}
.navbar-alt { background-color: transparent }
.navbar-small {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.navbar-default .container {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-small .container {
    padding-top: 0px;
    position: relative;
}
@media (min-width: 992px) { 
    .navbar-alt .container { margin-top: 10px }
    .navbar-small .container { margin-top: 0px }
}
.navbar-default .navbar-right {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-alt .navbar-right {
    margin-top: 35px;
    margin-bottom: 10px;
}
.navbar-small .navbar-right {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.navbar-alt .navbar-nav > li > a,
.navbar-alt .navbar-nav > li > span {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-small .navbar-nav > li > a,
.navbar-small .navbar-nav > li > span {
    color: #070105;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-nav>li>a,
.navbar-nav>li>span {
    margin-top: 3px;
    padding-top: 16px;
    padding-bottom: 13px;
}
.nav>li>a,
.nav>li>span {
    padding-left: 10px;
    padding-right: 10px;
}
.nav > li > span {
    position: relative;
    display: block;
    cursor: pointer;
}
.navbar-nav .caret {
    margin-left: 3px;
    margin-top: -3px;
}
/*Navbar Toggle*/
.navbar-default .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 2px;
    margin-top: 26px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-small .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 0px;
    margin-top: 11px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    outline: none;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 2px;
}
/*Navbar Collapse Menu*/
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    color: #3a3a3a;
}
.navbar-default .navbar-nav>li>a:focus { color: #f5f5f5 }
.navbar-small .navbar-nav>li>a:focus { color: #070105 }
/*Navbar Collapse*/
@media (max-width: 992px) { 
    .navbar-default .navbar-collapse {
        margin-top: 18px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-small .navbar-collapse { margin-top: 0px }
    .navbar-header { float: none }
    .navbar-left,
    .navbar-right { float: none !important }
    .navbar-toggle { display: block }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-default .navbar-collapse { background-color: #070105 }
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
        padding-left: 35px;
        padding-right: 35px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse { display: none!important }
    .navbar-nav {
        float: none!important;
        margin: 0;
    }
    .navbar-default .navbar-toggle { margin-top: 44px }
    .navbar-small .navbar-toggle { margin-top: 11px }
    .navbar-nav>li { float: none }
    .navbar-nav>li>a,
    .navbar-nav>li>span {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > span { color: #fff }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > span:hover { background: rgba(255,255,255, 0.03) }
    .collapse.in { display: block !important }
    .navbar-default .container { width: 100% }
    .navbar-small .container {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }
    .navbar-default ul.nav li { border-bottom: 1px dotted #2A2A2A }
    .navbar-default ul li:last-child { border-bottom: none }
    .navbar-default .navbar-right {
        margin-top: 7px;
        margin-bottom: 3px;
    }
}
@media (min-width: 768px) { 
    .navbar-nav.navbar-right:last-child { margin-right: 0 }
}
.navbar>.container .navbar-brand { margin-left: 0 }
.navbar-brand {
    float: left;
    height: 55px;
    padding: 5px 0 15px 0px;
    font-size: 30px;
    line-height: 20px;
}
/* Logo Big White */
.navbar-default .navbar-brand .logo-big {
    position: absolute;
    opacity: 1;
    width: 180px;
    margin-top: 11px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-default .navbar-brand .logo-small {
    position: absolute;
    width: 150px;
    margin-top: 11px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-alt .navbar-brand .logo-big { margin-top: 35px }
.navbar-alt .navbar-brand .logo-small { margin-top: 35px }
/* End Logo Big White */
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big {
    position: absolute;
    opacity: 0;
    width: 170px;
    margin-top: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-small .navbar-brand .logo-small {
    position: absolute;
    opacity: 1;
    width: 138px;
    margin-top: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* End Logo Small Black */
@media (max-width: 768px) { 
    .navbar-collapse {
        max-height: none;
        overflow-x: hidden;
    }
}
/*Dropdown*/
@media (min-width: 992px) { 
    .navbar-small .dropdown { margin-top: .49999999px }
    .navbar-default .container {
        max-width: 1245px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
    .dropdown-menu {
        background-color: #070105;
        border: 0;
        border-radius: 0;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
        margin: 0;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 0;
        padding-right: 0;
        top: auto;
    }
    .dropdown-menu > li > a {
        color: #CCC;
        font-size: 12px;
        font-weight: 400;
        text-transform: none;
        position: relative;
        padding: 11px 25px 11px 20px;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    }
    .dropdown-menu > li:last-child > a { border-bottom: 0 }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        text-decoration: none;
        background-color: #333;
    }
    .dropdown-menu { margin-top: 20px }
    .dropdown > ul.dropdown-menu {
        visibility: hidden;
        display: block;
        margin-top: 20px;
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .dropdown:hover > ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block;
        margin: 0;
    }
    .dropdown-menu > .active > a {
        text-decoration: none;
        background-color: transparent;
        outline: 0;
    }
    .navbar-collapse.collapse {
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}
@media (max-width: 992px) { 
    .dropdown-menu {
        float: none;
        position: static;
        background-color: transparent;
        box-shadow: none;
        border: none;
        margin-left: 15px;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > span { color: #fff }
    .navbar-default ul li.open ul li {
        border-bottom: 0;
        padding: 5px;
        float: none!important;
    }
    .navbar-default ul li.open ul li a:hover { background-color: transparent }
    .dropdown-menu li a {
        color: #f5f5f5;
        font-weight: 400;
        font-size: 12px;
    }
    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:hover,
    .dropdown-menu>.active>a:focus { background-color: transparent }
}
@media (max-width: 767px) { 
    .navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #CCC }
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus { background-color: transparent }
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus { background-color: transparent }
.dropdown .arrow { font-size: 9px }
.menu-padding { padding-top: 70px }
.content { margin-top: 0px }
.navbar .icon { font-size: 18px }
.navbar .social-icon {
    padding-left: 15px;
    padding-right: 0;
}
/*=======================================================================
CONTENT STYLES
========================================================================*/
/*========================
=======ABOUT======
==========================*/
#about {
    padding-top: 75px;
    padding-bottom: 75px;
}
.about-text {
    margin-top: 20px;
    padding-right: 60px;
}
#about p { line-height: 1.8 }
/*========================
=======SERVICE======
==========================*/
#services {
    padding-top: 75px;
    padding-bottom: 75px;
}
.service { margin-top: 20px }
.service-info { margin-top: 40px }
/*========================
=======CATALOG======
==========================*/
#catalog {
    padding-top: 0px;
    padding-bottom: 75px;
}
.service { margin-top: 20px }
.service-info { margin-top: 40px }
/*========================
=======CLIENTS======
==========================*/
#clients {
    padding-top: 75px;
    padding-bottom: 85px;
}
.client { padding: 8px }
.client a {
    position: relative;
    display: block;
}
.client a img {
    display: block;
    margin: auto;
}
.clients .client .logo-dark,
.clients .client a .logo-dark {
    background: #f9f9f9;
    position: relative;
    z-index: 2;
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 100;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.clients .client .logo-light,
.clients .client a .logo-light {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.clients .client:hover .logo-dark,
.clients .client a:hover .logo-dark {
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
}
/*========================
=======GET ICONS======
==========================*/
#get-connected {
    padding-top: 75px;
    padding-bottom: 70px;
}
.connected-icon a span { display: block }
.connected-icons {
    display: inline-block;
    list-style: none;
    padding: 0;
}
.connected-icons li {
    display: inline-block;
    padding: 15px 40px;
}
.connected-icon a h4 {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.connected-icon a .grey { font-size: 13px }
.connected-icon a .icon { line-height: 1!important }
.connected-icon a h4,
.connected-icon a span {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
.connected-icon a .icon {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto 0 auto;
    -webkit-transition: 0.16s all linear;
    -moz-transition: 0.16s all linear;
    -ms-transition: 0.16s all linear;
    -o-transition: 0.16s all linear;
    transition: 0.16s all linear;
}
.connected-icon a:hover .icon {
    background: rgba(255,255,255,0.1);
    font-size: 4em;
    padding-top: 22px;
}
@media (max-width:482px) { 
    .connected-icons li { padding: 15px 10px }
    .connected-icon a .icon {
        font-size: 4em;
        width: 70px;
        height: 70px;
    }
    .connected-icon a:hover .icon {
        font-size: 3em;
        padding-top: 14px;
    }
}
/*========================
=======CALL TO======
==========================*/
#call-to-action-1 {
    padding-top: 45px;
    padding-bottom: 53px;
}
#call-to-action-1 p {
    margin: 23px 0 30px 0;
    line-height: 1.8;
}
/*========================
=======PORTFOLIO======
==========================*/
#portfolio {
    padding-top: 60px;
    padding-bottom: 100px;
}
.cbp-l-filters-alignRight .cbp-filter-item,
.cbp-l-filters-alignCenter .cbp-filter-item {
    background-color: #f6f7f7;
    color: #7E7B7B;
    cursor: pointer;
    text-transform: uppercase!important;
    padding: 3px 20px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 5px;
    border: none;
    border-radius: 3px;
    text-transform: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cbp-l-filters-alignRight {
    margin: 20px auto 10px;
    padding: 10px 0px 20px 0px;
    text-align: left;
    background-color: transparent;
}
.cbp-l-caption-title {
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cbp-l-caption-desc {
    color: #7a7a7a;
    font: 400 12px/16px sans-serif;
}
.cbp-l-filters-alignRight .cbp-filter-counter {
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease,bottom .25s ease;
    transition: opacity .25s ease,bottom .25s ease;
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease,bottom .25s ease;
    transition: opacity .25s ease,bottom .25s ease;
}
.cbp-l-filters-alignCenter {
    margin: 40px auto 10px;
    padding: 10px 0px 20px 0px;
    text-align: center;
    background-color: transparent;
}
.cbp-l-filters-alignRight .cbp-filter-item:hover,
.cbp-l-filters-alignCenter .cbp-filter-item:hover { color: #fff }
.cbp-l-filters-alignCenter .cbp-filter-item-active { color: #fff!important }
.cbp-l-filters-dropdownWrap {
    width: 150px;
    position: absolute;
    right: 0;
    background: #f6f7f7;
}
.cbp-l-filters-dropdownHeader {
    font: 12px/38px "Open Sans",sans-serif;
    margin: 0 17px;
    color: #070105;
    cursor: pointer;
    position: relative;
}
.cbp-l-filters-dropdownList .cbp-filter-item {
    background: none;
    color: #7a7a7a;
    width: 100%;
    text-align: left;
    font: 12px/40px "Open Sans",sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: 0;
    border-top: 1px solid #ccc;
}
.cbp-l-filters-dropdownHeader:after {
    border-color: #7a7a7a rgba(0,0,0,0);
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    margin-top: -1px;
}
.cbp-item-w h4 {
    margin-top: 10px;
    margin-bottom: 2px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    background: #f6f7f7;
    border: none;
    border-radius: 3px;
    color: #7E7B7B;
    display: inline-block;
    min-width: 80px;
    text-decoration: none;
    padding: 3px 23px;
    outline: 0;
    margin-top: 30px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover { color: #fff }
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 56px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev {
    height: 34px;
    width: 34px;
    top: 8px;
}
.cbp-popup-singlePage-counter {
    top: -24px;
    font-weight: 400;
    color: #070105;
}
.cbp-popup-lightbox .cbp-popup-close,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-prev {
    -webkit-transition: all 0.11s ease-in-out;
    -moz-transition: all 0.11s ease-in-out;
    -o-transition: all 0.11s ease-in-out;
    transition: all 0.11s ease-in-out;
}
.cbp-popup-lightbox .cbp-popup-close {
    opacity: .4;
    background: url("../images/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-close:hover {
    opacity: 1;
    background: url("../images/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev {
    opacity: .4;
    background: url("../images/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev:hover {
    opacity: 1;
    background: url("../images/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next {
    opacity: .4;
    background: url("../images/popup-next-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next:hover {
    opacity: 1;
    background: url("../images/popup-next-light.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev {
    top: 17px;
    -webkit-transition: all 0.11s ease-in-out;
    -moz-transition: all 0.11s ease-in-out;
    -o-transition: all 0.11s ease-in-out;
    transition: all 0.11s ease-in-out;
}
.cbp-popup-singlePage .cbp-popup-prev { background: url("../images/popup-prev-dark.png") no-repeat }
.cbp-popup-singlePage .cbp-popup-prev:hover {
    top: 18px;
    opacity: .2;
    background: url("../images/popup-prev-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-next { background: url("../images/popup-next-dark.png") no-repeat }
.cbp-popup-singlePage .cbp-popup-next:hover {
    top: 18px;
    opacity: .2;
    background: url("../img/portfolio/buttons/popup-next-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close { background: url("../images/popup-close-dark.png") no-repeat }
.cbp-popup-singlePage .cbp-popup-close:hover {
    top: 18px;
    opacity: .2;
    background: url("../images/popup-close-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-content {
    margin-top: 0;
    max-width: 100%;
}
.project-video,
.project-widget { margin-bottom: 60px }
.project-big-slider { margin-bottom: 20px }
.project-big-slider img { min-width: 100% }
.project-widget h4 { margin-top: 0 }
/* Img Hover Effect */
.effects .img {
    position: relative;
    overflow: hidden;
}
.effects .img a {
    display: inline;
    margin: auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    color: #fff;
}
.overlay {
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all .5s;
}
.expand {
    display: block;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 20px;
    list-style: none;
    padding: 0;
}
.expand .social-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.expand .cbp-l-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.effect .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.effect .overlay .expand {
    left: 0;
    right: 0;
    top: 50px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.effect:hover .img .img-responsive { transform: scale(1.25) }
.effect .img-responsive {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all .25s ease-in-out;
}
.effect:hover .img .overlay { opacity: 1 }
.effect:hover .img .overlay .expand {
    top: 52%;
    margin-top: -30px;
    opacity: 1;
}
.effect .cbp-item-wrapper .img {
    position: initial;
    overflow: hidden;
}
.effect:hover .cbp-item-wrapper .img .overlay .expand {
    top: 50%!important;
    margin-top: -30px;
    opacity: 1;
}
.cbp-item .img a:hover {
    opacity: .6;
    font-size: 24px;
}
.cbp-item .img a {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
/*========================
=======VIDEO POPUP======
==========================*/
#video-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
#video-section .row { margin-top: 90px }
#video-section .logo {
    margin-bottom: 20px;
    width: 180px;
}
#video-section h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 30px;
}
#video-section p { margin-bottom: 10px }
#video-section .cbp-wrapper,
#video-section .cbp .cbp-item {
    position: relative;
    height: 110px;
}
#video-section .cbp-item-wrapper { top: 20px }
#video-section .cbp { overflow: visible }
@media (min-width:992px) { 
    #video-section .cbp { margin-bottom: 45px }
}
@media (max-width:992px) { 
    #video-section .cbp { margin-bottom: 35px }
}
#video-section .cbp-item { width: 100% }
.play {
    position: relative;
    display: inline-block;
    top: -10px;
    width: 70px;
    height: 70px;
    border: 7px solid rgba(255,255,255,.9);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#video-section .subheading.grey:after {
    margin-top: 25px;
    opacity: .6;
}
#video-section .cbp-item-wrapper { padding-left: 20px }
.play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: rgba(255,255,255,.9);
    border-width: 12px 20px;
    pointer-events: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.play:hover:after { border-left-color: rgba(255,255,255,.7) }
.play:hover { border: 7px solid rgba(255,255,255,.7) }
/*========================
=======BUTTONS======
==========================*/
.btn-primary {
    margin-top: 24px;
    text-transform: uppercase;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}
.btn,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 0 5px 0 5px;
    padding: 10px 22px;
    text-align: center;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}
.btn:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover {
    border-color: none;
    opacity: .7;
}
.btn:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus { border-color: none }
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #070105;
    border-color: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active
.focus,
.btn.active.focus {
    outline: none;
    outline-offset: 0;
}
.btn-default {
    color: #070105;
    background-color: #fff;
    border-color: none;
    border: none;
}
.btn-default:hover { color: #fff }
.btn-primary-full {
    width: 100%;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
.btn-primary-full:hover { background-color: #070105 }
.open .dropdown-toggle.btn-primary { border-color: none }
.btn-transparent {
    padding: 6.5px 20px!important;
    color: #fff;
    font-weight: 400!important;
    background-color: transparent;
    border: 2.3px solid rgba(255,255,255,.8);
}
.btn-transparent-dark {
    padding: 6.5px 20px!important;
    color: #252525;
    text-transform: uppercase;
    font-weight: 700!important;
    background-color: transparent;
    border: 2.3px solid rgba(0,0,0,.7);
}
.btn-buy {
    color: #f6f7f7;
    padding: 2px 6px;
    font-size: 10px;
    line-height: 1;
    border-radius: 2px;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
.btn-icon .icon { margin-right: 5px }
.btn-icon { margin-right: 10px }
.btn-xs { font-size: 10px }
.btn-sm { font-size: 13px }
.btn-md { font-size: 16px }
.btn-lg { font-size: 18px }
#page-top img {
    position: fixed;
    width: 100%;
}
.page-top-title {
    top: 160px;
    position: relative;
    z-index: 99;
}
.page-top-title h2 {
    font-size: 60px;
    letter-spacing: 2px;
}
.shortcode-heading { margin: 60px 0 60px 0 }
.dark-grey { color: #7a7a7a }
.shortcode-btns { margin-bottom: 20px }
ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before,
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
    display: inline-block;
    width: 40px;
    margin-left: -40px;
    text-align: center;
    line-height: inherit;
    font-family: FontAwesome;
}
ul.check-list-1,
ul.check-list-2,
ul.check-list-3,
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list,
ul.caret-list { list-style: none }
ul.check-list-1 li:before {
    font-size: 13px;
    content: '\f00C';
}
ul.check-list-2 li:before {
    font-size: 13px;
    content: '\f058';
}
ul.check-list-3 li:before {
    font-size: 13px;
    content: '\f14a';
}
ul.chevron-list-1 li:before {
    font-size: 13px;
    content: '\f054';
}
ul.chevron-list-2 li:before {
    font-size: 13px;
    content: '\f138';
}
ul.dot-circle-list li:before {
    font-size: 13px;
    content: '\f192';
}
ul.caret-list li:before {
    font-size: 13px;
    content: '\f152';
}
.btn-link:hover,
.btn-link:focus {
    color: #3a3a3a;
    text-decoration: underline;
    background-color: transparent;
}
.shortcode-title {
    padding: 0 0 20px 0;
    text-align: center;
}
.form-control:focus {
    border-color: #3a3a3a;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control { border-radius: 0px }
.blog-author { margin: 60px 0 60px 0 }
.author-img {
    max-height: 100px;
    float: left;
    margin-right: 20px;
}
.action-btn { margin: 20px 0 20px 0 }
.call-action-1 {
    background: #3a3a3a;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-2 {
    border: 1px solid #CCC;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-3 {
    background: #3a3a3a;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
}
.call-action-4 {
    border: 1px solid #CCC;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
}
.call-action-5 {
    background: #3a3a3a;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
    vertical-align: middle;
    display: table;
}
.call-action-6 {
    border: 1px solid #CCC;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
    vertical-align: middle;
    display: table;
}
@media (min-width: 768px) { 
    .action-5-btn { padding: 20px 0 20px 20px }
    .action-5-info {
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0;
    }
    .action-5-btn {
        text-align: right;
        display: table-cell;
        vertical-align: middle;
    }
}
@media (max-width: 180px) { 
    .action-5-btn { padding: 20px 0 20px 20px }
}
@media (max-width: 480px) { 
    .btn-responsive { font-size: 90% }
}
@media (min-width: 769px) and (max-width: 992px) { 
    .btn-responsive { font-size: 100% }
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 1px;
    box-shadow: none;
}
.panel-default>.panel-heading {
    color: #666;
    background-color: #f0f0f0;
    padding: 15px 17px;
}
.panel-heading i {
    margin-right: 5px;
    font-size: 12px;
}
.panel-title {
    font-size: 13px;
    text-transform: uppercase;
}
.panel-title:hover { cursor: pointer }
.panel-body {
    background-color: #f6f7f7;
    padding-left: 30px;
    color: #666;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border: none;
    background: none;
}
/*=======================================================================
FOOTER STYLES
========================================================================*/
.footer-widgets {
    background-color: #f3f3f3;
    color: #252525;
    padding: 55px 0px 0 0;
    margin-bottom: 0px;
}
.col-footer {
    margin-bottom: 55px;
    max-height: 160px;
}
footer h4 {
    font-size: 16px;
    color: #252525;
    margin-bottom: 20px;
    text-transform: uppercase;
}
footer p {
    font-size: 13px;
    color: #252525;
}
footer .contact-details {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-details .icon {
    font-size: 1.2em;
    margin-right: 8px;
}
.footer-copyright {
    background-color: #070105;
    padding-top: 22px;
    padding-bottom: 20px;
}
.footer-copyright p {
    margin: 0;
    line-height: 26px;
    color: #8C8989;
}
footer #social-icons {
    list-style: none;
    float: right;
    margin: 0;
}
@media (max-width:992px) { 
    .footer-copyright p { text-align: center }
    footer #social-icons {
        float: none!important;
        text-align: center;
        padding-left: 0px;
        padding-top: 10px;
    }
}
footer #social-icons li {
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
footer #social-icons li a { color: #46494a }
footer a:hover { color: #fff }
#contact {
    padding-top: 90px;
    padding-bottom: 80px;
}
#contact .section-title {
    font-size: 55px;
    text-transform: uppercase;
    line-height: 55px;
    margin: 0 auto 31px;
    text-align: center;
}
@media (max-width:482px) { 
    #contact .section-title {
        font-size: 35px;
        line-height: 35px;
        margin: 0 auto 40px;
    }
}
#contact h1 {
    margin: 10px 0 10px;
    font-size: 24px;
    color: #fff;
}
#contact hr {
    color: inherit;
    height: 0;
    margin: 6px 0 6px 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-style: none none solid;
}
/*=======================================================================
ADDONS
========================================================================*/
/*========================
=======Slider======
==========================*/
#home-revolution-slider {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.hero {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
}
.content {
    position: relative;
    z-index: 3;
    background-color: #fff;
}
.home-heading,
.home-subheading,
.home-button {
    position: relative;
    z-index: 1;
    text-align: center;
    transform: translateY(0px);
    /*-webkit-transition: 1s opacity ease-in-out;*/
}
.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    margin-top: 0;
    z-index: -1;
}
.tparrows.preview4:after {
    background: #fff;
    background: rgba(255,255,255,.05);
}
.tp-caption a {
    color: #fff;
    padding: 9px 22px;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    margin: 0 7px 0 7px;
    text-transform: uppercase;
}
.tp-caption a:hover { color: #fff }
.html5-video-container video {
    width: 100%!important;
    height: auto!important;
    left: 0!important;
}
.op-1.bs { color: #000!important }
/*========================
=======Preloader======
==========================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left: -128px;
    text-align: center;
}
.loader .logo {
    vertical-align: top;
    display: block;
    color: rgba(0,0,0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    -webkit-transition: opacity 8s ease-out;
    -o-transition: opacity 8s ease-out;
    transition: opacity 8s ease-out;
}
.section-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
}
.subheading {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 42px;
}
.subheading:after {
    position: relative;
    display: block;
    content: "";
    height: 2px;
    margin: 20px auto 20px;
    width: 115px;
    background: #2855ba;
}
.subheading.grey:after { background: #fff!important }
.content-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 30px;
}
.project-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 50px;
}
.project-subtitle {
    margin-bottom: 50px;
    font-size: 14px;
}
.uppercase { text-transform: uppercase }
.p-info {
    line-height: 1.8;
    font-size: 14px;
}
/*========================
=======Google map======
==========================*/
#gmap {
    height: 480px;
    width: 100%;
}
/*========================
=======Back to top======
==========================*/
#back-to-top {
    position: fixed;
    color: #fff;
    z-index: 100;
    line-height: 26px;
    bottom: -50px;
    right: 20px;
    display: none;
    cursor: pointer;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
#back-to-top:hover {
    color: #fff;
    background-color: #121212;
}
#back-to-top .icon { font-size: 10px }
.to-top { cursor: pointer }
/*=======================================================================
FORM
========================================================================*/
#contact input,
select,
textarea {
    font-weight: 400;
    width: 100%;
    max-width: ;
    padding: 12.9px;
    color: #070105;
    background: #f2f2f2;
    border: 1px solid #f0f0f0;
    margin: 3px 0px 24px 0;
    -webkit-border-radius: 2px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: none;
    box-shadow: none;
    outline: 0 none;
}
textarea {
    width: 100%;
    max-width: ;
    height: 120px;
    padding: 13px;
    color: #070105;
    background: #f2f2f2;
    border: 1px solid #f0f0f0;
    margin-top: 7px;
    margin-left: ;
    margin-right: 15px;
    -webkit-border-radius: 2px;
}
::-webkit-input-placeholder {
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
}
#contact input:focus,
textarea:focus,
select:focus {
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    color: #070105;
}
#contact input.submit {
    width: auto!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 14px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
}
#contact input.submit:hover { opacity: .7 }
#contact input[type="submit"][disabled] { background: #888 }
#contact span.required {
    font-size: 13px;
    color: #ff0000;
}
#message {
    margin: 10px 0;
    padding: 0;
}
.error_message {
    top: -10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    padding: 3px 15px 3px 15px;
    color: #f4f4f4;
    -webkit-border-radius: 3px;
    background-color: #c0392b;
    background-image: url(../img/error.gif);
    background-position: 10px center;
    background-repeat: no-repeat;
}
.loader { padding: 0 10px }
acronym { border-bottom: 1px dotted #ccc }
#contact-form .contact-details {
    list-style: none;
    margin: 0 0 30px 5px;
    padding: 0;
}
#contact-form .contact-details p { margin-bottom: 3px }
.contact-details-title {
    margin-top: 15px;
    margin-bottom: 10px;
}
.contact-details-info { margin-bottom: 30px }
.contact-details-social { padding-left: 0px }
.contact-details-social li {
    display: inline;
    list-style-type: none;
    padding-right: 10px;
    font-size: 22px;
}
.contact-details-social li a { color: #7a7a7a }
/*=======================================================================
COLOR SCHEME
========================================================================*/
::-moz-selection { background: #2c3343 }
::selection { background: #2c3343 }
.btn-home a,
#filters li span.active,
#filters li span:hover,
#filters li span:focus,
.btn-primary,
.label-primary,
#contact input.submit,
.blog-list li:hover,
.cbp-l-filters-button .cbp-filter-item-active,
.cbp-l-filters-button .cbp-filter-counter,
.nav > li > a:hover,
.nav > li > a:focus,
.shop-btn-box:hover,
.pagination > .active > a,
.progress-bar,
.btn-primary-full,
#back-to-top,
.btn-buy,
.navbar-default .navbar-toggle .icon-bar,
.btn-primary:hover,
.cbp-l-filters-alignRight .cbp-filter-item-active,
.cbp-l-filters-alignRight .cbp-filter-counter,
.cbp-l-filters-alignCenter .cbp-filter-item-active,
.cbp-l-filters-alignCenter .cbp-filter-counter,
.cbp-l-filters-alignRight .cbp-filter-item:hover,
.cbp-l-filters-alignCenter .cbp-filter-item:hover,
.clients .client .logo-light,
.clients .client a .logo-light,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.home-signin .btn-primary-full:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover { background: #2c3343 }
a,
.about-icon .fa-circle,
.highlight,
figure figcaption a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
.navbar-default .navbar-nav > .hovernav:hover > a,
.navbar-default .navbar-nav > .hovernav:hover > a:hover,
.navbar-default .navbar-nav > .hovernav:hover > a:focus
.nav > li > a:hover,
.nav > li > span:hover,
.nav > li > span:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.portfolio-links a:hover,
.portfolio-links .icon:hover,
.connected-icon a:focus,
.connected-icon a:hover,
.btn-link,
.post-title a:hover,
.post-title a:focus,
#main-nav .current,
.star-rating span,
.twitter-logo .fa,
.footer-logo a:hover,
.social-icons a:hover,
footer #social-icons li a:hover,
.mega-list > li > a:hover,
.mega-list > li > a:focus,
.breadcrumb>li+li:before,
.contact-details-social li a:hover,
.cbp-l-filters-dropdownList .cbp-filter-item-active,
.member-list a:hover,
.effects .img a:hover,
.connected-icon a:hover h4,
.connected-icon a:hover span,
.home-bottom a:hover,
#notification .success,
.cbp-item .img a,
.section-links a:hover { color: #2c3343 }
.cbp-l-filters-alignRight .cbp-filter-counter:before,
.cbp-l-filters-alignCenter .cbp-filter-counter:before,
.cbp-l-filters-button .cbp-filter-counter:before { border-top: 4px solid #2c3343 }
.btn-primary-full { box-shadow: 0 -3px rgba(0, 0, 0, 0.4) inset }
.color-overlay,
.btn-home a:hover,
.btn-home a:focus { background-color: rgba(92,158,228, 0.9) }
.label-primary:after { border-bottom-color: #2c3343 }
.mega-menu .dropdown-menu {
    border-bottom: 2px solid #2c3343;
    border-top: none!important;
}
.btn-effect:hover,
.btn-effect:focus,
.btn-effect:active,
.btn-effect:after { background: #2c3343 }
.btn-effect:hover {
    background: none;
    border-color: #2c3343;
    transition: all 0.4s;
}