
.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.oh {
    overflow: hidden;
}

.relative {
    position: relative;
}

.section-wrap {
    padding: 140px 0;
    overflow: hidden;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.color-white {
    color: #fff !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bg-light {
    background-color: #f5f7fa;
}

.bg-dark {
    background-color: #181c21;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.last {
    margin-bottom: 0 !important;
}

section {
    background: none;
    z-index: 1;
    position: relative;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

::-moz-selection {
    color: #181c21;
    background: #efe5d6;
}

::selection {
    color: #181c21;
    background: #efe5d6;
}

a {
    text-decoration: none;
    color: #181c21;
    outline: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.dark-link {
    color: #000;
}

.dark-link:hover {
    color: #111111;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #111111;
    outline: none;
}

:focus {
    outline: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lora', serif;
    font-size: 15px;
    line-height: 1.5;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    background: #fff;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    color: #6e7987;
}

video {
    height: 100%;
    width: 100%;
}

body img {
    border: none;
    max-width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cardo', serif;
    margin-top: 0;
    color: #181c21;
    font-weight: bold;
    line-height: 1.5;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: inherit;
}

.v-line:before {
    display: block;
    content: '';
    height: 60px;
    width: 2px;
    margin: 0 auto 32px;
    background-color: #dca44b;
}

.h-line:before {
    display: block;
    content: '';
    height: 2px;
    width: 60px;
    margin: 0 auto 32px 0;
    background-color: #dca44b;
}

.subheading {
    color: #8e9298;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}

p {
    font-size: 15px;
    color: #6e7987;
    font-weight: 300;
    line-height: 28px;
}


/* Recent Works
/*-------------------------------------------------------*/

.gallery-cell.work-item {
    width: 25%;
    margin: 0 15px;
}

.work-img {
    position: relative;
    overflow: hidden;
}

.work-img > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.work-item img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transition: 0.60s cubic-bezier(0.39, 1.31, 0.44, 1.18);
    -moz-transition: 0.60s cubic-bezier(0.39, 1.31, 0.44, 1.18);
    -o-transition: 0.60s cubic-bezier(0.39, 1.31, 0.44, 1.18);
    transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.overlay {
    position: absolute;
    overflow: hidden;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transform: scale(10);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
}

.overlay.light {
    background-color: rgba(255, 255, 255, .9);
}

.overlay.dark {
    background-color: rgba(24, 28, 33, .9);
}

.work-description {
    padding: 0 15px;
    width: 100%;
    position: absolute;
    display: block;
    top: 50%;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
}

.work-item .work-description h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.work-item .work-description span {
    color: #5a5a5a;
    font-size: 14px;
}

.work-item:hover .overlay,
.team-member:hover .overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}


/* Sliders
/*-------------------------------------------------------*/

.owl-carousel,
.flexslider {
    position: relative;
    overflow: hidden;
}

.owl-carousel {
    cursor: move;
    cursor: grab;
}

.owl-carousel img {
    width: 100%;
}

.owl-pagination {
    margin-top: 50px;
    position: static;
    display: block;
    width: 100%;
}

.owl-page {
    display: inline-block;
    padding: 5px;
    position: relative;
}

.owl-page:first-child {
    padding-left: 1px;
}

.flickity-page-dots {
    position: relative;
    bottom: 0;
    margin-top: 40px;
}

.flickity-page-dots .dot,
.flickity-page-dots .dot.is-selected {
    margin: 0 5px;
}

.owl-page.active span,
.flex-control-paging li a.flex-active,
.flickity-page-dots .dot.is-selected {
    display: block;
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: transparent;
    box-shadow: 0 0 0 1px #dca44b;
}

.owl-page span:after,
.owl-page.active span:after,
.flex-control-paging li a:after,
.flex-control-paging li a.flex-active:after,
.flickity-page-dots .dot:after,
.flickity-page-dots .dot.is-selected:after {
    display: block;
    content: '';
    background-color: #dca44b;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.owl-page span,
.flex-control-paging li a,
.flickity-page-dots .dot {
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    opacity: .7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    z-index: 100;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.flickity-page-dots .dot,
.flickity-page-dots .dot.is-selected {
    display: inline-block;
}

.flex-control-paging li a {
    font-size: 0;
}

.owl-page span:after,
.flex-control-paging li a:after,
.flickity-page-dots .dot:after {
    background-color: #6e7987;
}

.owl-page span:hover,
.flickity-page-dots .dot:hover {
    opacity: 1;
}

.owl-buttons {
    position: static;
}

.owl-prev,
.flex-direction-nav .flex-prev,
.flickity-prev-next-button.previous {
    left: -90px;
}

.owl-next,
.flex-direction-nav .flex-next,
.flickity-prev-next-button.next {
    right: -90px;
}

.owl-prev,
.owl-next,
.flex-direction-nav a,
.flickity-prev-next-button {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    text-align: center;
    line-height: 90px;
    z-index: 10;
    width: 90px;
    height: 90px;
    opacity: 0;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.owl-prev:before,
.owl-next:before,
#flexslider .flex-direction-nav a:before,
.flickity-prev-next-button:before {
    content: "";
    width: 60px;
    height: 60px;
    top: 13px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 3px;
}

.owl-next:before,
#flexslider .flex-direction-nav .flex-next:before,
.flickity-prev-next-button.next:before {
    left: auto;
    right: 0;
}

.owl-prev i,
.owl-next i,
#flexslider a i,
#thumbs a i {
    position: relative;
    font-size: 20px;
    color: #fff;
}

.owl-carousel:hover .owl-next,
.flexslider:hover .flex-direction-nav .flex-next,
.blog-slider:hover .flickity-prev-next-button.next {
    opacity: 1;
    right: -32px;
}

.owl-carousel:hover .owl-prev,
.flexslider:hover .flex-direction-nav .flex-prev,
.blog-slider:hover .flickity-prev-next-button.previous {
    opacity: 1;
    left: -32px;
}

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
    background-color: transparent;
}

.flickity-prev-next-button svg {
    display: none;
}

.flickity-prev-next-button.previous:after {
    content: "\f104";
    position: relative;
    color: #fff;
}

.flickity-prev-next-button.next:after {
    content: "\f105";
    position: relative;
    color: #fff;
}

.flickity-prev-next-button {
    opacity: 1;
    font-family: "FontAwesome";
    font-size: 20px;
}

.flickity-prev-next-button:focus {
    box-shadow: none;
}

.flickity-prev-next-button {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}


/* Parallax Promo
/*-------------------------------------------------------*/

.parallax-promo {
    padding: 256px 0;
}

.parallax-promo .parallax {
    background: url(../img/qyzz.jpg);
}

.parallax {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    z-index: -1;
}

.mobile .parallax {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
}

.parallax-promo h3 {
    font-size: 64px;
    padding: 80px 30px;
    font-family: "Lora", serif;
    letter-spacing: 0.05em;
    border: 14px solid rgba(110, 121, 135, .5);
    text-align: center;
    line-height: 1.2;
}


.input-group {
    display: inline-block;
    margin-bottom: 20px;
}


