#temizle {
  clear: both;
}

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,
caption,
tbody,
tfoot,
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%;
  vertical-align: baseline;
}

body {
  margin: 0px;
  text-align: left;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #959595;
  line-height: 25px;
}

#wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#product-box h3{
  height: 70px;
}
header {
  position: fixed;
  width: 100%;
  height: auto;
  height: 120px;
  padding: 10px 0px;
  box-sizing: border-box;
  background: url(../img/menu-bg.jpg) no-repeat center #d1181d;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.0);
  z-index: 9999999 !important;
  transition: all 0.5s ease-in;
}

header.kaydir {
  background: rgba(255, 255, 255, 1.00);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in;
}

header.nav-up {
  margin-top: -120px;
  transition: all 0.2s ease-in;
}

header>#wrapper>.logo {
  position: relative;
  width: 25%;
  float: left;
  display: block;
}

header>#wrapper>.logo img {
  width: 33%;
}

header>#wrapper>.menu>.line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(229, 228, 239, 1.00);
  bottom: 50%;
  z-index: 1;
}

header>#wrapper>.menu {
  position: relative;
  width: 70%;
  height: 100px;
  float: right;
  display: block;
  text-align: center;
}

header>#wrapper>.menu ul {
  list-style: none;
  margin: 70px auto;
}

header>#wrapper>.menu ul li {
  position: relative;
  display: inline-block;
  margin: 0px 1px;
  z-index: 2;
}

header>#wrapper>.menu ul li a {
  position: relative;
  width: 100%;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
  padding: 0px 10px;
  background: rgba(255, 255, 255, 1.00);
  display: block;
  border-right: 1px solid #CCC;
}

header>#wrapper>.menu ul li a:hover {
  background: #10223c;
  color: aliceblue;
  border-radius: 5px;
}

header>#wrapper>.menu ul li ul {
  position: absolute;
  visibility: hidden;
  width: 350px;
  left: 0;
  top: 100px;
  background: #10223c;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.2s ease-in;
}

header>#wrapper>.menu ul li ul li {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  text-align: left;
}

header>#wrapper>.menu ul li ul li a {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px;
  box-sizing: border-box;
  text-align: left;
  background: none;
  display: block;
  color: aliceblue;
  border-radius: 5px;
}

header>#wrapper>.menu ul li ul li a:hover {
  background: rgba(255, 255, 255, 1.00);
  color: rgba(0, 0, 0, 1.00);
}

header>#wrapper>.menu li:hover>ul {
  top: -42px;
  visibility: visible;
  transition: all 0.2s ease-in;
}

header>#wrapper>.menu li:hover>a {
  background: #10223c;
  color: aliceblue;
  border-radius: 5px;
}

header>#wrapper>.contact {
  float: right;
  max-width: 200px;
  height: 100%;
  padding-top: 5px;
  padding-right: 40px;
  padding-bottom: 19px;
  padding-left: 40px;
  text-align: center;
  background: #10223c;
  margin-top: -10px;
}

header>#wrapper>.contact i {
  color: #0080e6;
  font-size: 28px;
}

header>#wrapper>.contact a {
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1.00);
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
  padding: 5px;
}



.he-right-rule {
  height: 100%;
  background-color: #d1181d;
  position: absolute;
  top: 0;
  right: 0;
}

#header-ust {
  position: absolute;
  display: block;
  float: right;
  right: 250px;
  text-align: right;
  z-index: 9999;
}

#header-ust a {
  background: #e5e5e5;
  padding: 10px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

#header-ust i {
  background: #10223c;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}



/* Animation properties */
.star {
  animation: star 10s ease-out infinite;
}

.wars {
  animation: wars 10s ease-out infinite;
}

.byline span {
  animation: spin-letters 10s linear infinite;
}

.byline {
  animation: move-byline 10s linear infinite;
}

/* Keyframes */
@keyframes star {
  0% {
    opacity: 0;
    transform: scale(1.5) translateY(-0.75em);
  }

  20% {
    opacity: 1;
  }

  89% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: translateZ(-1000em);
  }
}

@keyframes wars {
  0% {
    opacity: 0;
    transform: scale(1.5) translateY(0.5em);
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: translateZ(-1000em);
  }
}

@keyframes spin-letters {

  0%,
  10% {
    opacity: 0;
    transform: rotateY(90deg);
  }

  30% {
    opacity: 1;
  }

  70%,
  86% {
    transform: rotateY(0);
    opacity: 1;
  }

  95%,
  100% {
    opacity: 0;
  }
}

@keyframes move-byline {
  0% {
    transform: translateZ(5em);
  }

  100% {
    transform: translateZ(0);
  }
}

/* Make the 3D work on the container */
.starwars-demo {
  perspective: 800px;
  transform-style: preserve3d;
}

/* General styles and layout */


.starwars-demo {
  height: 17em;
  left: 105%;
  position: absolute;
  top: 53%;
  transform: translate(-50%, -50%);
  width: 36em;
}

.byline span {
  display: inline-block;
}

img {
  width: 100%;
}

.star,
.wars,
.byline {
  position: absolute;
}

.star {
  top: 10.25em;
}

.wars {
  bottom: -0.5em;
}

.byline {
  color: #000;

  font-size: 10PX;
  left: 13em;
  letter-spacing: 0.4em;
  right: -2em;
  text-align: center;
  text-transform: uppercase;
  top: 40%;
  font-weight: 600;
}

#ana-orta {
  position: relative;
  display: block;
  background: url(../img/ana-orta.png) center no-repeat;
  width: 100%;
  height: 546px;
  z-index: 99999;
  margin-top: -80px;
}

#items {
  position: relative;
  display: block;
}

#itm {
  position: relative;
  display: block;
  width: 19%;
  margin: -0.5%;
  float: left;
  margin-top: 10px;
}

#itm img {
  width: 50%;
}

#about {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  margin-top: 40px;
}

#title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #000;
  line-height: 35px;
}

#about a {
  background: #10223c;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
}

#about a:hover i {
  padding-left: 20px;
  transition: all 0.2s ease-in;
}

#about a:hover {
  background: #d1181d;
}

#blog {
  position: relative;
  display: block;
  width: 28%;
  float: right;
  margin-top: 200px;
}

#blog>.link {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
}

#blog>.link a {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
}

#services {
  position: relative;
  display: block;
  width: 100%;
}

#references {
  position: relative;
  display: block;
  width: 100%;
  background: url(../img/referans-bg.jpg) center no-repeat;
  height: 392px;
}


#about-box {
  position: relative;
  width: 100%;
  min-height: 360px;
  float: left;
  padding: 25px;
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}



#title10 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #10223c;
  width: 300px;
  line-height: 35px;
  border-bottom: 2px solid #10223c;
}
}





#buton {
  position: absolute;
  display: block;
  color: #FFF;
  background: #00a1e0;
  padding: 20px;
  margin: -285px 150px;
  z-index: 999;
}

#lazer {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 32.3%;
  margin: 0.5%;
}

#lazer img {
  width: 100%;
}

#lazer-cizgi {
  width: 15%;
  text-align: left;
  height: 5px;
  background: #CBCBCB;
  transition: all 0.2s ease-in;
  margin: 10px 0px;
}

#lazer:hover>#lazer-cizgi {
  width: 30%;
  background: #353381;
}

#lazer-baslik {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  line-height: 35px;
}


#lazer2 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 49%;
  margin: 0.5%;
}

#lazer2 img {
  width: 100%;
}

#lazer2-cizgi {
  width: 15%;
  text-align: left;
  height: 5px;
  background: #CBCBCB;
  transition: all 0.2s ease-in;
  margin: 10px 0px;
}

#lazer2:hover>#lazer2-cizgi {
  width: 30%;
  background: #353381;
}

#lazer2-baslik {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #000;
  line-height: 35px;
}

#lazer3-cizgi {
  width: 15%;
  text-align: center;
  height: 5px;
  background: #CBCBCB;
  transition: all 0.2s ease-in;
  margin: 0 auto;
}

#lazer3-cizgi:hover {
  width: 30%;
  background: #353381
}

#banner {
  position: relative;
  width: 100%;
  padding-top: 110px;
  display: block;
}

#product {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: #000;
}

#ana-baslik {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #000;
  line-height: 40px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border-left: 10px solid #000;
  padding: 0px 12px;
  margin: 30px 0px;
}

.product-item {
  position: relative;
  display: block;
  width: 24%;
  margin: 0.5%;
  box-sizing: border-box;
  float: left;
}

.product-item>#baslik1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 550;
  font-size: 19px;
  color: #000 !important;
  line-height: 20px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0px;
}

#baslik2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #00a1e0;
  line-height: 40px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: -5px 0px;
}



#home-blog-content {
  position: relative;
  width: 33.3%;
  height: 400px;
  float: left;
  background: rgba(255, 255, 255, 1.00);
  border: 1px solid rgba(86, 170, 207, 1.00);
  border-radius: 50px;
  transform: rotate(45deg);
  z-index: 1;
}

#home-blog-content-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  padding-top: 30px;
  transform: rotate(-45deg);
  text-align: center;
}

#home-about-content {
  position: relative;
  width: 33.3%;
  height: 400px;
  float: left;
  background: url(../img/home-about.png) #4ea0c6 no-repeat center;
  border: 10px solid rgba(255, 255, 255, 1.00);
  border-radius: 50px;
  transform: rotate(45deg);
  margin-top: -50px;
  z-index: 3;
  overflow: hidden;
}

#home-about-content-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: 100% 100%;
  padding: 70px 30px 30px 30px;
  transform: rotate(-45deg);
  text-align: center;
}

#home-about-content-wrapper a {
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  padding: 10px;
  display: inline-block;
  color: aliceblue;
}

#home-about-content-wrapper a:hover {
  background: #FFFFFF;
  color: #000000;
}

#home-contact-content {
  position: relative;
  width: 33.3%;
  height: 400px;
  float: right;
  background: rgba(255, 255, 255, 1.00);
  border: 1px solid rgba(86, 170, 207, 1.00);
  border-radius: 50px;
  transform: rotate(45deg);
  z-index: 2;
}

#home-contact-content-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  padding: 50px;
  transform: rotate(-45deg);
  text-align: center;
}

#home-contact-content-wrapper>form>input {
  width: 70%;
  height: 70px;
  float: left;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: rgba(86, 170, 207, 1.00);
  padding-left: 15px;
  box-sizing: border-box;
  color: aliceblue;
  border: 0px;
  outline: 0;
}

#home-contact-content-wrapper>form>input::placeholder {
  color: aliceblue;
}

#home-contact-content-wrapper>form>button {
  width: 30%;
  height: 70px;
  float: left;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: rgba(86, 170, 207, 1.00);
  box-sizing: border-box;
  color: aliceblue;
  border: 0px;
  outline: 0;
  font-size: 40px;
}

#home-contact-content-wrapper>form>button:hover {
  background: rgba(55, 50, 128, 1.00);
}

#home-contact-content-wrapper>.line {
  width: 100%;
  height: 1px;
  background: rgba(86, 170, 207, 0.20);
  margin: 10px auto;
}

#home-contact-content-wrapper>.customer {
  width: 100%;
  height: auto;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  line-height: 24px;
  display: block;
  transition: all 0.2s ease-in;
}

#home-contact-content-wrapper>.customer>span {
  font-weight: 900;
}

#home-contact-content-wrapper>.customer:hover {
  color: #4ea0c6;
  transform: rotate(360deg);
}

#home-product-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 120px;
  padding: 30px;
  border: 1px solid #f0f0f0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#home-product-box-title {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 30px;
  border: 1px solid #f0f0f0;
  border-top: 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
}

#takip {
  position: relative;
  float: left;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #b2b2b2;
}

#takip a {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #10223c;
}

#takip a:hover {
  color: #333;
}

#page-title {
    position: relative;
    width: 100%;
    height: auto;
    background: #dcdcdc;
    padding: 30px 0px 60px 0;
}

#about-box-1 {
  position: relative;
  width: 40%;
  min-height: 360px;
  float: left;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

#about-box-2 {
  position: relative;
  width: 60%;
  min-height: 360px;
  float: left;
  padding: 25px;
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

#about-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  background: #ea0b1a;
  color: #FFF;
  border-bottom-right-radius: 10px;
}

#news-box {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding: 0px;
  margin-bottom: 15px;
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  border-left: 3px solid #ea0b1a;
  line-height: 100px;
}

#news-box img {
  height: 100px;
  width: auto;
}

#product-box {
  position: relative;
  width: 24%;
  margin: 0.5%;
  float: left;
  padding: 15px;
  background: #fff;
  transition: all 0.2s ease-in;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
}

#product-box img {
  width: 100%;
  max-width: 100%;
}

#product-box:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.2s ease-in;
}

#product-box-2 {
  position: relative;
  width: 32.3%;
  margin: 0.5%;
  float: left;
  padding: 15px;
  background: #fff;
  transition: all 0.2s ease-in;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
}

#product-box-2 img {
  width: 100%;
  max-width: 100%;
}

#product-box-2:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.2s ease-in;
}

#product-menu {
  position: relative;
  width: 23%;
  float: left;
  border-radius: 5px;
  padding: 0;
  margin: 0;
}

#product-menu ul {
  font-family: 'Montserrat', sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
}

#product-menu ul li a {
  position: relative;
  color: #303e48;
  font-size: 15px;
  line-height: 30px;
  padding: 8px 20px;
  font-weight: 700;
  display: block;
}

#product-menu ul li {
  box-sizing: border-box;
  transition: all 0.2s ease-in;
}

#product-menu ul li a:hover {
  transition: all 0.2s ease-in;
  color: #d1181d;
}

#product-menu ul li a:hover span {
  display: block;
}

#product-menu ul li.active {
  background: #56aacf;
  transition: all 0.2s ease-in;
  border: 0px;
  border-radius: 5px;
}

#product-menu ul li.active a {
  color: #FFF;
}

#product-menu ul li.active a>.hover-arrow {
  color: #f7f7f7;
  display: block;
  right: -2px;
}

#product-menu ul li:last-child {
  border-bottom: 0px;
}

#product-menu ul li ul li {
  border: 0px solid #CCC;
}

#product-menu ul li ul li a {
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  padding-left: 50px;
  transition: all 0.2s ease-in;
}

#product-menu ul li ul li a:hover {
  background: #56aacf;
  border-radius: 3px;
  transition: all 0.2s ease-in;
}

#product-menu ul li ul li:hover {
  border: 0px;
}

#product-content {
  position: relative;
  float: right;
  width: 73%;
  min-height: 500px;
  border-radius: 5px;
  box-sizing: border-box;
}

#product-content img {
  max-width: 100%;
}

#yarim1 {
  position: relative;
  width: 49%;
  float: left;
  margin-bottom: 2%;
  box-sizing: border-box;
}

#yarim2 {
  position: relative;
  width: 49%;
  float: right;
  margin-bottom: 2%;
  box-sizing: border-box;
}

#orta-bslk2 {
  width: auto;
  min-height: 40px;
  line-height: 40px;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  text-align: left;
  margin-bottom: 10px;
  background: #10223c;
}



#ana-orta4 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  background: #158fae;
  min-height: 350px;
  text-align: center;
  padding: 30px;
}

#ana-orta4-cizgi {
  width: 150px;
  height: 3px;
  background: #FFFFFF;
  text-align: center;
  position: relative;
  display: inline-block;
  top: 10px;
}

#ana-orta4 a {
  position: relative;
  display: inline-block;
  width: 100px;
  padding: 5px;
  text-align: center;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.2s ease-in;
}

#ana-orta4 a:hover {
  background: #846489;
  border: 1px solid #846489;
}


#ana-parkur {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  background: url(../img/ana-bg.png) no-repeat center;
  min-height: 800px;
}

#ana-parkur>#wrapper>.box {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 23%;
  margin: 0.5%;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 10px;
}

#ana-parkur>#wrapper>.box>.baslik {
  margin: 35px auto;
  font-weight: 600;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  font-size: 18px;
}

#ana-parkur>#wrapper>.box img {
  max-width: 100%;
  border-radius: 10px;
}

#alan-baslik {
  overflow: hidden;
  text-align: center;
  margin: 20px auto;
}

#alan-baslik h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #000;
  min-height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px 0px 15px;
  position: relative;
  color: #444444;
}

#alan-baslik h2:before,
#alan-baslik h2:after {
  background: #444444;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 50%;
  width: 600%;
  border-radius: 4px;
}

#alan-baslik h2:before {
  right: 100%;
}

#alan-baslik h2:after {
  left: 100%;
}

#home-blog-box {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 30px;
  background: url(../img/blog-bg.png) no-repeat center #EEEEEE
}

#home-blog-box-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #000;
  line-height: 40px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border-left: 10px solid #000;
  padding: 0px 12px;
  margin: 30px 0px;
}

#home-blog-box-title span {
  color: #000;
  font-size: 18px;
}

footer {
  height: auto;
  width: 100%;
  margin: 0px auto;
  background: url(../img/footer-bg.jpg) center no-repeat;
  height: 491px;
  padding: 80px 0px 80px 0px;
  z-index: 2;
}

footer .bir {
  position: relative;
  float: left;
  width: 25%;
  margin-right: 2%;
  height: auto;
  display: block;
}

footer .iki {
  position: relative;
  float: left;
  width: 23%;
  height: auto;
  display: block;
}

footer .uc {
  position: relative;
  float: left;
  width: 23%;
  height: auto;
  display: block;
}

footer .dort {
  position: relative;
  float: left;
  width: 27%;
  height: auto;
  display: block;
  text-align: right;
}

footer .bes {
  position: relative;
  float: left;
  width: 75%;
  height: auto;
  line-height: 50px;
  display: block;
  text-align: left;
}

footer .alti {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
  display: block;
  text-align: right;
}

footer .link {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #a9a9a9;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  transition: all 0.2s ease-in;
}

footer .link:hover {
  border-left: 2px solid #f66000;
  color: #fff;
  padding-left: 10px;
  border-radius: 5px;
}

footer .baslik1 {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: right;
}

footer .sosyal {
  width: auto;
  height: auto;
  margin-left: 5px;
  display: inline-block;
  transition: all 1s ease-in;
}

footer .sosyal:hover {
  transform: rotate(-360deg);
}

footer .copy {
  position: relative;
  margin: 0 auto;
  width: 60%;
  height: auto;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #dedede;
  line-height: 20px;
  text-align: center;
}

.footer-yazi {
  font-family: 'Montserrat', sans-serif;
  color: #a9a9a9;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

footer .line {
  width: 100%;
  height: 1px;
  background: #666;
  position: relative;
  display: block;
  margin: 20px auto;
}

#ebultentxt {
  width: 75%;
  height: 60px;
  background: #464646;
  line-height: 60px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#ebultengonder {
  border: 0px;
  background: #464646;
  width: 25%;
  float: right;
  box-sizing: border-box;
  text-align: center;
  line-height: 58px;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#ebultengonder:hover {
  background: #f66000;
}

.vticker {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  margin: 0px auto;
}

.vticker ul {
  padding: 0;
}

    .vticker li {
        list-style: none;
        width: 100%;
        display: block;
        position: relative;
        border: none !important;
        min-height: 60px !important;
        padding: 20.5px 0px !important;
        border-top: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important;
    }

.vticker li .vticker-date {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding-top: 6px;
  border-right: 1px solid #fff;
}

.vticker li .vticker-date span {
  font-size: 24px;
  font-weight: 500;
}

.vticker li a {
  text-decoration: none;
  color: #FFFFFF !important;
  float: right;
  text-align: left;
  font-size: 14px;
  width: 100%;
  padding-left: 15px;
  line-height: 22px;
  font-weight: 600;
}

.up,
.down {
  background: none;
  border: 0px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.up:hover,
.down:hover {
  background: #d1181d;
  color: #fff !important;
  cursor: pointer;
}


.title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #000;
  line-height: 35px;
}

.white-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  line-height: 35px;
}

.white-title2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 35px;
}

.text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  line-height: 24px;
}

.white-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}

.white-text2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  text-align: left;
}

.title2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #000;
  line-height: 35px;
}

.title2 span {
  font-weight: 900;
}

.title3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 35px;
  text-align: center;
}

.title3 span {
  font-weight: 900;
}

.title4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  line-height: 52px;
  text-align: center;
}

.title4 span {
  font-weight: 900;
}

.style1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  background: #fff;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 15px;
  margin-bottom: 5px;
  border: 0px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  outline: none;
}

.style2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  background: #fff;
  width: 100%;
  height: 152px;
  line-height: 25px;
  padding-left: 15px;
  margin-bottom: 1px;
  border: 0px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  outline: none;
}

.buton-form {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #56aacf;
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
  border: 0px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
}

.buton-form:hover {
  background: #000;
}


#gri {
  position: relative;
  width: 100%;
  padding: 30px 0px;
  background: #fff;
}

.kapa {
  display: block;
}

.acil {
  display: none;
}

@media only screen and (max-width: 1000px) {
  #wrapper {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  header {
    position: relative;
    width: 100%;
    height: auto;
    height: 100px;
    padding: 10px 0px;
    z-index: 0;
  }

  header>#wrapper>.logo {
    max-width: 40%;
  }

  header>#wrapper>.logo img {
    width: auto;
    height: 70px;
  }

  header>#wrapper>.menu {
    display: none;
  }

  header>#wrapper>.contact {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: rgba(86, 170, 207, 1.00);
    cursor: pointer;
    text-align: center;
    margin-left: 0px;
    transition: all 0.2s ease-in;
  }

  header>#wrapper>.contact:hover {
    transform: rotate(-360deg);
    background: rgba(0, 0, 0, 1.00);
  }

  header>#wrapper>.contact i {
    color: white;
    font-size: 20px;
  }

  header>#wrapper>.contact a {
    line-height: 50px;
  }

  header>#wrapper>.dil {
    margin: 10px auto;
    margin-left: 5px;
    float: right;
    border-radius: 5px;
    display: block;
  }

  header>#wrapper>.dil ul li a:hover {
    border-radius: 5px;
  }

  header>#wrapper>.dil ul li ul li a {
    border-radius: 5px;
  }

  header>#wrapper>.dil li:hover>a {
    border-radius: 0;
  }

  #banner {
    padding-top: 20px;
  }


  .starwars-demo {
    font-size: 7px;
  }

  #references {
    height: 300px;
  }



  #ana-orta {
    position: relative;
    display: block;
    background: none;
    width: 100%;
    height: auto;
    z-index: 99999;
    margin-top: 0px;
    text-align: center;
  }

  #items {
    position: relative;
    display: block;
  }

  #itm {
    position: relative;
    display: block;
    width: 19%;
    margin: -0.5%;
    float: left;
    margin-top: 10px;
  }

  #itm img {
    width: 50%;
  }

  #about {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-top: 40px;
  }

  #title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #000;
    line-height: 35px;
  }

  #about a {
    background: #10223c;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
  }

  #about a:hover i {
    padding-left: 20px;
    transition: all 0.2s ease-in;
  }

  #about a:hover {
    background: #d1181d;
  }

  #blog {
    position: relative;
    display: block;
    width: 100%;
    float: right;
    margin-top: 60px;
    background: #10223c;
  }

  #blog>.link {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
  }

  #blog>.link a {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
  }







  #home-blog-content {
    width: 100%;
    height: auto;
    transform: rotate(0deg);
  }

  #home-blog-content-wrapper {
    height: auto;
    padding-bottom: 30px;
    transform: rotate(0deg);
  }

  #home-about-content {
    width: 100%;
    height: auto;
    background: #4ea0c6;
    border: 1px solid rgba(255, 255, 255, 1.00);
    transform: rotate(0deg);
    margin: 20px auto;
  }

  #home-about-content-wrapper {
    height: auto;
    padding: 20px;
    transform: rotate(0deg);
  }

  #home-contact-content {
    width: 100%;
    height: auto;
    transform: rotate(0deg);
  }

  #home-contact-content-wrapper {
    height: auto;
    padding: 20px;
    transform: rotate(0deg);
  }

  #home-product-box {
    margin-top: 20px;
    padding: 20px;
  }

  #takip {
    float: left;
  }

  #takip a:hover {
    color: #333;
  }

  #page-title {
    padding: 30px 0px 60px 0;
  }
    .photo-gallery-img{
        width:100% !important;
        height:220px !important;
        object-fit:cover !important;
    }
    #about-box-1 {
        width: 100%;
        min-height: 200px;
    }

  #about-box-2 {
    width: 100%;
  }

  #product-box {
    width: 99%;
    margin: 0.5%;
  }

  #product-box-2 {
    width: 100%;
    margin: 0.5%;
  }

  #product-menu {
    width: 100%;
    float: left;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    background: #FFF;
  }

  #product-content {
    width: 100%;
  }

  #yarim1 {
    width: 100%;
    float: left;
    margin-bottom: 2%;
    box-sizing: border-box;
  }

  #yarim2 {
    width: 100%;
    float: right;
    margin-bottom: 2%;
    box-sizing: border-box;
  }


  #ana-orta {
    width: 100%;
  }

  #ana-orta2 {
    width: 100%;
  }

  #ana-orta3 {
    width: 100%;
  }

  #ana-orta4 {
    width: 100%;
  }

  #ana-parkur {
    background: none;
    min-height: auto;
    background: #062F51;
  }

  #ana-parkur>#wrapper>.box {
    width: 100%;
  }






  footer {
    height: auto;
    width: 100%;
    margin: 0px auto;
    background: #282828;
    padding: 80px 0px 80px 0px;
    z-index: 2;
  }

  footer .bir {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    border-bottom: 1px solid #666;
    margin-bottom: 30px;
  }

  footer .iki {
    display: none;
  }

  footer .uc {
    display: none;
  }

  footer .dort {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }

  footer .bes {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    line-height: 50px;
    display: block;
    text-align: center;
  }

  footer .alti {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }

  footer .sosyal {
    width: auto;
    height: auto;
    margin-left: 5px;
    display: inline-block;
    transition: all 1s ease-in;
  }

  .kapa {
    display: none;
  }

  .acil {
    display: block;
  }
}

@media only screen and (min-width: 0px) and (max-width: 759px) {}


.accordion {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

a.accordion-panel, a.accordion-panel:hover, a.accordion-panel:visited, a.accordion-panel:active {
  border-bottom: 1px solid #e5e5e5;
  color: #000;
}

.accordion-thumb {
  font-size: 18px;
  font-weight: 600;
  color: #f07d00;
  margin: 0px !important;
  padding: .8rem 0;
  cursor: pointer;
}

.urun-yantablobaslik {
  display: inline-block;
  width: 200px;
}

p,
div,
table {
  font-family: Tahoma;
}

table {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  font-size: 8.5pt;
}

td {
  border: 1px solid rgb(174, 174, 174);
}

td,
th {
  margin: 0;
  padding: 0;
}

p.urun-tablohucresi {
  display: inline;
}

tr {
  line-height: 2rem;
}

tbody>tr:first-child {
  line-height: 4rem;
  color: red;
  font-weight: 700;
}

p.urun-baslik, .urun-baslikCharChar, .urun-baslikChar {
  color: red;
  font-weight: 700;
  margin-top: 30px;
}

span.urun-ilktablobaslik {
  display: inline-block;
}

span.urun-VarsaylanParagrafYazTipi {
  color: red;
  font-size: 3rem;
  text-align: center;
  display: block;
  font-weight: 700;
  margin-top: 100px;
}

span.urun-VarsaylanParagrafYazTipi:first-child {
  margin-top: 0px;
}

span.urun-VarsaylanParagrafYazTipi:first-child {
  margin-top: 0px;
  display: none;
}