/*
    Name: OAK
    Version: 1.0
    Author: EliteFingers
    Author URI: http://www.elitefingers.com
*/

/* =Table of Contents
--------------------------------------------------------------
    /* =Common Styles
    /* =Typography
    /* =General
    /* =Buttons
    /* =Preloader
    /* =Header
    /* =Full Width Slider
    /* =Architecure Slider 
    /* =Menu right
    /* =Home Content
    /* =Architecture Content
    /* =Portfolio General
    /* =Single Project
    /* =Blog
    /* =Contact
    /* =Page Not Found
    /* =Footer
--------------------------------------------------------------


/* =Common Styles
-------------------------------------------------------------- */

@font-face {
    font-family: 'azedobold';
    src: url('../fonts/azedo-bold-webfont.eot');
    src: url('../fonts/azedo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/azedo-bold-webfont.woff2') format('woff2'), url('../fonts/azedo-bold-webfont.woff') format('woff'), url('../fonts/azedo-bold-webfont.ttf') format('truetype'), url('../fonts/azedo-bold-webfont.svg#azedobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'azedolight';
    src: url('../fonts/azedo-light-webfont.eot');
    src: url('../fonts/azedo-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/azedo-light-webfont.woff2') format('woff2'), url('../fonts/azedo-light-webfont.woff') format('woff'), url('../fonts/azedo-light-webfont.ttf') format('truetype'), url('../fonts/azedo-light-webfont.svg#azedolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    overflow-x: hidden !important;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1.4px;
    line-height: 24px;
    color: #5d5c5c;
}

html,
body {
    height: 100%;
    /* overflow: hidden; */
}

::-moz-selection {
    background: #060606;
    color: #fff;
}
::selection {
    background: #060606;
    color: #fff;
}
::-moz-selection {
    background: #060606;
    color: #fff;
}
::-webkit-input-placeholder {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
}
:-ms-input-placeholder {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
}
/* =Typography
-------------------------------------------------------------- */

a {
    color: #383838;
    transition: all 0.5s;
}
a:focus {
    outline: 0;
}
a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}
a,
a:visited {
    font-weight: 400;
    text-decoration: none;
}
em {
    font-style: italic;
}
strong {
    font-weight: 500;
}
small {
    font-size: 0.8em;
}

hr {
    width: 40px;
    height: 1px;
    background: #111111;
    border-top: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    clear: both;
    display: inline-block
}

hr.center{
    margin:  10px auto;
    display: block;
}

h1 {
    font-size: 24px;
    font-weight: bold;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lekton', sans-serif;
    letter-spacing: 1.3pt;
    color: #333;
    clear: both;
    padding-bottom: 5px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 20px;
}
b {
    font-weight: 900;
}
blockquote {
    margin: 30px 0 30px;
    padding: 0 0 0 20px;
    font-size: 16px;
    border-left: 4px solid #333;
    line-height: 25px;
    font-weight: 100;
    color: #333;
}
blockquote p {
    display: inline;
}
ul {
    padding-left: 25px;
}
ul li {
    list-style-type: inherit;
}
ul.list {
    display: block;
    line-height: 25px;
}
ul.sublist {
    padding-left: 35px;
}

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #464646;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
}

/* =General
-------------------------------------------------------------- */
body section:nth-last-of-type(1) {
    margin-bottom: 0;
}

.clearfix {
    clear: both;
}
.seperate {
    clear: both;
    height: 35px;
}
.img-center {
    display: block;
    margin: auto;
}
.image-cover {
    background-size: cover !important;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}

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

.margin-top-half {
    margin-top: 50px;
}
.margin-bottom {
    margin-bottom: 100px;
}
.seperate {
    height: 100px;
    clear: both;
}
.main-title {
    clear: both;
    margin-bottom: 50px;
}
.main-title.near-content {
    margin-bottom: 22px;
}
.main-title h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-title h6 {
    margin-top: 0;
}


.slogan {
    display: block;
    font-size: 14px;
    text-align: center;
}
.second-title {
    padding: 100px 0 90px 0;
}
.second-title h1 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}
.second-title hr {
    width: 22px;
    height: 2px;
    background: #56c8d4;
    float: left;
}
.second-title .slogan {
    display: block;
    float: left;
    clear: both;
}
.pagination-ef {
    float: right;
    padding: 0;
    display: flex;
}
.pagination-ef li a, .pagination-ef li span.page-numbers {
    color: #111111;
    font-weight: 100;
    font-size: 18px;

    border: 1px solid #f4f4f4;
    display: inline-block;
    width: 100%;
}

.pagination-ef li span.current {
    color: #fff;
    background-color: #333;
    font-weight: 100;
    font-size: 18px;
    font-family: 'Lekton', sans-serif;
    border: 1px solid #f4f4f4;
    display: inline-block;
    width: 100%;
}


.pagination-ef li a:hover {
    color: #fff;
    background-color: #333;
}
.pagination-ef li {
    line-height: 48px;
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
}
.pagination-ef li.current a, .pagination-ef li span.page-numbers.current {
    background-color: #7beec7;
}
.pagination-ef i {
    font-size: 30px;
    display: inline-table;
    vertical-align: middle;
}
.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #333;
    text-align: center;
    color: #fff;
    z-index: 9;
}
.scroll-top i {
    color: #fff;
    font-size: 48px;
}



.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated.hinge {
    animation-duration: 2s;
}

/*the animation definition*/
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 80px, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}
.fadeInUp {
    animation-name: fadeInUp
}

/*Parallax Move*/
.parallax-move{
    overflow: hidden;
}
.parallax-move img {
  position: relative;
  z-index: 4;
  max-width: 100%;
  transform-origin: 50% 50%;
  transition: opacity 0.3s ease-out, transform 0.2s ease-out;
}

/* =Buttons
-------------------------------------------------------------- */

.btn {
    letter-spacing: 1.5pt;
    border-radius: 0;
    font-weight: 400;
}
.btn-1 {
    clear: both;
    margin-top: 45px;
    border: 1px solid #c5c5c5;
    color: #909090;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-1:hover {
    border: 1px solid #56c8d4;
    box-shadow: 200px 0 0 0 #56c8d4 inset;
    color: #fff;
}

/* =Preloader
-------------------------------------------------------------- */

.cover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(232, 232, 232, 0.95);
}

/* =Header
-------------------------------------------------------------- */

.header {
    height: 100px;
    width: 100%;
    z-index: 9;
    position: relative;
}
.logo {
    float: left;
    line-height: 100px;
}

.logo.centered-logo{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.logo.centered-logo a img{
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    margin: auto;
}

.logo a {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.2pt;

}


.logo a img{
    width: auto;
    height: auto;
    max-width: 70px;
}

a>span.site-name{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px;
}
a:hover>span.site-name{
    color: #333;
}

.logo h1 {
    line-height: 100px;
}

/*Slider Home*/
.slider-wrapper {
    position: relative;
}
.slider-images-wrapper {
    z-index: -1;
}
.slider-description {
    position: absolute;
    top: 45%;
    width: 100%;
    max-width: 100%;
}
.slider-description-inner {
    margin-left: 6%;
}
.slider-description-inner h2 {
    font-family: 'azedobold';
    font-size: 60px;
    letter-spacing: 8px;
}
.slider-description-inner h2 span {
    font-family: 'azedolight';
    background: rgba(255, 255, 255, .5);
    border: 1px solid #fff;
    padding: 22px;
    font-weight: 100;
    margin-left: 10px;
    line-height: 80px;
}
.cd-intro {
    float: left;
    margin-left: 6%;
}
.cd-headline {
    font-size: 30px;
    margin-top: 40px;
    color: #000;
    font-weight: 100;
    letter-spacing: 3pt;
}
.cd-words-wrapper {
    display: inline-block;
    position: relative;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: normal;
    text-transform: uppercase;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}
/* Text Slider Clip */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
}
.cd-headline.clip b {
    font-family: 'Lekton', sans-serif;
    opacity: 0;
}
.cd-headline.clip b.is-visible {
    opacity: 1;
}
.header-page {
    position: relative;
    min-height: 450px;
    background-position: center center;
}
.header-page .inner-content {
    padding: 25px;
    background: rgba(255, 255, 255, 0.8);
    display: table;
    height: 410px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
}
.header-page .inner-content.dribble-header {
    height: 220px;
}
.header-page .inner-content .header-content {
    display: table-cell;
    vertical-align: middle;
}
.header-page .inner-content .header-content h1 {
    text-align: center;
    font-size: 60px;
    font-family: 'azedobold', sans-serif;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 54px;
    
}
.header-page .inner-content .header-content hr {
    float: none;
}
.header-page .inner-content .header-content p {
    text-align: center;
    font-size: 18px;
}
/* =Full Width Slider
-------------------------------------------------------------- */

.has-slider {
    position: absolute;
    background: transparent;
    width: 100%;
    z-index: 99;
}

svg {
    display: block;
    overflow: visible;
}
.architecture-slider-menu {
    position: fixed;
    width: 100%;
    z-index: 4;
}
.slider-container {
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll;
}
.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}
.slider-control.inactive:hover .slider-control:not(.inactive):hover {
    opacity: 1;
}
.slider-control.left {
    left: 0;
    cursor: url(../img/slider-left.png), auto;
}
.slider-control.right {
    right: 0;
    cursor: url(../img/slider-right.png), auto;
}
.slider-pagi {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 2rem;
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.slider-pagi__elem {
    position: relative;
    display: block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 14px 0.5rem;
    border: 1px solid #111111;
    cursor: pointer;
    border-radius: 50%;
}
.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #111111;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
    transform: translate(-50%, -50%) scale(1);
}
.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}
.slider.animating {
    transition: transform 0.5s;
    will-change: transform;
}
.slider.animating .slide__bg {
    transition: transform 0.5s;
    will-change: transform;
}
.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    transform: translateX(0);
}
.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}
.slider .slide:nth-child(1) {
    left: 0;
}
.slider .slide:nth-child(1) .slide__bg {
    left: 0;
}
.slider .slide .slide__overlay-path {
    fill: #7beec7;
}
.slider .slide:nth-child(2) {
    left: 100%;
}
.slider .slide:nth-child(3) {
    left: 200%;
}
.slider .slide:nth-child(4) {
    left: 300%;
}
.slider .slide:nth-child(5) {
    left: 400%;
}
.slide:nth-child(6) {
    left: 500%;
}
.slider .slide:nth-child(7) {
    left: 600%;
}
.slider .slide:nth-child(8) {
    left: 700%;
}
.slider .slide:nth-child(9) {
    left: 800%;
}
.slider .slide:nth-child(10) {
    left: 900%;
}
.slider .slide:nth-child(2) .slide__bg {
    left: -50%;
}
.slider .slide:nth-child(3) .slide__bg {
    left: -100%;
}
.slider .slide:nth-child(4) .slide__bg {
    left: -150%;
}
.slider .slide:nth-child(5) .slide__bg {
    left: -200%;
}
.slide:nth-child(6) .slide__bg {
    left: -250%;
}
.slide:nth-child(7) .slide__bg {
    left: -300%;
}
.slider .slide:nth-child(8) .slide__bg {
    left: -350%;
}
.slider .slide:nth-child(9) .slide__bg {
    left: -400%;
}
.slider .slide:nth-child(10) .slide__bg {
    left: -450%;
}
.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-size: 2.3rem;
    perspective: 1000px;
}
.slide__text-desc {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 720px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}
.slide__overlay path {
    opacity: 0.9;
}
.slide__text {
    position: absolute;
    width: 28%;
    bottom: 30%;
    left: 12%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    opacity: 0;
}
.slide__text-heading {
    font-size: 36px;
    color: #333;
    line-height: 30px;
    font-family: 'azedobold';
    font-weight: 800;
    width: 100%;
    position: relative;
    letter-spacing: 3.5pt;
}
.slide__text-heading p{
    font-family: 'Lato', 'Helvetica', sans-serif;        
    margin-top: 20px;
}

span.border-text {
    font-family: 'azedolight';
    font-weight: 100;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.slide__text p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 0;
    color: #111111;
    font-weight: 100;
}

/* =Architecure Slider 
-------------------------------------------------------------- */
.arch-slider {
    position: relative;
}
.arch-slider-content {
    position: absolute;
    max-width: 510px;
    padding: 5% 7% 5% 7%;
    left: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.9);
}
.arch-slider-content p {
    font-size: 60px;
    font-weight: 100;
    line-height: 60px;
    font-family: 'azedolight', sans-serif;
    letter-spacing: 2.5pt;
}
.slider-controls {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.slider-controls a {
    font-size: 40px;
    width: 60px;
    line-height: 0;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #111111;
    background: rgba(255, 255, 255, .5);
    border: 1px solid #fff;
    display: inline-block;
}
.slider-controls a:hover {
    background: #fff;
}
/* =Menu right
-------------------------------------------------------------- */

.navigation {
    display: block;
    position: absolute;
    top: 30px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}
.close-menu {
    color: #fff;
    font-size: 45px;
    cursor: pointer;
    line-height: 40px;
}
.search-icon {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    float: right;
    line-height: 54px;
}
.close-menu:hover,
.search-icon:hover {
    color: #fff;
}
/* search */
.js-ui-search input[type="text"] {
    -webkit-appearance: none;
    outline: none;
    border: none;
    height: 20px;
    line-height: 20px;
}
.js-ui-search input[type="text"]:focus {
    -webkit-appearance: none;
    outline: none;
    border: none;
}
.search-wrap {
    position: absolute;
    right: 25px;
    top: 11px;
    display: block;
    z-index: 1;
    width: 20px;
    height: 20px;
    margin-left: 0;
    padding: 0;
    border: 2px solid #f7f7f7;
    border-radius: 20px;
    -moz-transition: all 0.25s ease 0.3s;
    -o-transition: all 0.25s ease 0.3s;
    -webkit-transition: all 0.25s ease;
    -webkit-transition-delay: 0.3s;
    transition: all 0.25s ease 0.3s;
}
.search-wrap:before {
    top: 90%;
    left: 90%;
    width: 8px;
    height: 2px;
    background-color: #f7f7f7;
    border-radius: 1px;
    -moz-transition: width 0.15s ease 0.55s;
    -o-transition: width 0.15s ease 0.55s;
    -webkit-transition: width 0.15s ease;
    -webkit-transition-delay: 0.55s;
    transition: width 0.15s ease 0.55s;
    transform: rotate(45deg);
    transform-origin: top left;
}
.search-wrap input {
    width: 100%;
    color: #fff;
    opacity: 0;
    background-color: transparent;
    transition: opacity 0.15s ease;
}
.eks {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 20;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform: translateY(-50%);
}
.eks::before,
.eks::after {
    right: 5px;
    height: 2px;
    width: 2px;
    border-radius: 1px;
    transition: all 0.25s ease;
    opacity: 0;
}
.eks::before {
    top: 3.3px;
    background-color: white;
    transform: rotate(-45deg);
    transform-origin: top right;
    transition-delay: 0.1s;
}
.eks::after {
    bottom: 3.3px;
    background-color: white;
    transform: rotate(45deg);
    transform-origin: bottom right;
    transition-delay: 0s;
}
.search-wrap.open {
    width: 230px;
    height: 30px;
    transition-delay: 0.1s;
}
.search-wrap.open::before {
    opacity: 0;
    width: 0px;

    transition-delay: 0s;
}
.search-wrap.open input {
    opacity: 1;
    height: 25px;
    transition-delay: 0.15s;
}
.search-wrap.open input:focus {
    border:0; 
}
.search-wrap.open ::-webkit-input-placeholder {
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 15px;
}
.search-wrap.open .eks::before,
.search-wrap.open .eks::after {
    width: 15px;
    right: 12px;
    opacity: 1;
}
.search-wrap.open .eks::before {
    top: 9px;
    transition-delay: 0.25s;
}
.search-wrap.open .eks::after {
    bottom: 9px;
    transition-delay: 0.3s;
}
.search-wrap::before,
.eks::before,
.eks::after {
    content: "";
    position: absolute;
    display: block;
}

.nav-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
    z-index: 99;
}

.nav-overlay.is-open{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
}

.menu-wrap a {
    color: #fff;
    transition: transform .4s ease-in-out;
    display: inline-block;
}
.menu-wrap a:hover {
    color: #f1f1f1;
    transform:  translateX(5px);
}

.content-wrap {
    -webkit-overflow-scrolling: touch;
}
.content {
    position: relative;
    background: #b4bad2;
}
.content::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    transform: translate3d(100%, 0, 0);
    transition: opacity 0.4s, transform 0s 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/* Menu Button */
.menu-button {
    position: fixed;
    right: 15px;
    z-index: 1000;
    margin: 1em;
    padding: 0;
    width: 2.5em;
    height: 2.25em;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
    background: transparent;
    outline: 0;
}
.menu-button::before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
    content: '';
}
.menu-button:hover {
    opacity: 0.6;
}
/* Close Button */
.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 34px;
    border: none;
    background: transparent;
    color: transparent;
    outline: 0;
}
.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
}
.close-button::before {
    transform: rotate(45deg);
}
.close-button::after {
    transform: rotate(-45deg);
}
.indicator-name {
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 50px;
    color: #111111;
}
.content-menu {
    position: relative;
}
.menu-wrap {
    position: fixed;
    z-index: 9999;
    width: 35%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #111;
    background-position: center center;
    background-size: cover;
    font-size: 1.15em;
    display: table;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.menu-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    z-index: -1;
}


.menu,
.menu-list {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
    float: left;
}
.menu-contact-information {
    clear: both;
}
.menu-contact-information span {
    padding-top: 10px;
    padding-bottom: 50px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2.5px;
    text-align: right;
}
.menu-content {
    padding-top: 30%;
}
.menu-list ul {
    padding: 0;
}
.menu-list ul li {
    display: block;
    transform: translate3d(0, 500px, 0);
}
.menu-list,
.menu-list ul li {
    transition: transform 0s 0.4s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.3, 1);
}
.menu-list ul li:nth-child(1) {
    transform: translate3d(250px, 0, 0);
}
.menu-list ul li:nth-child(2) {
    transform: translate3d(500px, 0, 0);
}
.menu-list ul li:nth-child(3) {
    transform: translate3d(1000px, 0, 0);
}
.menu-list ul li:nth-child(4) {
    transform: translate3d(1500px, 0, 0);
}
.menu-list ul li:nth-child(5) {
    transform: translate3d(2000px, 0, 0);
}
.menu-list ul li:nth-child(6) {
    transform: translate3d(2500px, 0, 0);
}
.menu-list ul li:nth-child(7) {
    transform: translate3d(3000px, 0, 0);
}
.menu-list ul li a {
    font-weight: 900;
    font-size: 30px;
    font-family: 'Lekton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5pt;
    transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -webkit-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -moz-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -o-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
}
li ul.sub-menu, li ul.children {
    position: relative;
    display: none;

}
ul.sub-menu li, ul.children li {
    padding: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 10px !important;
}
ul.sub-menu li a, ul.children li a {
    font-size: 14px;
    text-transform: none;
}
/* Shown menu */
.show-menu .menu-wrap {
    transform: translate3d(0, 0, 0);
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list,
.show-menu .menu-list ul li {
    transform: translate3d(0, 0, 0);
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list ul li {
    transition-duration: 0.9s;
    text-decoration: none;
    line-height: 42px;
    float: left;
    width: 100%;
}
.show-menu .content::before {
    opacity: 1;
    transition: opacity 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transform: translate3d(0, 0, 0);
}
.main-menu-indicator {
    display: block;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
    height: 62px;
    width: 25px;
    background: transparent;
    outline: 0;
    float: right;
    position: relative;
    margin: 17px 0 17px 0;
}
.main-menu-indicator:hover {
    border: 0;
    box-shadow: none;
}
.main-menu-indicator>span {
    transition: all 0.1s ease 0s;
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;
    background: #545454;
}
.main-menu-indicator>span:before,
.main-menu-indicator>span:after {
    transition: all 0.2s ease 0s;
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background: #545454;
    left: 0;
}
.main-menu-indicator>span:after {
    top: -8px;
}
.main-menu-indicator>span:before {
    bottom: -8px;
}

.main-menu-indicator.active>span {
    background: transparent;
}

.main-menu-indicator.active>span:after {
    top: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform-origin: center center;
}

.main-menu-indicator.active>span:before {
    bottom: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform-origin: center center;
}

/* Search Inline */

.menu-primary-menu-container{
    float: left;
}

.navigation-inline{
    float: right;
    margin-top: 40px;
    margin-left: 20px;
}

.search-wrap.inline-menu{
    position: relative;
    display: inline-block;
    float: left;
    right: 0;
    top: 0;
    border: 2px solid #333;
    width: 20px;
    height: 20px;
}
.search-wrap.inline-menu.open{
    width: 230px;
    height: 30px;
    transition-delay: 0.1s;
    margin-top: -5px;
}

.search-wrap.inline-menu input[type="text"]{
    color: #333;
    height: 25px;
}

.search-wrap.inline-menu::before{
    background-color: #333;
}

.search-wrap.inline-menu .eks::before, .search-wrap.inline-menu .eks::after{
    background-color: #333;
}

/* Menu 3 */
.hamburger-icon {
    z-index: 99;
    position: fixed;
    top:  50%;
    right: 40px;
    width: 24px;
    height: 14px;
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
    border: 0;
    background: none;
    outline: 0;
}

.hamburger-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50vw;
    margin: auto;
    transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
    -webkit-transform: translate3d(-50vw, 0, 0);
    transform: translate3d(-50vw, 0, 0)
}

.hamburger-icon.active span{
    display: block;
    left: 0;
    background: #fff;
    transform: translate3d(calc(-50vw + 24px + 246px), -235px,0);
}
.hamburger-icon.active span::after{
    content: '';
    padding: 20px 25px;
    position: relative;
}

.hamburger-icon::before,.hamburger-icon::after {
    content: "";
    display: block;
    background: #1a1a1a;
    width: 100%;
    height: 2px;
    position: absolute;
    margin: auto;
    transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1)
}

.hamburger-icon::before {
    top: 0
}

.hamburger-icon::after {
    bottom: 0
}

.hamburger-icon.active::before {
    background: #333;
}

.hamburger-icon.active::after {
    background: #333;
}


.menu-wrap-3{
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0) scaleY(0);
    transform: translate3d(0, -50%, 0) scaleY(0);
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    transition: all .8s cubic-bezier(0.75, 0, 0.175, 1);
    width: 500px;
    height: 500px;
    overflow-y: auto;
    max-width: 100%;
    position: fixed;
    background-color: #333;
    z-index: 99;
}

.menu-wrap-3.is-active{
    -webkit-transform: translate3d(0, -50%, 0) scaleY(1);
        transform: translate3d(0, -50%, 0) scaleY(1);
}


.menu-wrap-3 .menu-list-3  ul{
    padding: 0;
}

.menu-wrap-3 .menu-list-3 ul li ul li{
    padding-top: 0;
}
.menu-wrap-3 .menu-list-3 ul li ul li a{
    font-size: 16px;
}

.menu-wrap-3 .menu{
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    font-family: 'Lekton', sans-serif, 'Helvetica Neu', 'Helvetica';
}

.menu-wrap-3 .menu-list-3 ul li{
    opacity: 0;
    float: left;
    width: 100%;
    list-style-type: none; 

}

.menu-wrap-3 .menu-list-3 ul li a{
    text-transform: uppercase;
    font-size: 24px;
        font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -webkit-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -moz-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -o-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);

}

.menu-wrap-3.is-active .menu-list-3 ul li{
    transition: -webkit-transform ease-in-out 1s, opacity ease-in-out 1s;
    transition: transform ease-in-out 1s, opacity ease-in-out 1s;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.menu-wrap-3.is-active .menu-list-3 ul li:nth-child(8) {
    transition-delay: .95s
}

.menu-wrap-3.is-active .menu-list-3 ul li:nth-child(7) {
    transition-delay: .9s
}
.menu-wrap-3.is-active .menu-list-3 ul li:nth-child(6) {
    transition-delay: .85s
}

.menu-wrap-3.is-active .menu-list-3 ul li:nth-child(5) {
    transition-delay: .8s
}

.menu-wrap-3.is-active .menu-list-3 ul li:nth-child(4) {
    transition-delay: .75s
}

.menu-wrap-3.is-active .menu-list-3 ul li:nth-child(3) {
    transition-delay: .7s
}

.menu-wrap-3.is-active .menu-list-3 ul li:nth-child(2) {
    transition-delay: .6s
}

.menu-wrap-3.is-active .menu-list-3 ul li:nth-child(1) {
    transition-delay: .65s
}


.menu-wrap-3 .menu-list-3 ul li a{
    color: #fff;
    position: relative;
    line-height: 1.2;
    overflow: hidden;
    display: inline-block;
}

.menu-wrap-3 .menu-list-3 ul li a:hover{
    
}

.menu-wrap-3 .menu-list-3 ul li  a::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: -20px;
    left: 0;
    margin: auto;
    width: 0;
    height: 1px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    background: #fff;
    transition: all .5s cubic-bezier(0.75, 0, 0.175, 1);
}
.menu-wrap-3 .menu-list-3 ul li ul li a::before{
    bottom: -17px;
}

.menu-wrap-3 .menu-list-3 ul li a:hover::before{
    width: 100%;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);

}


.menu-wrap-3 .menu .menu-social-media{
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #2f2f2f;
}
.menu-wrap-3 .menu .menu-social-media ul{
    max-width: 100%;
    padding-left: 0;
}
.menu-wrap-3 .menu .menu-social-media ul li{
    background: #2f2f2f;
    display: inline-block;
    height: 33px;
    width: 33px;
    padding-left: 0;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
}
.menu-wrap-3 .menu .menu-social-media ul li a{
    color: #fff;   
}


.menu-wrap-3 .menu-social-media ul li{
    opacity: 0;
}

.menu-wrap-3.is-active .menu-social-media ul li{
    transition: -webkit-transform ease-in-out 1s, opacity ease-in-out 1s;
    transition: transform ease-in-out 1s, opacity ease-in-out 1s;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    
}

.menu-wrap-3.is-active .menu-social-media ul li:nth-child(6) {
    transition-delay: 1s;
}

.menu-wrap-3.is-active .menu-social-media ul li:nth-child(5) {
    transition-delay: .950s
}

.menu-wrap-3.is-active .menu-social-media ul li:nth-child(4) {
    transition-delay: .800s
}

.menu-wrap-3.is-active .menu-social-media ul li:nth-child(3) {
    transition-delay: .700s
}

.menu-wrap-3.is-active .menu-social-media ul li:nth-child(2) {
    transition-delay: .750s
}

.menu-wrap-3.is-active .menu-social-media ul li:nth-child(1) {
    transition-delay: .700s
}

.icons-holder{
    position: relative;
}







/* Social Menu */
.menu-social-media {
    position: absolute;
    bottom: 100px;
}


.menu-social-media.social-header {
    position: relative;
    float: right;
    margin-top: 36px;
    bottom: inherit;
}

.menu-social-media.social-header ul {
    padding: 0;
}

.menu-social-media.social-header ul li{
    background: #f9f9f9;
    display: inline-block;
    height: 30px;
    width: 30px;
    padding-left: 0;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
}
.menu-social-media.social-header ul li a{
    color: #585858;
    font-size: 14px;
    padding-left: 2px
}


.menu-social-media ul {
    padding: 0;
    padding-left: 50px;
    max-width: 308px;
}
.menu-social-media ul li {
    padding-left: 15px;
    padding-left: 15px;
    display: inline-block;
    margin-bottom: 10px;
}


/* Menu Information */
.menu-information {
    position: absolute;
    bottom: 18px;
}
.menu-information p {
    font-family: 'Lekton', sans-serif;
    color: #fff;
    padding-left: 71px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.menu-information ul {
    padding: 0;
    padding-left: 50px;
}
.menu-information ul li {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    list-style: none;
    color: #fff;
    letter-spacing: 2.5pt;
    font-family: 'Lekton', sans-serif;
}
.menu-information ul li span {
    padding-right: 15px;
}


/* =Menu Version 2
-------------------------------------------------------------- */

.menu-wrap-2{
    float: right;
}
.menu-wrap-2 > div{
    float: left;
}

.menu-wrap-2 ul{
    padding:0;
    margin-bottom:0; 
}

.menu-wrap-2 ul li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    text-transform: uppercase;
}


.menu-wrap-2 ul.sub-menu li, .menu-wrap-2 ul.children li {
    display: block;
    padding: 8px;
    padding-top: 10px;

}

.menu-wrap-2 ul.sub-menu li a, .menu-wrap-2 ul.children li a{
    line-height: normal;
}

ul.children{
    position: relative;
}


/* =Home Content
-------------------------------------------------------------- */
.history-wrapper {
    float: left;
    width: 100%;
}
.history-wrapper article {
    margin-top: 60px
}

.history-wrapper article h2{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.3pt;
    color: #111111;
    clear: both;
    padding-bottom: 5px;
}
.history-wrapper h4 {
    font-weight: 400;
    line-height: 24px;
}
/* Services */
.services-home-page {
    float: left;
}

.services-home-page > .col-md-12{
    margin-bottom: 20px;
}
.services-home-page h4 {
    font-weight: 600;
    text-transform: uppercase;
}
.services-icon>span {
    font-size: 36px;
    padding-bottom: 24px;
    clear: both;
    float: left;
}
.services-icon>hr {
    float: left;
}

.services-home-page .col-md-4{
    margin-bottom: 30px;
}


/* News Letter*/
.newsletter-left {
    height: 325px;
    width: 100%;
    background-color: #7beec7;
    display: table;
    text-align: center;
}
.newsletter-left-inner {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12%;
    padding-right: 12%;
}
.newsletter-left-inner h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 100;
    color: #111111;
    line-height: 40px;
    text-transform: uppercase;
}

.newsletter-right {
    position: relative;
    height: 325px;
    width: 100%;
    background-color: #7beec7;
    background-size: cover;
    display: table;
    text-align: center;
}
.newsletter-right-inner {
    position: absolute;
    left: 50px;
    top: 50px;
    background: #fff;
    width: calc(100% - 100px);
    min-height: calc(100% - 100px);
    padding: 34px 50px;
}
.newsletter-right-inner input {
    width: 100%;
    height: 45px;
    border: 0;
    border: 1px solid #e6e6e6;
    outline: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.newsletter-right-inner input:focus {
    border: 1px solid #333;
}
.newsletter-right-inner input[type=submit] {
    margin: auto;
    background: #333;
    border: 0;
    margin-top: 6px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5pt;
    text-transform: uppercase;
}
.newsletter-right-inner input[type=submit]:hover {
    background: #545454;

}
.mc4wp-alert p{
    line-height: 18px;
    margin-bottom: 0;
}

.newsletter-right-inner label {
    float: left;
}
/* =Architecture Content
-------------------------------------------------------------- */

.architecture-content .box-over-image {
    min-height: 676px;
    margin-bottom: 30px;
    width: 100%;
    background-color: #383838;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: center;
    background-position: center center;
    background-size: cover;
}
.box-over-image-inner {
    max-width: 430px;
    background: #fff;
    width: 100%;
    padding: 70px 15px;
    margin-left: 20px;
    margin-right: 20px;
}
.box-over-image-inner h1 {
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.box-over-image-inner hr {
    float: none;
}
.box-over-image-inner p {
    text-align: center;
}

.tabs{
    font-size: 14px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    margin: 30px auto 0;
    width: 100%;
    color: #040404;
}


.tabs-wrapper {
    background-color: #7beec7;
    min-height: 347px;
    width: 100%;
    padding: 40px;
    margin-bottom: 30px;
}
.tabs-wrapper h1 {
    text-align: center;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.tabs-title{
    text-transform: uppercase;
}

.tabs-icon{
    display: inline-flex;
}


.tabs-image {
    margin-bottom: 30px;
}
.tabs-image img {
    max-width: 100%;
    height: auto;
}

.circle-image img{
    max-width: 350px;
    max-height: 350px;
    height: auto;
    display: block;
    margin: auto;
    outline: 3px solid #F1F1F1;
    outline-offset: -15px;
}

.tab-view {
    background: #333;
}
/* About Studio */

.about-studio {
    position: relative;
    width: 100%;
    float: left;
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-position: center center;
}
.our-studio-content {
    background-color: #383838;
    min-height: 460px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 40px;
}
.our-studio-content h1,
.our-studio-content p {
    color: #fff;
}
.our-studio-content hr {
    background: #fff;
}
.our-story {
    min-height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center left;
}
.our-story-content {
    margin-top: 50px;
    height: 400px;
    display: table;
    width: 100%;
}
.our-story-content-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.our-story-image img {
    max-width: 100%;
    height: auto;
    outline: 8px solid white;
    outline-offset: -20px;
}
/*Team*/


.member {
    margin: auto;
    overflow: hidden;
    max-width: 350px;
}
.member-column{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.member .overlay-thumb {
    left: 0;
    right: 0;
    margin: auto;
}
.overlay-member {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border: none;
    transition: all 0.5s ease-out;
    display: table;
}
.overlay-member-content {
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.overlay-member-content-inner {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    z-index: 9;
    position: relative
}
.overlay-member-content-inner hr {
    float: none;
}
.member:hover .overlay-member-content-inner {
    opacity: 1;
    font-family: 'Lekton', sans-serif;
    text-align: center;
}
span.position {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
    display: block;
}
.member-name {
    font-size: 18px;

    letter-spacing: 1px;
    margin-top: 6px;
    width: 100%;
    max-width: 353px;
    margin: auto;
    display: block;
    padding: 10px 0;
}
ul.member-social-media {
    padding: 0;
}
.member-social-media li {
    display: inline-block;
    padding: 5px;
}
.member-social-media li a {
    font-size: 14px;
    color: #383838;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative
}
.member-social-media li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: #333;
    transition: width .4s ease-in-out;
}
.member-social-media li a:hover::after {
    width: 100%;
}



.clients-wrapper ul{
    padding-left: 0;
}
ul.client-thumb li {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin-bottom: 30px;
}
ul.client-thumb li a img {
    max-width: 100%;
    height: auto;
    opacity: 0.8;
    height: auto;
}

ul.client-thumb li a img:hover {
    opacity: 1;
}

ul.client-thumb-2 li{
    display: inline-block;
    width: 25%;
    text-align: center;
    border-right: 1px solid #F3F3F3;
    border-top: 1px solid #F3F3F3;
    line-height: 145px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    float: left;
}


ul.client-thumb-2 li:nth-child(4n+4) {
    border-right: 1px solid transparent;
}
ul.client-thumb-2 li:nth-child(-n+4) {
    border-top: 1px solid transparent;
}
/* ul.client-thumb-2 li:nth-child(n+5) {
    border-bottom: 0;
} */

ul.client-thumb-2 li a img{
    max-width: 100%;
    opacity: 0.8;
    height: auto;
}

ul.client-thumb-2 li a img:hover{
    opacity: 1;
}

/* Search Listed */
.search-listed{
    background: #f1f1f1;
    padding: 30px;
    min-height: 240px;
    margin-bottom: 30px;
    
}
.search-listed h1{
    font-size: 20px;

}
.search-listed .post-date i{
    font-size: 24px;
    padding-right: 20px;
    vertical-align: sub;
}



/* =Portfolio General
-------------------------------------------------------------- */
.portfolio-wrapper {
    clear: both;
}
/* Filter Button */
.nav {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f4f4f4;
    cursor: pointer;
    border: none;
    width: 48px;
    height: 48px;
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 25px
}
.nav:focus {
    outline: none;
}
.nav .icon-container {
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.nav .line {
    width: 26px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: #545454;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
}
.nav .line01 {
    top: 0;
    opacity: 1;
    transition-delay: 210ms;
}
.nav .line02 {
    top: 7px;
    transition-delay: 140ms;
}
.nav .line03 {
    top: 14px;
    transition-delay: 70ms;
}
.nav .line04 {
    top: 21px;
    opacity: 0;
    transition-delay: 0ms;
}
.active .nav .line {
    left: 28px;
}
.nav:hover .line {
    transform: translate3d(0, -7px, 0);
}
.nav:hover .line01 {
    opacity: 0;
    transition-delay: 0ms;
}
.nav:hover .line02 {
    transition-delay: 70ms;
}
.nav:hover .line03 {
    transition-delay: 140ms;
}
.nav:hover .line04 {
    opacity: 1;
    transition-delay: 210ms;
}
.open.nav .line {
    transition: all 0.3s;
}
.open.nav:hover .line {
    transform: none;
}
.open.nav .line:nth-child(2) {
    background: 0;
}
.open.nav .line:nth-child(4) {
    background: 0;
}
.open.nav .line:nth-child(1) {
    transform: rotate(-45deg);
    top: 7px;
    opacity: 1;
}
.open.nav .line:nth-child(3) {
    transform: rotate(45deg);
    top: 7px;
    opacity: 1;
}
.works-filter {
    float: left;
    line-height: 46px;
    margin-bottom: 42px;
    overflow: hidden;
}
.works-filter a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding-right: 8px;
    padding-left: 8px;
    color: #111111;
    font-weight: 300;
    transform: translate3d(-200px, 0, 0);
    opacity: 0;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 30px;
}
.works-filter.open a {
    opacity: 1;
    transition: all 300ms cubic-bezier(.175, .885, .32, 1.075);
}
.works-filter.open a {
    transform: translate3d(0, 0, 0);
}
.works-filter.open a:nth-child(1) {
    transition-duration: 600ms;
}
.works-filter.open a:nth-child(2) {
    transition-duration: 400ms
}
.works-filter.open a:nth-child(3) {
    transition-duration: 300ms
}
.works-filter.open a:nth-child(4) {
    transition-duration: 200ms
}
.works-filter a::after  {
    position: absolute;
    bottom:0;
    left: 10px;
    width: 0;
    height: 1px;
    background-color: #333;
    transition: width .2s ease-in-out;
    content: '';
}

.works-filter a:hover::after, .works-filter .active::after  {
    width: calc(100% - 20px);
    height: 1px;
    background: #333;
}


#work-grid, #dribbble-portfolio {
    clear: both;
}
.js-masonry {
    height: 100% !important;
    clear: both;
}
/*Overlay Thumb Portftolio and Team*/
.img {
    position: relative;
    overflow: hidden;
    display: inherit;
}

.mix .img {
    margin-bottom: 30px;
}
.img img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
}
.img:hover img {
    transform: scale(1.1);
    transition: transform 0.5s;
}
.overlay-thumb a.main-portfolio-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px;
    z-index: 4;
    cursor: url(../img/cursor.png), auto;
}
.img .overlay-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border: none;
    transition: all 0.5s ease-out;
    z-index: 4;
}
.img .overlay-thumb:hover {
    opacity: .85;
    filter: alpha(opacity=85);
}


.img .overlay-thumb.bg-white:hover, 
.img .overlay-thumb:hover, 
.overlay-thumb.team-hover:hover,
.img .overlay-thumb:hover{
    background-color: #fff;
}
.overlay-thumb span {
    position: relative;
    z-index: 1;
    line-height: 15px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}
.details span.title,
.details span.info {
    color: #111111;
}
.details span.title {
    font-size: 18px;
    letter-spacing: 1.2pt;
    line-height: 24px;
    text-transform: uppercase;
}
.details span.info {
    font-size: 14px;
    text-transform: uppercase;

}
.overlay-thumb .btnBefore,
.overlay-thumb .btnAfter {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: solid #000;
    border-width: 0;
    transition: all ease-in-out;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition: all ease-in-out;
    -ms-transition: all ease-in-out;
}
.overlay-thumb .btnBefore {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
}
.overlay-thumb .btnAfter {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
}
.overlay-thumb:hover .btnBefore {
    border-width: 0 0 3px 3px;
}
.overlay-thumb:hover .btnAfter {
    border-width: 3px 3px 0 0;
}
.overlay-thumb:hover .btnAfter,
.overlay-thumb:hover .btnBefore {
    height: 100%;
    width: 100%;
    transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}
.overlay-thumb:hover:before,
.overlay-thumb:hover span {
    opacity: 1;
}
.overlay-thumb:hover .details span {
    top: 0;
}
.overlay-thumb:hover .title {
    transition-delay: 0.15s;
}
.overlay-thumb:hover .info {
    transition-delay: 0.25s;
}
/*Details on portfolio*/
.details {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.details span {
    display: block;
    opacity: 0;
    position: relative;
    top: 100px;
    transition-property: top, opacity;
    transition-duration: 0.3s;
    transition-delay: 0s;
}
.details .title {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}
.details .info {
    line-height: 1.2;
    letter-spacing: 1.5pt;
    margin-top: 5px;
    font-size: 12px;
}
.img .like-product {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    text-align: center;
}
.img:hover .like-product {
    opacity: 1;
}
.like-product i {
    font-size: 24px;
    cursor: pointer;
    margin-top: 18px;
    margin-left: 18px;
    border-radius: 50%;
    display: inline-block;
    color: #111111;
    transition: .4s;
}
.output {
    color: #111111;
    clear: both;
    display: block;
    padding-left: 18px;
}
span.like-product {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: .6s;
    z-index: 7;
    font-size: 2px;
    color: transparent;
    font-weight: 400;
    padding-left: 48px;
    line-height: 58px;
}
.like-product i.press {
    animation: size .4s;
    color: #505050;
}
span.press {
    line-height: 70px;
    font-size: 14px;
    visibility: visible;
    animation: fade 1s;
}
@keyframes fade {
    0% {
        color: #transparent;
    }
    50% {
        color: #505050;
    }
    100% {
        color: #transparent;
    }
}
@keyframes size {
    0% {
        padding-top: 0;
    }
    50% {
        padding-top: 8px;
    }
    100% {
        padding-top: 0
    }
}
.load-more {
    text-align: center;
    margin-top: 50px;
    clear: both;
    float: left;
    width: 100%;
}
.load-more a {
    text-decoration: none;
    color: #111111;
    text-transform: uppercase;
    font-size: 38px;
}
.load-more a:hover {
    color: #56c8d4;
}
.spinef {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-size: 38px;
    line-height: 36px;
    display: inline-block;
}
@keyframes spin {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0);
    }
}
/* Height of portfolio */
.home-portfolio-image {
    height: 100%;
}
/* Height 3 column Portfolio */
.height-3column {
    height: 410px;
    overflow: hidden;
    margin-bottom: 30px;
}


/* Load more effect */

.ef-fade{
    visibility: hidden;
    opacity: 0;
    transition: visibility 600ms ease-in-out 600ms, opacity 600ms;
}
.ef-fade.in{
    visibility: visible;
    opacity: 1;
    transition: visibility 600ms ease-in-out 0s, opacity: 600ms;
    transition-delay: .100s;

}
/* =Single Project
-------------------------------------------------------------- */
.single-project-slider {
    position: relative;
}
.single-project-slider .single-controls .arrow-left,
.single-project-slider .single-controls .arrow-right {
    position: absolute;
    top: calc(50% - 24px);
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    text-align: center;
}
.single-project-slider .single-controls .arrow-left {
    left: 20px;
}
.single-project-slider .single-controls .arrow-right {
    right: 20px;
}
.single-project-slider .single-controls .arrow-left a,
.single-project-slider .single-controls .arrow-right a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    color: #111111;
    background: rgba(255, 255, 255, .5);
    border: 1px solid #fff;
}
.single-project-slider .single-controls .arrow-left a:hover,
.single-project-slider .single-controls .arrow-right a:hover {
    color: #333;
    background: #fff;
}
.single-project-slider .single-controls .arrow-right {
    right: 20px;
}

.single-portfolio-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}
.single-portfolio-wrapper span.info {
    font-size: 14px;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
    clear: both;
    display: inline-block;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border: 0;
    font-size: 16px;
    font-weight: 300;
    color: #383838;
}
ul.social-buttons {
    padding: 0;
}
ul.social-buttons li {
    display: inline-block;
    padding-right: 10px;
}
.project-information td {} .single-project-images {
    margin-bottom: 30px;
}
.single-project-images img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.portfolio-controls {
    background: #f1f1f1;
    margin-top: 20px;
}
.btn-project {
    width: 100px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #383838;
    font-size: 24px;
}
.home-btn {
    float: left;
}
.back-btn,
.forward-btn {
    float: right;
    margin-left: 8px;
}
.btn-project a:hover {
    cursor: pointer;
}
.btn-project a {
    background: transparent;
    outline: none;
    position: relative;
    overflow: hidden;
    display: block;
}
.btn-project:hover a:hover:before {
    opacity: 1;
    transform: translate(0, 0);
    color: #fff;
    font-weight: 100;
}
.btn-project a:before {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    opacity: 0;
    transform: translate(100%, 0);
    transition: all .3s ease-in-out;
    font-size: 10px;
    background: #333;
}

/*Similar Project*/
.similar-project {
    clear: both;
}
.similar-project h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* Buttons home, back, next */
.btn-project a:hover i {
    opacity: 0;
    transform: translate(100%, 0);
}
.btn-project a i {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    font-size: .8em;
    transition: all .3s ease-in-out;
}

/* =Blog
-------------------------------------------------------------- */

.blog-wrapper {
    float: left;
    width: 100%;
}

.blog-post {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.blog-front-image {
    position: relative;
    width: 100%;
}


.blog-front-image {
    position: relative;
    width: 100%;
}
.blog-thumb {
    position: relative;
}

.blog-thumb img{
    height: auto;
}
.blog-thumb .icon-video-blog {
    position: absolute;
    top: calc(50% - 34px);
    left: calc(50% - 34px);
    font-size: 38px;
    color: #545454;
    width: 68px;
    height: 68px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
.blog-thumb .icon-video-blog:hover {
    background-color: #fff;
}
.circle {
    stroke: #333;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0.3;
}

.no-margin-top{
    margin-top: 0 !important;
}

/*Play Button*/
.playBut { 
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 0.79);
    border-radius: 50%;
}
.playBut .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #000;
    transform: translateY(0);
}
.playBut:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #333;
    animation: nudge 0.7s ease-in-out;
}
@keyframes nudge {
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    70% {
        transform: translateX(-2px);
    }
    100% {
        transform: translateX(0);
    }
}
.playBut:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
}
.blog-front-content {
    background: #383838;
    width: 100%;
    padding: 40px;
}
.blog-front-content-inner {
    position: relative;
}

.blog-front-content-inner h1 a{
    color: #fff;
}
.blog-front-content-inner .post-date {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.blog-front-content-inner h1 {
    font-size: 24px;
    color: #fff;
}
.blog-front-content-inner p {
    color: #fff;
    padding-bottom: 30px;
}
.read-more-blog-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 30px;
    color: #fff;
}
.single-blog-wrapper .blog-front-content {
    position: relative;
    height: auto;
    margin-bottom: 50px;
}

.single-blog-wrapper .blog-front-image{
    min-height: auto;
}


.info-title {
    color: #fff;
    line-height: 45px;
    padding-left: 8px;
}
.post-single-date {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.share-buttons {
    padding: 8px 0 8px 0;
}
.share-buttons ul {
    padding: 0;
}
.share-buttons ul li {
    display: inline;
}
.share-buttons ul li a{
    display: inline-block;
    border: 1px solid #ffffff;
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}


.share-buttons ul li a:hover{
    background: #fff;
    color: #333;
}





.share-buttons ul li a{
    font-size: 16px;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}

.blog-tags ul {
    padding: 0 0 0 6px;
}
.blog-tags ul li {
    display: inline-block;
    background: #fff;
    padding: 2px 5px 2px 5px;
    margin-left: 2px;
    margin-top: 4px;
}
.blog-tags ul li a {
    color: #111;
    font-size: 12px;
}

.blog-tags ul li:hover {
    background: #f1f1f1;
}


.blog-tags-bottom {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.blog-tags-bottom .info-title {
    color: #383838;
}

.blog-tags-bottom ul {
    padding: 0;

}
.blog-tags-bottom ul li {
    display: inline-block;
    background: #383838;
    padding: 2px 10px 2px 10px;
    margin-left: 2px;
    margin-top: 4px;
}
.blog-tags-bottom ul li a {
    color: #fff;
    font-size: 14px;
}

.blog-tags ul li:hover {
    background: #f1f1f1;
}
.full-blog-content {
    margin-top: 30px;
}

.full-blog-content .post-password-form input[type=submit]{
    width: 100px;
    background-color: #383838;
    color: #fff;
    border: 1px solid #383838;
}
.full-blog-content img, .full-blog-content svg{
    max-width: 100%;
    height: auto;
}


.full-blog-content>p:not(.post-password-form):first-of-type:first-letter {
    float: left;
    color: #fff;
    background-color: #111;
    font-size: 60px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 20px;
    margin-right: 10px;
    margin-top: 8px;
    text-align: center;
    font-family: 'azedobold';
}
/*Blog Timeline*/
.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}
/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #5F5F5F;
    left: 20%;
    margin-left: -6px;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 20px;
    color: #bdd0db;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    padding-top: 18px;
    color: #5F5F5F;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 35px 25%;
    background: #f7f7f7;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
}
.cbp_tmlabel h1,
.cbp_tmlabel p {
    color: #333;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f7f7f7;
    border-width: 10px;
    top: 22px;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 60px;
    height: 60px;
    float: left;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 28px;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    color: #FFFFFF;
    background: #5F5F5F;
    border-radius: 50%;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -35px;
}
.blog-v2-image {
    position: relative;
}
.blog-v2-image img {
    max-width: 100%;
    height: auto;
}
.icon-video-blogv2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 69px;
    height: 69px;
    top: calc(50% - 36px);
}
/* =Contact
-------------------------------------------------------------- */
.contact-map {
    position: relative;
    height: 450px;
}
.inner-map {
    position: absolute;
    z-index: 1;
    padding: 25px;
    top: -410px;
    background: rgba(255, 255, 255, 0.8);
    display: table;
    height: 370px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
}
.inner-map .inner-map-content {
    display: table-cell;
    vertical-align: middle;
}
.inner-map .inner-map-content h1 {
    text-align: center;
    font-size: 60px;
    font-family: 'azedobold', sans-serif;
}
.inner-map .inner-map-content hr {
    float: none;
}
.inner-map .inner-map-content p {
    text-align: center;
    font-size: 18px;
}
.contact-wrapper {
    clear: both;
    float: left;
    width: 100%;
}
.contact-info {
    font-size: 24px;
    clear: both;
    margin-bottom: 25px;
    float: left;
}

#map{
    width: 100%;
    height: 410px;
}

.icon-info {
    float: left;
    line-height: 45px;
}
.title-info {
    font-weight: 500;
}
.title-info,
.description-info {
    font-size: 14px;
    display: block;
    padding-left: 30px;
    letter-spacing: 1px;
}
.description-info {
    font-weight: 100;
}
.contact-form input[type="submit"] {
    width: 100%;
    height: 48px;
    outline: 0;
    border: 0;
    background-color: #333;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2pt;
    text-transform: uppercase;
}
.contact-form input[type="submit"]:hover {
    background-color: #525252;
}



.contact-form input,
.contact-form textarea {
    margin-bottom: 30px;
}
input {
    outline: 0;
}
textarea {
    outline: 0;
    width: 100%;
    height: 125px;
    padding-top: 7px;
    resize: none;
}
input[type="text"],
input[type="email"],
textarea {
    border: 1px solid #e6e6e6;
    padding-left: 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #111;
}
input[type="text"], input[type="email"] {
    height: 50px;
    width: 100%;
}

div.wpcf7-validation-errors{
    border: 0;
}

span.wpcf7-not-valid-tip {
    color: rgb(255, 111, 111);
    font-size: 1em;
    display: block;
    margin-top: -22px;
}

div.wpcf7-validation-errors{
    border: 0;
    float: left;
    width: 100%;
    text-align: center;
    font-style: italic;
    letter-spacing: 0.3px;
}

/* =Page Not Found
-------------------------------------------------------------- */
.page-error{
    position: relative;
}
.page-error h1 {
    color: #f1f1f1;
    font-size: 21vw;
    position: absolute;
    left: 15%;
    top: 50px;
    z-index: -1;
}
.page-error h3 {
    font-size: 34px;
    font-weight: 300;
    color: #3A3939;
}

.page-error p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 65px;
    color: #3A3939;
    float: left;
    padding: 8px;
}
.page-error p a {
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
}



/* =Footer
-------------------------------------------------------------- */
.footer {
    width: 100%;
    float: left;
    background: #f4f4f4;
}


.footer-inner {
    padding: 100px 0;
    display: table;
    width: 100%;
}
.footer-content {
    display: table-cell;
    vertical-align: middle;
}
.footer-content p {
    color: #787878;
}
.footer-content h4 {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.footer-content address {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1.5pt;
}
ul.social-media {
    padding: 0;
    text-align: center;
}
ul.social-media li {
    list-style-type: none;
    display: inline-block;
    padding: 5px;
}
ul.social-media li a{
    font-size: 17px;
    line-height: 38px;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
}

ul.social-media li a:hover{
    background: #fff;
    
}
.copyright-mark {
    margin-top: 50px;
    display: block;
    text-align: center;
    color: #787878;
    letter-spacing: 1.5pt;
}

.black-skin{
    background: #333;
}
.black-skin .social-media{
    background: #333;
}
.black-skin .social-media li a{
    color: #fff;
}
.black-skin .social-media li a:hover{
    color: #333;
}

.black-skin h4, .black-skin p, .black-skin .copyright-mark{
    color: #fff;
}



/* =WordPress Comments
-------------------------------------------------------------- */

.sticky{}

.sticky.sticky-icon{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
    color: #333;
    background: #fff;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    font-size: 26px;
}

.link-pages{
    float: left;
    width: 100%;
    margin-top: 30px;
}

.link-pages a{
    border: 1px solid #333;
    padding: 10px;
}

#respond {
    float: left;
    width: 100%;
}

#comments{
    padding: 0;
    margin: 0;
}

#comments{
   float: left;
   width: 100%;
}

/* Comments */
.comment-wrapper{
    margin-top: 24px;
    float: left;
    width: 100%;
}


.comment-wrapper h4:first-child{
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5pt;
}

.comment-wrapper h4 > i{
    font-size: 29px;
    vertical-align: sub;
    padding-right: 19px;
}
.comment-box{
    padding-bottom: 28px;
    float: left;
    width: 100%;
    list-style-type: none;
}



.avatar-picture{
   text-align: left;
   overflow: hidden;
   padding-top: 5px;

}

.avatar-picture img{
    border-radius: 50%;
}

.comment{
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 20px;
}

.comment span{
    color: #111111;
    font-size: 12px;
    padding-right: 30px;
    letter-spacing: 1.5pt;
    padding-bottom: 12px;
    display: inherit;
}

span.comment-name {
    text-transform: capitalize;
}

.commented{
    clear: both;
}

.commented p{
    font-size: 14px;
    line-height: 21px;
}

.replay{
    clear: both;
}

.comment-replay a{ 
    color: #111111
}

.comment-replay a:hover{ 
    color: #000;
}

.comment-date i {
    font-size: 20px;
    padding-right: 10px;
    vertical-align: sub;
}

.comment-form{
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.comment-form h4{
   font-weight: 700;
   text-transform: uppercase;
}

.submit {
    width: 150px;
    height: 40px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    font-weight: 400;
    margin-top: 24px;
    text-align: center;
}

#comment{
    float: left;
    margin-bottom: -1px;
}

#email {
    margin-left: -1px;
}

#url {
    margin-left: -2px;
    width: calc(100% + 2px);
}

#url:focus, #email:focus, #comment, #author:focus{
    z-index: 99;
    position: relative;
}




/* =WordPress Core
-------------------------------------------------------------- */

.pingbacklist {
    padding: 0;
    margin-bottom: 40px;
}
.pingbacklist li{
    border-bottom: 2px solid #c5c5c5;
    padding: 20px 7px;
}

.pingback .comment-respond{
    margin-top: 15px;
}



.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.gallery-caption{
    padding: 25px;
}
.bypostauthor{
    font-weight: 700;
}

.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption.alignnone {
   margin: 10px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    font-style: italic;
    font-weight: 400;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*  Bootstrap Alerts */
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #5cb85c;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #d2d2d2;
}
.alert-info {
  background-color: #5bc0de;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #d2d2d2;
}
.alert-warning {
  background-color: #f0ad4e;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #d2d2d2;
}
.alert-danger {
  background-color: #d9534f;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #d2d2d2;
}


.article h1{
    margin-top: 0;
}

.article td, .article th {
    padding: 6px;
    border: 1px solid #f1f1f1;
}

.article img{ 
    max-width: 100%;
    height: auto;
}


/* Sidebar */
.sidebar{
    padding: 15px;
    outline: 1px double #bdbdbd;
    outline-width: 4px;
}

.sidebar table{
    width: 100%;
}
.sidebar td, .sidebar th {
    padding: 3px;
    border: 1px solid #bdbdbd;
}
.sidebar h3{
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
    margin-top: 20px;
}
.sidebar ul{
    padding: 0;
    list-style: none;
}

.sidebar ul li{
    margin-bottom: 8px;
}

.sidebar select,
.sidebar input,
.sidebar input[type="text"], 
.sidebar input[type="email"]{
    height: 40px;
    width: 100%;
    background-color: #fff;
}

.sidebar a{
    color: #000;
}

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

.sidebar .wp-caption{
    margin: 0;
}

.sidebar button,
.sidebar html input[type=button],
.sidebar input[type=reset], 
.sidebar input[type=submit]{
    margin-top: 10px;
    background-color: #333;
    color: #fff;
    border: 0;
    font-size: 16px;
}

.sidebar .menu-primary-menu-container {
    float: none;
}

.sidebar .menu, .sidebar .menu-list{
    float: none;
}

.tagcloud a{
    border: 1px solid #e2e2e2;
    padding: 2px 8px 2px 8px;
    display: inline-flex;
    margin-bottom: 6px;
}

.tagcloud a:hover{
    background-color: #e2e2e2;
}

.a-stats{
    margin-bottom: 10px;
}

