html, body {
    overflow-x: hidden
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

nav ul, nav ol {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    list-style-image: none
}

ul {
    list-style: none outside
}

input[type="text"]:focus, textarea:focus, input[type="button"]:focus, input[type="submit"]:focus, select:focus {
    outline-color: transparent;
    outline-style: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

input, select, textarea, ul.form-items li .fileUpload {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear
}

ol {
    list-style-position: inside
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    outline: none;
    text-decoration: none;
    background: transparent;
    vertical-align: baseline
}

a, a > * {
    text-decoration: none;
    color: #5b5e60
}
img {
    border: 0;
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic
}

body {
    background-color: #fff;
    color: #777;
    font-weight: normal;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.75em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}
section{
    display:inline-block;
}
section:before,
section:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
section:after {
    clear: both;
}
.promoWrapper {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: #1d1d1b;
}
.scrol-to {
    position: absolute;
    display: inline-block;
    left: 3px;
    bottom: 29px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 10;
    height: 36px;
    overflow: hidden;
    width: 200px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    background: url(https://www.diverseffect.com/images/arrow-left-long.svg) no-repeat left bottom;
    -webkit-transition: bottom 0.5s cubic-bezier(0.17, 0.67, 0.68, 0.96);
    transition: bottom 0.5s cubic-bezier(0.17, 0.67, 0.68, 0.96);
}
.scrol-to:hover {
        color:#EC224E;
        bottom: 39px;
}
.scrol-to-text {
    position: absolute;
    right: 0px;
    top: 5px;
    -webkit-transition: right 0.5s cubic-bezier(0.17, 0.67, 0.68, 0.96);
    transition: right 0.5s cubic-bezier(0.17, 0.67, 0.68, 0.96);
    font-size:13px;
    line-height:30px;
    font-weight: 400;
    color: #fff;
}
.scrol-to:hover .scrol-to-text {
    right: 20px;
}

.Slider {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.Slider .Slide {
    float: left;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    position: relative;
}
.Slider .Slide #cropcontainer{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width:  100%; 
    height: 100%; 
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.Slider .Slide #cropcontainer::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width:  100%; 
    height: 100%;
    background: url(../images/intro-bg-cover.png) no-repeat center center;
    background-size: cover;
    z-index: 3;
}
.Slider .Slide #cropcontainer .video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover
}

.Slider .Slide #cropcontainer .video-background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
    overflow: hidden;
}
.Slider .Slide #cropcontainer .video-foreground,
.Slider .Slide #cropcontainer .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 106%;
    pointer-events: none;
}
@media all and (max-width: 991px) {
    .Slider .Slide #cropcontainer .video-foreground,
    .Slider .Slide #cropcontainer .video-background iframe {
        pointer-events: visible;
    }
}

.Slider .Slide #cropcontainer #vidtop-content {
    top: 0;
    color: #fff;
}

.Slider .Slide #cropcontainer .vid-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    background: rgba(#000,0.3);
    color: #fff;
    padding: 1rem;
    font-family: Avenir, Helvetica, sans-serif;
}

.Slider .Slide #cropcontainer .vid-info h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
}

.Slider .Slide #cropcontainer .vid-info a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: rgba(#000,0.5);
    border-bottom: none;
    margin: 1rem auto;
    text-align: center;
}

@media (min-aspect-ratio: 16/9) {
    .Slider .Slide #cropcontainer .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .Slider .Slide #cropcontainer .video-foreground {
        width: 300%;
        left: -100%;
    }
}

@media all and (max-width: 600px) {
    .Slider .Slide #cropcontainer .vid-info {
        width: 50%;
        padding: .5rem;
    }

    .Slider .Slide #cropcontainer .vid-info h1 {
        margin-bottom: .2rem;
    }
}

@media all and (max-width: 500px) {
    .Slider .Slide #cropcontainer .vid-info .acronym {
        display: none;
    }
}
.intro-section_content {
    position: absolute;
    z-index: 5;
    left: 200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 690px;
    color: #fff;
    opacity:0;
    transition: opacity .788867s cubic-bezier(.5, .15, .17, 1) .241614s;
}
.js-active-slide .intro-section_content {
    opacity: 1;
}
.intro-section_content h2 {
    float:left;
    width:100%;
    height:auto;
    font-size: 60px;
    font-weight: 400;
    line-height:71px;
    color:#FFF;
}
.intro-section_content span {
    float:left;
    width:100%;
    height:auto;
    font-size: 36px;
    font-weight: 300;
    line-height:43px;
    color:#FFF;
}
.decoration-line {
    float:left;
    height: 1px;
    margin: 29px 0;
    margin-top: 12px;
    width: 100%;
    overflow: hidden;
    background: rgba(255,255,255,0.2);
    will-change: width;
}
.decoration-line:before {
    display: block;
    content: '';
    width: 100px;
    height: 1px;
    background: #fff;
}
.promoPrev {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 20px;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin-top: -10px;
    transform: rotate(45deg);
    text-indent: -999px;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.promoPrev:hover {
    border-left: 3px solid rgba(255,255,255,0.5);
    border-bottom: 3px solid rgba(255,255,255,0.5);
}
.promoNext {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin-top: -10px;
    transform: rotate(-45deg);
    text-indent: -999px;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.promoNext:hover {
    border-right: 3px solid rgba(255,255,255,0.5);
    border-bottom: 3px solid rgba(255,255,255,0.5);
}

.MainFooter {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100px;
    z-index: 5;
    padding: 7px 0px;
    text-align: center
}

    .MainFooter .Content {
        margin: 0px auto;
        width: 1190px;
        height: 86px
    }

.MainFooter .Content ul {
    display: inline-block;
    zoom: 1;
    display: inline;
    width: auto;
    height: 86px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center
}

.MainFooter .Content ul li {
    float: left;
    width: auto;
    height: 86px;
    margin: 0px 20px;
    padding: 0px;
    list-style: none;
    text-align: center
}

.MainFooter .Content ul li img {
    float: left;
    width: auto;
    height: 86px;
    opacity:.6;
}
.MainFooter .Content ul li:hover img {
    opacity:1;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.clears {
    clear: both
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "."
}

.align-center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

img.alignleft {
    margin-right: 20px
}

img.alignright {
    margin-left: 20px
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.affix {
    position: fixed
}

p {
    margin: 0 0 1.5em;
    padding: 0;
    line-height: 1.75em
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    color: #5b5e60;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3em;
    font-weight: normal
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

::-moz-selection {
    color: #fff;
    background: #ED214E;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #ED214E;
    text-shadow: none
}

.highlight {
    padding: 0 3px;
    color: #fff;
    text-shadow: none
}

blockquote {
    color: #aeaeae
}

li blockquote {
    font-size: 24px
}

blockquote p {
    margin-bottom: .7em
}

blockquote.type-1 {
    font-size: 22px
}

blockquote.type-1:before {
    display: block;
    margin-bottom: 15px;
    content: "\e86c";
    font-size: 36px;
    font-family: 'fontello'
}

.ie8 blockquote.type-1:before {
    text-align: center
}

blockquote.type-1 p {
    line-height: 1.6em
}

blockquote.type-2 {
    padding-left: 20px;
    border-left: 5px solid #ebebeb;
    font-size: 18px;
    font-style: italic
}

.dropcap::first-letter {
    display: block;
    float: left;
    margin: 10px 15px 0 0;
    font-weight: 700;
    font-size: 48px
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: #EC224E
}

.single-image {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
    font-size: 0;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.image-extra .single-image {
    display: inline-block;
    margin: 20px 5px 0
}

.touch .image-extra .single-image {
    pointer-events: none
}

.touch .touched .single-image {
    pointer-events: auto
}

.single-image img {
    display: block
}

.team-plus-icon .curtain {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity = 0);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.team-plus-icon .curtain:after {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-family: 'fontello';
    line-height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.team-plus-icon .curtain:after {
    background-color: #f70e49;
    background-color: rgba(0,194,169, .8);
    font-size: 38px;
    content: '\e9a1'
}

.team-plus-icon:hover .curtain {
    visibility: visible;
    opacity: 1
}

.not-ie .open .team-plus-icon .curtain:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.divider {
    margin-top: 70px;
    margin-bottom: 70px;
    height: 1px;
    background-color: #ececec
}

.wrong-data {
    border-color: #fe5214
}

Chrome, Safari input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999
}

Firefox input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999
}

.comments-form {
    margin-bottom: 30px
}

.input-block {
    margin-bottom: 10px
}

.contact-form .submit i {
    font-size: 30px
}

.contact-form iframe {
    display: inline-block;
    vertical-align: middle
}

.contact-form input.verify {
    vertical-align: top;
    width: 80px
}

.captcha-frame {
    margin: 0;
    border: none
}

.button {
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px 20px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    color: #fff;
    vertical-align: baseline;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.button.middle {
    padding: 10px 24px;
    font-size: 17px
}

.button.large {
    padding: 15px 30px;
    font-size: 20px
}

.button.default {
    border-color: #cfcfcf;
    color: #f70e49
}

.button.default:hover {
    border-color: transparent;
    color: #fff
}

.button.submit {
    margin-bottom: 20px;
    padding: 2px 20px;
    width: 100%
}

.button.turquoise {
    background-color: #f70e49
}

.button.turquoise:hover {
    border-color: #cfcfcf;
    background-color: #fff;
    color: #f70e49
}

.parallax .button.turquoise:hover {
    border-color: transparent
}

.DahaFazla {
    float:left;
    width:100%;
    height:auto;
    text-align:center;
    margin:35px 0px;
}
.DahaFazla a {
    display:inline-block;
    vertical-align:middle;
    padding-right: 40px;
    font-weight: 500;
    font-size: 16px;
    color:#333;
    position:relative;
}
.DahaFazla a i {
    font-size: 28px;
    color: #EC224E;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -0.5em;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
}
.DahaFazla a:hover i {
    right: -12px;
}

.ProjeDetailMenu {
    margin: 0px auto;
    width: 100%;
    height: auto;
    text-align: center
}

.ProjeDetailMenu a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 220px;
    height: 64px;
    padding: 0px;
    margin: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #ccc;
    font-size: 25px;
    cursor: pointer;
    color: #ccc;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    text-align: center;
    line-height: 60px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.ProjeDetailMenu a:hover {
    background: #f70e49;
    border-color: #f70e49;
    color: #FFF
}

.GeriBt {
    margin: 43px auto;
    width: 64px;
    height: 64px
}

.GeriBt a {
    float: left;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 25px;
    cursor: pointer;
    color: #ccc;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    text-align: center;
    line-height: 60px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    background-image: url(https://www.diverseffect.com/images/svg/geri_bt.svg);
    background-size: 23px 15px;
    background-image: url(../images/geri_bt.png)\0/;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px
}

.GeriBt a:hover {
    background-image: url(https://www.diverseffect.com/images/svg/geri_bt_white.svg);
    background-size: 23px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/geri_bt_white.png)\0/;
    border-color: #f70e49;
    background-color: #f70e49;
    color: #FFF
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
    line-height: 0;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.header-shrink, .header-fixed {
    position: fixed !important
}

.home #header, #header.header-shrink, .home #header, #header.header-fixed {
    border-bottom-width: 0
}

#header.transparent {
    background-color: transparent
}
#header.open {
    background-color: #fff
}

#header.header-shrink, #header.header-fixed {
    background-color: #fff
}

.header-in {
    margin: 0 auto;
    width: 100%;
    text-align: justify;
    padding-left: 80px;
    padding-right: 57px;
}

.not-ie .header-in {
    font: 0/0 a
}

@media screen and (min-width: 0\0) {
    .not-ie .header-in {
        font-size: 15px;
        transition: height .25s ease
    }
}

.ie8 .header-shrink .header-in, .ie8 .header-fixed .header-in {
    font-size: 15px
}

.header-in:after {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    content: ""
}

#logo, #navigation {
    display: inline-block;
    vertical-align: middle
}
#navigation {
    float:right;
}

#logo {
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 0;
    transition: font-size .25s ease;
    background-color: transparent;
    padding: 20px;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
/*.home #logo {
    background-color: #EC224E;
}*/
.header-shrink #logo {
    background-color: transparent;
}
.transparent #logo {
    font-size: 44px
}

.transparent #logo a {
    display: block;
    width: 175px;
    height: 50px;
    color: #fff;
    background-image: url(https://www.diverseffect.com/images/diverslogo.svg);
    background-size: 175px 50px;
    background-image: url(../images/Logo_white.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

.header-shrink #logo, .header-fixed #logo {
    font-size: 28px
}

.header-shrink #logo a, .header-fixed #logo a {
    display: block;
    width: 175px;
    height: 50px;
    color: #fff;
    background-image: url(https://www.diverseffect.com/images/diverslogored.svg);
    background-size: 175px 50px;
    background-image: url(../images/Logo_red.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

.header-shrink .navigation {
    border-bottom-width: 0
}

.navigation > ul > li {
    position: relative;
    display: block;
    float: left
}

.navigation > ul > li > a {
    display: block;
    margin: 0;
    font-family:'Rubik', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #5b5e60;
    font-size: 13px;
    line-height: 30px;
    -webkit-transition: padding .25s ease, color 100ms linear, background-color .25s ease-out;
    transition: padding .25s ease, color 100ms linear, background-color .25s ease-out
}

.navigation > ul > .downarrowclass > a:after {
    margin-left: 6px;
    color: #5b5e60;
    font-size: 12px;
    font-family: 'fontello';
    content: '\e8ba';
    line-height: 1em
}

.transparent .navigation > ul > li > a, .transparent .navigation > ul > li > a:after {
    color: #fff
}

.navigation .lang {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    list-style-image: none;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(29,29,27,.5);
}
.navigation .lang a {
    display: block;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #1d1d1b;
    font-size: 13px;
    line-height: 30px;
    -webkit-transition: padding .25s ease, color 100ms linear, background-color .25s ease-out;
    transition: padding .25s ease, color 100ms linear, background-color .25s ease-out;
    padding:0px 5px;
}
.navigation .lang a:hover {
        color: #ed214d;
}
.transparent .navigation .lang {
    border-left: 1px solid rgba(255,255,255,.5);
}
.transparent .navigation .lang a {
    color: #FFF;
}
.transparent .navigation .lang a:hover {
        color: #ed214d;
}
.header-shrink .navigation .lang {
    border-left: 1px solid rgba(29,29,27,.5);
}
.header-shrink  .navigation .lang a {
    color: #1d1d1b;
}
.header-shrink  .navigation .lang a:hover {
    color: #ed214d;
}

@media only screen and (min-width: 1025px) {
    .transparent .navigation > ul > li > a, .header-shrink .navigation > ul > li > a, .header-fixed .navigation > ul > li > a {
        padding: 30px 10px 30px
    }

    .transparent .navigation > ul > li.downarrowclass > a, .header-shrink .navigation > ul > li.downarrowclass > a, .header-fixed .navigation > ul > li.downarrowclass > a {
        padding: 30px 15px 30px 10px
    }

    #navigation .SocialHead {
        margin-top: 0px !important
    }

    .header-shrink .header-in #navigation .SocialHead, .header-fixed .header-in #navigation .SocialHead {
        margin-top: 0px !important
    }
}

@media only screen and (min-width: 993px) {
    .header-shrink .navigation > ul > li > a, .header-fixed .navigation > ul > li > a {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        color: #1d1d1b
    }

    .header-shrink .navigation > ul > li > a:after, .header-fixed .navigation > ul > li > a:after {
        color: #695D53
    }
}

.navigation > ul > li:hover > a, .navigation > ul > .current-menu-item > a, .navigation > ul > .current-menu-parent > a, .navigation > ul > .current-menu-ancestor > a, .navigation > ul > .current_page_item > a, .navigation > ul > .current_page_parent > a, .navigation > ul > .current_page_ancestor > a {
    color: #ed214d
}

.navigation > ul > li:hover > a:after, .navigation > ul > .current-menu-item > a:after, .navigation > ul > .current-menu-parent > a:after, .navigation > ul > .current-menu-ancestor > a:after, .navigation > ul > .current_page_item > a:after, .navigation > ul > .current_page_parent > a:after, .navigation > ul > .current_page_ancestor > a:after {
    color: #fff
}

.transparent .navigation > ul > li:hover > a, .transparent .navigation > ul > .current-menu-item > a, .transparent .navigation > ul > .current-menu-parent > a, .transparent .navigation > ul > .current-menu-ancestor > a, .transparent .navigation > ul > .current_page_item > a, .transparent .navigation > ul > .current_page_parent > a, .transparent .navigation > ul > .current_page_ancestor > a {
    color: #ed214d
}

.header-shrink .navigation > ul > li:hover > a, .header-shrink .navigation > ul > .current-menu-item > a, .header-shrink .navigation > ul > .current-menu-parent > a, .header-shrink .navigation > ul > .current-menu-ancestor > a, .header-shrink .navigation > ul > .current_page_item > a, .header-shrink .navigation > ul > .current_page_parent > a, .header-shrink .navigation > ul > .current_page_ancestor > a, .header-fixed .navigation > ul > li:hover > a, .header-fixed .navigation > ul > .current-menu-item > a, .header-fixed .navigation > ul > .current-menu-parent > a, .header-fixed .navigation > ul > .current-menu-ancestor > a, .header-fixed .navigation > ul > .current_page_item > a, .header-fixed .navigation > ul > .current_page_parent > a, .header-fixed .navigation > ul > .current_page_ancestor > a {
    color: #ed214d
}

.header-shrink .navigation > ul > li:hover > a:after, .header-shrink .navigation > ul > .current-menu-item > a:after, .header-shrink .navigation > ul > .current-menu-parent > a:after, .header-shrink .navigation > ul > .current-menu-ancestor > a:after, .header-shrink .navigation > ul > .current_page_item > a:after, .header-shrink .navigation > ul > .current_page_parent > a:after, .header-shrink .navigation > ul > .current_page_ancestor > a:after, .header-fixed .navigation > ul > li:hover > a:after, .header-fixed .navigation > ul > .current-menu-item > a:after, .header-fixed .navigation > ul > .current-menu-parent > a:after, .header-fixed .navigation > ul > .current-menu-ancestor > a:after, .header-fixed .navigation > ul > .current_page_item > a:after, .header-fixed .navigation > ul > .current_page_parent > a:after, .header-fixed .navigation > ul > .current_page_ancestor > a:after {
    color: #ed214d
}

.navigation ul ul {
    position: absolute;
    display: none;
    padding: 10px 0;
    width: 170px;
    background-color: #000;
    background-color: rgba(0,0,0, .5)
}

.navigation ul ul li {
    position: relative
}

.navigation ul ul li a {
    display: block;
    padding: 7px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.5em;
    text-align: left
}

.navigation ul ul .rightarrowclass > a:after {
    margin-left: 15px;
    color: #fff;
    font-size: 12px;
    font-family: 'fontello';
    content: '\e8b8';
    line-height: 1em
}

.navigation ul ul a:hover, .navigation ul ul .current-menu-item > a, .navigation ul ul .current-menu-parent > a, .navigation ul ul .current-menu-ancestor > a, .navigation ul ul .current_page_item > a, .navigation ul ul .current_page_parent > a, .navigation ul ul .current_page_ancestor > a {
    color: #f70e49
}

@media only screen and (min-width: 993px) {
    .navigation ul ul ul {
        top: 0;
        left: 170px;
        margin-top: -10px
    }
}

.responsive-nav-button {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #f70e49;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
    font-family: 'fontello';
    line-height: 40px;
    vertical-align: middle;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.responsive-nav-button:after {
    content: "\ed38";
    color: #fff
}
.phoneMobile {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(https://www.diverseffect.com/images/svg/phone_hv.svg);
    background-size: 40px 40px;
    background-image: url(../images/phone_hv.png)\0/;
    background-repeat: no-repeat;
    background-position: left top;
}
@media only screen and (min-width: 1200px) {
    .keydown {
        display: none;
        position: absolute;
        bottom: 150px;
        left: 50%;
        z-index: 10;
        margin-left: -66px;
        width: 132px;
        font-size: 0;
        text-align: center;
        -webkit-transition: opacity .35s ease;
        transition: opacity .35s ease;
        -webkit-animation: fadeOutKeydown .35s ease 10s both;
        animation: fadeOutKeydown .35s ease 10s both
    }

    .ie8 .keydown {
        display: none
    }

    .keydown li {
        display: inline-block;
        margin: 2px;
        width: 40px;
        height: 40px;
        border: 1px solid #cfcfcf;
        background-color: transparent;
        vertical-align: top;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        -webkit-border-radius: 6px;
        border-radius: 6px
    }

    .keydown li.left {
        -webkit-animation: actionKey 1s ease 4s both;
        animation: actionKey 1s ease 4s both
    }

    .keydown li.right {
        -webkit-animation: actionKey 1s ease 4.5s both;
        animation: actionKey 1s ease 4.5s both
    }

    .keydown li.up {
        display: block;
        margin: 2px auto;
        -webkit-animation: actionKey 1s ease 5s both;
        animation: actionKey 1s ease 5s both
    }

    .keydown li.down {
        -webkit-animation: actionKey 1s ease 5.5s both;
        animation: actionKey 1s ease 5.5s both
    }

    .keydown li:before {
        color: #fff;
        font-size: 18px;
        font-family: 'fontello';
        line-height: 40px
    }

    .keydown .left:before {
        content: '\ea07'
    }

    .keydown .right:before {
        content: '\ea08'
    }

    .keydown .up:before {
        content: '\ea09'
    }

    .keydown .down:before {
        content: '\ea06'
    }
}

@-webkit-keyframes

"actionKey" {
    0%

{
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 transparent;
}

50% {
    border-color: transparent;
    background-color: #f70e49;
    -webkit-box-shadow: 0 0 8px rgba(0,194,169, .5);
}

100% {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 transparent;
}

}
@keyframes

"actionKey" {
    0%

{
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
}

50% {
    border-color: transparent;
    background-color: #f70e49;
    box-shadow: 0 0 8px rgba(0,194,169, .5);
}

100% {
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
}

}
@-webkit-keyframes

"fadeOutKeydown" {
    to

{
    opacity: 0;
}

}
@keyframes

"fadeOutKeydown" {
    to

{
    opacity: 0;
}

}

#slides {
    position: relative
}

.fullscreen-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.no-touch .fullscreen-image {
    background-attachment: fixed;
    background-size: cover
}

.header-text-entry {
    display: table;
    width: 100%;
    height: 100%
}

.header-text {
    position: relative;
    z-index: 2;
    display: table-cell;
    margin: auto;
    vertical-align: middle;
    text-align: center
}

.header-text h1, .header-text h2, .header-text h3, .header-text h4, .header-text h5, .header-text h6 {
    color: #fff;
    font-weight: 300;
    line-height: 1em;
    z-index: 2
}

.header-text h1 {
    margin-bottom: 0;
    font-size: 100px;
    font-family: 'Julius Sans One', sans-serif;
    text-transform: uppercase
}

.slides-pagination {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    z-index: 5;
    font-size: 0
}

.slides-pagination a {
    display: inline-block;
    margin: 2px 7px;
    width: 7px;
    height: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: #fff;
    cursor: pointer;
    vertical-align: middle
}

.slides-pagination a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.slides-pagination .current {
    margin: 0 7px;
    width: 11px;
    height: 11px;
    border-color: #fff;
    background-color: transparent;
    cursor: default
}

.slides-navigation a {
    position: absolute;
    top: 50%;
    z-index: 1000;
    margin-top: -20px;
    opacity: 0;
    font-size: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.touch .slides-navigation a, #slides:hover .slides-navigation a {
    opacity: 1
}

.ie8 .slides-navigation a {
    visibility: hidden
}

.ie8 #slides:hover .slides-navigation a {
    visibility: visible
}

.slides-navigation .prev {
    left: 35px
}

.slides-navigation .next {
    right: 35px
}

.slides-navigation a:after {
    color: #fff;
    vertical-align: middle;
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    line-height: 59px;
    font-family: 'fontello';
    cursor: pointer
}

.slides-navigation a:hover:after {
    color: #f70e49
}

.slides-navigation .prev:after {
    content: "\ea07"
}

.slides-navigation .next:after {
    content: "\ea08"
}

#wrapper {
    width: 100%
}

#content {
    padding-top: 40px
}

.sbr #main {
    float: left
}

.sbl #main {
    float: right
}

.page {
    width: 100%;
    position: relative;
    z-index: 6;
}

.section {
    position: relative;
    width: 100%;
    z-index: 2;
    background-color: #fff
}
#home .section {
    z-index:5;
}
.services {
    padding: 120px 0px 120px
}
.home .services {
    padding: 60px 0px 100px
}
.services .section-title{
    margin-top:10px !important;
}

.aboutus {
    padding: 140px 0px 100px
}

.servicesPage, .sektorPage {
    padding: 190px 0px 150px
}

.projects {
    padding: 100px 0px 0px;
    background: none;
}

.achievements {
    padding: 160px 0px 85px
}

.projectslist {
    padding: 150px 0px 85px
}

.projectsdetails {
    padding: 165px 0px 40px
}

.projectsdetailsnew {
    padding: 60px 0px 60px
}

.brands {
    padding: 140px 0px 140px;
}

.contact {
    padding: 140px 0px 160px
}

.padding-top-off {
    padding-top: 0
}

.RedPill {
    margin:0px 0px -10px 0px;
    overflow:hidden;
    padding: 0px 0px 0px
}

.padding-bottom-off {
    padding-bottom: 0
}

.padding-off {
    padding: 0
}

.padding-top-half-off {
    padding-top: 50px
}

.border {
    border-bottom: 1px solid #ececec
}

.section-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px
}

.projects .section-title {
    margin-bottom: 0px
}

.servicesPage .section-title:after {
    margin-bottom: 0px
}

.brands .section-title {
    margin-bottom: 0px
}

.contact .section-title {
    margin-bottom: 0px
}

.projectslist .section-title {
    margin-bottom: 20px
}

.projectsdetails .section-title {
    padding-top: 75px
}

.section-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 50%;
    height: 1px;
    background-color: #f70e49;
    content: ""
}
.section-title.align-center:after {
    left: 50%;
    margin-left: -7%;
}
.aboutus .section-title:after,
.servicesPage .section-title:after {
    width: 14%;
}

.servicesPage .section-title:after {
    display: block
}

.projects .section-title:after {
    display: none
}

.achievements .section-title:after {
    display: none
}

.brands .section-title:after {
    display: none
}

.contact .section-title:after {
    display: none
}

.projectslist .section-title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7%;
    width: 14%;
    height: 1px;
    background-color: #f70e49;
    content: ""
}

.section-title h1 {
    font-family: 'Rubik', sans-serif;
    margin-bottom: 25px;
    color: #414141;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
}

.section-title h2 {
    font-family: 'Rubik', sans-serif;
    margin-bottom: 10px;
    color: #1d1d1b;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
}
.section-title h1 b,
.section-title h2 b{
    font-weight: 500;
}
.section-title h3 {
    font-family: 'dincond-black_tr_';
    color: #908f8e;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px
}
.section-text {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 28px;
    font-weight:300;
    color: #333
}
.brands .section-title h2 {
    color: #f70e49
} 
.contact .section-title h2 {
    color: #FFF;
}

.brands .section-title h3, .contact .section-title h3 {
    color: #ccc
}

.section-title h4 {
    font-family: 'dincond-black_tr_';
    margin-bottom: 10px;
    color: #414141;
    font-weight: normal;
    font-size: 60px;
    line-height: 55px
}

.projectsdetails .section-title h2 {
    font-size: 60px;
    color: #414141
}

.projectsdetails .section-title h3 {
    font-size: 23px;
    color: #ccc
}

.projectsdetailsnew .section-page {
    margin: 0px auto;
    width: 660px;
    max-width: 100%
}

.projectsdetailsnew .section-page h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: #414141
}

.projectsdetailsnew .section-page p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #5b5e60
}

.projectsdetailsnew .section-image {
    margin: 0px auto;
    width: 910px;
    max-width: 100%;
    padding: 50px 0px;
    display: block
}

.projectsdetailsnew .section-image img {
    float: left;
    width: 100%;
    height: auto
}

.projectsdetailsnew .section-video {
    margin: 0px auto;
    width: 800px;
    max-width: 100%;
    padding: 20px 0px;
    display: block
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-page {
    padding: 0px;
    margin: 0px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    text-align: center;
    padding-top: 15px
}
.section-page b,
.section-page strong{
    font-weight: 500;
}
#aboutus .col-xs-12, #servicesPage .col-xs-12 {
    float: none;
    margin: 0px auto;
    max-width: 800px
}

#sektorPage .col-xs-12 {
    float: none;
    margin: 0px auto;
    max-width: 1100px
}

.projectsdetails .section-page {
    margin: 0px auto !important;
    max-width: 920px;
    color: #a4a4a3
}

.projectslist span {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'dincond-black_tr_';
    font-size: 21px;
    font-weight: normal;
    color: #ccc;
    padding: 0px 0px 30px 0px;
    margin: 0px
}

.section-logo {
    margin: 0px auto;
    width: 178px;
    height: 178px
}

.section-page2 {
    float:left;
    width:100%;
    height:auto;
    padding: 0px;
    margin: 0px;
}

.section-page2 .Colums {
    float:left;
    width:33.33%;
    height: auto;
    padding: 0px 15px 40px 15px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section-page2 .Colums a {
    float:left;
    width:100%;
    height: auto;
    display: block;
    margin: 0px auto;
    text-align:left;
}
.section-page2 .Colums a span {
    float:left;
    width: 50px;
    height: 50px;
    display: block;
    -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;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
}
.section-page2 .Colums a span img {
    float: left;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}
.section-page2 .Colums a h2{
    float:left;
    width:100%;
    height: auto;
    display: block;
    margin: 0px 0px 5px 0px;
    font-family: 'Rubik', sans-serif;
    color: #1d1d1b;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    text-align:left;
    text-transform:uppercase;
}
.section-page2 .Colums a:hover h2 {
    color: #f7003e;
}
.section-page2 .Colums p {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px;
    text-align:left;
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
    color: #333 !important;
}

.parallax .section-title:after {
    background-color: #f70e49;
    background-color: rgba(247,14,73,1)
}

.ProjeDetailImage {
    margin: 0px auto;
    width: 921px;
    height: auto;
    background: url(../images/mac.png) center top no-repeat
}

.ProjeDetailImage img {
    float: left;
    width: 100%;
    height: auto
}

.ProjeDetailImage .quotes-control-nav {
    display: none
}

.ProjeDetailImage ul.quotes {
    float: left;
    width: 92% !important;
    height: auto;
    margin: 4% 4% 21% 4.15%;
    padding: 0px
}

.ProjeMobilImage {
    margin: 0px auto;
    width: 1000px;
    height: auto;
    background: url(../images/ipad.png) center top no-repeat
}

.ProjeMobilImage img {
    float: left;
    width: 100%;
    height: auto
}

.ProjeMobilImage .quotes-control-nav {
    display: none
}

.ProjeMobilImage ul.quotes {
    float: left;
    width: 76.2% !important;
    height: auto;
    margin: 7.2% 11.9% 9.2% 11.9%;
    padding: 0px
}

.ProjePhoneImage {
    margin: 0px auto;
    width: 1000px;
    height: auto;
    background: url(../images/iphone.png) center top no-repeat;
    background-size: contain;
    position: relative
}

.ProjePhoneImage .Shadow {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: auto
}

.ProjePhoneImage .quotes-control-nav {
    display: none
}

.ProjePhoneImage ul.quotes {
    float: left;
    width: 100% !important;
    height: auto;
    margin: 7.2% 11.9% 9.2% 11.9%;
    padding: 0px
}

.ProjePhoneImage .LeftPhone {
    float: left;
    width: 23%;
    height: auto;
    margin: 21% 5% 5% 2.5%
}

.ProjePhoneImage .MiddlePhone {
    float: left;
    width: 30.6%;
    height: auto;
    margin: 11.1% 4.2% 11% 4.2%
}

.ProjePhoneImage .RightPhone {
    float: right;
    width: 23%;
    height: auto;
    margin: 21% 2.5% 5% 5%
}

.ProjeMobilImage .LeftPhone img, .ProjeMobilImage .MiddlePhone img, .ProjeMobilImage .RightPhone img {
    float: left;
    width: 100%;
    height: auto
}

.ProjePhoneImage .MiddlePhone ul.quotes {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px
}

.slogan {
    margin-bottom: 80px
}

.slogan h1 {
    font-size: 54px;
    font-weight: 100
}

.slogan h1 span {
    color: #f70e49;
    font-weight: 400
}

.slogan h2 {
    color: #aeaeae;
    font-weight: 300
}

.content-title {
    margin-bottom: 25px;
    font-weight: 300;
    text-transform: uppercase
}

.parallax {
    z-index: 0;
    background-color: transparent
}

.parallax-overlay {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-image: url(../images/overlay-pattern.png);
    background-repeat: repeat
}

#slides .parallax-overlay {
    z-index: 1
}

.bg-grey-color {
    background-color: #f4f2f0
}

.bg-dark-color {
    background-color: #000
}

.bg-gray-color {
    background-color: #f0efef;
}

.bg-proje-color {
    background-color: #f4f2f0
}

.bg-basari-color {
    background-color: #e4e2e0
}

.bg-brands-color {
    position:relative;
    background:none;
}
#brands {
    position: relative;
    background: #0f0f0f;
}
#brands:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/bg__pattern--topo-white.png) left top repeat;
    opacity: .03;
}

.bg-projedetail-color {
    background-size: 1920px auto;
    background-image: url(../images/proje_detail_bg.jpg);
    background-repeat: no-repeat;
    background-position: center -50px;
    background-color: #f4f2f0
}

bg-projedetail-grey {
    background-color: #f4f2f0
}

.full-bg-image {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: repeat
}

.no-touch .full-bg-image {
    background-attachment: fixed;
    background-size: cover
}

.bg-turquoise-color .full-bg-image {
    opacity: .07;
    filter: alpha(opacity = 7)
}

.bg-dark-color .full-bg-image {
    opacity: 0.6;
    filter: alpha(opacity = 60)
}

.parallax-bg-1 .full-bg-image {
    background-image: url(../images/parallax/parallax-1.png)
}

.parallax-bg-2 .full-bg-image {
    background-image: url(../images/parallax/parallax-2.jpg);
    background-image: url(../images/parallax/parallax-2_ie8.jpg)\0/;
    background-size: cover;
    background-position: center center
}

.parallax-bg-3 .full-bg-image {
    background-size: cover;
    background-position: center top;
    background-image: url(../images/contacts-bg.jpg)
}

.parallax-bg-4 .full-bg-image {
    background-image: url(../images/parallax/parallax-4.jpg);
    background-image: url(../images/parallax/parallax-4_ie8.jpg)\0/;
    background-size: cover;
    background-position: center center
}

.mobile-video-image .full-bg-image {
    display: none;
    background-image: url(../images/temp/mobile-video-image.html)
}

.touch .mobile-video-image .full-bg-image {
    display: block
}

.mbYTP_wrapper {
    z-index: -2 !important
}

.mb-wrapper {
    position: fixed;
    z-index: -99;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms
}

.mb-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 120%;
    height: 120%;
    margin-top: -10%;
    margin-left: -10%;
    overflow: hidden;
    opacity: 1
}

.video-full-container {
    display: table;
    width: 100%
}

.video-full-entry {
    display: inline-block;
    padding: 70px 0;
    width: 100%
}

.video-full-container > .video-full-entry {
    position: relative;
    display: table-cell;
    margin: auto;
    padding: 115px 0 70px;
    vertical-align: middle
}

.video-title {
    margin-bottom: 50px;
    font-size: 80px;
    font-family: 'Julius Sans One', sans-serif;
    text-transform: uppercase
}

.parallax .video-title {
    color: #fff
}

.video-full-entry .button {
    margin: 0 22px 15px
}

.team-member {
    position: relative;
    overflow: hidden;
    font-size: 0
}

.team-contents {
    width: 50000px
}

.team-member article {
    overflow: hidden;
    float: left;
    display: block;
    margin: 0 20px;
    vertical-align: top;
    -webkit-transition: width .35s ease;
    transition: width .35s ease
}

.contents {
    width: 250px;
    overflow: hidden
}

.team-info {
    float: left;
    width: 250px
}

.team-image {
    margin-bottom: 10px;
    min-height: 1px
}

.team-group {
    padding: 25px 20px;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.team-member article:hover .team-group, .open .team-group {
    border-color: transparent;
    background-color: #f70e49
}

.team-title {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif
}

.team-position {
    margin-bottom: 5px;
    color: #aeaeae;
    font-size: 16px
}

.team-title, .team-position {
    -webkit-transition: color .3s ease-in;
    transition: color .3s ease-in
}

.team-member article:hover .team-title, .team-member article:hover .team-position, .open .team-title, .open .team-position {
    color: #fff
}

.team-content {
    margin-left: 260px;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    font-size: 15px
}

.team-entry {
    padding: 20px 25px;
    width: 400px
}

.team-nav a {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    overflow: hidden;
    margin-top: -35px;
    width: 35px;
    height: 70px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    background-color: rgba(255,255,255, .75);
    text-align: center;
    font-size: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.team-nav .prev {
    left: 30px
}

.team-nav .next {
    right: 30px
}

.team-nav a:hover {
    border-color: transparent;
    background-color: #f70e49
}

.team-nav a:before {
    display: block;
    color: #f70e49;
    font-size: 30px;
    font-family: 'fontello';
    line-height: 68px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.team-nav .prev:before {
    content: '\e8b7'
}

.team-nav .next:before {
    content: '\e8b8'
}

.team-nav a:hover:before {
    color: #fff
}

.counter-box {
    text-align: center
}

.counter {
    display: inline-block;
    margin: 0 20px;
    width: 150px;
    text-align: center;
    font-size: 0
}

.counter .count {
    margin-bottom: 20px;
    height: 150px;
    border: 1px solid #c8c8c8;
    display: block;
    background-color: rgba(255,255,255,.1);
    color: #f70e49;
    font-weight: 300;
    font-size: 70px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 145px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.counter .details {
    color: #777;
    font-family: 'Roboto Condensed', sans-serif
}

.parallax .counter .details {
    color: #fff
}

.tweet .tweets {
    text-align: center
}

.tweet .tweets li {
    font-weight: 300
}

.parallax .tweet .tweets li {
    color: #fff
}

.ie8 .tweet .tweets li {
    background-color: transparent !important
}

.sidebar-tweet .tweets li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 45px
}

.sidebar-tweet .tweets li:before {
    position: absolute;
    top: 5px;
    left: 0;
    color: #1fc3ff;
    font-size: 30px;
    font-family: 'fontello';
    content: '\e980'
}

.tweet .tweets .tweet_text {
    position: relative;
    margin-bottom: 25px;
    padding: 0 10% 40px;
    line-height: 1.75em;
    font-size: 24px;
    text-align: center
}

.tweet .tweet_text:before {
    display: block;
    margin-bottom: 30px;
    font-size: 50px;
    font-family: 'fontello';
    content: '\e980';
    text-align: center
}

.tweet .tweets .tweet_text:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6%;
    width: 12%;
    height: 1px;
    background-color: #ececec;
    content: ''
}

.parallax .tweet .tweets .tweet_text:after {
    background-color: #fff;
    background-color: rgba(255,255,255,.35)
}

.tweet .tweet_time {
    font-size: 16px
}

.tweets a {
    color: #f70e49
}

.sidebar-tweet .tweet_time a {
    color: #aeaeae
}

.tweets-control-nav {
    padding: 10px 0 0;
    text-align: center
}

.tweets-control-nav a {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    width: 9px;
    height: 9px;
    cursor: pointer;
    background-color: #ececec;
    font-size: 0;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.tweets-control-nav .activeSlide {
    background-color: #777
}

.parallax .tweets-control-nav a {
    background-color: #ececec;
    background-color: rgba(255,255,255,.5)
}

.parallax .tweets-control-nav .activeSlide {
    background-color: #fff
}

ul.clients-items {
    font-size: 0;
    text-align: center
}

ul.clients-items li {
    display: inline-block;
    padding: 0 2%;
    vertical-align: middle
}

.simple-pricing-table {
    font-size: 0
}

.simple-pricing-table * {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.simple-pricing-table .column {
    position: relative;
    display: inline-block;
    margin-left: -1px;
    margin-top: -1px;
    width: 25%;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.simple-pricing-table.col-2 .column {
    width: 50%
}

.simple-pricing-table.col-3 .column {
    width: 33.33333333333333%
}

.simple-pricing-table.col-4 .column {
    width: 25%
}

.simple-pricing-table .column:hover, .simple-pricing-table .featured {
    z-index: 11;
    border-color: transparent;
    background-color: #f70e49;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.simple-pricing-table .title {
    margin: 0;
    padding: 27px 5px;
    text-transform: uppercase;
    font-weight: 300
}

.simple-pricing-table .column:hover .title, .simple-pricing-table .featured .title {
    color: #fff
}

.simple-pricing-table .price {
    padding: 28px 0 15px;
    border-top: 1px solid #e7e7e7;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e7e7e7
}

.simple-pricing-table .column:hover .price, .simple-pricing-table .featured .price {
    border-color: #5fd9c9;
    background-color: #1ac8b2
}

.simple-pricing-table .cost {
    margin: 0;
    font-weight: 300;
    font-size: 44px;
    line-height: .7em
}

.simple-pricing-table .column:hover .cost, .simple-pricing-table .featured .cost {
    color: #fff
}

.simple-pricing-table .description {
    color: #a8a8a8;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px
}

.simple-pricing-table .column:hover .description, .simple-pricing-table .featured .description {
    color: #fff
}

.simple-pricing-table .features {
    padding: 0 25px
}

.simple-pricing-table .features li {
    position: relative;
    padding: 9px 20px;
    border-top: 1px solid #ebebeb;
    font-weight: 300;
    font-size: 15px
}

.simple-pricing-table .features li:first-child {
    border: none
}

.simple-pricing-table .column:hover .features li, .simple-pricing-table .featured .features li {
    border-top-color: #4dd4c3;
    color: #fff
}

.simple-pricing-table .footer {
    padding: 30px 0;
    border-top: 1px solid #e9e9e9;
    background-color: #fcfcfc;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.simple-pricing-table .column:hover .footer, .simple-pricing-table .featured .footer {
    border-top-color: #5fd9c9;
    background-color: #1ac8b2
}

.simple-pricing-table .button {
    margin: 0
}

.simple-pricing-table .column:hover .button, .simple-pricing-table .featured .button {
    border-color: transparent;
    background-color: #fff;
    color: #f70e49
}

.entry {
    margin-bottom: 60px
}

.main-entry {
    padding-bottom: 60px;
    border-bottom: 1px solid #ececec
}

.entry.single {
    margin-bottom: 0;
    border-bottom-width: 0
}

.entry-image {
    margin-bottom: 20px;
    min-height: 1px
}

.main-entry .entry-image {
    margin-bottom: 40px
}

.entry-meta {
    margin-bottom: 10px;
    line-height: 1em
}

.entry-meta span {
    color: #aeaeae;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif
}

.entry-meta span:after {
    padding: 0 4px 0 8px;
    content: "|"
}

.entry-meta span:last-child:after {
    padding: 0;
    content: ""
}

.entry-title {
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em
}

h6.entry-title {
    line-height: 1.7em
}

.main-entry .entry-title {
    margin-bottom: 23px;
    font-size: 42px;
    text-transform: none
}

.entry .button {
    margin-bottom: 0
}

.tags {
    display: block;
    margin-top: 30px
}

.tags a {
    display: inline-block;
    margin-right: 7px;
    color: #aeaeae;
    font-size: 14px;
    font-family: 'Roboto Condensed'
}

.tags a:before {
    margin-right: 5px;
    color: #aeaeae;
    font-size: 14px;
    font-family: 'fontello';
    vertical-align: middle;
    content: '\e85a'
}

.single-post-nav {
    margin-bottom: 50px;
    padding: 33px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.single-post-nav a {
    position: relative;
    color: #5b5e60;
    font-weight: 400;
    font-size: 18px
}

.single-post-nav .prev {
    float: left;
    padding-left: 45px
}

.single-post-nav .next {
    float: right;
    padding-right: 45px
}

.single-post-nav a:after {
    position: absolute;
    color: #aeaeae;
    font-size: 36px;
    font-family: 'fontello'
}

.single-post-nav .prev:after {
    left: 0;
    content: "\ea07"
}

.single-post-nav .next:after {
    right: 0;
    content: "\ea08"
}

.single-post-nav a:hover, .single-post-nav a:hover:after {
    color: #f70e49;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.image-slider {
    position: relative;
    overflow: hidden
}

.image-slider > ul > li {
    display: none
}

.image-slider > ul > li:first-child {
    display: block
}

.image-slider img {
    display: block
}

.image-slider-nav {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 50%;
    margin-top: -35px;
    width: 100%
}

.image-slider-nav a {
    position: absolute;
    display: block;
    width: 35px;
    height: 70px;
    font: 0/0 a;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border: 1px solid rgba(0,0,0, .08);
    background-color: #fff;
    background-color: rgba(255,255,255, .5);
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.image-slider-nav .prevBtn {
    left: -60px
}

.image-slider-nav .nextBtn {
    right: -60px
}

.image-slider:hover .image-slider-nav .prevBtn {
    left: 30px
}

.image-slider:hover .image-slider-nav .nextBtn {
    right: 30px
}

.touch .image-slider .prevBtn {
    left: 30px
}

.touch .image-slider .nextBtn {
    right: 30px
}

.image-slider-nav a:hover {
    border-color: transparent;
    background-color: #f70e49
}

.image-slider-nav a:after {
    color: #f70e49;
    font-size: 30px;
    font-family: 'fontello';
    line-height: 68px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.image-slider-nav .prevBtn:after {
    content: '\e8b7'
}

.image-slider-nav .nextBtn:after {
    content: '\e8b8'
}

.image-slider-nav a:hover:after {
    color: #fff
}

.image-control-nav {
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 50;
    width: 100%;
    text-align: center;
    font-size: 0
}

.image-control-nav a {
    display: inline-block;
    margin: 2px 7px;
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: #fff;
    cursor: pointer;
    vertical-align: middle
}

.image-control-nav a {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.image-control-nav .activeSlide {
    margin: 0 7px;
    width: 11px;
    height: 11px;
    border-color: #fff;
    background-color: transparent;
    cursor: default
}

.pagenavi {
    margin-bottom: 25px;
    font-size: 0
}

.pagenavi .page-numbers {
    display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    border: 1px solid #cfcfcf;
    color: #f70e49;
    text-align: center;
    font-size: 14px;
    line-height: 33px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.pagenavi .current, .pagenavi .page-numbers:hover {
    border-color: transparent;
    background-color: #f70e49;
    color: #fff
}

#comments {
    margin-bottom: 50px
}

#comments h3 {
    font-weight: 300;
    text-transform: uppercase
}

.comment {
    padding-top: 30px;
    list-style: none;
    border-bottom: 1px solid #ebebeb
}

.comment .gravatar {
    float: left;
    margin-right: 20px
}

.comment-body {
    display: table
}

.comment .comment-author h6 {
    margin-bottom: 0
}

.comment .comment-author a {
    color: #f70e49;
    font-weight: 400;
    text-transform: uppercase
}

.comment .comment-date {
    margin-bottom: 10px;
    line-height: 1
}

.comment .comment-date a {
    color: #aeaeae;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif
}

.comment .children {
    margin: 0;
    padding-left: 80px
}

.children .comment {
    padding-top: 30px;
    border-bottom-width: 0;
    border-top: 1px solid #ebebeb
}

#respond h3 {
    margin-bottom: 25px;
    font-weight: 300;
    text-transform: uppercase
}

#respond input[type="text"], #respond input[type="email"], #respond input[type="url"] {
    width: 55%
}

#respond textarea {
    width: 80%;
    min-width: 80%
}

.portfolio-filter {
    margin-bottom: 45px;
    font-size: 0;
    text-align: center;
    width: 100%
}

.portfolio-filter li {
    position: relative;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 6px 34px;
    border-color: #cfcfcf;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.ie8 .portfolio-filter li {
    border-width: 1px 1px 1px 0
}

.ie8 .portfolio-filter li:first-child {
    border-left-width: 1px
}

.portfolio-filter li:first-child {
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px
}

.portfolio-filter li:last-child {
    border-right-width: 1px;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0
}

.portfolio-filter li:hover {
    background-color: #f6f6f6
}

.portfolio-filter li.active {
    border-color: #f70e49;
    background-color: #f70e49;
    color: #fff
}

.portfolio-filter li.active + li {
    border-left-color: #f70e49
}

ul.portfolio-items {
    float:left;
    width:100%;
    height:auto;
    background:#FFF;
    font-size: 0;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top:50px;
}
.projectslist ul.portfolio-items {
    padding:0px 3%;
    margin-bottom:40px;
}
ul.portfolio-items li {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 25%;
    max-width: 25%;
    vertical-align: top;
    font-size: 0;
    text-align: left;
    margin:0px;
}
.projectslist ul.portfolio-items li {
    padding:10px;
}
ul.portfolio-items .mix {
    display: none
}

ul.portfolio-items img {
    display: block
}

.work-item {
    position: relative;
    overflow: hidden
}

.work-item img {
    display: block;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.work-item:hover img {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}

.image-shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.31);
    box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.31)
}

.image-extra {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity = 0);
    background-color: rgba(0, 0, 0, 0.61);
    -webkit-transition: opacity .25s ease, background-color .45s ease;
    transition: opacity .25s ease, background-color .45s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 14px solid rgba(0, 0, 0, 0.6)
}

.ie8 .image-extra {
    visibility: hidden
}

.work-item.touched .image-extra, .work-item:hover .image-extra {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.61);
    opacity: 1;
    filter: alpha(opacity = 61)
}

.ie8 .work-item:hover .image-extra {
    visibility: visible
}

.extra-content {
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center
}

.inner-extra {
    display: table-cell;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.link-icon .curtain, .plus-icon .curtain {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)
}

.single-image.link-icon .curtain {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%)
}

.single-image.plus-icon .curtain {
    -webkit-transform: translateX(300%);
    transform: translateX(300%)
}

.work-item:hover .link-icon .curtain, .work-item:hover .plus-icon .curtain {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.link-icon .curtain:hover, .plus-icon .curtain:hover {
    border-color: transparent;
    background-color: #fff;
    background-color: rgba(255,255,255,.9)
}

.link-icon .curtain:after, .plus-icon .curtain:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: 'fontello';
    line-height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

.plus-icon .curtain:after {
    content: '\e9a1';
    font-size: 28px
}

.link-icon .curtain:after {
    content: '\e84f'
}

.link-icon .curtain:hover:after, .plus-icon .curtain:hover:after {
    color: #f70e49
}

.extra-title {
    margin-bottom: 0;
    color: #fefefe;
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight:400;
}

.extra-category {
    margin-bottom: 0;
    color: #fefefe;
    font-family: 'dincond-black_tr_';
    font-size: 22px;
    opacity: 0.7
}

ul.brands-items {
    margin: 0px auto;
    max-width: 1050px;
    font-size: 0;
    margin-top: 60px;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center
}

ul.brands-items li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 153px;
    height: 153px;
    padding: 0px;
    margin: 10px;
    list-style: none;
    border: 1px solid #363636;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    text-align: center
}

ul.brands-items li img {
    float: left;
    width: 100%;
    height: 100%
}

ul.brands-items li.BizeKatilin {
    border: 1px solid #f70e49;
}

ul.brands-items li.BizeKatilin a {
    float: left;
    width: 153px;
    height: 60px;
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    color: #f70e49;
    line-height: 30px;
    font-weight:300;
    text-align: center;
    padding: 46px 0px;
}
ul.brands-items li.BizeKatilin a b{
    color: #f70e49;
    font-weight:500;
}
ul.brands-items li.BizeKatilin:hover {
    background:#f70e49
}
ul.brands-items li.BizeKatilin:hover a,
ul.brands-items li.BizeKatilin:hover a b{
    color: #FFF;
}

.TakeThePill {
    float: left;
    width: 100%;
    height: 390px;
    font-family: 'dincond-black_tr_';
    font-size: 120px;
    line-height: 130px;
    color: #000;
    text-align: center;
    background-image: url(../images/parallax-2_new.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom
}
.TakeThePill.english {
    background-image: url(../images/parallax-2_new_en.png);
}

.TakeThePill span {
    color: #f70e49
}

ul.form-items {
    margin: 0px auto;
    max-width: 800px;
    font-size: 0;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding-top:20px;
}

ul.form-items li {
    float: left;
    width: 50%;
    height:auto;
    padding:20px 15px;
    list-style: none
}

ul.form-items li select {
    float: left;
    width: 100%;
    height: 45px;
    margin: 0px;
    padding: 0px 0px;
    border:0px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: none;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 44px;
    color: #FFF;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(https://www.diverseffect.com/images/svg/select_arrow.svg);
    background-size: 19px 13px;
    background-repeat: no-repeat;
    background-position: right center
}

select option {
    color: #FFF;
    background: #303030;
}
select option:first-child {
    color: #FFF;
    background:#303030;
}
select option[disabled]:first-child {
    display: none
}
ul.form-items li select:focus {
    border-bottom: 1px solid #303030
}
ul.form-items li input[type=text] {
    float: left;
    width: 100%;
    height: 45px;
    margin: 0px;
    padding: 0px 0px;
    border: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: none;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 44px;
    color: #FFF;
}
ul.form-items li input[type=text]:focus {
    border-bottom: 1px solid #f70e49
}
ul.form-items li input::-webkit-input-placeholder {
    color: #FFF
}
ul.form-items li input:-moz-placeholder {
    color: #FFF
}
ul.form-items li input:-ms-input-placeholder {
    color: #FFFF
}
ul.form-items li.full {
    width: 100%;
    height: auto
}
ul.form-items li textarea {
    float: left;
    width: 100%;
    height: 108px;
    padding: 15px 0px;
    margin: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: none;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
}
ul.form-items li textarea:focus {
    border-bottom: 1px solid #f70e49
}
ul.form-items li textarea::-webkit-input-placeholder {
    color: #FFF
}
ul.form-items li textarea:-moz-placeholder {
    color: #FFF
}
ul.form-items li textarea:-ms-input-placeholder {
    color: #FFF
}
ul.form-items li.button {
    width: 100%;
    height: 60px;
    text-align:center;
}
ul.form-items li.okbutton {
    width: 60px;
    height: 60px;
    margin: 8px 300px
}
ul.form-items li.okbutton input[type=button] {
    float: left;
    width: 54px;
    height: 54px;
    padding: 0px;
    margin: 0px;
    border: 1px solid rgba(255,255,255,0.2);
    background: none;
    text-indent: -9999px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    background-image: url(https://www.diverseffect.com/images/svg/ok.svg);
    background-size: 20px 20px;
    background-image: url(../images/ok.png)\0/;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: auto
}

ul.form-items li.button2 {
    width: 100%;
    height: 60px;
    text-align:center;
}

ul.form-items li.button2 input[type=button] {
    display:inline-block;
    vertical-align:middle;
    width: 54px;
    height: 54px;
    padding: 0px;
    margin: 0px;
    border: 1px solid rgba(255,255,255,0.2);
    background: none;
    text-indent: -9999px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    background-image: url(https://www.diverseffect.com/images/svg/error.svg);
    background-size: 20px 20px;
    background-image: url(../images/error.html)\0/;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: auto
}

ul.form-items li.button input[type=submit],
ul.form-items li.button input[type=button] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 54px;
    padding: 10px 20px;
    margin: 0px;
    border: 1px solid rgba(255,255,255,0.2);
    background: none;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    text-indent: 0px;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 34px;
    font-weight:700;
    color: rgba(255,255,255,0.2);
    text-transform:uppercase
}

    ul.form-items li.button input[type=submit]:hover, ul.form-items li.button input[type=button]:hover {
        border: 1px solid #ED214E;
        background: #ED214E;
        color:#FFF;
    }

ul.form-items li input[type=submit].ok, ul.form-items li input[type=button].ok {
    border: 1px solid rgba(255,255,255,0.8);
    background-image: url(https://www.diverseffect.com/images/svg/ok.svg);
    background-size: 22px 16px;
    background-image: url(../images/ok.png)\0/;
    background-repeat: no-repeat;
    background-position: center center
}

ul.form-items li .fileUpload {
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0px;
    width: 100% !important;
    height:44px !important;
    border:0px;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    background: none !important;
    color: #ee1c4c;
}

ul.form-items li .fileUpload:hover {
    border-bottom: 1px solid #f70e49 !important
}

ul.form-items li .fileUpload span {
    float: right;
    width: 44px !important;
    height: 24px !important;
    text-indent: -9999px;
    border: 1px solid rgba(255,255,255,0.2) !important;
    background-image: url(https://www.diverseffect.com/images/svg/dott.svg);
    background-size: 17px 4px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ee1c4c;
    margin: 12px 0px 12px 0px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer
}

ul.form-items li .fileUpload:hover span {
    border: 1px solid #f70e49 !important;
    background-image: url(https://www.diverseffect.com/images/svg/dott_red.svg);
    background-size: 17px 4px;
    background-image: url(../images/dott_red.png)\0/;
    background-repeat: no-repeat;
    background-position: center center
}

ul.form-items li .fileUpload #uploadFile {
    float: left;
    width: 200px !important;
    height: 50px !important;
    background: none;
    border: 0px;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 44px;
    color: #ee1c4c;
    cursor: pointer
}

ul.form-items li .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 308px !important;
    height: 54px !important
}

.AdresWrp {
    float: left;
    width: 100%;
    height: auto;
    min-width: 235px;
    background: url(../images/adres_arrow.png) center top no-repeat #0f0f0f;
}

.AdresWrp ul {
    margin: 68px auto;
    width: 1350px;
    height: auto;
    min-height: 99px;
    list-style: none;
    padding: 0px
}

.AdresWrp ul li {
    float: left;
    width: 270px;
    height: auto;
    line-height: none;
    padding: 0px;
    margin: 0px
}

.AdresWrp ul li.full {
    width: 100%;
}

.AdresWrp ul li.mapscnt {
    width: 240px
}

.AdresWrp ul li.socialcnt {
    width: 300px
}
.AdresWrp ul li h1 {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0px 25px 0px;
    margin: 0px 0px 25px 0px;
    font-family: 'Rubik', sans-serif;
    font-weight:700;
    font-size:20px;
    line-height: 24px;
    color: #ccc;
    text-align: center;
    border-bottom:1px dashed rgba(255,255,255,.2);
}
.AdresWrp ul li h2 {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px 0px 12px 0px;
    font-family: 'Rubik', sans-serif;
    font-weight:500;
    font-size:16px;
    line-height: 24px;
    color: #ccc;
    text-align: center
}

.AdresWrp ul li p {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0px;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8b8 !important;
    text-align: center
}

.AdresWrp ul li p b{
    font-weight:700
}

.AdresWrp ul li p a {
    color: #b8b8b8;
    text-decoration: none
}

.AdresWrp ul li p a:hover {
    color: #f70e49;
    text-decoration: none
}

.AdresWrp ul li > div {
    float: left;
    width: 100%;
    height: 40px;
    text-align: center
}

#navigation .SocialHead {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.header-shrink .header-in #navigation .SocialHead {
    margin-top: 0px
}

.AdresWrp ul li > div a, #navigation .SocialHead a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 40px;
    height: 40px;
    margin: 0px 4px;
    text-indent: -9999px;
    overflow: hidden
}

#navigation .SocialHead a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 30px;
    margin: 0px 2px;
    text-indent: -9999px;
    overflow: hidden
}

.AdresWrp ul li > div a.twitter, 
#navigation .SocialHead a.twitter, 
.header-shrink .header-in #navigation .SocialHead a.twitter, 
.header-fixed .header-in #navigation .SocialHead a.twitter{
    background-image: url(https://www.diverseffect.com/images/svg/tw_hv.svg);
    background-size: 40px 40px;
    background-image: url(../images/tw_hv.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.twitter {
    background-image: url(https://www.diverseffect.com/images/svg/tw_w.svg);
    background-image: url(../images/tw_w.png)\0/
}

#navigation .SocialHead a.twitter, 
.header-shrink .header-in #navigation .SocialHead a.twitter, 
.header-fixed .header-in #navigation .SocialHead a.twitter {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.twitter:hover, 
#navigation .SocialHead a.twitter:hover, 
.header-shrink .header-in #navigation .SocialHead a.twitter:hover, 
.header-fixed .header-in #navigation .SocialHead a.twitter:hover ,
#header.open #navigation .SocialHead a.twitter{
    background-image: url(https://www.diverseffect.com/images/svg/tw.svg);
    background-size: 40px 40px;
    background-image: url(../images/tw.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.twitter:hover {
    background-image: url(https://www.diverseffect.com/images/svg/tw_hv.svg);
    background-image: url(../images/tw_hv.png)\0/
}

#navigation .SocialHead a.twitter:hover, 
.header-shrink .header-in #navigation .SocialHead a.twitter:hover, 
.header-fixed .header-in #navigation .SocialHead a.twitter:hover {
    background-size: 30px 30px
}


.AdresWrp ul li > div a.facebook, #navigation .SocialHead a.facebook, 
.header-shrink .header-in #navigation .SocialHead a.facebook, 
.header-fixed .header-in #navigation .SocialHead a.facebook{
    background-image: url(https://www.diverseffect.com/images/svg/fb_hv.svg);
    background-size: 40px 40px;
    background-image: url(../images/fb_hv.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.facebook {
    background-image: url(https://www.diverseffect.com/images/svg/fb_w.svg);
    background-image: url(../images/fb_w.png)\0/
}

#navigation .SocialHead a.facebook, 
.header-shrink .header-in #navigation .SocialHead a.facebook, 
.header-fixed .header-in #navigation .SocialHead a.facebook {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.facebook:hover,
#navigation .SocialHead a.facebook:hover, 
.header-shrink .header-in #navigation .SocialHead a.facebook:hover, 
.header-fixed .header-in #navigation .SocialHead a.facebook:hover,
#header.open #navigation .SocialHead a.facebook {
    background-image: url(https://www.diverseffect.com/images/svg/fb.svg);
    background-size: 40px 40px;
    background-image: url(../images/fb.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.facebook:hover {
    background-image: url(https://www.diverseffect.com/images/svg/fb_hv.svg);
    background-image: url(../images/fb_hv.png)\0/
}

#navigation .SocialHead a.facebook:hover, 
.header-shrink .header-in #navigation .SocialHead a.facebook:hover, 
.header-fixed .header-in #navigation .SocialHead a.facebook:hover {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.linkedin, 
#navigation .SocialHead a.linkedin, 
.header-shrink .header-in #navigation .SocialHead a.linkedin, 
.header-fixed .header-in #navigation .SocialHead a.linkedin {
    background-image: url(https://www.diverseffect.com/images/svg/in_hv.svg);
    background-size: 40px 40px;
    background-image: url(../images/in_hv.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.linkedin {
    background-image: url(https://www.diverseffect.com/images/svg/in_w.svg);
    background-image: url(../images/in_w.png)\0/
}

#navigation .SocialHead a.linkedin, 
.header-shrink .header-in 
#navigation .SocialHead a.linkedin, 
.header-fixed .header-in #navigation .SocialHead a.linkedin {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.linkedin:hover, 
#navigation .SocialHead a.linkedin:hover, 
.header-shrink .header-in #navigation .SocialHead a.linkedin:hover,
.header-fixed .header-in #navigation .SocialHead a.linkedin:hover,
#header.open #navigation .SocialHead a.linkedin {
    background-image: url(https://www.diverseffect.com/images/svg/in.svg);
    background-size: 40px 40px;
    background-image: url(../images/in.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.linkedin:hover {
    background-image: url(https://www.diverseffect.com/images/svg/in_hv.svg);
    background-image: url(../images/in_hv.png)\0/
}

#navigation .SocialHead a.linkedin:hover, 
.header-shrink .header-in #navigation .SocialHead a.linkedin:hover, 
.header-fixed .header-in #navigation .SocialHead a.linkedin:hover {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.googleplus, #navigation .SocialHead a.googleplus, 
.header-shrink .header-in #navigation .SocialHead a.googleplus, 
.header-fixed .header-in #navigation .SocialHead a.googleplus {
    background-image: url(https://www.diverseffect.com/images/svg/googleplus_hv.svg);
    background-size: 40px 40px;
    background-image: url(../images/googleplus_hv.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.googleplus {
    background-image: url(https://www.diverseffect.com/images/svg/googleplus_w.svg);
    background-image: url(../images/googleplus_w.html)\0/
}
#navigation .SocialHead a.googleplus, 
.header-shrink .header-in #navigation .SocialHead a.googleplus, 
.header-fixed .header-in #navigation .SocialHead a.googleplus {
    background-size: 30px 30px
}
.AdresWrp ul li > div a.googleplus:hover, 
#navigation .SocialHead a.googleplus:hover, 
.header-shrink .header-in #navigation .SocialHead a.googleplus:hover,
.header-fixed .header-in #navigation .SocialHead a.googleplus:hover,
#header.open #navigation .SocialHead a.googleplus {
    background-image: url(https://www.diverseffect.com/images/svg/googleplus.svg);
    background-size: 40px 40px;
    background-image: url(../images/googleplus.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.googleplus:hover {
    background-image: url(https://www.diverseffect.com/images/svg/googleplus_hv.svg);
    background-image: url(../images/googleplus_hv.png)\0/
}

#navigation .SocialHead a.googleplus:hover, 
.header-shrink .header-in #navigation .SocialHead a.googleplus:hover, 
.header-fixed .header-in #navigation .SocialHead a.googleplus:hover {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.youtube, 
#navigation .SocialHead a.youtube, 
.header-shrink .header-in #navigation .SocialHead a.youtube, 
.header-fixed .header-in #navigation .SocialHead a.youtube {
    background-image: url(https://www.diverseffect.com/images/svg/youtube_hv.svg);
    background-size: 40px 40px;
    background-image: url(../images/youtube_hv.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.youtube {
    background-image: url(https://www.diverseffect.com/images/svg/youtube_w.svg);
    background-image: url(../images/youtube_w.png)\0/
}

#navigation .SocialHead a.youtube, 
.header-shrink .header-in #navigation .SocialHead a.youtube, 
.header-fixed .header-in #navigation .SocialHead a.youtube {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.youtube:hover, 
#navigation .SocialHead a.youtube:hover, 
.header-shrink .header-in #navigation .SocialHead a.youtube:hover, 
.header-fixed .header-in #navigation .SocialHead a.youtube:hover,
#header.open #navigation .SocialHead a.youtube  {
    background-image: url(https://www.diverseffect.com/images/svg/youtube.svg);
    background-size: 40px 40px;
    background-image: url(../images/youtube.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.youtube:hover {
    background-image: url(https://www.diverseffect.com/images/svg/youtube_hv.svg);
    background-image: url(../images/youtube_hv.png)\0/
}

#navigation .SocialHead a.youtube:hover, 
.header-shrink .header-in #navigation .SocialHead a.youtube:hover, 
.header-fixed .header-in #navigation .SocialHead a.youtube:hover {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.vimeo, 
#navigation .SocialHead a.vimeo, 
.header-shrink .header-in #navigation .SocialHead a.vimeo, 
.header-fixed .header-in #navigation .SocialHead a.vimeo {
    background-image: url(https://www.diverseffect.com/images/svg/vimeo_hv.svg);
    background-size: 40px 40px;
    background-image: url(../images/vimeo_hv.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.vimeo {
    background-image: url(https://www.diverseffect.com/images/svg/vimeo_w.svg);
    background-image: url(../images/vimeo_w.png)\0/
}

#navigation .SocialHead a.vimeo, 
.header-shrink .header-in #navigation .SocialHead a.vimeo, 
.header-fixed .header-in #navigation .SocialHead a.vimeo {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.vimeo:hover, 
#navigation .SocialHead a.vimeo:hover, 
.header-shrink .header-in #navigation .SocialHead a.vimeo:hover, 
.header-fixed .header-in #navigation .SocialHead a.vimeo:hover,
#header.open #navigation .SocialHead a.vimeo  {
    background-image: url(https://www.diverseffect.com/images/svg/vimeo.svg);
    background-size: 40px 40px;
    background-image: url(../images/vimeo.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.vimeo:hover {
    background-image: url(https://www.diverseffect.com/images/svg/vimeo_hv.svg);
    background-image: url(../images/vimeo_hv.png)\0/
}

#navigation .SocialHead a.vimeo:hover, 
.header-shrink .header-in #navigation .SocialHead a.vimeo:hover, 
.header-fixed .header-in #navigation .SocialHead a.vimeo:hover {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.instagram, 
#navigation .SocialHead a.instagram, 
.header-shrink .header-in #navigation .SocialHead a.instagram, 
.header-fixed .header-in #navigation .SocialHead a.instagram {
    background-image: url(https://www.diverseffect.com/images/svg/instagram_hv.svg);
    background-size: 40px 40px;
    background-image: url(../images/instagram_hv.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.instagram {
    background-image: url(https://www.diverseffect.com/images/svg/instagram_w.svg);
    background-image: url(../images/instagram_w.png)\0/
}

#navigation .SocialHead a.instagram, 
.header-shrink .header-in #navigation .SocialHead a.instagram, 
.header-fixed .header-in #navigation .SocialHead a.instagram {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.instagram:hover, 
#navigation .SocialHead a.instagram:hover,
.header-shrink .header-in #navigation .SocialHead a.instagram:hover,
.header-fixed .header-in #navigation .SocialHead a.instagram:hover,
#header.open #navigation .SocialHead a.instagram {
    background-image: url(https://www.diverseffect.com/images/svg/instagram.svg);
    background-size: 40px 40px;
    background-image: url(../images/instagram.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.instagram:hover {
    background-image: url(https://www.diverseffect.com/images/svg/instagram_hv.svg);
    background-image: url(../images/instagram_hv.png)\0/
}

#navigation .SocialHead a.instagram:hover, 
.header-shrink .header-in #navigation .SocialHead a.instagram:hover, 
.header-fixed .header-in #navigation .SocialHead a.instagram:hover {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.blog, 
#navigation .SocialHead a.blog, 
.header-shrink .header-in #navigation .SocialHead a.blog, 
.header-fixed .header-in #navigation .SocialHead a.blog {
    background-image: url(https://www.diverseffect.com/images/svg/blog_hv.svg);
    background-size: 40px 40px;
    background-image: url(../images/blog_hv.html)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.blog {
    background-image: url(https://www.diverseffect.com/images/svg/blog_w.svg);
    background-image: url(../images/blog_w.html)\0/
}

#navigation .SocialHead a.blog, 
.header-shrink .header-in #navigation .SocialHead a.blog, 
.header-fixed .header-in #navigation .SocialHead a.blog {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.blog:hover, 
#navigation .SocialHead a.blog:hover, 
.header-shrink .header-in #navigation .SocialHead a.blog:hover,
.header-fixed .header-in #navigation .SocialHead a.blog:hover,
#header.open #navigation .SocialHead a.blog {
    background-image: url(https://www.diverseffect.com/images/svg/blog.svg);
    background-size: 40px 40px;
    background-image: url(../images/blog.html)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.blog:hover {
    background-image: url(https://www.diverseffect.com/images/svg/blog_hv.svg);
    background-image: url(../images/blog_hv.html)\0/
}

#navigation .SocialHead a.blog:hover, 
.header-shrink .header-in #navigation .SocialHead a.blog:hover, 
.header-fixed .header-in #navigation .SocialHead a.blog:hover {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.phone, 
#navigation .SocialHead a.phone, 
.header-shrink .header-in #navigation .SocialHead a.phone, 
.header-fixed .header-in #navigation .SocialHead a.phone {
    background-image: url(https://www.diverseffect.com/images/svg/phone_hv.svg);
    background-size: 40px 40px;
    background-image: url(../images/phone_hv.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.phone {
    background-image: url(https://www.diverseffect.com/images/svg/phone_w.svg);
    background-image: url(../images/phone_w.png)\0/
}

#navigation .SocialHead a.phone, 
.header-shrink .header-in #navigation .SocialHead a.phone, 
.header-fixed .header-in #navigation .SocialHead a.phone {
    background-size: 30px 30px
}

.AdresWrp ul li > div a.phone:hover, 
#navigation .SocialHead a.phone:hover, 
.header-shrink .header-in #navigation .SocialHead a.phone:hover,
.header-fixed .header-in #navigation .SocialHead a.phone:hover,
#header.open #navigation .SocialHead a.phone {
    background-image: url(https://www.diverseffect.com/images/svg/phone.svg);
    background-size: 40px 40px;
    background-image: url(../images/phone.png)\0/;
    background-repeat: no-repeat;
    background-position: left top
}

#navigation .SocialHead a.phone:hover {
    background-image: url(https://www.diverseffect.com/images/svg/phone_hv.svg);
    background-image: url(../images/phone_hv.png)\0/
}

#navigation .SocialHead a.phone:hover, 
.header-shrink .header-in #navigation .SocialHead a.phone:hover, 
.header-fixed .header-in #navigation .SocialHead a.phone:hover {
    background-size: 30px 30px
}
#header.open #navigation .SocialHead a {
    background-size: 30px 30px !important;
}

.FooterWrp {
    float: left;
    width: 100%;
    height:auto;
    background: #0d0d0d;
    text-align: center;
    overflow: hidden;
    padding:15px 0px;
}

.FooterWrp a,
.FooterWrp span {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 153px;
    height: 58px;
    margin: 4px 0px;
    text-indent: -9999px;
    background-size: 153px 58px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px
}

.FooterWrp a.googlepartner,
.FooterWrp span.googlepartner {
    background-image: url(../images/googlepartner.png)
}

.FooterWrp a.iabpartner {
    background-image: url(../images/iabpartner.png)
}
.FooterWrp a.prosesgrup {
    background-image: url(../images/prosesgrup.png)
}

.project-single-entry .image-slider {
    margin-bottom: 40px
}

.project-page-header {
    position: relative;
    margin-bottom: 55px
}

.project-page-header .project-title {
    padding-right: 115px;
    color: #5b5e60;
    font-weight: 100;
    font-size: 60px;
    text-transform: uppercase
}

.project-nav {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    font: 0/0 a
}

.project-nav li {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top
}

.project-nav li a {
    display: block;
    font: 0/0 a;
    cursor: pointer;
    z-index: 10
}

.project-nav li a:after {
    display: block;
    color: #aeaeae;
    font-size: 36px;
    font-family: 'fontello';
    text-align: center;
    line-height: 35px;
    content: ""
}

.project-nav .prev:after {
    content: "\ea07"
}

.project-nav .next:after {
    content: "\ea08"
}

.project-nav .all-projects:after {
    content: "\eac0";
    font-size: 30px
}

.project-nav li a:hover:after {
    color: #f70e49
}

.project-meta {
    margin-bottom: 25px
}

.project-meta li {
    margin-bottom: 15px
}

.project-meta-title {
    color: #f70e49;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1em
}

.project-meta .project-meta-date {
    color: #aeaeae;
    font-size: 16px;
    line-height: 1em
}

.project-similar {
    font-size: 0
}

.project-similar li {
    display: inline-block;
    width: 20%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    vertical-align: top
}

.row .project-similar li {
    width: 33.33333333333333%
}

.sbr #sidebar {
    float: right
}

.sbl #sidebar {
    float: left
}

#sidebar .widget {
    margin-bottom: 60px
}

#sidebar .widget-title {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase
}

.widget .sub-menu {
    padding-top: 5px
}

.widget_categories ul li, .widget_archive ul li, .widget_links ul li, .widget_meta ul li, .widget_pages ul li, .widget_recent_entries ul li {
    padding: 8px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e6e6e6;
    list-style: none
}

.widget_categories ul li:first-child, .widget_archive ul li:first-child, .widget_links ul li:first-child, .widget_meta ul li:first-child, .widget_pages ul li:first-child, .widget_recent_entries ul li:first-child {
    border-top-width: 0
}

.widget_recent_posts .entry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}

.widget_recent_posts .entry:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ""
}

.widget_recent_posts .entry:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-width: 0
}

.widget_recent_posts .entry-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 0
}

.widget_recent_posts .post-holder {
    display: table
}

.widget_tag_cloud .tagcloud {
    font-size: 0
}

.widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 18px;
    border: 1px solid #cfcfcf;
    color: #f70e49;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.widget_tag_cloud .tagcloud a:hover {
    border-color: transparent;
    background-color: #f70e49;
    color: #fff
}

#searchform {
    position: relative
}

#searchform input[type="text"] {
    padding-right: 60px;
    font-style: italic;
    font-size: 15px
}

#searchform .submit-search {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 55px;
    height: 100%;
    border-left: 1px solid #dcdcdc;
    text-align: center
}

#searchform .submit-search:before {
    display: block;
    color: #5b5e60;
    text-align: center;
    font-size: 20px;
    font-family: 'fontello';
    line-height: 55px;
    content: '\e800';
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

#searchform input[type="text"]:focus + .submit-search {
    border-left-color: #f70e49
}

#searchform input[type="text"]:focus + .submit-search:before {
    color: #f70e49
}

#footer {
    position: relative;
    z-index: 1;
    color: #a0a0a0
}

.page-template #footer {
    background-color: #fafafa
}

#footer .section {
    position: static;
    background-color: rgba(0,0,0,.7)
}

.ie8 #footer .section {
    background-image: url(../images/overlay-ie-footer.png);
    background-repeat: repeat
}

#footer p {
    color: #ccc
}

#footer .widget {
    margin-bottom: 25px
}

.logo-in-footer {
    padding: 68px 0;
    border-top: 1px solid #2c2a2e;
    border-top: 1px solid rgba(207,207,207, .12);
    background-color: rgba(0,0,0,.8);
    text-align: center
}

.ie8 .logo-in-footer {
    background-image: url(../images/overlay-ie-logo-footer.png);
    background-repeat: repeat
}

.logo-in-footer h1 {
    margin-bottom: 0;
    font-size: 100px;
    font-family: 'Julius Sans One', sans-serif
}

.logo-in-footer a {
    color: #252525;
    color: rgba(255,255,255, .1);
    text-transform: uppercase
}

.bottom-footer {
    padding: 37px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #2c2a2e;
    border-color: rgba(207,207,207, .12);
    background-color: rgba(0,0,0,.95);
    color: #4b4b4c
}

.ie8 .bottom-footer {
    background-image: url(../images/overlay-ie-bottom-footer.png);
    background-repeat: repeat
}

.page-template .bottom-footer {
    border-color: #ececec;
    background-color: #fafafa;
    color: #777
}

.ie8 .page-template .bottom-footer {
    border-color: #ececec;
    background-image: none;
    background-color: #fafafa;
    color: #777
}

.copyright {
    font-size: 12px
}

.developed {
    font-size: 11px
}

.copyright a, .developed a {
    color: #f70e49
}

ul.social-icons {
    font-size: 0
}

#footer ul.social-icons {
    margin-top: 55px
}

ul.social-icons li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top
}

ul.social-icons li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #cfcfcf;
    border: 1px solid rgba(207,207,207,.33);
    font: 0/0 a;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

ul.social-icons li a:hover {
    border-color: transparent
}

ul.social-icons .twitter a:hover {
    background-color: #47c0d8
}

ul.social-icons .facebook a:hover {
    background-color: #49699f
}

ul.social-icons .linkedin a:hover {
    background-color: #2c7cb7
}

ul.social-icons .pinterest a:hover {
    background-color: #c21c21
}

ul.social-icons .rss a:hover {
    background-color: #fe9900
}

ul.social-icons .gplus a:hover {
    background-color: #c33d19
}

ul.social-icons .flickr a:hover {
    background-color: #e82c88
}

ul.social-icons .instagram a:hover {
    background-color: #517fa3
}

ul.social-icons .dropbox a:hover {
    background-color: #5da3e8
}

ul.social-icons .youtube a:hover {
    background-color: #b72d24
}

ul.social-icons .blogger a:hover {
    background-color: #f38f33
}

ul.social-icons .evernote a:hover {
    background-color: #73b122
}

ul.social-icons .dribbble a:hover {
    background-color: #e65992
}

ul.social-icons .behance a:hover {
    background-color: #18a3fe
}

ul.social-icons .lastfm a:hover {
    background-color: #be0607
}

ul.social-icons .skype a:hover {
    background-color: #24b0e4
}

ul.social-icons .vimeo a:hover {
    background-color: #568799
}

ul.social-icons .forrst a:hover {
    background-color: #628267
}

ul.social-icons .digg a:hover {
    background-color: #2882c6
}

ul.social-icons .appstore a:hover {
    background-color: #606060
}

ul.social-icons .wordpress a:hover {
    background-color: #33759d
}

ul.social-icons .stumbleupon a:hover {
    background-color: #eb4924
}

ul.social-icons .deviantart a:hover {
    background-color: #5f7162
}

ul.social-icons .github a:hover {
    background-color: #7292a2
}

ul.social-icons .mail a:hover {
    background-color: #65a413
}

ul.social-icons li i {
    display: block;
    color: #a0a0a0;
    font-size: 20px;
    line-height: 40px
}

ul.social-icons a:hover i {
    color: #fff
}

.progress-bar {
    position: relative;
    margin-bottom: 18px
}

.progressbar-title {
    margin-bottom: 3px;
    color: #aeaeae;
    font-size: 16px
}

.percent {
    position: absolute;
    top: -5px;
    right: 0;
    display: block;
    color: #aeaeae;
    font-size: 16px;
    line-height: 35px
}

.bar-outer {
    position: relative;
    width: 100%;
    height: 12px;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bar {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
    width: 0%;
    height: 12px;
    background-color: #f70e49;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.acc-box {
    margin-bottom: 20px
}

.acc-trigger {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding: 10px 55px 10px 20px;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.acc-trigger:hover {
    background-color: #f6f6f6
}

.acc-trigger.active {
    border-color: transparent;
    background-color: #f70e49
}

.acc-trigger:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 100%;
    border-left: 1px solid #cfcfcf;
    color: #5b5e60;
    text-align: center;
    font-size: 24px;
    font-family: 'fontello';
    line-height: 47px;
    content: '\e9a1'
}

.acc-trigger.active:after {
    border-color: #fff;
    border-color: rgba(255,255,255, .3);
    color: #fff;
    content: '\e9a4'
}

.acc-trigger a {
    color: #777;
    font-size: 14px;
    font-weight: 300
}

.acc-trigger.active a {
    color: #fff
}

.acc-trigger.active + .acc-container p {
    margin: 0 0 10px 0
}

.acc-container {
    padding: 15px 0;
    display: none
}

.quotes {
    position: relative;
    margin-top: 50px;
    height: 600px;
    margin-bottom: 0px
}

.DetailSlider {
    float: left;
    width: 846px;
    height: 476px;
    margin-bottom: 37px;
    margin-right: 38px
}

.quotes li, .DetailSlider li {
    display: none
}

.quotes li:first-child, .DetailSlider li:first-child {
    display: block
}

.ie8 .quotes li, .ie8 .DetailSlider li {
    background-color: transparent !important
}

li .quote-text {
    position: relative;
    padding: 10px 10% 0
}

.parallax .quote-text {
    color: #fff
}

li .quote-text:before {
    display: block;
    margin-bottom: 35px;
    content: "\e86c";
    font-size: 50px;
    font-family: 'fontello'
}

.ie8 .align-center .quote-text:before {
    text-align: center
}

.quote-image {
    position: relative;
    left: 50%;
    width: 1240px;
    height: 600px;
    display: block;
    margin: 0px 0px -60px -190px;
    padding: 0px
}

.quote-caption {
    position: absolute;
    left: 50%;
    top: 65px;
    width: 445px;
    height: auto;
    display: block;
    margin: 0px 0px 0px -630px;
    padding: 0px;
    z-index: 500
}

.quote-caption h1 {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    text-align: left;
    font-family: 'dincond-black_tr_';
    font-size: 60px;
    font-weight: normal;
    color: #414141
}

.quote-caption p {
    padding: 0px 0px 25px 0px;
    margin: 0px;
    text-align: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #727272 !important
}

.quote-caption a {
    float: left;
    width: auto;
    height: auto;
    display: block;
    font-family: 'dincond-black_tr_';
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #f70e49;
    margin: 0px;
    padding: 0px 14px 0px 0px;
    background-image: url(https://www.diverseffect.com/images/svg/arrow.svg);
    background-size: 8px 12px;
    background-image: url(../images/arrow.png)\0/;
    background-repeat: no-repeat;
    background-position: right 5px
}

.quote-caption a:hover {
    color: #695d53;
    background-image: url(https://www.diverseffect.com/images/svg/arrow_hv.svg);
    background-image: url(../images/arrow_hv.png)\0/
}

.quote-author {
    color: #f70e49;
    font-size: 16px
}

.parallax .quote-author {
    color: #fff;
    font-size: 16px
}

.quote-author:before, .quote-author:after {
    content: " - "
}

.quotes-control-nav {
    width: 100%;
    height: 15px;
    padding: 0px;
    text-align: center
}

.quotes-control-nav a {
    position: relative;
    display: inline-block;
    margin: 0 12px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    font-size: 0;
    background-color: #cac5c1;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.quotes-control-nav .activeSlide {
    background-color: #f70e49
}

.parallax .quotes-control-nav a {
    background-color: #cac5c1;
    background-color: rgba(202,197,193,1)
}

.parallax .quotes-control-nav .activeSlide {
    background-color: #f70e49
}

.tabs-nav {
    margin-bottom: 10px;
    height: 48px;
    border: 1px solid #cfcfcf;
    font-size: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.tabs-nav li {
    position: relative;
    display: inline-block;
    top: -1px;
    left: -1px;
    border-right: 1px solid #cfcfcf
}

.tabs-nav .active {
    border-color: transparent
}

.tabs-nav li a {
    position: relative;
    display: block;
    padding: 10px 35px;
    height: 48px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    cursor: pointer;
    color: #777;
    font-size: 14px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.tabs-nav li:first-child a {
    border-left: 1px solid #cfcfcf;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px
}

.tabs-nav a:hover {
    border-color: #cfcfcf;
    background-color: #f6f6f6
}

.tabs-nav .active a {
    background-color: #f70e49;
    color: #fff
}

.tabs-container {
    overflow: hidden
}

.tab-content {
    display: none;
    padding: 10px 0
}

.tab-content:first-child {
    display: block
}

.error, .success, .info, .notice {
    position: relative;
    margin-bottom: 10px;
    padding: 11px 15px 11px 50px;
    display: block;
    color: #777 !important;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.error {
    background-color: #fac9cf
}

.success {
    background-color: #e0f2cd
}

.info {
    background-color: #c6e7f4
}

.notice {
    background-color: #feefc5
}

.error:before, .success:before, .info:before, .notice:before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -13px;
    font-size: 18px;
    font-family: 'fontello'
}

.error:before {
    color: #ce717c;
    content: '\ee83'
}

.success:before {
    color: #8aaa67;
    content: '\ee80'
}

.info:before {
    color: #66aac4;
    content: '\ece2'
}

.notice:before {
    color: #c8a749;
    content: '\ecf1'
}

.alert-close {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
    line-height: 1
}

.alert-close:before {
    font-size: 18px;
    font-family: 'fontello';
    content: "\e83e"
}

.error .alert-close {
    color: #ce717c
}

.success .alert-close {
    color: #8aaa67
}

.info .alert-close {
    color: #66aac4
}

.notice .alert-close {
    color: #dec47b
}

ul.list {
    margin-bottom: 20px
}

ul.list li {
    position: relative;
    padding-left: 30px
}

ul.list li, ol.list li {
    margin-bottom: 4px
}

ul.list li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-family: 'fontello'
}

ul.list li.type-1:before {
    content: '\ed4d';
    font-size: 13px
}

ul.list li.type-2:before {
    content: '\eb43'
}

ul.list li.type-3:before {
    content: '\e8c0'
}

ul.list li.type-4:before {
    content: '\ec84'
}

ul.list li.type-5:before {
    content: '\e8b2'
}

ul.circle-list li {
    position: relative;
    margin-left: 45px;
    padding: 9px 0;
    border-top: 1px solid #e6e6e6
}

ul.circle-list li:first-child {
    border-top: none
}

ul.circle-list li:before {
    position: absolute;
    top: 50%;
    left: -45px;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
    color: #777;
    text-align: center;
    font-family: 'fontello';
    content: '\e8b8';
    line-height: 23px;
    -webkit-transition: color .25s ease .01s, border-color .25s ease .01s;
    transition: color .25s ease .01s, border-color .25s ease .01s;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

ul.circle-list li:after {
    position: absolute;
    top: 50%;
    left: -45px;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    background-color: #f70e49;
    content: "";
    opacity: 0;
    -webkit-transition: transform .3s ease, opacity .25s ease;
    transition: transform .3s ease, opacity .25s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.ie8 ul.circle-list li:after {
    visibility: hidden
}

ul.circle-list li:hover:before {
    z-index: 5;
    border-color: transparent;
    color: #fff
}

ul.circle-list li:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ie8 ul.circle-list li:hover:after {
    visibility: visible
}

.google_map {
    position: relative;
    width: 100%;
    height: 500px
}

.google_map:after, .google_map:before {
    position: absolute;
    z-index: 5;
    left: 0;
    width: 100%;
    height: 0;
    content: '';
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2)
}

.google_map:after {
    top: 0
}

.google_map:before {
    bottom: 0;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4)
}

.google_map img {
    max-width: none
}

#back-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 999;
    display: none !important;
    width: 50px;
    height: 50px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    background-color: rgba(255,255,255,.25);
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

#back-top:after {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #e1e1e1;
    font-size: 20px;
    font-family: 'fontello';
    content: "\ed4e";
    line-height: 48px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

#back-top:hover {
    border-color: transparent;
    background-color: #f70e49
}

#back-top:hover:after {
    color: #fff
}

.portfolioSlide {
    float: left;
    width: 100%;
    height: 500px;
    background-position: center 80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto 500px;
    margin-top: 80px;
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.portfolioSlide > div.shadow {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1
}

.portfolioSlide > div.Caption {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: auto;
    z-index: 5;
    text-align: center;
    margin-top: -50px
}

.portfolioSlide > div.Caption h1 {
    float: left;
    width: 100%;
    height: auto;
    font-family: 'dincond-black_tr_';
    font-weight: normal;
    color: #FFF;
    font-size: 60px;
    line-height: 70px;
    padding: 0px;
    margin: 0px;
    text-align: center
}

.portfolioSlide > div.Caption p {
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 25px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    text-align: center
}
/*------------B?Z S?Z? ARAYALIM-----------*/
#CloseBt {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 198;
}

#CloseBt.release {
    display: block;
}

.WeCallYouBT {
    position: fixed;
    right: 0px;
    top: 180px;
    width: 30px;
    height: 120px;
    z-index: 199;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    -ms-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
}

.WeCallYouBT.release {
    right: 320px;
}

.WeCallYouBT a {
    display: block;
    width: 120px;
    margin-top: 120px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: left top;
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    background: #ED214E;
    cursor: pointer;
}

.WeCallYouBT a:hover {
    color: #FFF;
    background: #1b1b1b;
}

.WeCallYouBT.release a {
    color: #FFF;
    background: #1b1b1b;
}

.WeCallYouForm {
    position: fixed;
    right: 0px;
    top: 125px;
    width: 0px;
    height: auto;
    background: #1b1b1b;
    overflow: hidden;
    z-index: 199;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.WeCallYouForm.release {
    width: 320px;
}

.WeCallYouForm ul {
    float: left;
    width: 320px;
    height: auto;
    min-height: 250px;
    list-style: none;
    padding: 20px 15px 20px 15px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.WeCallYouForm ul li {
    float: left;
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0px 0px 5px 0px;
    clear: both;
}

.WeCallYouForm ul li input[type=text],
.WeCallYouForm ul li textarea {
    float: left;
    height: 32px;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #FFF;
    background: none;
    padding: 4px 13px;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0px;
    outline-color: transparent;
    outline-style: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 2px solid #626262;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.WeCallYouForm ul li textarea {
    height: 60px;
    resize: none;
}

.WeCallYouForm ul li input[type=text]:focus,
.WeCallYouForm ul li textarea:focus {
    outline-color: transparent;
    outline-style: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.WeCallYouForm ul li input::-webkit-input-placeholder,
.WeCallYouForm ul li textarea::-webkit-input-placeholder,
.WeCallYouForm ul li input::-webkit-input-placeholder.my-placeholder,
.WeCallYouForm ul li textarea::-webkit-input-placeholder.my-placeholder {
    color: #8d8c8c;
}

.WeCallYouForm ul li input:-moz-placeholder,
.WeCallYouForm ul li textarea:-moz-placeholder {
    color: #8d8c8c;
}

.WeCallYouForm ul li input:-ms-input-placeholder,
.WeCallYouForm ul li textarea:-ms-input-placeholder {
    color: #8d8c8c;
}

.WeCallYouForm ul li input[type=submit],
.WeCallYouForm ul li input[type=button] {
    float: left;
    width: 100%;
    height: 32px;
    border: 0px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background: #ED214E;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.WeCallYouForm ul li input[type=submit]:hover,
.WeCallYouForm ul li input[type=button]:hover {
    color: #626262;
    background: #FFF;
}

.WeCallYouForm ul li label {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.WeCallYouForm ul li.Alert {
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #ED214E;
}

.WeCallYouForm ul li label input {
    position: absolute;
    left: 0px;
    top: 0px;
}

.WeCallYouForm ul li label span.Text {
    float: left;
    width: 100%;
    height: auto;
    font: 400 10px/12px 'Raleway', sans-serif;
    color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.WeCallYouForm ul li label span.Text a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #FFF;
}

.WeCallYouForm ul li label span.Text a:hover {
    color: #ED214E;
}
/*------------B?Z S?Z? ARAYALIM - SON-----------*/
.projectBanner{
    float: left;
    width: 100%;
    height: 70vw;
    max-height:92vh;
    background:#F7F7F7;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    margin-top:80px;
    display: flex; /* establish flex container */
    flex-direction: column; /* make main-axis vertical */
    justify-content: center; /* align items vertically, in this case */
    align-items: center; /* align items horizontally, in this case */
}
.projectBanner.centertext {
    justify-content: end; /* align items vertically, in this case */
    align-items: end; /* align items horizontally, in this case */
}
.projectBanner.centertop {
    justify-content:start; /* align items vertically, in this case */
    align-items: start; /* align items horizontally, in this case */
}
.projectBanner.centerbottom {
    justify-content: end; /* align items vertically, in this case */
    align-items: end; /* align items horizontally, in this case */
}
.projectBanner.center {
    text-align:center;
}
    .projectBanner.last {
        text-align:end;
    }
.projectBanner .container{
    width:100%;
    height:auto;
    text-align:left;
    max-width: 1220px;
    padding-right: 10px;
    padding-left: 10px;
}
    .projectBanner.centertext .container,
    .projectBanner.center .container {
        text-align: center;
        padding-bottom: 30px;
    }
    .projectBanner.last .container {
        text-align: end;
        padding-bottom: 30px;
    }
    .projectBanner.centertop .container {
        text-align: center;
        padding-top:30px;
    }
.projectBanner .container .logo{
    float:left;
    max-width:40%;
    width:auto;
    height:auto;
    margin:10px 0px;
}
    .projectBanner.centertext .container .logo,
    .projectBanner.center .container .logo,
    .projectBanner.centertop .container .logo {
        max-width: 100%;
        width: 100%;
        text-align: center
    }
    .projectBanner.last .container .logo {
        max-width: 100%;
        width: 100%;
        text-align: end
    }
.projectBanner .container .logo.gastroAntep{
    margin-top:60px;
}
.projectBanner .container .logo.astas{
    max-width:70%;
}
.projectBanner .container .logo.abay {
    float: none;
    display: inline-block;
    max-width:70%;
    margin-top: 6vw;
}
.projectBanner .container .logo.facelab {
    float: none;
    display: inline-block;
    max-width:70%;
    margin-top: 12vw;
}
.projectBanner .container .logo h1{
    float:left;
    width:auto;
    max-width:100%;
    height:auto;
    margin:0px;
}
    .projectBanner.centertext .container .logo h1,
    .projectBanner.center .container .logo h1,
    .projectBanner.centertop .container .logo h1,
    .projectBanner.last .container .logo h1 {
        float: none;
        display: inline-block
    }
.projectBanner .container .logo h1 img{
    float:left;
    width:auto;
    max-width:100%;
    height:auto;
}
.projectBanner .container h2{
    clear:both;
    float:left;
    width:auto;
    max-width:50%;
    height:auto;
    margin:20px 0px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: #2b2b2b;
}
    .projectBanner.centertext .container h2,
    .projectBanner.center .container h2,
    .projectBanner.centertop .container h2 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .projectBanner.last .container h2 {
        width: 100%;
        max-width: 100%;
        text-align: end;
    }
.projectBanner .container h2 b{
    font-weight: 500;
}
    .projectBanner .container h2.birlesikodeme,
    .projectBanner .container h2.kimpack {
        color: #FFF;
        font-size: 22px;
        max-width: 36%;
    }
    .projectBanner .container h2.poca {
        font-size: 22px;
        max-width: 36%;
    }
    .projectBanner .container h2.kelebek {
        font-size: 22px;
        max-width: 36%;
    }
    .projectBanner .container h2.a101 {
        font-size: 32px;
        max-width: 100%;
        color: #FFF;
        margin-top: 8vw;
    }
    .projectBanner .container h2.abay {
        font-size: 32px;
        max-width: 100%;
        color: #FFF;
    }
    .projectBanner .container h2.facelab {
        font-size: 28px;
        max-width: 100%;
    }
    .projectBanner .container h2.wome {
        font-size: 28px;
        max-width: 100%;
        color: #FFF;
    }
    .projectBanner .container h2.king {
        font-size: 22px;
        max-width: 40%;
        color: #FFF;
    }
    .projectBanner .container h2.celenes {
        font-size: 20px;
        max-width: 32%;
        color: #002855;
    }
    .projectBanner .container h2.white {
        color: #FFF;
    }
    .projectBanner .container h2.blue {
        color: #00239c;
        font-size: 30px;
    }
    .projectBanner .container h2.white {
        color: #fff;
        font-size: 30px;
    }
    .projectBanner .container h2 span {
        color: #FFF;
    }
.newproject {
    float: left;
    width: 100%;
    height: auto;
}
.newproject.kelebekStory {
    background-color:#f0f0f0
}
.newproject .container {
    max-width: 1220px;
    padding-right: 10px;
    padding-left: 10px;
}

.newproject .row {
    margin-right: -10px;
    margin-left: -10px
}


.newproject .col-lg-1, .newproject .col-lg-2, .newproject .col-lg-3, .newproject .col-lg-4, .newproject .col-lg-5, .newproject .col-lg-6, .newproject .col-lg-7, .newproject .col-lg-8, .newproject .col-lg-9, .newproject .col-lg-10, .newproject .col-lg-11, .newproject .col-lg-12,
.newproject .col-md-1, .newproject .col-md-2, .newproject .col-md-3, .newproject .col-md-4, .newproject .col-md-5, .newproject .col-md-6, .newproject .col-md-7, .newproject .col-md-8, .newproject .col-md-9, .newproject .col-md-10, .newproject .col-md-11, .newproject .col-md-12, 
.newproject .col-sm-1, .newproject .col-sm-2, .newproject .col-sm-3, .newproject .col-sm-4, .newproject .col-sm-5, .newproject .col-sm-6, .newproject .col-sm-7, .newproject .col-sm-8, .newproject .col-sm-9, .newproject .col-sm-10, .newproject .col-sm-11, .newproject .col-sm-12,
.newproject .col-xs-1, .newproject .col-xs-2, .newproject .col-xs-3, .newproject .col-xs-4, .newproject .col-xs-5, .newproject .col-xs-6, .newproject .col-xs-7, .newproject .col-xs-8, .newproject .col-xs-9, .newproject .col-xs-10, .newproject .col-xs-11, .newproject .col-xs-12{
    padding-right: 10px;
    padding-left: 10px
}
.newproject .textContent {
    float:left;
    width:100%;
    height:auto;
    padding:30px 25px 40px 25px;
}
.newproject .imageContent {
    float:left;
    width:100%;
    height:auto;
}
.newproject .imageContent.video {
    background: #dfdfdf;
    padding: 30px 80px
}
.newproject .imageContent.video.grey {
    background: #f1f3f6 !important;
    border-top: 5px solid #FFF;
}
.newproject .imageContent.video.paddingtop {
    padding-top:80px;
}
.newproject .imageContent.video.paddingbottom {
    padding-bottom:80px;
}
.newproject .imageContent img{
    float:left;
    width:100%;
    height:auto;
}
.newproject .textContent h3{
    float:left;
    width:100%;
    height:auto;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 50px;
    color: #2b2b2b;
    text-align:center;
    margin:0px;
}
.newproject .textContent h3 b{
    font-weight: 500;
}
.newproject .textContent p{
    float:left;
    width:100%;
    height:auto;
    padding:12px 0px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: #2b2b2b;
    text-align:center;
    margin:0px;
}
.newproject .textContent p b{
    font-weight: 700;
}
.orangeBg{
    background:#fd5302;
}
.turkuazBg{
    background:#4ba6bf;
}
.purpleBg {
    background: #8f3e9f;
}
.blueBg {
    background: #117aa7;
}
.avaneBg {
    background: #f08774;
}
.archyBg {
    background: #e8daeb;
}
.beilsBg {
    background: #428265;
}
.buzdagiBg {
    background: #00239c;
}
.buzdagiBg2 {
    background: #f2f4f6;
}
.buzdagiBg3 {
    background: #dde4ee;
}
.buzdagiBg4 {
    background: #e3ecf6;
}
.buzdagiBg5 {
    background: #eaf4ff;
}
.entasBg,
.womeBg {
    background: #00239c;
}
.nursanBg {
    background: #f05830;
}
.nursanBg2 {
    background: #d7dee9;
}
.granitasBg {
    background: #231f20;
}
.peraBg {
    background: #8a2432;
}
.isoBg {
    background: #ed1c24;
}
.bebakBg {
    background: #027934;
}
.bebakBg2 {
    background: #cee5d8;
}
.bebakBg3 {
    background: #e5f1ea;
}
.yemeksepetiBg {
    background: #fb0050;
}
.yemeksepetiBg2 {
    background: #ffe9f0;
}
.poliyaBg {
    background: #0a326e;
}
.newproject .textContent.tabanBg {
    padding: 30px 25px 0px 25px;
}
.tabanBg {
    background: #00524c;
}
.tabanBg2 {
    background: #ddf1f0;
}
.tabanBg3 {
    background: #f0fffe;
}
.rescooBg {
    background: #ffcc00;
}
.rescooBg2 {
    background: #fff9e0;
}
.rescooBg3 {
    background: #fff2c1;
}
.morfoseBg {
    background: #000000;
}
.morfoseBg2 {
    background: #d2d8e0;
}
.park_hyattBg {
    background: #927c45;
}
.packuppBg {
    background: #3d92f7;
}
.packuppBg2 {
    background: #f6f5f5;
}
.packuppBg3 {
    background: #abd2ff;
}
.packuppBg4 {
    background: #bedafa;
}
.istinyeBg {
    background: #00264e;
}
.istinyeBg2 {
    background: #dcedff;
}
.iskoopBg {
    background: #134a99;
}
.birlesikOdemeBg {
    background: #3e3260;
}
.birlesikOdemeBg2 {
    background: #CCC;
}
.pocaBg {
    background: #ec170b;
}
.kimpackBg {
    background: #0f5c8e;
}
.kelebekBg {
    background: #ff0039;
}
.kingBg {
    background: #ff0e2c;
}
.celenesBg {
    background: #002855;
}
.a101Bg {
    background: #00abc7;
}
.a101Bg2 {
    background: #eafaff;
}
.abayBg,
.yigitakuBg {
    background: #e41936;
}
.berghoffBg {
    background: #6f4e5b;
}
.fuskaBg {
    background: #0d2156;
}
.kaleBg,
.kelebekMutfakBg {
    background: #cf152d;
}
.neredeizlenirBg {
    background: #60547b;
}
.nextluaBg {
    background: #1f2e47;
}
.okulistikBg {
    background: #feae0d;
}
.abayBg2,
.herbademBg2,
.yigitakuBg2,
.womeBg2,
.kimbfcBg2,
.ivanaturaBg2,
.jeuvenileBg3,
.berghoffBg2,
.fuskaBg2,
.kaleBg2,
.kelebekBg2,
.okulistikBg3{
    background: #e6e9ee;
}
.abayBg3,
.herbademBg3,
.yigitakuBg3,
.womeBg3,
.kimbfcBg3,
.ivanaturaBg3,
.jeuvenileBg4,
.schmidBg3,
.berghoffBg3,
.neredeizlenirBg2,
.okulistikBg4,
.spiBg3{
    background: #f1f3f6;
}
.nextluaBg2{
    background: #e7e9ef;
}
.facelabBg {
    background: #042185;
}
.facelabBg2 {
    background: #edeff2;
}
.herbademBg {
    background: #72bc23;
}
.kimbcfBg {
    background: rgb(184,27,120);
    background: linear-gradient(90deg, rgba(184,27,120,1) 0%, rgba(85,187,254,1) 100%);
}
.ivanaturaBg {
    background: #5b662c;
}
.jeuvenileBg {
    background: #000;
}
.jeuvenileBg2,
.okulistikBg2 {
    background: #edeff3;
}
.schmidBg {
    background: #efb330;
}
.schmidBg2 {
    background: #FFF;
}
.spiBg {
    background: #feb300;
}
.kelebekBg3 {
    background: #eef4f5;
}
.kelebekBg4 {
    background: #ebedf0;
}
.spiBg2{
    background: #e6e9ee;
}
.orangeBg p,
.purpleBg p,
.blueBg p,
.avaneBg p,
.turkuazBg p,
.beilsBg p,
.buzdagiBg p,
.granitasBg p,
.peraBg p,
.bebakBg p,
.isoBg p,
.entasBg p,
.nursanBg p,
.yemeksepetiBg p,
.poliyaBg p,
.tabanBg p,
.morfoseBg p,
.park_hyattBg p,
.packuppBg p,
.istinyeBg p,
.iskoopBg p,
.birlesikOdemeBg p,
.pocaBg p,
.kimpackBg p,
.kelebekBg p,
.kingBg p,
.celenesBg p,
.a101Bg p,
.abayBg p,
.facelabBg p,
.herbademBg p,
.yigitakuBg p,
.womeBg p,
.kimbcfBg p,
.ivanaturaBg p,
.jeuvenileBg p,
.schmidBg p,
.berghoffBg p,
.fuskaBg p,
.kaleBg p,
.kelebekMutfakBg p,
.neredeizlenirBg p,
.nextluaBg p,
.okulistikBg p{
    color: #FFF !important;
}
.bebakBg2 p,
.bebakBg3 p {
    color: #047835 !important;
}
.yemeksepetiBg2 p {
    color: #5e616c !important;
}
.projeMarginTB{
    margin-top:60px;
    margin-bottom:60px;
}
.projeMarginT{
    margin-top:60px !important;
}
.projeMarginB{
    margin-bottom:60px !important;
}
.projeList{
    margin:0px 0px 80px 0px;
}
.projeList .imageContent,
.projeList .textContent{
    margin:10px 0px;
}
.projeList .flex{
    display: flex;
}
.projeList .flex .flexOne{
    flex: 1;
    display: flex;
    padding-left:50px;
    padding-right:50px;
}
.projeList .flex .flexOne p{
    float:none;
    margin: auto;
    text-align:center;
}
.projeList .listtext{
    min-height:368px;
}
@media (max-width:900px) {
    .projectBanner .container h2 {
        font-size: 22px !important;
        line-height: 26px !important;
    }
    .projectBanner .container h2.birlesikodeme,
    .projectBanner .container h2.poca,
    .projectBanner .container h2.kimpack,
    .projectBanner .container h2.kelebek{
        max-width:50%;
    }
    .newproject .textContent h3 {
        font-size: 38px;
        line-height: 44px;
    }
    .newproject .imageContent.video {
        padding: 20px 60px
    }
    .newproject .imageContent.video.paddingtop {
        padding-top:60px;
    }
    .newproject .imageContent.video.paddingbottom {
        padding-bottom:60px;
    }
}
@media (max-width:767px) {
    .newproject .textContent p{
        padding:10px 0px;
        font-size: 13px;
        line-height: 20px;
    }
    .projectBanner .container h2 {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .newproject .textContent h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .newproject .textContent p br{
        display:none;
    }
    .newproject .imageContent.video {
        padding: 15px 50px
    }
    .newproject .imageContent.video.paddingtop {
        padding-top:50px;
    }
    .newproject .imageContent.video.paddingbottom {
        padding-bottom:50px;
    }
}
@media (max-width:600px) {
    .projectBanner .container h2 {
        font-size: 16px !important;
        line-height: 20px !important;
        margin: 5px 0px
    }
    .projectBanner .container h2 br{
        display:none;
    }
    .projectBanner .container .logo {
        max-width: 25%;
        margin: 5px 0px
    }
    .projectBanner.centertext .container .logo {
        float:none;
        display:inline-block;
        max-width: 40%;
        margin: 5px 0px
    }
    .projectBanner .container .logo.bilkent,
    .projectBanner .container .logo.tepe {
        max-width: 10%;
    }
    .projectBanner .container .logo.astas{
        max-width:40%;
    }
    .newproject .textContent h3 {
        font-size:28px;
        line-height: 36px;
    }
    .projeList .flex .flexOne {
        padding-left: 25px;
        padding-right: 25px;
    }
    .newproject .imageContent.video {
        padding: 10px 30px
    }
    .newproject .imageContent.video.paddingtop {
        padding-top:30px;
    }
    .newproject .imageContent.video.paddingbottom {
        padding-bottom:30px;
    }
}
@media (max-width:420px) {
    .projectBanner .container h2 {
        font-size: 13px !important;
        line-height: 16px !important;
    }
    .newproject .textContent h3 {
        font-size:24px;
        line-height: 32px;
    }
    .newproject .imageContent.video {
        padding: 6px 15px
    }
    .newproject .imageContent.video.paddingtop {
        padding-top:15px;
    }
    .newproject .imageContent.video.paddingbottom {
        padding-bottom:15px;
    }
}


.services__ornament .ornament_animation__svg {
  width: 500px;
  height: 575px;
}

.ornament_animation{
  position:absolute;
  z-index:0;
  margin-top:-80px;
}
.ornament_animation-sub{
  opacity:0.05
}
.ornament_animation-sub .ornament_animation__svg{
  width:100%;
  height:100%
}
.ornament_animation__inner{
  position:relative;
  width:100%;
  height:100%
}
.ornament_animation__svg{
  position:absolute;
  left:0;
  top:0
}
.ornament_animation svg{
  width:100%;
  height:100%
}
.ornament_animation-default .ornament_animation__svg{
  -webkit-transform-origin:center;
  -ms-transform-origin:center;
  transform-origin:center
}
.ornament_animation-default .ornament_animation__svg:first-child{
  -webkit-animation:rotating 35s linear infinite;
  animation:rotating 35s linear infinite
}
.ornament_animation-default .ornament_animation__svg:last-child{
  -webkit-animation:rotating-back 35s linear infinite;
  animation:rotating-back 35s linear infinite;
  top:2px
}

.icon-decor-part1 {
  width: 1.02em;
  height: 1em;
  fill: none;
  stroke: #232020;
}

@-webkit-keyframes rotating{
  from{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes rotating{
  from{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@-webkit-keyframes rotating-back{
  from{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to{
    -webkit-transform:rotate(-360deg);
    transform:rotate(-360deg)
  }
}
@keyframes rotating-back{
  from{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to{
    -webkit-transform:rotate(-360deg);
    transform:rotate(-360deg)
  }
}

.logoWrp {
    float: left;
    width: 100%;
    height: auto;
    background: #1a1a1a;
    padding:20px 0px;
}
.logoWrp .marka {
    float:left;
    width: 100%;
    height: auto;
    text-align: center;
    padding:20px 0px 10px;
}
.logoWrp .marka a {
    display:inline-block;
    vertical-align: middle;
    width:auto;
    max-width:160px;
    height: auto;
    margin:0px 15px;
}
.logoWrp .marka a img {
    float: left;
    width: 100%;
    height: auto;
}
.prosesgrup {
    float:left;
    width: 100%;
    height: auto;
    text-align: center;
    padding:15px 0px;
}
.prosesgrup a {
    display:inline-block;
    vertical-align: middle;
    width: 78px;
    height: 16px;
    background-image: url(https://www.diverseffect.com/images/prosesgrup.svg);
    background-size: 78px 16px;
    text-indent: -9999px;
    letter-spacing: 0px;
    padding: 0px 5px;
}
.prosesgrup a:hover{
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}
.prosesgrup span {
    display:inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #FFF;
    letter-spacing: 0px;
    padding: 0px 5px;
}
@media (max-width:420px) {
    .logoWrp .marka a {
        max-width: 100px;
        margin: 0px 10px;
    }
}
.mobileInfobar {
    position: fixed;
    z-index: 199;
    bottom: 0;
    left: 0;
    width: 100%;
    height:auto;
    background: #ebebeb;
    -webkit-transition: all .2s cubic-bezier(.23,.47,.32,1);
    -moz-transition: all .2s cubic-bezier(.23,.47,.32,1);
    -o-transition: all .2s cubic-bezier(.23,.47,.32,1);
    -ms-transition: all .2s cubic-bezier(.23,.47,.32,1);
    transition: all .2s cubic-bezier(.23,.47,.32,1);
    display: none;
}

.touchs .mobileInfobar {
    -webkit-transform: translate3d(0,100px,0);
    -moz-transform: translate3d(0,100px,0);
    -ms-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
}
/*.mobileSticky {
    -webkit-transform: translate3d(0,100px,0);
    -moz-transform: translate3d(0,100px,0);
    -ms-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
}*/
.mobileInfobar ul {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0px 5px;
}

    .mobileInfobar ul li {
        float: left;
        width: 33.33%;
        height: auto;
        text-align: center;
    }

        .mobileInfobar ul li a {
            display: inline-block;
            vertical-align: middle;
            font: 400 12px/20px 'Rubik', sans-serif;
            color: #333;
            padding-top: 16px;
            background-position: center top;
            background-repeat: no-repeat;
        }

            .mobileInfobar ul li a.m_email {
                background-image: url(../images/m_email.png);
                background-size: 16px 12px;
            }

            .mobileInfobar ul li a.m_phone {
                background-image: url(../images/m_phone.png);
                background-size: 15px 15px;
            }

            .mobileInfobar ul li a.m_contact {
                background-image: url(../images/m_contact.png);
                background-size: 15px 15px;
            }
@media (max-width:768px) {

    .mobileInfobar {
        display: block;
    }
}