﻿



.carousel-inner img {
    width: 100%;
    height: 100%;
}


   
::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

#map img {
    max-width: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #000;
    margin-bottom: 10px
}

h1 {
    font-size: 30px;
    line-height: 54px;
    margin-left: -3px
}

h2 {
    font-size: 30px;
    line-height: 48px;
    margin-left: -3px
}

h3 {
    font-size: 30px;
    line-height: 36px;
    margin-left: -2px
}

h4 {
    font-size: 24px;
    line-height: 30px;
    margin-left: -1px
}

h5 {
    font-size: 18px;
    line-height: 24px;
    margin-left: -1px
}

h6 {
    font-size: 14px;
    line-height: 18px
}

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6 {
    color: #fff
}

.title-has-line {
    position: relative;
    margin-bottom: 60px
}

    .title-has-line:after {
        background: #ddd;
        bottom: -20px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 40px
    }

.text-align-center .title-has-line:after,
.text-align-center.title-has-line:after {
    background: #ddd;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px
}

strong {
    font-weight: 700
}

p {
    margin-bottom: 20px
}

.container {
    width: 1280px;
    margin: 0 auto
}

a:active,
a:focus,
a:hover {
    outline: 0;
    color: #999
}

a {
    text-decoration: none;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    color: #000;
    outline: 0
}

.light-link {
    color: #fff
}

a:hover {
    text-decoration: none
}

.one_half {
    width: 47%
}

.one_third {
    width: 30.6%
}

.one_fourth {
    width: 22%
}

.one_fifth {
    width: 16.8%
}

.one_sixth {
    width: 13.33%
}

.two_fifth {
    width: 37.6%
}

.two_fourth {
    width: 48%
}

.two_third {
    width: 65.33%
}

.three_fifth {
    width: 58.4%
}

.three_fourth {
    width: 74%
}

.four_fifth {
    width: 79.2%
}

.five_sixth {
    width: 82.67%
}

.five_sixth,
.four_fifth,
.one_fifth,
.one_fourth,
.one_sixth,
.one_third,
.three_fifth,
.three_fourth,
.two_fifth,
.two_fourth,
.two_third {
    float: left;
    margin-bottom: 20px;
    margin-right: 4%;
    position: relative
}

.one_half {
    float: left;
    margin-bottom: 20px;
    margin-right: 6%;
    position: relative
}

.last {
    margin-right: 0
}

.text-align-center {
    text-align: center
}

.text-align-left {
    text-align: left
}

.outer {
    display: table;
    width: 100%;
    height: 100%
}

.inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clapat-mask {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000
}

#clapatloader {
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    position: absolute;
    opacity: .2;
    margin: -100px 0 0 -100px
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2000;
    height: 80px;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out
}

    header.hbg {
        background: #eee
    }

    header.nav-down {
        top: 0
    }

    header.nav-up {
        top: -80px
    }

    header.first-load {
        height: 0;
        -webkit-transition: all 0s cubic-bezier(1, .010, .33, 1);
        -moz-transition: all 0s cubic-bezier(1, .010, .33, 1);
        -o-transition: all 0s cubic-bezier(1, .010, .33, 1);
        -ms-transition: all 0s cubic-bezier(1, .010, .33, 1);
        transition: all 0s cubic-bezier(1, .010, .33, 1);
        opacity: 0;
        top: 0
    }

#header-wrapper {
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -khtml-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    opacity: 0;
    width: 1280px;
    margin: 0 auto;
    z-index: 9999;
    height: 80px;
    line-height: 80px;
    position: relative
}

#logo {
    height: 80px;
    width: auto;
    float: left
}

    #logo img {
        height: 100%;
        /*width:auto;*/
        display: block
    }

.clapat-menubtn {
    float: right;
    margin: 30px 0 29px 10px;
    cursor: pointer
}

    .clapat-menubtn .btn_menu_line {
        height: 3px;
        width: 20px;
        margin: 3px 0 3px 3px;
        background-color: #000;
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .clapat-menubtn:hover .btn_menu_line {
        background-color: #ddd !important
    }

#secondary-menu {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    #secondary-menu.hide-secondary a {
        color: #fff
    }

.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right
}

    .menu li:hover {
        visibility: inherit
    }

    .menu li {
        position: relative;
        display: inline;
        float: left
    }

        .menu li a {
            text-decoration: none;
            font-size: 13px;
            font-weight: 400;
            color: #999;
            padding: 0 20px;
            display: block;
            float: left;
            line-height: 81px;
            height: 80px
        }

            .menu li a.current,
            .menu li a:hover,
            .menu li.sfHover a {
                color: #000
            }

.clapat-overlay-menu .inner {
    padding: 0
}

.clapat-overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%
}

    .clapat-overlay-menu .clapat-menu-container {
        position: relative;
        z-index: 102;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: left;
        display: inline-block
    }

.scr_menu {
    overflow: scroll;
    overflow-x: hidden
}

    .scr_menu .inner {
        padding: 0 25px 0 0
    }

.clapat-overlay-menu .clapat-menu-container .categories {
    margin: 0;
    display: inline-block
}

    .clapat-overlay-menu .clapat-menu-container .categories li {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity 500ms cubic-bezier(.455, .03, 0, 1);
        -moz-transition: opacity 500ms cubic-bezier(.455, .03, 0, 1);
        -o-transition: opacity 500ms cubic-bezier(.455, .03, 0, 1);
        transition: opacity 500ms cubic-bezier(.455, .03, 0, 1);
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        -o-perspective: 1000;
        perspective: 1000;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0;
        list-style: none;
        text-transform: uppercase;
        font-size: 36px;
        font-weight: 500;
        margin: 0 0 10px;
        padding: 0
    }

        .clapat-overlay-menu .clapat-menu-container .categories li a {
            display: block;
            color: #666;
            line-height: 36px
        }

            .clapat-overlay-menu .clapat-menu-container .categories li a.active,
            .clapat-overlay-menu .clapat-menu-container .categories li a.is-active,
            .clapat-overlay-menu .clapat-menu-container .categories li a:hover {
                color: #fff
            }

.dropdown .submenu {
    overflow: hidden;
    max-height: 0;
    margin: 0;
    transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s
}

    .dropdown .submenu li {
        opacity: 1 !important;
        text-transform: none !important
    }

        .dropdown .submenu li:first-child {
            margin-top: 10px
        }

        .dropdown .submenu li:last-child {
            margin-bottom: 15px
        }

        .dropdown .submenu li a {
            font-size: 12px;
            margin: 5px 8px 0;
            font-family: Verdana, Geneva, sans-serif !important;
            line-height: 18px !important
        }

.dropdown:hover .submenu {
    max-height: 500px;
    transition: all 1.2s ease-in-out .1s;
    -moz-transition: all 1.2s ease-in-out .1s;
    -webkit-transition: all 1.2s ease-in-out .1s;
    -o-transition: all 1.2s ease-in-out .1s
}

.clapat-overlay-menu .clapat-menubg {
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 700ms cubic-bezier(.39, .575, .565, 1);
    -moz-transition: opacity 700ms cubic-bezier(.39, .575, .565, 1);
    -o-transition: opacity 700ms cubic-bezier(.39, .575, .565, 1);
    transition: opacity 700ms cubic-bezier(.39, .575, .565, 1);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%
}

.clapat-overlay-menu.is-active .clapat-menubg {
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: opacity 500ms cubic-bezier(.455, .03, 0, 1);
    -moz-transition: opacity 500ms cubic-bezier(.455, .03, 0, 1);
    -o-transition: opacity 500ms cubic-bezier(.455, .03, 0, 1);
    transition: opacity 500ms cubic-bezier(.455, .03, 0, 1)
}

.clapat-menubg-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9)
}

.clapat-overlay-menu.is-active .categories {
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: opacity 800ms cubic-bezier(.6, -.28, .735, .045);
    -moz-transition: opacity 800ms cubic-bezier(.6, -.28, .735, .045);
    -o-transition: opacity 800ms cubic-bezier(.6, -.28, .735, .045);
    transition: opacity 800ms cubic-bezier(.6, -.28, .735, .045)
}

    .clapat-overlay-menu.is-active .categories li {
        -webkit-transition: opacity cubic-bezier(.6, -.28, .735, .045);
        -moz-transition: opacity cubic-bezier(.6, -.28, .735, .045);
        -o-transition: opacity cubic-bezier(.6, -.28, .735, .045);
        transition: opacity cubic-bezier(.6, -.28, .735, .045)
    }

.clapat-overlay-menu.is-active .menu-copyright,
.clapat-overlay-menu.is-active .menu-socials {
    filter: alpha(Opacity=60);
    opacity: 1;
    -webkit-transition: opacity 700ms cubic-bezier(.39, .575, .565, 1);
    -moz-transition: opacity 700ms cubic-bezier(.39, .575, .565, 1);
    -o-transition: opacity 700ms cubic-bezier(.39, .575, .565, 1);
    transition: opacity 700ms cubic-bezier(.39, .575, .565, 1);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms
}

.clapat-overlay-menu .menu-copyright,
.clapat-overlay-menu .menu-socials {
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 300ms cubic-bezier(.39, .575, .565, 1);
    -moz-transition: opacity 300ms cubic-bezier(.39, .575, .565, 1);
    -o-transition: opacity 300ms cubic-bezier(.39, .575, .565, 1);
    transition: opacity 300ms cubic-bezier(.39, .575, .565, 1);
    position: absolute
}

.clapat-menuclosebtn {
    top: 50px;
    right: 50px;
    height: 30px;
    width: 30px;
    position: absolute;
    cursor: pointer;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 400ms cubic-bezier(.39, .575, .565, 1);
    -moz-transition: opacity 400ms cubic-bezier(.39, .575, .565, 1);
    -o-transition: opacity 400ms cubic-bezier(.39, .575, .565, 1);
    transition: opacity 400ms cubic-bezier(.39, .575, .565, 1)
}

    .clapat-menuclosebtn.is-active {
        filter: alpha(Opacity=100);
        opacity: 100;
        -webkit-transition: opacity 1ms cubic-bezier(.39, .575, .565, 1);
        -moz-transition: opacity 700ms cubic-bezier(.39, .575, .565, 1);
        -o-transition: opacity 700ms cubic-bezier(.39, .575, .565, 1);
        transition: opacity 700ms cubic-bezier(.39, .575, .565, 1);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s
    }

.closebtn-rotate {
    height: 30px;
    width: 30px;
    position: absolute;
    transition: transform .4s ease 0s;
    -moz-transition: transform .4s ease 0s;
    -webkit-transition: transform .4s ease 0s;
    -o-transition: transform .4s ease 0s
}

    .closebtn-rotate:hover {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transition: rotate(180deg);
        transform: rotate(180deg)
    }

.clapat-menuclosebtn .btn_menu_line {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
    display: block;
    height: 3px;
    width: 30px;
    position: absolute;
    margin-top: 13px
}

    .clapat-menuclosebtn .btn_menu_line:first-child {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.clapat-overlay-menu .menu-copyright {
    bottom: 40px;
    left: 60px;
    color: #999
}

.clapat-overlay-menu .menu-socials {
    bottom: 30px;
    right: 50px
}

.menu-socials {
    margin: 0;
    display: block
}

    .menu-socials li {
        list-style: none;
        display: inline-block;
        margin-left: -4px
    }

        .menu-socials li:first-child {
            margin-left: 3px
        }

            .menu-socials li:first-child a {
                padding-left: 0
            }

        .menu-socials li a {
            border-right: 1px dotted rgba(255, 255, 255, .1);
            padding: 0 20px;
            color: #999;
            display: block;
            font-size: 16px;
            height: 16px;
            line-height: 10px;
            width: 20px
        }

        .menu-socials li:last-child a {
            border-right: none
        }

        .menu-socials li a:hover {
            color: #fff
        }

#content {
    background-color: #f8f8f8
}

    #content:after {
        clear: both;
        content: " ";
        display: block;
        height: 0;
        visibility: hidden
    }

#hero {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 0
}

    #hero img {
        max-width: 100%
    }

.hero-image {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.overlay {
    height: 100%;
    width: 100%
}

#main {
    background-color: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden
}

.lp {
    padding: 100px 0 !important
}

#main:after {
    clear: both;
    content: " ";
    display: block
}

.page-title {
    display: block;
    padding-bottom: 20px;
    width: 800px
}

    .page-title.text-align-center {
        margin: 0 auto
    }

.scrolltotop {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    z-index: 100;
    opacity: .5;
    cursor: pointer
}

.top-arrow {
    width: 60px;
    height: 60px;
    background: url(assets/img/top_arrow.png) center center no-repeat #999;
    background-size: 22px 12px;
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.scrolltotop:hover .top-arrow {
    opacity: 1
}

section {
    margin-left: -50%;
    padding-left: 50%;
    padding-right: 50%;
    position: relative;
    width: 100%;
    z-index: 0;
    display: inline-block
}

    section .overlay {
        margin-left: -50%;
        padding: 150px 50%;
        position: relative;
        width: 100%
    }

.parallax {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed !important
}

#portfolio-wrap {
    width: 1380px;
    margin: 0 auto
}

    #portfolio-wrap.no-gutter {
        width: 1280px;
        margin: 0 auto
    }

#portfolio {
    width: 100%;
    -webkit-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    -ms-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.item-content {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: table;
    -webkit-transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s;
    -o-transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s;
    -ms-transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s
}

.item:hover .item-content {
    -webkit-transition: all 5s cubic-bezier(.23, 1, .32, 1) 0s;
    -moz-transition: all 5s cubic-bezier(.23, 1, .32, 1) 0s;
    -o-transition: all 5s cubic-bezier(.23, 1, .32, 1) 0s;
    -ms-transition: all 5s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 5s cubic-bezier(.23, 1, .32, 1) 0s
}

.item-overlay {
    height: 100%;
    width: 100%;
    background: rgba(97, 98, 98, 1);
    position: absolute;
    opacity: .8;
    box-sizing: border-box;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.padding-overlay {
    padding: 0;
    box-sizing: border-box;
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.item:hover .padding-overlay {
    padding: 30px;
    -webkit-transition: all .2s ease-in-out .1s;
    -moz-transition: all .2s ease-in-out .1s;
    -o-transition: all .2s ease-in-out .1s;
    -ms-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s
}

.padding-overlay .item-overlay {
    display: table-cell;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}

.item:hover .item-overlay {
    background: rgba(0, 0, 0, .8);
    opacity: 1
}

    .item:hover .item-overlay.overlay-white {
        background: rgba(255, 255, 255, 0)
    }

.item .item-overlay.overlay-gradient {
    background: #6fe29e;
    background: -moz-linear-gradient(-45deg, rgba(111, 226, 158, .8) 0, rgba(91, 218, 209, .8) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(111, 226, 158, .8)), color-stop(100%, rgba(91, 218, 209, .8)));
    background: -webkit-linear-gradient(-45deg, rgba(111, 226, 158, .8) 0, rgba(91, 218, 209, .8) 100%);
    background: -o-linear-gradient(-45deg, rgba(111, 226, 158, .8) 0, rgba(91, 218, 209, .8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(111, 226, 158, .8) 0, rgba(91, 218, 209, .8) 100%);
    background: linear-gradient(135deg, rgba(111, 226, 158, .8) 0, rgba(91, 218, 209, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fe29e', endColorstr='#5bdad1', GradientType=1);
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.item:hover .item-overlay.overlay-gradient {
    background: #6fe29e;
    background: -moz-linear-gradient(-45deg, rgba(111, 226, 158, .8) 0, rgba(91, 218, 209, .8) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(111, 226, 158, .8)), color-stop(100%, rgba(91, 218, 209, .8)));
    background: -webkit-linear-gradient(-45deg, rgba(111, 226, 158, .8) 0, rgba(91, 218, 209, .8) 100%);
    background: -o-linear-gradient(-45deg, rgba(111, 226, 158, .8) 0, rgba(91, 218, 209, .8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(111, 226, 158, .8) 0, rgba(91, 218, 209, .8) 100%);
    background: linear-gradient(135deg, rgba(111, 226, 158, .8) 0, rgba(91, 218, 209, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fe29e', endColorstr='#5bdad1', GradientType=1);
    opacity: 1
}

.item-cat {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-left: 30px;
    margin-top: 30px;
    color: #999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.padding-overlay .item-cat {
    margin: 0 20px 5px;
    opacity: 0;
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.item-overlay.overlay-gradient .item-cat {
    color: #fff
}

.item:hover .item-cat {
    margin-left: -200%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.item:hover .padding-overlay .item-cat {
    margin: 0 20px 5px;
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease-in-out .5s;
    -moz-transition: all .5s ease-in-out .5s;
    -o-transition: all .5s ease-in-out .5s;
    -ms-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s
}

.item-title {
    display: block;
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-left: 28px;
    margin-top: 5px;
    margin-right: 28px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.padding-overlay .item-title {
    margin: 5px 20px 0;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.item:hover .item-title {
    margin-left: -200%;
    -webkit-transition: all .6s ease-in-out .3s;
    -moz-transition: all .6s ease-in-out .3s;
    -o-transition: all .6s ease-in-out .3s;
    -ms-transition: all .6s ease-in-out .3s;
    transition: all .6s ease-in-out .3s
}

.item:hover .padding-overlay .item-title {
    margin: 5px 20px 0;
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease-in-out .5s;
    -moz-transition: all .5s ease-in-out .5s;
    -o-transition: all .5s ease-in-out .5s;
    -ms-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s
}

.item-title:after {
    background: #666;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 1px;
    position: absolute;
    width: 40px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.padding-overlay .item-title:after {
    content: "";
    height: 0
}

.item-overlay.overlay-white .item-title:after {
    background: rgba(0, 0, 0, .2)
}

.item-overlay.overlay-gradient .item-title:after {
    background: rgba(255, 255, 255, .4)
}

.item:hover .item-title:after {
    opacity: 1;
    bottom: -15px;
    -webkit-transition: all .2s ease-in-out .9s;
    -moz-transition: all .2s ease-in-out .9s;
    -o-transition: all .2s ease-in-out .9s;
    -ms-transition: all .2s ease-in-out .9s;
    transition: all .2s ease-in-out .9s
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity
    }

        .isotope .isotope-item.no-transition,
        .isotope.no-transition,
        .isotope.no-transition .isotope-item {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s
        }

#map_canvas {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

    #map_canvas img {
        max-width: inherit !important
    }

.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
    display: none
}

.gmnoprint div {
    background: 0 0 !important
}

#contact-formular {
    width: 800px;
    margin: 0 auto
}

.has-animation,
img.img-with-animation {
    opacity: 0;
    position: relative
}

    img.img-with-animation[data-animation=grow-in].full-opacity {
        opacity: 1
    }

    img.img-with-animation[data-animation=fade-in-from-left] {
        left: -40px;
        padding-right: 30px
    }

    .has-animation[data-animation=fade-in-from-left] {
        left: -40px
    }

    img.img-with-animation[data-animation=fade-in-from-right] {
        right: -40px;
        padding-left: 30px
    }

    .has-animation[data-animation=fade-in-from-right] {
        right: -40px
    }

    img.img-with-animation[data-animation=fade-in-from-bottom] {
        bottom: -80px
    }

    .has-animation[data-animation=fade-in-from-bottom] {
        bottom: -50px
    }

    img.img-with-animation[data-animation=fade-in-from-left],
    img.img-with-animation[data-animation=fade-in-from-right] {
        margin: 0 auto
    }

.clapat-button {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    line-height: 20px;
    cursor: pointer;
    border: none;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    text-align: center;
    background-color: #ddd
}

    .clapat-button:active,
    .clapat-button:focus,
    .clapat-button:hover {
        background-color: #000;
        color: #fff
    }

    .clapat-button.outline-button {
        color: #000;
        padding: 12px 27px;
        background-color: transparent;
        border: 3px solid #000
    }

        .clapat-button.outline-button:active,
        .clapat-button.outline-button:focus,
        .clapat-button.outline-button:hover {
            border: 3px solid #ddd;
            color: #ddd
        }

.space-buttons {
    display: inline-block;
    height: 0;
    width: 20px
}

.our-team {
    display: block;
    margin: 0 0 0 -50px;
    width: 1380px;
    text-align: center
}

    .our-team li.team-member {
        width: 360px;
        height: 440px;
        margin: 0 48px 70px;
        list-style: none;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat
    }

.team-overflow {
    width: 360px;
    height: 440px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.team-info {
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 1);
    padding: 30px;
    margin-top: 360px;
    position: absolute;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.our-team li:hover .team-info {
    margin-top: 0;
    padding-top: 50px;
    background: rgba(255, 255, 255, .9)
}

.team-name {
    margin-bottom: 2px;
    text-transform: uppercase
}

.team-function {
    margin-bottom: 50px
}

.team-description {
    margin-bottom: 40px
}

.socials {
    margin: 0 0 20px;
    display: block;
    width: 100%
}

    .socials li {
        list-style: none;
        display: inline-block;
        margin-left: -4px
    }

        .socials li:first-child {
            margin-left: 3px
        }

            .socials li:first-child a {
                padding-left: 0
            }

        .socials li a {
            border-right: 1px dotted rgba(0, 0, 0, .2);
            padding: 0 20px;
            color: #000;
            display: block;
            font-size: 16px;
            height: 16px;
            line-height: 10px;
            width: 20px
        }

        .socials li:last-child a {
            border-right: none
        }

        .socials li a:hover {
            color: #ddd
        }

.page-error {
    margin: 50px 0
}

    .page-error p {
        margin-bottom: 50px
    }

.blink_me {
    font-size: 100px;
    line-height: 100px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@-moz-keyframes blinker {
    0% {
        color: #000
    }

    25% {
        color: #fff
    }

    50% {
        color: #000
    }

    75% {
        color: #fff
    }

    100% {
        color: #000
    }
}

@-webkit-keyframes blinker {
    0% {
        color: #000
    }

    25% {
        color: #fff
    }

    50% {
        color: #000
    }

    75% {
        color: #fff
    }

    100% {
        color: #000
    }
}

@keyframes blinker {
    0% {
        color: #000
    }

    25% {
        color: #fff
    }

    50% {
        color: #000
    }

    75% {
        color: #fff
    }

    100% {
        color: #000
    }
}

footer {
    overflow: hidden;
    position: relative;
    width: 100%
}

#footer-content {
    background: #eee
}

    #footer-content .footer-white .container {
        padding-top: 10px
    }

    #footer-content .container {
        padding-top: 100px;
        padding-bottom: 80px;
        display: table
    }

ul.text-socials {
    margin: 0
}

    ul.text-socials li {
        list-style: none;
        display: inline-block;
        margin: 0 20px 40px;
        text-transform: uppercase
    }

        ul.text-socials li a {
            color: #000;
            border-bottom: transparent 2px solid;
            padding-bottom: 5px
        }

            ul.text-socials li a:hover {
                border-bottom: #ddd 2px solid
            }

ul.footer-socials {
    margin-left: 0;
    margin-bottom: 30px
}

    ul.footer-socials li {
        display: inline-block;
        margin-right: 15px;
        text-align: center
    }

        ul.footer-socials li a {
            color: #616161;
            display: block;
            font-size: 16px
        }

            ul.footer-socials li a:hover {
                color: #999
            }

.copyright-minimal {
    float: left
}

.text-socials-minimal {
    margin: 0;
    display: block;
    float: right
}

    .text-socials-minimal li {
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
        margin-right: 5px
    }

        .text-socials-minimal li:last-child {
            margin-right: 0
        }

        .text-socials-minimal li:after {
            content: ","
        }

        .text-socials-minimal li:first-child:after,
        .text-socials-minimal li:last-child:after {
            content: ""
        }

        .text-socials-minimal li a {
            color: #999;
            text-transform: uppercase;
            line-height: 25px
        }

            .text-socials-minimal li a:hover {
                color: #ddd
            }

@media only screen and (max-width:1466px) {
    #header-wrapper,
    .container {
        width: 940px
    }

    #search-box {
        width: 100%
    }

    #blog-post {
        padding: 0 100px
    }

    .our-team {
        width: 1000px;
        margin-left: -30px
    }

        .our-team li.team-member {
            width: 300px;
            height: 380px;
            margin: 0 9px 70px
        }

    .team-overflow {
        width: 300px;
        height: 380px
    }

    .team-info {
        width: 260px;
        height: 300px;
        padding: 20px 30px;
        margin-top: 300px
    }

    .our-team li:hover .team-info {
        padding-top: 30px
    }

    .padding-box {
        padding: 0 150px
    }
}

@media only screen and (max-width:1024px) {
    .container {
        width: 600px
    }

    .page-title {
        width: 100%
    }

    #header-wrapper {
        width: 600px
    }

    .menu-copyright,
    .menu-socials {
        display: none
    }

    #hero img {
        width: 100%
    }

    .next-project,
    .prev-project {
        width: 0
    }

    #contact-formular {
        width: 600px
    }

    #contact-info {
        max-height: 1000px;
        left: 0;
        margin-left: 0;
        width: 100%
    }

    .five_sixth,
    .four_fifth,
    .one_fifth,
    .one_fourth,
    .one_half,
    .one_sixth,
    .one_third,
    .three_fifth,
    .three_fourth,
    .two_fifth,
    .two_fourth,
    .two_third {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }

    .item.item-gap {
        display: none
    }

    .post-image {
        opacity: 1
    }

    .meta-categories.title-has-line:after {
        background: #555
    }

    .post-title {
        color: #fff
    }

    .post .overlay {
        background-color: rgba(0, 0, 0, .7)
    }

    .post {
        margin-bottom: 50px
    }

    #blog-post {
        padding: 0
    }

    .our-team {
        width: 100%;
        margin-left: 0
    }

        .our-team li.team-member {
            width: 400px;
            height: 480px;
            margin: 0 48px 70px
        }

    .team-overflow {
        width: 400px;
        height: 480px
    }

    .team-info {
        width: 340px;
        height: 340px;
        padding: 30px;
        margin-top: 400px
    }

    .our-team li:hover .team-info {
        margin-top: 0;
        padding-top: 50px
    }

    .clapat-counter {
        border-bottom: 1px solid #f0f0f0;
        border-right: 0 none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        list-style: none;
        margin-bottom: 30px;
        padding-bottom: 10px;
        text-align: left;
        width: 100%
    }

    .text-socials-minimal {
        float: left
    }

    .padding-box {
        padding: 0
    }

    #footer-content .container,
    ul.text-socials {
        text-align: left
    }

        ul.text-socials li {
            margin: 0 20px 40px 0
        }

    .space-buttons {
        display: block;
        width: 100%
    }

    .parallax {
        background-position: center top !important;
        background-attachment: scroll !important;
        height: auto;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    #header-wrapper,
    .container {
        width: 400px
    }

    .post-title {
        font-size: 30px;
        line-height: 36px
    }

    #contact-formular {
        width: 400px
    }

    input#search {
        background: #f5f5f5
    }

    .user_comment_reply {
        margin-left: -80px
    }

    .post-share {
        margin-left: -10px;
        position: relative
    }

    .our-team li.team-member {
        margin: 0 0 70px
    }

    #filters {
        max-height: 500px;
        position: relative
    }

        #filters li {
            display: block;
            margin: 0 10px 10px
        }

            #filters li:last-child {
                padding-bottom: 150px
            }

    .page-error {
        margin: 0
    }

    .blink_me {
        font-size: 60px;
        line-height: 60px
    }
}

@media only screen and (max-width:479px) {
    #header-wrapper,
    .container {
        width: 240px
    }

    .item:hover .padding-overlay {
        padding: 10px
    }

    #contact-formular {
        width: 240px
    }

    .our-team li.team-member,
    .team-overflow {
        width: 240px;
        height: 320px
    }

    .team-info {
        width: 300px;
        height: 300px;
        padding: 20px 30px;
        margin-top: 240px
    }

    .team-description {
        display: none
    }

    .our-team li:hover .team-info {
        padding-top: 30px
    }
}

#map {
    width: 100%;
    height: 400px
}

.status-publish img {
    width: 100%;
    height: auto
}

.web {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu-font-weight {
    font-weight: 700
}

#breadcrumb {
    list-style: none;
    margin: 0 0 100px
}

    #breadcrumb li {
        display: inline-block
    }

#main {
    padding: 150px 0 200px
}

.as {
    text-align: right
}

li span {
    float: right;
    color: #999
}

.all-display {
    margin-bottom: 40px
}

.soft {
    font-size: 12px;
    color: #999
}

    .soft:hover {
        color: #000
    }

.wp-tag-cloud {
    list-style: none;
    margin: 0
}

    .wp-tag-cloud li {
        display: inline-block
    }

        .wp-tag-cloud li:after {
            content: " â€¢ ";
            margin: 4px 3px 0;
            position: relative
        }

        .wp-tag-cloud li:last-child:after {
            content: ""
        }

table {
    width: 100%;
    border-collapse: collapse
}

tr:nth-of-type(odd) {
    background: #fafafa
}

th {
    background: #616262;
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

    th .fa {
        float: right;
        margin-top: 5px;
        margin-right: 2px
    }

td,
th {
    padding: 6px;
    border: 1px solid #f0f0f0;
    text-align: left
}

@media only screen and (max-width:760px), (min-device-width:768px) and (max-device-width:1024px) {
    table,
    tbody,
    td,
    th,
    thead,
    tr {
        display: block
    }

        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

    tr {
        border: 1px solid #f0f0f0
    }

    td {
        border: none;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
        padding-left: 50%
    }

        td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap
        }

        td:nth-of-type(1):before {
            content: "AdÄ±"
        }

        td:nth-of-type(2):before {
            content: "Tarihi"
        }

        td:nth-of-type(3):before {
            content: "Program"
        }

        td:nth-of-type(4):before {
            content: "Durum"
        }
}

#description {
    padding-top: 100px
}

#filters {
    font-weight: 400;
    margin: 0
}

.tag-list:after {
    content: " / "
}

.tag-list:last-child:after {
    content: ""
}

.lang_sel_sel {
    display: none !important
}

.active {
    color: #999
}

.team-info {
    color: #000
}

.item {
    display: none
}

.showcase,
.vitrin {
    display: block
}

.single-basinda-biz iframe {
    width: 100%;
    height: 500px
}

.different-line {
    margin-bottom: 7px
}

.menu-item {
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-family: HelveticaNeue-Light, Helvetica, sans-serif
}

.title-has-line {
    font-weight: 900
}

.page-template-contact .title-has-line {
    font-family: HelveticaNeue
}

@font-face {
    font-family: HelveticaNeue;
    src: url(assets/fonts/HelveticaNeue.eot?#iefix) format('embedded-opentype'), url(assets/fonts/HelveticaNeue.otf) format('opentype'), url(assets/fonts/HelveticaNeue.woff) format('woff'), url(assets/fonts/HelveticaNeue.ttf) format('truetype'), url(assets/fonts/HelveticaNeue.svg#HelveticaNeue) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-Bold;
    src: url(assets/fonts/HelveticaNeue-Bold.eot?#iefix) format('embedded-opentype'), url(assets/fonts/HelveticaNeue-Bold.otf) format('opentype'), url(assets/fonts/HelveticaNeue-Bold.woff) format('woff'), url(assets/fonts/HelveticaNeue-Bold.ttf) format('truetype'), url(assets/fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-Light;
    src: url(assets/fonts/HelveticaNeue-Light.eot?#iefix) format('embedded-opentype'), url(assets/fonts/HelveticaNeue-Light.otf) format('opentype'), url(assets/fonts/HelveticaNeue-Light.woff) format('woff'), url(assets/fonts/HelveticaNeue-Light.ttf) format('truetype'), url(assets/fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-UltraLight;
    src: url(assets/fonts/HelveticaNeue-UltraLight.eot?#iefix) format('embedded-opentype'), url(assets/fonts/HelveticaNeue-UltraLight.otf) format('opentype'), url(assets/fonts/HelveticaNeue-UltraLight.woff) format('woff'), url(assets/fonts/HelveticaNeue-UltraLight.ttf) format('truetype'), url(assets/fonts/HelveticaNeue-UltraLight.svg#HelveticaNeue-UltraLight) format('svg');
    font-weight: 400;
    font-style: normal
}

.site-title {
    margin: 0;
    padding: 0;
}

.lang_sel_click ul {
    margin: 0;
}

:lang(en-US) .en {
    display: none;
}

.blk {
    display: block;
}

.single-blog .title-has-line {
    font-size: 25px;
    line-height: 30px;
}

.notb {
    display: none;
}

.post-type-archive-blog .notw,
.single-blog .notw,
.tax-blog-category .notw {
    display: none;
}

.post-type-archive-blog .notb,
.single-blog .notb,
.tax-blog-category .notb {
    display: block;
}

.home .m2grafik {
    display: none;
}

html:lang(en-US) body.home #main > .container > :nth-last-child(1),
html:lang(en-US) body.home #main > .container > :nth-last-child(2),
html:lang(en-US) body.home #main > .container > :nth-last-child(3) {
    display: none;
}

.team-name {
    float: left;
    margin: 0 !important;
}

.ekip-poz {
    display: inline-block !important;
    margin: 0 0 0 10px !important;
}

.ekip-uni,
.ekip-yuksek {
    float: left;
    margin: 0 !important;
    color: #999;
}

.ekip-metin {
    margin: 0 0 10px 0 !important;
}

.post-type-archive-blog #lang_sel_click {
    display: none;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:#eff3f8;
    color: black;
    text-align: left;
    vertical-align:middle!important;
}