html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
article, aside, details, figcaption, figure, footer, 
header, hgroup, nav,
section {
  	display: block;
}
audio, canvas, video {
  	display: inline-block;
}
audio:not([controls]) {
  	display: none;
}
html {
   overflow-y: scroll;
   font-size: 100%;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0;
}
a:focus {
  	outline: 0;
}
a:hover,
a:active {
  	outline: 0;
}
sub, sup {
  	position: relative;
  	font-size: 75%;
  	line-height: 0;
  	vertical-align: baseline;
}
sup {
  	top: -0.5em;
}
sub {
  	bottom: -0.25em;
}
img {
  	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
  	border: 0;
  	-ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  	margin: 0;
  	font-size: 100%;
  	vertical-align: middle;
}
button,
input {
  	overflow: visible;
  	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  	padding: 0;
  	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  	-webkit-appearance: button;
  	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  	cursor: pointer;
}
input[type="search"] {
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  	-webkit-appearance: none;
}
textarea {
  	overflow: auto;
  	vertical-align: top;
}
::-webkit-input-placeholder {
    color:    #d0d3d9;
}
:-moz-placeholder {
    color:    #d0d3d9;
}
::-moz-placeholder {
    color:    #d0d3d9;
}
:-ms-input-placeholder {
    color:    #d0d3d9;
}
::selection {
	color:white;
	background:black;
}
::-moz-selection {
	color:white;
	background:black;
}
::-webkit-selection {
	color:white;
	background:black;
}
body {
  	margin: 0;
	/* font: 12px/14px "Courier New", Courier, monospace; */
	font: 14px/20px 'Segoe UI', Optima, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  /*	font: 14px/20px "Helvetica Neue", Arial, sans-serif; */
  	color: #000;
	/* background:url('../img/back.jpg') left bottom repeat #fff;
	background-size: cover;
	background-attachment: fixed; */
	background:#fff;
}
a {
  	color: #000099;
  	text-decoration: none;
}
a:hover {
	color: #000099;
  	text-decoration: underline;
}
a:focus {
  	text-decoration: none;
}
small {
  	font-size: 85%;
}
strong {
  	font-weight: bold;
}
em {
  	font-style: italic;
}
cite {
  	font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  	margin: 10px 0;
  	font-family: inherit;
  	font-weight: bold;
  	line-height: 20px;
  	color: inherit;
  	/* text-rendering: optimizelegibility; */
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  	font-weight: normal;
  	line-height: 1;
  	color: #999999;
}
h1,
h2,
h3 {
  	line-height: 40px;
}
h1 {
  	font-size: 38.5px;
}
h2 {
  	font-size: 31.5px;
}
h3 {
  	font-size: 24.5px;
}
h4 {
  	font-size: 17.5px;
}
h5 {
  	font-size: 14px;
}
h6 {
  	font-size: 11.9px;
}
h1 small {
  	font-size: 24.5px;
}
h2 small {
  	font-size: 17.5px;
}
h3 small {
  	font-size: 14px;
}
h4 small {
  	font-size: 14px;
}
ul,
ol {
  	padding: 0;
  	margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  	margin-bottom: 0;
}
li {
  	line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  	margin-left: 0;
  	list-style: none;
}
ul.inline,
ol.inline {
  	margin-left: 0;
  	list-style: none;
}
ul.inline > li,
ol.inline > li {
  	display: inline-block;
  	padding-left: 5px;
  	padding-right: 5px;
}
dl {
  	margin-bottom: 20px;
}
dt,
dd {
  	line-height: 20px;
}
dt {
  	font-weight: bold;
}
dd {
  	margin-left: 10px;
}
hr {
  	margin: 10px 0;
  	border: 0;
  	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  	cursor: help;
  	border-bottom: 1px dotted #999999;
}
blockquote {
  	padding: 0 0 0 15px;
  	margin: 0 0 20px;
  	border-left: 5px solid #eeeeee;
}
blockquote p {
  	margin-bottom: 0;
  	font-size: 17.5px;
  	font-weight: 300;
  	line-height: 1.25;
}
blockquote small {
  	display: block;
  	line-height: 20px;
  	color: #999999;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  	content: "";
}
address {
  	display: block;
  	margin-bottom: 20px;
  	font-style: normal;
  	line-height: 20px;
}

.slider {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.slider-image {
  width: 100%;
  height: 650px;
  border-bottom: 5px solid #eee;
}
.slider-image.in {
  width: 100%;
  height: 130px;
  border-bottom: 5px solid #eee;
}
.slider-overlay{
  margin: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../img/slider-overlay.png');
  opacity: 0.2;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.header {
  padding-top: 20px;
}
.logo {
  float: left;
}
.logo a {
  display: block;
}
.header-left-menu {
  padding-top: 35px;
  padding-left: 20px;
  background: rgba(0,0,0,0.2);
  height: 55px;
}
.header-left-menu a {
  color: #fff;
  font-size:17px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #231f20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-left-menu a:hover {
  text-decoration: none;
  color: #eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-left-menu ul li {
  padding-left: 10px;
  padding-right: 10px;
}
.header-right-menu {
  float: right;
  padding-top: 32px;
  height: 58px;
  margin-top: -71px;
}
.header-right-menu ul {
  padding-right: 10px;
}
.header-right-menu a {
  color: #fdfcf0;
  font-size:11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-right-menu a:hover {
  text-decoration: none;
  color: #eeecdb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-right-menu p {
  color: #fdfcf0;
  font-size:11px;
  line-height: 14px;
}
.header-right-menu p.white {
  color: #fff;
}
.header-right-menu ul li {
  height: 28px;
  float: left;
  margin-top: 3px;
}
.header-right-menu ul li.musteri-hizmetleri {
  background: url('../img/musteri-hizmetleri.png') left no-repeat;
  padding: 0;
  padding-left: 30px;
  margin: 0;
  margin-left: 20px;
}
.header-bottom-left-menu {
  clear: both;
  padding-top: 35px;
  float: left;
}
.header-bottom-left-menu ul {
  margin: 0;
  padding: 0;
}
.header-bottom-left-menu ul li {
  margin: 0;
  padding: 0;
  line-height: 25px;
}
.header-bottom-left-menu a {
  color: #fff;
  font-size:17px;
  text-shadow: 0px 1px 1px #231f20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-bottom-left-menu a:hover {
  text-decoration: none;
  color: #eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-content {
  clear: both;
  float: left;
  padding-top: 30px;
}
.box-content ul li {
  margin: 0;
  padding: 0;
  padding-right: 13px;
}
.box-content ul li:last-child {
  padding: 0;
}
.box-content .box {
  float:left;
  width: 223px;
  height: 179px;
  border: 2px solid #aa852f;
  background: #ccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-content .box:hover {
  -webkit-box-shadow: inset 0px -1px 30px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow:    inset 0px -1px 30px 0px rgba(50, 50, 50, 0.7);
  box-shadow:         inset 0px -1px 30px 0px rgba(50, 50, 50, 0.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-content .box .box-in {
  padding-top: 125px;
  padding-left: 15px;
}
.box-content .box p {
  color: #451e33;
  margin: 0;
  padding: 0;
  font-size:18px;
}
.box-content .box p:hover {
  text-decoration: none;
}
.box-content .box.last {
  margin-right: 0px;
}
.box-content .box.box1 {
  background: url('../img/box1.jpg') left top no-repeat;
}
.box-content .box.box2 {
  background: url('../img/box2.jpg') left top no-repeat;
}
.box-content .box.box3 {
  background: url('../img/box3.jpg') left top no-repeat;
}
.box-content .box.box4 {
  background: url('../img/box4.jpg') left top no-repeat;
}
.footer {
  clear: both;
  float: left;
  padding-top: 30px;
  width: 100%;
  padding-bottom: 50px;
}
.footer .footer-link {
  float: left;
}
.footer .footer-link ul {
  margin: 0;
  padding: 0;
  float: left;
  padding-right: 60px;
  padding-left: 15px;
}
.footer .footer-link ul.padding-none {
  margin: 0;
  padding: 0;
  float: left;
  padding-right: 0px;
  padding-top: 29px;
}
.footer .footer-link ul li {
  list-style-image: url('../img/footer-li.png');
}
.footer .footer-link ul li.no-style {
  list-style: none;
  margin-left: -13px;
}
.footer .footer-link ul li p {
  color: #333;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
.footer .footer-link ul li a {
  color: #666;
  font-size: 11px;
  display: block;
}
.footer .footer-link ul li a:hover {
  
}
.footer-vertical-spe {
  float: left;
  width: 1px;
  height: 137px;
  background: url('../img/footer-vertical-spe.png') center no-repeat;
  padding-left: 39px;
  padding-right: 0px;
}
.footer-horizontal-spe {
  float: left;
  width: 1000px;
  height: 1px;
  background: url('../img/footer-horizontal-spe.png') right no-repeat;
  padding-top: 40px;
  padding-right: 0px;
}
.footer-bulletin {
  float: left;
  padding-left: 25px;
  width: 300px;
}
.footer-bulletin p.baslik {
  color: #333;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}
.footer-bulletin p {
  color: #666;
  font-size: 11px;
  padding-top: 20px;
  line-height: 14px;
}
.footer-bullettin-input-text {
  background: #eee;
  border: none;
  padding: 6px;
  border:1px solid #72777e;
  border-right: none;
  font-size: 12px;
  color: #999;
}
.footer-bullettin-input-submit {
  border: none;
  padding: 6px;
  border:1px solid #72777e;
  border-left: none;
  margin-left: -4px;
  background-image: -ms-linear-gradient(top, #EFEADD 0%, #C9C1B3 100%);
  background-image: -moz-linear-gradient(top, #EFEADD 0%, #C9C1B3 100%);
  background-image: -o-linear-gradient(top, #EFEADD 0%, #C9C1B3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EFEADD), color-stop(1, #C9C1B3));
  background-image: -webkit-linear-gradient(top, #EFEADD 0%, #C9C1B3 100%);
  background-image: linear-gradient(to bottom, #EFEADD 0%, #C9C1B3 100%);
  font-size: 12px;
  color: #fff;
}
.footer-logo {
  float: left;
  width: 243px;
}
.footer-logo-content {
  float: right;
  margin-right: 73px;
}
.footer-social {
  float: left;
  width: 243px;
  padding-top: 35px;
}
.footer-social ul {
  float: right;
}
.footer-social ul li {
  padding-left: 12px;
  padding-right: 0px;
}
.footer-social ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.footer-social ul li a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.footer-brands {
  float: left;
  clear: both;
  padding-left: 50px;
}
.footer-brands .brands {
  float: left;
  padding-right: 82px;
}
.footer-brands .brands.last {
  float: left;
  padding-right: 0;
}
.footer-brands .brands img {
  cursor: pointer;
}
.slider-link {
  width: 100%;
  padding-top: 505px;
}
.slider-link .slider-content {
  width: 100%;
  margin: 0 auto;
}
.slider-content ul {
  float: right;
}
.slider-content ul li {

}
.slider-content ul li a {
  width: 15px;
  height: 15px;
  background: #fff;
  display: block;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-content ul li a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-content {
  padding-top: 40px;
  padding-bottom: 20px;
  width: 100%;
}
.main-content .main-container {
  width: 1000px;
  margin: 0 auto;
}
.main-left-menu {
  float: left;
}
.main-left-menu ul {
  margin: 0;
  padding: 0;
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  position: relative;
}
#cssmenu {
  width: 250px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
#cssmenu ul {

}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
  -webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
}
#cssmenu > ul > li:last-child {
  -webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;

border-bottom: none;
}
#cssmenu > ul > li {
  background: #231f20;
  border-bottom: 1px solid #393334;
}
#cssmenu > ul > li:hover {
  background: #af862e;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  display: block;
  color: #eee;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 10px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
  background: #af862e;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../img/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../img/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #eee;
  border-top: none;
  background: #fff;
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #af862e;
}
#cssmenu ul ul a:hover {
  color: #af862e;
}
#cssmenu ul ul a.active {
  color: #af862e;
}
.main-right {
  float: right;
  width: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.main-right.margin-top {
  margin-top: 233px;
}
.margin-right-content {
  float: left;
  padding: 20px;
  background: #fff;
  width: 960px;
  min-height: 495px;
}
.margin-right-content.main-transparent {
  background: rgba(255,255,255,0.8);
  min-height: 227px;
  margin-left: -248px;
  width: 210px;
  margin-top: 233px;
}
.margin-right-content.main-transparent p {
  padding-bottom: 5px;
}
.margin-right-content.main-transparent h2 {
  line-height: 18px;
  font-size: 14px;
  padding-bottom: 5px;
}
.margin-right-content.main-transparent h1 {
  padding-bottom: 16px;
}
.margin-right-content.main-transparent b {
  padding-bottom: 10px;
  display: block;
}
.margin-right-content.main-transparent div {
  padding-bottom: 5px;
}
.margin-right-content h1 {
  color: #af862e;
  font-size: 26px;
  line-height: 0;
  padding-bottom: 30px;
}
.margin-right-content h2 {
  color: #231f20;
  font-size: 18px;
  line-height: 0;
  padding-bottom: 20px;
}
.margin-right-content p {
  padding-bottom: 20px;
  font-size: 13px;
  color: #333;
}
.slider-contact {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.slider-image-contact {
  width: 100%;
  height: 650px;
  border-bottom: 5px solid #eee;
}
#map {
  left: 0px;
  top: 0px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  z-index: -999998;
  position: absolute;
}
.map-overlay {
  background: url('../img/map-overlay.png') no-repeat;
  width: 63px;
  height: 90px;
}
.map-pulse {
  background: rgba(0,0,0,0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -1;
  margin-top: 37px;
  margin-left: -6px;
}
.map-pulse:after {
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #af862e;
  box-shadow: 0 0 1px 2px #af862e;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.yol-tarif-butonu {
  cursor: pointer;;
  position: absolute;
  margin-left: 777px;
  background: #ccc;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background-image: -ms-linear-gradient(top, #FBAF5D 0%, #F98C34 100%);
  background-image: -moz-linear-gradient(top, #FBAF5D 0%, #F98C34 100%);
  background-image: -o-linear-gradient(top, #FBAF5D 0%, #F98C34 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FBAF5D), color-stop(1, #F98C34));
  background-image: -webkit-linear-gradient(top, #FBAF5D 0%, #F98C34 100%);
  background-image: linear-gradient(to bottom, #FBAF5D 0%, #F98C34 100%);
  font-size: 16px;
  border: 1px solid #F98C34;
  width: 200px;
  text-align: center;
  font-weight: bold;
}
.yol-tarif-butonu:hover {
  text-decoration: none;
  color: #fff;
background-image: -ms-linear-gradient(top, #FBAF5D 0%, #ef7c1f 100%);
  background-image: -moz-linear-gradient(top, #FBAF5D 0%, #ef7c1f 100%);
  background-image: -o-linear-gradient(top, #FBAF5D 0%, #ef7c1f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FBAF5D), color-stop(1, #ef7c1f));
  background-image: -webkit-linear-gradient(top, #FBAF5D 0%, #ef7c1f 100%);
  background-image: linear-gradient(to bottom, #FBAF5D 0%, #ef7c1f 100%);
  
}
.referanslar {
  position: relative;
  float: left;
}
.referanslar ul {
  
}
.referanslar ul li {
  padding: 0;
  margin: 0;
  margin-left: -3px;
  margin-top: -5px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.referanslar ul li:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.referanslar ul li.urunler {
  padding: 0;
  margin: 0;
  margin-left: 0px;
  margin-top: 0px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
  border: 0 !important;
}
.referanslar ul li.urunler .referanslar-box {
  padding: 14px;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.referanslar ul li.urunler .referanslar-box:hover {
  -webkit-box-shadow: 0px -1px 15px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px -1px 15px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px -1px 15px 0px rgba(50, 50, 50, 0.75);
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.referanslar ul li.urunler .referanslar-box img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  width: 205px;
  height: 151px;
}
.referanslar ul li:nth-child(2n+1){
  border-right: 1px solid #231f20;
}
.referanslar ul li.urunler:nth-child(1n+1){
  border-right: 1px solid #eee !important;
}
.referanslar ul li.urunler:nth-child(3n){
  padding-right: 0;
  border-right: 0 !important;
}
.referanslar ul li.urunler:nth-child(1n){
  border-bottom: 1px solid #eee !important;
}
.referanslar ul li p {
  position: absolute;
  padding: 0;
  margin-top: -40px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 15px;
  width: 335px;
  padding: 10px;
}
.referanslar ul li p.urunler {
  position: absolute;
  padding: 0;
  margin-top: -40px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 15px;
  width: 185px;
  padding: 10px;
  -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.referanslar-ic-sayfa {
  position: fixed;
  top: 0;
  margin: 20px;
  width: 950px;
  background: transparent;
  display: none;
  z-index: 9999;
  margin-left: -4px;
  margin-top: -5px;
}
.referanslar-ic-sayfa-content {
  padding: 20px;
}
.referanslar-ic-sayfa-content p {
  padding-top: 20px;
  font-size: 13px;
  color: #fff;
  background: #555;
  margin-top: -5px;
  padding-left: 10px;
}
.referanslar-ic-sayfa-content a {
  background: rgba(0,0,0,0.5);
  color: #eee;
  padding: 15px;
  width: 200px;
  text-align: center;
}
.referanslar-ic-sayfa-content a:hover {
  text-decoration: none;
  background: rgba(0,0,0,0.8);
}
.referanslar-image {
  background: rgba(0,0,0,0.5);
  text-align: center;
  margin-top: 30px;
}
.referanslar-ic-sayfa-content img {
  height: 80%;
}
.referanslar-ic-sayfa-content h2 {
  float: left;
  color: #fff;
}
.referanslar-ic-sayfa-content .icon-close {
  float: right;
}
.background {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9998;
  background: rgba(0,0,0,0.5);
}
.icon-close {
  cursor: pointer;
  background: url(../img/icon-close.png) center no-repeat;
  width: 20px;
  height: 20px;
}
.ref-pic {
  height: 200px;
  width: 355px;
  overflow: hidden;
}
.ref-grow img {
 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-filter: grayscale(70%);
}
.ref-grow img:hover {
  -webkit-filter: grayscale(0%);
}
.urun-kategori {

}
.urun-kategori ul {
  border: 1px solid #ededed;
  background: #f5f5f5;
}
.urun-kategori ul li {
  border-right: 1px solid #eee;
  background: #f5f5f5;
  padding: 0
}
.urun-kategori ul li:last-child {
  border-right: 0;
}
.urun-kategori ul li:hover {
     
  /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #AF862E 0%, #7D6021 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #AF862E 0%, #7D6021 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #AF862E 0%, #7D6021 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AF862E), color-stop(1, #7D6021));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #AF862E 0%, #7D6021 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #AF862E 0%, #7D6021 100%);
}
.urun-kategori ul li.active {
       
  /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #AF862E 0%, #7D6021 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #AF862E 0%, #7D6021 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #AF862E 0%, #7D6021 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AF862E), color-stop(1, #7D6021));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #AF862E 0%, #7D6021 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #AF862E 0%, #7D6021 100%);
}
.urun-kategori ul li.active a {
  color: #fff;
}
.urun-kategori ul li a {
  display: block;
  color: #666;
  padding: 5px;
  font-size: 12px;
 
}
.urun-kategori ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.referanslar-liste {

}
.referanslar-liste ul {
  
}
.referanslar-liste ul li {
  width: 299px;
  padding: 10px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.referanslar-liste ul li:nth-child(3n) {
  border-right: none;
}
.referanslar-liste ul li:nth-child(6n), .referanslar-liste ul li:nth-child(6n-1), .referanslar-liste ul li:nth-child(6n-2) {
  background: #f9f9f9;
}
.referanslar-liste ul li:nth-last-child(2) {
  border-bottom: none;
}
.referanslar-liste ul li:last-child {
  border-bottom: none;
}
.referanslar-liste ul li p {
  padding: 0;
  color: #333;
}
.map-tick {
  position: absolute;
  margin-left: 483px;
  margin-top: 66px;
  cursor: pointer;
}
.yonetim-label {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.yonetim-input-text {
  padding: 5px;
  width: 300px;
  margin: 10px;
  margin-left: 0;
  border: 1px solid #ccc;
}
.yonetim-input-submit {
  float: left;
  border: 1px solid #F98C34;
  background: #eee;
  padding: 5px 10px;
  margin: 10px;
  margin-left: 0;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background-image: -ms-linear-gradient(top, #FBAF5D 0%, #F98C34 100%);
  background-image: -moz-linear-gradient(top, #FBAF5D 0%, #F98C34 100%);
  background-image: -o-linear-gradient(top, #FBAF5D 0%, #F98C34 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FBAF5D), color-stop(1, #F98C34));
  background-image: -webkit-linear-gradient(top, #FBAF5D 0%, #F98C34 100%);
  background-image: linear-gradient(to bottom, #FBAF5D 0%, #F98C34 100%);
  text-align: center;
}
.yonetim-input-submit:hover {
  text-decoration: none;
  color: #fff;
background-image: -ms-linear-gradient(top, #FBAF5D 0%, #ef7c1f 100%);
  background-image: -moz-linear-gradient(top, #FBAF5D 0%, #ef7c1f 100%);
  background-image: -o-linear-gradient(top, #FBAF5D 0%, #ef7c1f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FBAF5D), color-stop(1, #ef7c1f));
  background-image: -webkit-linear-gradient(top, #FBAF5D 0%, #ef7c1f 100%);
  background-image: linear-gradient(to bottom, #FBAF5D 0%, #ef7c1f 100%);
  
}
.mesaj-kutu {
 height: auto;
 margin: 0px;
 padding: 2px 4px;
 font: bold 13px Arial,sans-serif;
 padding: 7px 0px 5px 5px;
 margin: 10px;
margin-left: 0;
 }
 .mesaj-kutu p {
  margin: 0;
  padding: 0;
 }
 .hata {
 border:solid 1px #FBD3C6;
 border-left:solid 5px #FBD3C6;
 background:#FDE4E1;
 color: #B10009;
 }
 
.basari {
 border: solid 1px #ADDE5C;
  border-left:solid 5px #ADDE5C;
 background: #DFF2BF;
 color: #008000;
 }
 
.bilgi {
 border:solid 1px #46B6EC;
  border-left:solid 5px #46B6EC;
 background:#BDE5F8;
 color: #00529B;
 }
 
.uyari {
 border:solid 1px #FDDD5B;
  border-left:solid 5px #FDDD5B;
 background:#FEEFB3;
 color: #9F6000;
 }
 .jqifade{
  position: absolute; 
  background-color: #000; 
}
div.jqi{ 
  width: 400px; 
  max-width:90%;
  position: absolute; 
  background-color: #ffffff; 
  font-size: 14px; 
  text-align: left; 
  border: solid 1px #eeeeee;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 7px;
}
div.jqi .jqicontainer{ 
}
div.jqi .jqiclose{ 
  position: absolute;
  top: 4px; right: -2px; 
  width: 18px; 
  cursor: default; 
  color: #bbbbbb; 
  font-weight: bold; 
}
div.jqi .jqistate{
  background-color: #fff;
}
div.jqi .jqititle{
  padding: 5px 10px;
  font-size: 16px; 
  line-height: 20px; 
  border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{ 
  padding: 10px; 
  line-height: 20px; 
  color: #444444; 
}
div.jqi .jqibuttons{ 
  text-align: right; 
  margin: 0 -7px -7px -7px;
  border-top: solid 1px #e4e4e4; 
  background-color: #f4f4f4;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button{ 
  margin: 0;
  padding: 15px 20px;
  background-color: transparent;
  font-weight: normal; 
  border: none;
  border-left: solid 1px #e4e4e4; 
  color: #777; 
  font-weight: bold; 
  font-size: 12px; 
}
div.jqi .jqibuttons button.jqidefaultbutton{
  color: #af862e;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
  color: #af862e;
  outline: none;
}
.jqiwarning .jqi .jqibuttons{ 
  background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{ 
  background-color: #777;
  opacity: 0.6;
  filter: alpha(opacity=60);
  content: '';
  position: absolute;
  top:0;left:0;bottom:0;right:0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
  position: absolute;
  top:0;
  left: 20%;
  width: 60%;
  padding: 7px;
  border: solid 1px #eeeeee;
  border-top: none;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
  padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }


.jqte { width:100%; border:#bababa 1px solid; overflow:hidden; margin:10px 0; }
.jqte * { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333 }
.jqte_Panel { height:auto;min-height: 25px; padding:5px 8px; background:#F5F5F5; border-bottom:#CCC 1px solid }
.jqte_Panel:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.jqte_Panel a { display:block; float:left; width:22px; height:22px; border:#F5F5F5 1px solid; text-align:center; background:url(../img/jquery-te.png) no-repeat; font-weight:bold; cursor:pointer; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.jqte_Panel a.bold { background-position:0 0 }
.jqte_Panel a.italic { background-position:-22px 0 }
.jqte_Panel a.underline { background-position:-44px 0 }
.jqte_Panel a.orderedlist { background-position:-66px 0 }
.jqte_Panel a.unorderedlist { background-position:-88px 0 }
.jqte_Panel a.subscript { background-position:-110px 0 }
.jqte_Panel a.superscript { background-position:-132px 0 }
.jqte_Panel a.outdent { background-position:-154px 0 }
.jqte_Panel a.indent { background-position:-176px 0 }
.jqte_Panel a.strike { background-position:-198px 0 }
.jqte_Panel a.remove { background-position:-220px 0 }
.jqte_Panel a.rule { background-position:-242px 0 }
.jqte_Panel a.image { background-position:-264px 0 }
.jqte_Panel a:hover, .jqte_Active { border:#CCC 1px solid !important; background-color:#FFF }
.jqte_Panel a:active, .jqte_Active { background-color:#DDD !important }
.jqte_Content { padding:15px; background:#FFF; min-height:100px; overflow-y:auto; outline:none; word-wrap:break-word; -ms-word-wrap:break-word; }
.jqte_Content div, .jqte_Content p { margin:0 0 7px }
.jqte_Content blockquote { margin-top:0; margin-bottom:7px }

.yonetim-ul {
  margin: 0;
  padding: 0;
}
.yonetim-ul li {
  padding: 5px;
  border-bottom: 1px solid #eee;
}
.yonetim-ul li:hover {
  background: #f9f9f9;
}
.yonetim-ul li ul {
  
}
.yonetim-ul li ul li {
  border: none;
  padding: 0;
}
.yonetim-ul li ul li.yonetim-li-right {
  float: right;
}
.yonetim-ul li ul li.yonetim-li-right a {
  color: #F98C34;
  font-size: 12px;
  margin-left: 10px;
}
.yonetim-ul li ul li:first-child {
  font-weight: bold;
  width: 50px;
}
.yonetim .panel-link {
  float: left;
  padding-left: 30px;
}
.yonetim .panel-link ul {
  margin: 0;
  padding: 0;
  float: left;
  padding-left: 25px;
  width: 200px;
  height: 135px;
}
.yonetim .panel-link ul.padding-none {
  margin: 0;
  padding: 0;
  float: left;
  padding-right: 0px;
  padding-top: 29px;
}
.yonetim .panel-link ul li {
  list-style-image: url('../img/footer-li.png');
}
.yonetim .panel-link ul li.no-style {
  list-style: none;
  margin-left: -13px;
}
.yonetim .panel-link ul li p {
  color: #af862e;
  margin: 0;
  padding: 0;
  padding: 5px;
  background: #eee;
  font-weight: bold;
}
.yonetim .panel-link ul li a {
  color: #999;
  font-size: 13px;
  display: block;
  padding: 2px;
}
.yonetim .panel-link ul li a:hover {
  
}
.panel-kutu {
  padding-bottom: 40px;
}
.panel-kutu ul {

}
.panel-kutu ul li {
  padding-left: 42px;
}
.panel-kutu ul li div.panel-kutu-content {
  padding: 28px;
  text-align: center;
  width: 115px;
}
.panel-kutu ul li div.panel-kutu-content p {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: bold;
}
.panel-kutu ul li div.panel-kutu-content.bilgi p {
   color: #00529B;
}
.panel-kutu ul li div.panel-kutu-content.uyari p {
   color: #9F6000;
}
.panel-kutu ul li div.panel-kutu-content.basari p {
   color: #008000;
}
.panel-kutu ul li div.panel-kutu-content p.panel-kutu-p {
  font-size: 12px;
  padding-top: 15px;
  font-weight: normal;
}
.iletisim-resim {
  background: url("../img/iletisim-resim.jpg") no-repeat;
  width: 313px;
  height: 249px;
  padding: 0;
  position: absolute;
  margin-top: -181px;
  margin-left: 687px;
}
.harita {
  background: #eee;
  width: 100%;
  height: 300px;
  margin-top: 586px;
}
.kutu-overlay {
  position: absolute;
  background:url('/assets/img/kutu-overlay.png');
  width: 227px;
  height: 183px;
}
.ileri-geri-buton-content {
  float: right;
  width: 130px;
  margin-right: 12px;
}
.ileri-geri-buton-content .geri-buton {
  display: block;
  float: left;
  background: url('/assets/img/geri-buton.png');
  width: 60px;
  height: 31px;
}
.ileri-geri-buton-content .ileri-buton {
  display: block;
  float: right;
  background: url('/assets/img/ileri-buton.png');
  width: 60px;
  height: 31px;
}
.header-left-menu-resp {
  display: none;
  padding-top: 33px;
}
.header-left-menu-resp a {
  color: #fff;
  font-size:13px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #231f20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-left-menu-resp a:hover {
  text-decoration: none;
  color: #eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width : 750px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
  .header {
    padding-left: 18px;
  }
  .header-right-menu {
    display: none;
  }
  .header-left-menu {
    display: none;
  }
  .box-content-resp {
    position: absolute;
    margin-top: -460px;
  }
  .box-content ul li, .box-content ul li:last-child {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .box-content ul li a:hover {
    text-decoration: none;
  }
  .footer-vertical-spe {
    display: none;
  }
  .footer {
  }
  .footer .footer-link {
    margin-left: 10px;
    padding-top: 30px;
  }
  .footer-bulletin {
    padding-left: 10px;
    padding-top: 30px;
  }
  .footer-logo-content {
    display: none;
  }
  .footer-social {
    width: auto;
  }
  .footer-horizontal-spe {
    display: none;
  }
  .footer-brands {
    padding-left: 10px;
  }
  .margin-right-content {
    width: 100%;
  }
  .ileri-geri-buton-content {
    padding-right: 20px;
  }
  .box-content .box {
    width: 200px;
  }
  .referanslar {
    margin-left: -15px;
  }
  .referanslar-ic-sayfa {
    width: 97%;
  }
  .referanslar-ic-sayfa-content img {
    height: auto;
  }
  .referanslar-ic-sayfa-content a {
    width: auto;
  }
  .header-left-menu-resp {
    display: block;
  }
}

@media only screen and (max-height: 768px) {
  .slider-image {
    height: 500px;
  }
  .slider-link {
    padding-top: 360px;
  }
  .slider-image-contact {
    height: 500px;
  }
  .iletisim-resp {
    margin-top: 370px !important;
  }
}