﻿/*! /*! www.tragger.com - v1.0.0 - 2019
 * Copyright (c) 2019 - designerAgency: Diverseffect.com;
 */

@charset "utf-8";

/* CSS Document */

/*font*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap&subset=latin-ext');

/*Slider*/
@import url("slick.css");

/*selectbox*/
@import url("jquery.selectbox.css");


body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    min-width: 300px;
    background: #1d1e2a;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: rubik, sans-serif;
    font-weight: normal;
    color: #575756;
    position: relative;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, select, label, legend, table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
html {
    height: 100%;
    position: relative;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
ol, ul, li {
    list-style: none;
}
.clear {
    clear: both;
}
img {
    border: 0px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
button:focus {
    outline-color: transparent;
    outline-style: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 0;
    -webkit-text-fill-color:#4a4f55;
    -webkit-box-shadow: 0 0 0px 0px #FFF inset;
    transition: background-color 5000s ease-in-out 0s;
}
input[type=text],
input[type=password],
textarea {
    float: left;
    height: 60px;
    width: 100%;
    font-family: rubik, sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #63727a;
    background: #FFF;
    padding: 13px 18px;
    -webkit-appearance: none;
    margin: 0px;
    outline-color: transparent;
    outline-style: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 2px solid #d1d1d1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    height: 120px;
}
textarea.big {
    height: 200px;
}
textarea.small {
    height: 60px;
}
input[type=text].date {
    padding-right: 58px;
    background-image: url(../images/dateIcon.png);
    background-size: 28px 29px;
    background-position: right 15px center;
    background-repeat: no-repeat;
}
.error input[type=text],
.error input[type=password],
.error textarea {
    border-color: #a94442 !important;
}
.valid input[type=text],
.valid input[type=password],
.valid textarea {
    border-color: #5cb85c !important;
}
input:focus,
textarea:focus {
    outline-color: transparent;
    outline-style: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #63727a;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #63727a;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #63727a;
}
input[type=submit],
input[type=button],
button,
a.button,
a.button2,
a.buttonGreen,
a.buttonOrange {
    float: left;
    height: 60px;
    width: auto;
    font-family: rubik, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    background: #ec008c;
    border: 0px;
    cursor: pointer;
    margin: 0px;
    padding: 15px 45px;
    text-align: center;
}
a.buttonGreen {
    background: #a5b52a
}
input[type=submit]:hover,
input[type=button]:hover,
a.button:hover,
a.buttonGreen:hover {
    color: #ec008c;
    background: #FFF;
}
.fileUpload {
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0px;
    width: 100% !important;
    height: 52px !important;
    background: #FFF;
    border-bottom: 2px solid #EEE;
}
.error .fileUpload {
    border-color: #bb0000;
}
.valid .fileUpload {
    border-color: #16ba00;
}
.fileUpload span {
    float: right;
    width: 50px;
    height: 50px;
    background: url(../images/upload.png) center center no-repeat;
    background-size: 30px 30px;
    text-indent: -9999px;
}
.fileUpload #uploadFile {
    float: left;
    width: 80%;
    height: 50px;
    background: none;
    border: 0px;
    padding: 15px 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #63727a;
    cursor: pointer;
}
.fileUpload #uploadFile::-webkit-input-placeholder {
    font-weight: 400;
    color: #515356;
}
.fileUpload #uploadFile::-moz-placeholder {
    font-weight: 400;
    color: #515356;
}
.fileUpload #uploadFile:-ms-input-placeholder {
    font-weight: 400;
    color: #515356;
}
.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: 100%;
    height: 50px;
}
.highlight {
    padding: 0 3px;
    background-color: #231f20;
    color: #fff;
    text-shadow: none;
}
.custom-checkbox {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 16px;
    height: 16px;
    z-index: 1;
    border: 2px solid #EEE;
    background: #f7f7f7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.radius100 .custom-checkbox {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.custom-radio {
    position: absolute;
    left: 0px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 2px solid #EEE;
    background: #f7f7f7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.custom-checkbox::before,
.custom-radio::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #00b0ad;
    margin-left: -3px;
    margin-top: -3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display: none;
}
.radius100 .custom-checkbox::before,
.custom-radio::before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.custom-checkbox:hover,
.custom-radio:hover,
label:hover .custom-checkbox,
label:hover .custom-radio {
    border-color: #00b0ad;
}
.custom-checkbox.selected,
.custom-radio.selected {
    border-color: #00b0ad;
}
.custom-checkbox.selected::before,
.custom-radio.selected::before {
    display: block;
}
.custom-checkbox input[type="checkbox"],
.custom-radio input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 14px;
    height: 14px;
    margin: 0px;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
label {
    float: left;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #526078;
    position: relative;
    cursor: pointer;
}
label.right {
    float: right;
}
label.left {
    float: left;
}
label.checkbox span.Text,
label.radio span.Text {
    float: left;
    width: 100%;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    color: #63727a;
    padding-left: 25px;
}
label.checkbox.right span.Text,
label.radio.right span.Text {
    padding-left: 0px;
    padding-right: 5px;
}
label.checkbox span.Text a,
label.radio span.Text a {
    font-weight: 700;
    color: #526078;
}
label.checkbox span.Text b,
label.radio span.Text b {
    font-weight: 700;
    font-size: 16px;
}
label.checkbox span.Text a:hover,
label.radio span.Text a:hover {
    color: #00b0ad;
}
label.error {
    position: absolute;
    right: 10px;
    top: -5px;
    width: auto;
    height: auto;
    font-size: 10px;
    line-height: 14px;
    color: #FFF;
}
.custom-checkbox label.error,
.custom-radio label.error {
    position: absolute;
    left: 0px;
    top: -23px;
    width: auto;
}
.error .custom-checkbox,
.error .custom-radio {
    border-color: #a94442 !important;
}
a, a span, a h2, a p,
input[type=button],
input[type=submit] {
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a {
    color: #222222;
    font-weight: 700;
}
a:hover {
    color: #ec008c;
}
.center {
    text-align: center;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}
/*----POPUP-ALERT---*/
.modalAlert {
    width: 96%;
    height: auto;
    display: block;
    background-color: #FFF !important;
    max-width: 420px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    padding: 0px !important;
}
.fancybox-slide--current .modalAlert {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.modalAlert span.Baslik {
    float: left;
    width: 100%;
    height: auto;
    background: #d40203;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
}
.modalAlert .AlertText,
.modalAlert .AlertButon {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 20px;
    text-align: center;
}
.modalAlert .AlertText {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #575756;
    padding: 30px 20px 10px 20px;
}
.modalAlert .AlertButon {
    padding: 20px 20px 20px 20px;
}
.modalAlert .AlertButon a {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #FFF;
    padding: 5px 30px;
    background: #575756;
}
.modalAlert .AlertButon a:hover {
    background: #d40203;
    color: #FFF;
}
.fancybox-slide--html .fancybox-close-small {
    color: #FFF !important;
}
/*----POPUP-ALERT---*/
/*----Bootstraps----*/
.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
}
.w-container.contact {
    max-width: 100%;
}
.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-container:after {
    clear: both;
}
.w-container .w-row {
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}
.w-container.contact .w-row {
    margin-left: 0px;
    margin-right: 0px;
}
.w-row:before,
.w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-row:after {
    clear: both;
}
/*
.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}*/
.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.w-container.contact .w-row .w-col {
    padding-left: 0px;
    padding-right: 0px;
}
.alignCenter {
    text-align: center;
    letter-spacing: -4px;
}
.alignCenter .w-col {
    float: none;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0px;
}
.w-col-0 {
    width: auto;
}
.w-col-1 {
    width: 8.33333333%;
}
.w-col-1dot5 {
    width: 13.33333%;
}
.w-col-2 {
    width: 16.66666667%;
}
.w-col-2dot5 {
    width: 20%;
}
.w-col-3 {
    width: 25%;
}
.w-col-4 {
    width: 33.33333333%;
}
.w-col-5 {
    width: 41.66666667%;
}
.w-col-6 {
    width: 50%;
}
.w-col-7 {
    width: 58.33333333%;
}
.w-col-8 {
    width: 66.66666667%;
}
.w-col-9 {
    width: 75%;
}
.w-col-10 {
    width: 83.33333333%;
}
.w-col-11 {
    width: 91.66666667%;
}
.w-col-12 {
    width: 100%;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-10 {
    padding-top: 10px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.pb-60 {
    padding-bottom: 60px;
}
.floatRight {
    float: right;
}
.staticBloks {
    -webkit-transition: top 200ms linear;
    -moz-transition: top 200ms linear;
    -o-transition: top 200ms linear;
    -ms-transition: top 200ms linear;
    transition: top 200ms linear;
}
/*----Bootstraps----*/
/*----HEADER----*/
.Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #FFF;
}
.sticky .Header {
    background: #d40203;
}
.Header .w-container{
    position: relative;
}
.Header .Logo{
    position:absolute;
    left: 0px;
    top: 20px;
    width: auto;
    height: auto;
    background: #d40203;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.sticky .Header .Logo{
    top: 0px;
}
.Header .Logo h1{
    float: left;
    width: auto;
    height: auto;
}
.Header .Logo h1 a,
.Header .Logo a{
    float: left;
    width: 260px;
    height: 64px;
    background-image: url(../images/guldemBerkman_logo.svg);
    background-size:230px 36px;
    background-position: center center;
    text-indent: -9999px;
    padding: 14px 15px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.sticky .Header .Logo h1 a,
.sticky .Header .Logo a{
    width: 192px;
    height: 52px;
    padding: 8px 0px;
    background-size:192px 30px;
}
.Header .Menu {
    float:right;
    width: auto;
    height: auto;
}
.Header .Menu ul,
.Header .Menu ul li{
    float: left;
    width: auto;
    height: auto;
    padding: 0;
}
.Header .Menu ul li a{
    float: left;
    width: auto;
    height: auto;
    padding: 10px 11px 13px 11px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #7f7f7f;
    border-top:3px solid transparent;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.sticky .Header .Menu ul li a{
    color: rgba(255,255,255,.8);
}
.Header .Menu ul li a:hover{
    color: #d40203;
}
.sticky .Header .Menu ul li a:hover{
    color: rgba(255,255,255,1);
}
.Header .Menu ul li a.active{
    border-top:3px solid #d40203;
    color: #000;
}
.sticky .Header .Menu ul li a.active{
    border-top: 3px solid #FFF;
    color: #FFF;
}
.Header .w-container .MobileBt {
	float: right;
	width: auto;
	height: 52px;
	display: none;
	cursor: pointer;
	padding: 11px 10px;
    margin-right: -10px;
}
.Header .w-container .MobileBt > div {
	float: left;
	width: 30px;
	height: 30px;
	position: relative;
}
.Header .w-container .MobileBt > div span {
	display: block;
	position: absolute;
	top: 13px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 4px;
	background: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.Header .w-container .MobileBt > div span::before, 
.Header .w-container .MobileBt > div span::after {
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 4px;
	background-color: #FFF;
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition-duration: 0.1s, 0.1s;
	-moz-transition-duration: 0.1s, 0.1s;
	-o-transition-duration: 0.1s, 0.1s;
	-ms-transition-duration: 0.1s, 0.1s;
	transition-duration: 0.1s, 0.1s;
	-webkit-transition-delay: 0.1s, 0s;
	-moz-transition-delay: 0.1s, 0s;
	-o-transition-delay: 0.1s, 0s;
	-ms-transition-delay: 0.1s, 0s;
	transition-delay: 0.1s, 0s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.main .Header .w-container .MobileBt > div span,
.main .Header .w-container .MobileBt > div span::before, 
.main .Header .w-container .MobileBt > div span::after,
.sticky .Header .w-container .MobileBt > div span,
.sticky .Header .w-container .MobileBt > div span::before, 
.sticky .Header .w-container .MobileBt > div span::after{
	background-color: #FFF;
}
.Header .w-container .MobileBt > div span::before {
	top: -9px;
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -webkit-transform;
	-o-transition-property: top, -webkit-transform;
	-ms-transition-property: top, -webkit-transform;
	transition-property: top, -webkit-transform;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-o-transition-property: top, transform;
	-ms-transition-property: top, transform;
	transition-property: top, transform;
}
.Header .w-container .MobileBt > div span::after {
	bottom: -9px;
	-webkit-transition-property: bottom, -webkit-transform;
	-moz-transition-property: bottom, -webkit-transform;
	-o-transition-property: bottom, -webkit-transform;
	-ms-transition-property: bottom, -webkit-transform;
	transition-property: bottom, -webkit-transform;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	transition-property: bottom, transform;
}
.Header .w-container .MobileBt.push > div span {
	background: none;
}
.Header .w-container .MobileBt.push > div span::before {
	top: 0px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #FFF;
}
.Header .w-container .MobileBt.push > div span::after {
	bottom: 0px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #FFF;
}
.Header .w-container .MobileBt.push > div span::before,  
.Header .w-container .MobileBt.push > div span::after {
	-webkit-transition-delay: 0s, 0.1s;
	-moz-transition-delay: 0s, 0.1s;
	-o-transition-delay: 0s, 0.1s;
	-ms-transition-delay: 0s, 0.1s;
	transition-delay: 0s, 0.1s;
}
/*----MOBIL-MENU----*/
.MobilMenu {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0px;
	z-index: 5;
    background: rgba(37,38,53,.01);
	overflow: auto;
	-webkit-transition: background 0.35s linear, height 0.35s ease-in;
	-moz-transition: background 0.35s linear, height 0.35s ease-in;
	-o-transition: background 0.35s linear, height 0.35s ease-in;
	-ms-transition: background 0.35s linear, height 0.35s ease-in;
	transition: background 0.35s linear, height 0.35s ease-in;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 52px;
}
.MobilMenu .main-nav{
	float: left;
	width: 100%;
	height: auto;
	display: block;
	padding: 0px;
	margin-top: 80px;
    margin-bottom: 30px;
}
.MobilMenu .main-nav ul,
.MobilMenu .main-nav ul li{
	float: left;
	width: 100%;
	height: auto;
}
.MobilMenu .main-nav ul li{
	float: left;
	width: 100%;
	padding: 15px 0px;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(1.1) translateY(-24px);
	-maz-transform: scale(1.1) translateY(-24px);
	-ms-transform: scale(1.1) translateY(-24px);
	-o-transform: scale(1.1) translateY(-24px);
	transform: scale(1.1) translateY(-24px);
	-webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
	-moz-transition: opacity 0.35s ease-out, -moz-transform 0.35s ease-out;
	-o-transition: opacity 0.35s ease-out, -o-transform 0.35s ease-out;
	-ms-transition: opacity 0.35s ease-out, -ms-transform 0.35s ease-out;
	transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}
.MobilMenu .main-nav ul li a {
	float: left;
	width: 100%;
	height: auto;
	display: block;
    text-align: center;
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
	color: #FFF;
}
.MobilMenu .main-nav ul li a.Active{  
    color: #d40203;
}

.promoWrapper {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.social-content {
    opacity: 0;
    width: 100%;
    max-width: 1250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .788867s cubic-bezier(.5, .15, .17, 1) .10000s;
    z-index: 999;
    margin-top: -150px;
}
.js-active-slide .social-content {
    opacity: 1;
}
.footContact .social-content,
.pageTitle .social-content,
.MobilMenu .social-content {
    opacity: 1;
    position: static;
    margin: 0px;
    top: 0px;
    left: 0px;
    float: left;
    width: 100%;
    transform: translate(0%, 0%);
    margin-top: 35px;
}
.MobilMenu .social-content {
    margin-top: 5px;
    text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(1.1) translateY(-24px);
	-maz-transform: scale(1.1) translateY(-24px);
	-ms-transform: scale(1.1) translateY(-24px);
	-o-transform: scale(1.1) translateY(-24px);
	transform: scale(1.1) translateY(-24px);
	-webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
	-moz-transition: opacity 0.35s ease-out, -moz-transform 0.35s ease-out;
	-o-transition: opacity 0.35s ease-out, -o-transform 0.35s ease-out;
	-ms-transition: opacity 0.35s ease-out, -ms-transform 0.35s ease-out;
	transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}
.pageTitle .social-content {
    margin-top: 0px;
}
.social-content a{
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 28px;
    background: url(../images/social.svg);
    background-size: 125px 25px;
    text-indent: -9999px;
    opacity: .3;
}
.contact .social-content a{
    background: url(../images/social_cnt.svg);
    background-size: 125px 25px;
}
.MobilMenu .social-content a{
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
}
.social-content a.tw{
    background-position: 0px 0px;
}
.social-content a.fb{
    background-position: -25px 0px;
}
.social-content a.ins{
    background-position: -50px 0px;
}
.social-content a.in{
    background-position: -75px 0px;
}
.social-content a.yt{
    background-position: -100px 0px;
}
.social-content a:hover{
    opacity: .8;
}
.promoWrapper .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; 
}
.promoWrapper .Slider .Slide{
    float: left;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 52px 0 0 0;
}
.promoWrapper .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: 1;
}
.slider-content {
    opacity: 0;
    width: 100%;
    max-width: 1250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .788867s cubic-bezier(.5, .15, .17, 1) .241614s;
}
.js-active-slide .slider-content {
    opacity: 1;
}
.slider-content .slider-slogan {
    font-family: 'Rubik', sans-serif;
    font-size: 43px;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    margin-top: -100px;
}
.slider-content .slider-slogan div.big {
    font-weight: 700;
}
.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);
}
.promoWrapper .scrollBox{
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 64px;
    height: 64px;
    z-index: 12;
    background: #d40203;
    margin-left: -625px;
}
.promoWrapper .scrollBox .scrollDown{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 18px;
    z-index: 12;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/arrow-down.svg);
    background-size: 15px 18px;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    margin-left: -8px;
    margin-top: -9px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.section,
.pageSection{
    float: left;
    width: 100%;
    height: auto;
    background: #FFF;
}
.section.grey,
.pageSection.grey{
    background: #f7f7f7;
}
.section.navyBlueBg,
.pageSection.navyBlueBg{
    background-image: url(../images/aboutBg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #252635;
    background-size: cover;
}
.section.navyBlue,
.section.navyBlue{
    background-color: #252635;
}
.section .w-container{
    padding: 75px 0px;
}
.pageSection .w-container{
    padding: 40px 0px 80px;
}
.textBox,
.imageContainer,
.leftMenu{
    float: left;
    width: 100%;
    height: auto;
}
.imageContainer{
    margin-bottom: 20px;
}
.leftMenu ul{
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    background: #FFF;
    margin-top: 15px;
}
.leftMenu ul li{
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f1f2f3;
}
.leftMenu ul li a{
    float: left;
    width: 100%;
    height: auto;
    padding: 25px 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #7f7f7f;
}
.leftMenu ul li a:hover{
    opacity: .6;
}
.leftMenu ul li a.active{
    color: #d40203;
    font-weight: 500;
}
.textBox h1{
    float: left;
    width: 100%;
    height: auto;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: #d40203;
    margin: 0px;
    text-align: inherit;
    margin: 7px 0px;
}
.textBox h2,
.imageContainer h2{
    float: left;
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #d40203;
    margin: 0px;
    text-align: inherit;
}
.imageContainer h2 {
    font-size: 16px;
    line-height: 24px;
}
.textBox p{
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #575756;
    margin: 10px 0px;
    text-align: inherit;
}
.textBox p.spot{
    font-weight: 500;
}
.footContact .textBox p{
    color: #FFF;
}
.contact .footContact .textBox p{
    color: #575756;
}
.textBox p b{
    font-weight: 500;
}
.textBox p a,
.contact .footContact .textBox p a{
    font-weight: 300;
    color: #575756;
}
.footContact .textBox p a{
    color: #FFF;
}
.textBox p a:hover{
    opacity: .6;
}
.textBox p img,
.imageContainer img{
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
}
.imageContainer ul{
    clear: both;
    margin-left: -5px;
    margin-right: -5px;
}
.imageContainer ul li{
    float: left;
    width: 33.333%;
    height: auto;
    padding: 5px;
}
.imageContainer ul li a,
.imageContainer ul li a img{
    float: left;
    width: 100%;
    height: auto;
}
.gb-logo-red{
    display: inline-block;
    vertical-align: top;
    width: 195px;
    height: 32px;
    background-image: url(../images/guldemBerkman_logo_red.svg);
    background-size:195px 32px;
    background-position: center center;
    text-indent: -9999px;
    margin-top: 15px;
}
.gb-logo-red.about{
    width: 296px;
    height: 48px;
    background-size:296px 48px;
    margin-top: 0px;
    margin-bottom: 15px;
}
h2.sectionTitle{
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #575756;
    text-align: inherit;
    padding: 0px 85px;
    position: relative;
    margin-bottom: 15px;
}
h2.sectionTitle::after,
h2.sectionTitle::before{
    content: "";
    position: absolute;
    top: 50%;
    width: 67px;
    height: 2px;
    margin-top: -1px;
    background: #d40203;
}
h2.sectionTitle::after{
    left: 0px;
}
h2.sectionTitle::before{
    right: 0px;
}
.articleBox,
.imageBox{
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    background: #FFF;
}
ul.listLine li .articleBox{
    margin: 10px 0px;
}
.articleBox a,
.articleBox span.Image,
.imageBox a,
.imageBox span.Image{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.video .imageBox span.Image{
    position: relative;
}
.articleBox span.Image img,
.imageBox span.Image img{
    float: left;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articleBox a:hover span.Image img,
.imageBox a:hover span.Image img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.video span.Image::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    background: url(../images/play-circle.svg);
    background-position: center center;
    background-size: cover;
    margin: -35px 0 0 -35px;
    z-index: 2;
}
.video .imageBox span.Image::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1;
}
.articleBox span.Text{
    float: left;
    width: 100%;
    height: auto;
    padding: 18px 20px 30px
}
.articleBox span.Text h3{
    float: left;
    width: 100%;
    height:auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #575756;
    overflow: hidden;
}
.articleBox a:hover span.Text h3{
    color: #d40203;
}
.articleBox span.Text p{
    float: left;
    width: 100%;
    height:auto;
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #575756;
    margin-top: 10px;
    overflow: hidden;
}
.allBtn{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
}
.allBtn a{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #d40203;
    padding-right: 24px;
    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; 
}
.allBtn a::after{
    content: "";
    position:absolute;
    right: 0px;
    top: 50%;
    width: 15px;
    height: 8px;
    background-image: url(../images/long-arrow-alt-right.svg);
    background-size:15px 8px;
    background-position: center center;
    text-indent: -9999px;
    margin-top: -4px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}

.allBtn a:hover{
    color: rgba(255,90,95,.7);
}
.allBtn a:hover::after{
    right: -3px;
}
.aboutImage{
    float:left;
    width: 100%;
    height: auto;
    padding-right: 35px;
}
.aboutImage img{
    float:left;
    width: 100%;
    height: auto;
}
.aboutText{
    float:left;
    width: 100%;
    height: auto;
}
.aboutText p{
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #FFF;
    margin: 15px 0px;
    text-align: inherit;
}
#boxSlider{
    position: relative;
}
.boxSlide{
    float: left;
    width: 100%;
    height: auto;
}
.boxSlide .slide{
    float: left;
    width: 100%;
    height: auto;
}
.boxDots{
    float: left;
    width: 100%;
    height: auto;
}
.boxDots ul,
ul.slick-dots{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px 0px 20px;
}
.boxDots ul li,
ul.slick-dots li{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}
.boxDots ul li button,
ul.slick-dots li button{
    float: left;
    width: 8px;
    height: 8px;
    background: #aaa9a9;
    border: 0px;
    text-indent: -9999px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    padding: 0px;
    cursor: pointer;
}
.boxDots ul li button:hover,
ul.slick-dots li button:hover{
    opacity: .5;
}
.boxDots ul li.slick-active button,
ul.slick-dots li.slick-active button {
    background: #d40203
}
#boxSlider .boxPrev{
    position: absolute;
    left: -50px;
    top: 50%;
    width: 20px;
    height: 30px;
    background: url(../images/angle-left.svg);
    background-size: 20px 30px;
    text-indent: -9999px;
}
#boxSlider .boxNext{
    position: absolute;
    right: -50px;
    top: 50%;
    width: 20px;
    height: 30px;
    background: url(../images/angle-right.svg);
    background-size: 20px 30px;
    text-indent: -9999px;
}
#boxSlider .boxPrev:hover,
#boxSlider .boxNext:hover{
    opacity: .5;
}
#boxSlider .boxPrev.slick-disabled,
#boxSlider .boxNext.slick-disabled{
    opacity: 0;
    visibility: hidden;
}
ul.contactForm{
    clear: both;
    margin-left: -10px;
    margin-right: -10px;
}
ul.contactForm li{
    float: left;
    width: 50%;
    height: auto;
    padding: 10px;
    position:relative;
}
ul.contactForm li.full{
    width: 100%;
}
ul.contactForm li label.error{
    color: #63727a;
}
ul.contactForm li label label{
    display:none !important;
}
ul.contactForm li input,
ul.contactForm li textarea{
    height: 52px;
    background: none;
    color: #FFF;
    border: 0px;
    border-bottom: 2px solid #FFF;
    font-size: 13px;
    padding: 15px 0px;
    font-weight: 400;
}
.contact ul.contactForm li input,
.contact ul.contactForm li textarea{
    color: #575756;
    border-bottom: 2px solid #bcbcc0;
}
ul.contactForm li textarea{
    height: 70px;
}
ul.demoForm li input::-webkit-input-placeholder,
ul.demoForm li textarea::-webkit-input-placeholder{
    font-weight: 300;
    color: #FFF;
}
.contact ul.demoForm li input::-webkit-input-placeholder,
.contact ul.demoForm li textarea::-webkit-input-placeholder{
    color: #575756;
}
ul.demoForm li input:-moz-placeholder,
ul.demoForm li textarea:-moz-placeholder{
    font-weight: 300;
    color: #FFF;
}
.contact ul.demoForm li input:-moz-placeholder,
.contact ul.demoForm li textarea:-moz-placeholder{
    color: #575756;
}
ul.demoForm li input:-ms-input-placeholder,
ul.demoForm li textarea:-ms-input-placeholder{
    font-weight: 300;
    color: #FFF;
}
.contact ul.demoForm li input:-ms-input-placeholder,
.contact ul.demoForm li textarea:-ms-input-placeholder{
    color: #575756;
}
ul.contactForm li input[type=submit],
ul.contactForm li input[type=button],
ul.contactForm li button{
    float: right;
    height:54px;
    width: auto;
    background: #d40203;
    color: #FFF;
    border: 0px;
    font-size: 20px;
    font-weight: 500;
    padding:0 48px 0px 28px;
    margin-top: 20px;
    position: relative;
}
ul.contactForm li button::after{
    content: "";
    position:absolute;
    right: 17px;
    top: 50%;
    width: 18px;
    height: 18px;
    background-image: url(../images/arrow-right.svg);
    background-size:18px 18px;
    background-position: center center;
    text-indent: -9999px;
    margin-top: -9px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
ul.contactForm li input[type=submit]:hover,
ul.contactForm li input[type=button]:hover,
ul.contactForm li button:hover{
    background: #575756;
    color: #FFF;
}
.footer{
    float: left;
    width: 100%;
    height: auto;
    background: #1d1e2a;
    padding: 35px 0px 40px;
}
.footer span.Copyright {
    float: left;
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 23px;
    font-weight: 300;
    color: #92939a;
}
.footer span.Copyright b{
    font-weight: 700;
}
.footer span.Copyright a{
    font-weight: 300;
    color: #92939a;
}
.footer span.Copyright a:hover{
    text-decoration: underline;
}
.footer span.diverseffect {
    float: right;
    width:78px;
    height:23px;
}
.footer span.diverseffect a {
    float: left;
    width:78px;
    height:23px;
    display: block;
    background-image: url(../images/diverseffect.svg);
    background-size: 78px 23px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin: 0px
}
.pageTitle{
    float: left;
    width: 100%;
    height: auto;
    background: #252635;
    padding: 80px 0px 50px;
    margin-top: 52px;
    background-image: url(../images/pageTitle.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.pageTitle h1,
.pageTitle h2{
    float: left;
    width: 100%;
    height: auto;
    margin: 35px 0 0 0;
    font-size: 42px;
    font-weight: 500;
    line-height: 48px;
    color: #FFF;
}
.pageTitle span.sitemap{
    float: left;
    width: 100%;
    height: auto;
    margin: 7px 0 0 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #FFF;
}
.pageTitle span.sitemap a{
    color: #FFF;
    font-weight: 300;
}
.pageTitle span.sitemap a:hover{
    opacity: .5;
}
ul.list
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}
ul.listLine{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 5px;
}
ul.list li{
    float: left;
    width: 50%;
    height: auto;
    padding: 0px 15px;
}
ul.list.galeri li{
    width: 33.333%;
}
ul.listLine li{
    float: left;
    width: 100%;
    height: auto;
}
.Pagination {
    float: left;
    width: 100%;
    height: auto;
    margin: 40px 0px 0px ;
}
.Pagination ul {
    float: left !important;
    width: 100% !important;
    height: auto !important;
    text-align: center !important;
    letter-spacing: -4px !important;
    margin: 0px !important;
}
.Pagination ul li {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    height: auto !important;
    letter-spacing: 0px !important;
    margin: 2px !important;
    padding: 0px !important;
}
.Pagination ul li::before {
    display: none;
}
.Pagination ul li a {
    float: left;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    color: #575756;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    background: #f2f2f2;
}
.Pagination ul li a.Prev {
    text-indent: -9999px;
    background-color: #f2f2f2;
    background-image: url(../images/angle-left_grey.svg);
    background-size: 20px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.Pagination ul li a.Next {
    text-indent: -9999px;
    background-color: #f2f2f2;
    background-image: url(../images/angle-right_grey.svg);
    background-size: 20px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.Pagination ul li a:hover {
    color: #FFF;
    background-color: #575756;
}
.Pagination ul li a.Active {
    color: #FFF;
    background-color: #d40203;
}
.Pagination ul li a.Prev:hover {
    background-color: #575756;
    background-image: url(../images/angle-left_white.svg);
    background-size: 20px 24px;
    background-position: center center;
}
.Pagination ul li a.Next:hover {
    background-color: #575756;
    background-image: url(../images/angle-right_white.svg);
    background-size: 20px 24px;
    background-position: center center;
}
.sidebar{
    float: left;
    width: 100%;
    height: auto;
    padding-left: 30px;
    margin-top: 14px;
}
.sidebar h2{
    float: left;
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: 500;
    line-height:24px;
    color: #d40203;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
}
.sidebar ul{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 5px;
}
.sidebar ul li{
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 0px;
    border-bottom: 1px solid #f6f6f6;
}
.sidebar ul li h3{
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #575756;
}
.sidebar ul li p{
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #575756;
    margin-top: 5px;
}
.sidebar ul li a{
    float:right;
    width:auto;
    height: auto;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    color: #d40203;
    margin-top: 5px;
    padding-right: 15px;
    position: relative;
}
.sidebar ul li a::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 12px;
    height: 6px;
    background-image: url(../images/long-arrow-alt-right.svg);
    background-size: 12px 6px;
    background-position: center center;
    text-indent: -9999px;
    margin-top: -3px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.sidebar ul li a:hover{
    opacity: .5;
}
.textFoot{
    float:left;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 10px 0px;
    border-top: 1px solid #CCC;
}
.textFoot span.txt{
    float:left;
    width:auto;
    height: auto;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    color: #4d4d4d;
}
.textFoot span.txt b{
    font-weight: 800;
}
.textFoot ul{
    float:right;
    width:auto;
    height: auto;
}
.textFoot ul li{
    float:left;
    width:auto;
    height: auto;
    margin-left: 4px;
}
.textFoot ul li span.txt{
    font-weight: 500;
    padding-right: 4px;
}
.textFoot ul li a{
    float: left;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-image: url(../images/like@2x.png);
    background-repeat: no-repeat;
    background-size: 150px 30px;
}
.textFoot ul li a.fb{
    background-position: 0px 0px;
}
.textFoot ul li a.tw{
    background-position: -30px 0px;
}
.textFoot ul li a.wt{
    background-position: -60px 0px;
}
.textFoot ul li a.in{
    background-position: -120px 0px;
}
.textFoot ul li a.ml{
    background-position: -90px 0px;
}
.textFoot ul li a:hover{
    opacity: .5;
}