/*
Theme Name: 
Theme URI: http://www.ansonika.com/presenter/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2. PAGES AND CONTENT
3. FORMS
4. COMMON
5. MEDIA QUERIES

/*============================================================================================*/


/* 1.  SITE STRUCTURE and TYPOGRAPHY */


/*============================================================================================*/


/* Fonts and Icons */

@import url('http://fonts.googleapis.com/css?family=Open+Sans');
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('http://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800');
@import url('http://fonts.googleapis.com/css?family=Lato:400,700,900');

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/preload.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
  text-align: center;
}

#status img {
  position: absolute;
  top: 20px;
  left: 23px;
}


/* Success submit form page */

#success {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#msg {
  width: 400px;
  height: 200px;
  position: absolute;
  text-align: center;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  margin: -100px 0 0 -200px;
  /* is width and height divided by two */
}

#msg img {
  margin-bottom: 20px;
}

#msg h3 {
  color: #6C3;
  margin-bottom: 0;
}


/* Structure */

html,
body {
  height: 100%;
  max-height: 100%;
  -webkit-font-smoothing: antialiased !important;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  background-color: #fff;
  color: #2d4050;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 65px;
  background: #FFF;
}

#logo a {
  width: 150px;
  height: 45px;
  background: url(../img/Cagdas-Otomotiv.jpg) no-repeat 0 0;
  text-indent: -9999px;
  display: block;
  position: absolute;
  left: 50px;
  top: 12px;
  z-index: 9;
}

.home-aboutImg {
  margin-top: 140px;
}

#header_shadow {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  z-index: 99;
  background: url(../img/header_shadow.png) repeat-x 0 0;
}

.home-about h2 {
  font-size: 35px;
  color: #EB1A20;
  font-weight: 550;
  margin-top: 90px;
  margin-left: 50px;
  font-family: "Patua One", Arial, Tahoma, sans-serif;
}

.home-about p {
  margin-left: 50px;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}

.home-about p a {
  color: #444444;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.home-about p a:hover {
  text-decoration: underline
    }

#row-main {
  margin: 0;
  height: 100%;
}

.img-responsive {
  width: 120px !important;
  height: auto;
  margin-left: 50px !important;
}

#main-img-container {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-left: -20px;
}

#main-img {
  height: 100%;
  width: 100%;
  position: relative;
}

#main-img img {
  height: 100%;
  width: auto;
}

#content-row {
  height: 100%;
  padding-top: 60px;
}

.box-sidebar {
  padding: 15px 25px 10px 25px;
  background: #fcfcfc;
  box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  margin-bottom: 20px;
  color: #2e415c;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}

#share {
  background: #f8f8f8 url(../img/colored-line.png) left bottom repeat-x;
  padding: 10px;
  margin-left: -20px;
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  padding-left: 15px;
}


/* TYPOGRAPHY and links color */

p {
  margin-bottom: 20px;
}

a {
  color: #006db8;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
}

h1 {
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 10px 0;
  padding: 0;
}

.post h2 {
  font-size: 32px;
  line-height: 34px;
}

.box-sidebar h3 {
  margin: 10px 0 10px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
}

.box-sidebar#team h4 {
  margin-bottom: 0;
}

.box-sidebar#team h3 {
  margin-bottom: 25px;
}

.box-sidebar#team em {
  margin-bottom: 10px;
  font-size: 12px;
  display: inline-block;
}


/* BUTTONS */

a.gal-bt {
  z-index: 2;
  position: absolute;
  bottom: 50px;
  color: #fff;
  margin-left: -70px;
  left: 50%;
  width: 130px;
  padding: 8px 25px;
  display: inline-block;
  background-color: #ED1C24;
  font-size: 18px;
  opacity: 0.9;
}

.urunTexts {
  color: #ED1C24;
  font-weight: bold;
  font-size: 16px;
}

.urunTextStyle {
  margin-top: -15.5px;
}

.urunTextsDiv {
  font-weight: 550;
  font-size: 15px;
}

a:hover.gal-bt {
  background-color: #55BCE8;
}

a.btn-info,
.btn-info {
  background: #006db8;
  border: none;
  color: #fff;
}

.btn-info:hover {
  background-color: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


/*============================================================================================*/


/* 2.  PAGES AND CONTENT */


/*============================================================================================*/


/** Contacts **/

#map-container {
  height: 100%;
  position: fixed;
  top: 65px;
  left: 0;
  overflow: hidden;
  margin-left: -20px;
  z-index: 1;
}

#map {
  width: 102%;
  height: 100%;
}

.menuHover:hover {
  color: #ED1B26 !important;
}

.box-sidebar#team {
  text-align: center;
}

.megamenu > li {
  padding-right: 13px !important;
}

.team-follow {
  font-size: 20px;
}

ul#contact-info {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

ul#contact_follow {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 26px;
}

ul#contact_follow li {
  display: inline-block;
  margin-bottom: 10px;
}


/* #Blog
================================================ */

.tags a {
  display: inline-block;
  margin: 5px 14px 10px 0;
  height: 33px;
  line-height: 33px;
  background: #ededed url(../img/tag_bg.png) no-repeat 91% center;
  padding: 0 28px 0 11px;
  color: #646464;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: background .5s ease;
}

.tags a:hover {
  background-color: #099ad1;
  color: #fff;
  text-decoration: none;
}

ul.recent_post {
  margin-left: 0;
  padding-left: 0;
}

ul.recent_post li {
  padding: 0 0 8px 0;
  margin-bottom: 15px;
  border-bottom: 1px #e7e7e7 dotted;
  color: #313131;
  list-style: none;
  line-height: 18px;
  padding-bottom: 15px;
  color: #888;
  font-style: italic;
}

ul.recent_post li div {
  font-weight: 600;
  padding-left: 25px;
  font-style: normal
    }

ul.recent_post li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.post {
  margin-bottom: 45px;
}

.post img {
  margin-bottom: 18px;
}

.post_info {
  padding: 10px 0;
  border-bottom: 1px #e7e7e7 solid;
  border-top: 1px #e7e7e7 solid;
  margin-bottom: 12px;
  color: #555;
}

.post_info span {
  color: #ff6666;
}

.post-left {
  float: left;
}

.post-left ul {
  margin-left: 0;
  padding-left: 0;
}

.post-left ul li {
  float: left;
  margin-right: 10px;
  list-style: none;
}

.post-right {
  float: right;
}

#comments {
  padding: 10px 0 0px 0;
  margin-bottom: 15px;
}

#comments ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#comments ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

#comments li {
  padding: 0 0 23px 0;
  list-style: none;
}

.tittleCustom-t {
  margin-bottom: 30px;
  margin-top: 60px !important;
}

.contacts {
  margin-top: 100px;
}

.imgBx {
  width: 400px;
  position: relative;
  overflow: hidden;
}

.compont {
  color: #fff;
  background: #013B80;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  left: -100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  top: 0;
  transition: all 0.5s;
}

.customInformation {
  padding: 0 40px;
}

.customInformation h3 {
  color: #013c82;
  font-weight: bold;
}

.customInformation .textDivs {
  border-right: 0;
}

.imgBx:hover .compont {
  left: 0;
}

.omv {
  text-align: center;
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-top: 10px;
  background: #013b80;
  padding: 50px 0;
  line-height: 1.5;
}

.omv .redText {
  color: #fff !important;
}

.redText {
  color: #E3241C;
}

.aback {
  color: #013B80;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.m-0 {
  margin: 0 !important;
}

.menuHover span {
  color: #fff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  letter-spacing: 1px;
  line-height: normal;
  background: #186FAC;
  padding: 5px 25px;
  width: 370px;
  height: 80px;
  border-radius: 10px;
  border-style: solid;
  border-color: #186FAC;
  border-width: 1px;
}

.menu-item {
  margin-bottom: 25px;
}

.homeContact {
  width: 100%;
  height: 120px;
  background: #F11A22;
  margin-top: 90px;
  margin-bottom: 50px;
}

.homeContact .row .col-md-3 p i {
  font-size: 35px;
  color: #fff;
}

.homeContact .row .col-md-3 p a {
  color: #fff;
  font-size: 20px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.homeContact .row .col-md-3 p {
  text-align: center;
  margin-top: 36px;
}

.contacthover:hover {
  background: #FA3838;
  height: 120px;
}

.service {
  padding: 20px;
  margin-bottom: 30px;
}

.service .col-md-3 p {
  color: #2B2B2B;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 15px;
}

.service .col-md-3 p a {
  color: blue;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 15px;
}

.binekItem {
  padding-right: 0;
  padding-top: 10px;
}

.videoBar {
  width: 100%;
  height: 35%;
  background: #000;
  margin-top: 100px;
  position: relative;
}

.videoBar video {
  margin-left: 18px;
}

.textDivs {
  text-align: center;
  margin-top: 75px;
  color: #000;
  border-right: 1px solid #262626;
  margin-bottom: 15px;
}

.textDivsStyle {
  text-align: center;
  margin-top: 160px;
  color: #000;
  font-size: 16px;
}

.contact {
  width: 102.5%;
  height: 15%;
  background: #000;
  border-bottom: 6px solid #999;
}

.textDivs p {
  font-size: 16px;
}

.forms {
  margin-top: 30px;
}

.bigTittle {
  text-align: center;
  color: #013B80;
  font-weight: 900;
  margin-top: 150px;
  letter-spacing: 3px;
}

.bigTittle span {
  color: #E3241C;
}

.spo {
  width: 100%;
  height: 27%;
  background: #E4E4E4;
}

.custom-topLink{
  color: #fff !important;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  letter-spacing: 1px;
  line-height: normal;
  background: #ED1B26;
  padding: 5px 25px;
  width: 370px;
  height: 80px;
  border-radius: 10px;
  border-style: solid;
  border-color: #ED1B26;
  border-width: 1px;
}

.spoImgStyle {
  width: 100px;
  background: #fff;
  border: none;
  max-width: 100%;
  max-height: 70px;
  width: 100%;
  height: 100%;
  min-height: 110px;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.spoImgStyle:hover {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(100%);
  opacity: 1;
}

.home-about-mt{
  margin-top: 100px;
}

.sponsor-style {
  width: 100px;
  background: #fff;
  border: none;
  max-width: 100%;
  max-height: 70px;
  width: 100%;
  height: 100%;
  min-height: 110px;
}

.clear {
  clear: both;
}

.swiper-container {
  width: 100%;
  height: 100%;
  max-height: 255px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.card {
  border: 1px solid rgb(53, 174, 225);
}

.container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.sparepart-tittle {
  font-size: 35px;
  color: #F11A22;
  font-weight: 550;
  margin-top: 90px;
  text-align: center;
  font-family: "Patua One", Arial, Tahoma, sans-serif;
}

.sparepart-text {
  color: #2B2B2B;
  text-align: center;
  font-size: 15px;
  font-style: normal;
}

.urun {
  background: none;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  padding-left: 66px;
  margin-top: 50px;
}

.urun img {
  opacity: 0.9;
  border: 3px solid #c0c0c0;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}

.urun img:hover {
  opacity: 1;
  border: 3px solid #F44D53;
  transition: all
    }

.urun p {
  color: #F11A22;
  font-size: 17px;
  font-weight: 500;
  margin: 10px 50px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  letter-spacing: 0.4px;
}

.card-body .btn-danger {
  color: #ffffff;
  background-color: #013a7e;
  border-color: #013a7f;
}

.card-body .btn-danger:hover {
  color: #ffffff;
  background-color: #33ace0;
  border-color: #33ace0;
}

.backgroundgray {
  padding: 20px 20px;
  background: #fff;
}

.aboutTittle {
  position: relative;
  text-align: center;
  color: #013b80;
  margin-top: 150px;
  font-size: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  cursor: default;
  margin-bottom: 20px;
}

.play-btn {
  width: 50px;
  position: relative;
  top: -50%;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0.5;
}

.customVideo {
  border-radius: 5px;
}

.btn {
  padding: 8px 12px !important;
}

.btn span {
  outline-color: #000;
  font-weight: 500;
}

.play-btn:hover {
  width: 50px;
  position: relative;
  top: -50%;
  cursor: pointer;
  transition: 0.5s;
  opacity: 1;
}

.modal-content {
  background: transparent !important;
  border: none !important;
}

.footer {
  width: 100%;
  height: 265px;
  background: #2B2B2B;
}

.footer-tittle-1 {
  color: #fff;
  font-size: 22px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  list-style-type: none;
  text-align: center;
  margin-top: 30px;
}

.footer-tittle-2 {
  color: #fff;
  font-size: 22px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  list-style-type: none;
  text-align: left;
  margin-top: 30px;
}

.footerAbout-smtext {
  color: #c9c9c9;
  list-style-type: none;
  margin-top: -10px;
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 13px;
  padding: 25px;
}

.footerSocialMedia-text {
  color: #c9c9c9;
  opacity: 0.7;
  font-weight: 600;
  list-style-type: none;
}

.social-media i {
  padding: 8px;
  color: #fff;
  font-size: 22px;
  opacity: 1 !important;
}

.social-media {
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  margin-left: 10px;
}

.social-media:hover {
  opacity: 1;
  border: 2px solid #fff;
}

.footer-menu {
  margin-top: 30px;
}

.footer-menu li {
  list-style-type: none;
}

.footer-sm-menu {
  color: #c0c0c0;
  font-size: 15px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.footer-sm-menu:hover {
  color: #fff;
  margin-left: 5px;
}

.col-md-5 ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

.col-md-5 ul li span {
  color: #c0c0c0;
  font-size: 15px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.col-md-5 ul li a {
  color: #c9c9c9;
}

.col-md-5 ul li a:hover {
  color: #fff;
}

.avatar {
  float: left;
  margin-right: 11px;
}

.avatar img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.comment_right {
  display: table;
}

.comment_info {
  padding-bottom: 7px;
}

.comment_info span {
  padding: 0 12px;
}

#comments ol li ul li {
  padding: 23px 0 0 30px;
  margin: 0;
}


/*============================================================================================*/


/* 3.  FORMS */


/*============================================================================================*/

.input-icon {
  position: absolute;
  right: 8px;
  top: 7px;
  width: 28px;
  height: 24px;
  background-color: #fff;
  text-align: right;
  border-left: 1px solid #ddd;
}

.input-icon i {
  color: #ccc;
  font-size: 14px;
  line-height: 24px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.input-group {
  margin-bottom: 20px;
}

.form-control {
  height: 38px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.input-group button {
  height: 38px;
}

.input-group button:hover {
  background-color: #006db8;
  color: #fff;
  border-color: #006db8
    }

.input-group button:focus {
  outline: none;
}

.form-control.style_2 {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0 8px #e3e3e3 inset;
  -webkit-shadow: 0 0 8px #e3e3e3 inset;
  -moz-shadow: 0 0 8px #e3e3e3 inset;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-appearance: none;
}

.form-control.style_2:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control-select {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0 8px #e3e3e3 inset;
  -webkit-shadow: 0 0 8px #e3e3e3 inset;
  -moz-shadow: 0 0 8px #e3e3e3 inset;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-appearance: none;
  height: 38px;
  color: #999;
}

.form-control-select:hover {
  color: #999;
}

.slider-volume {
  width: 95%;
  margin: 0;
  padding: 0;
}

.slider-volume > .dragger {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.5), 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.5), 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.5), 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c5c5c5;
  background: -moz-linear-gradient(90deg, rgba(180, 180, 180, 1) 20%, rgba(230, 230, 230, 1) 50%, rgba(180, 180, 180, 1) 80%);
  background: -webkit-radial-gradient( 50% 0%, 12% 50%, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 100%), -webkit-radial-gradient( 50% 100%, 12% 50%, hsla(0, 0%, 100%, .6) 0%, hsla(0, 0%, 100%, 0) 100%), -webkit-radial-gradient( 50% 50%, 200% 50%, hsla(0, 0%, 90%, 1) 5%, hsla(0, 0%, 85%, 1) 30%, hsla(0, 0%, 60%, 1) 100%);
}

.slider-volume > .track,
.slider-volume > .highlight-track {
  height: 11px;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8, #ccc);
  background: -webkit-linear-gradient(top, #f8f8f8, #ccc);
  background: linear-gradient(top, #f8f8f8, #ccc);
  margin-left: -5px;
  -moz-box-shadow: inset 0 2px 5px 1px rgba(0, 0, 0, 0.10), 0 1px 0px 0px rgba(230, 230, 230, 0.4), inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 2px 5px 1px rgba(0, 0, 0, 0.10), 0 1px 0px 0px rgba(230, 230, 230, 0.4), inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 5px 1px rgba(0, 0, 0, 0.10), 0 1px 0px 0px rgba(230, 230, 230, 0.4), inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.slider-volume > .highlight-track {
  background-color: #c5c5c5;
  background: -moz-linear-gradient(top, #c5c5c5, #a2a2a2);
  background: -webkit-linear-gradient(top, #c5c5c5, #a2a2a2);
  background: linear-gradient(top, #c5c5c5, #a2a2a2);
}

[class^=slider] {
  display: inline-block;
}

.output {
  font-size: 24px;
  font-weight: 700;
  color: #999;
  display: inline-block;
  margin-top: 5px;
}

.qty-buttons {
  position: relative;
  width: 130px;
  height: 40px;
}

input.qty {
  width: 130px;
}

input.qtyminus,
input.qtyplus,
input.qtyplus:focus {
  position: absolute;
  width: 35px;
  height: 20px;
  border: 1px solid #cccccc;
  outline: none;
  cursor: pointer;
}

input.qtyplus {
  background: #fff url(../img/plus.png) no-repeat center center;
  right: 0;
  top: 0;
  text-indent: -9999px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  box-shadow: none;
  -webkit-transition: none;
}

.about-tittle{
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	font-weight: 500;	
	margin: 90px 0 20px 50px;
	color: #2B2B2B;
}

.about-text{
	color: #2B2B2B;
	padding-left: 50px;
	padding-right: 50px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
}

.sm-top-konum{
	width: 100%;
	height: 40px;
	background: #F11F28;
	margin-top: 66px;
}

.link-1{
	color: #fff;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}

.link-1:hover{
	text-decoration: underline;
	color: #fff;
}

.link-2{
	color: #fff;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
}

input.qtyminus {
  background: #fff url(../img/minus.png) no-repeat center center;
  right: 0;
  top: 18px;
  text-indent: -9999px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: none;
  -webkit-transition: none;
}

.loader {
  float: right;
  display: inline;
  margin-top: -25px;
}

.loader-2 {
  float: right;
  display: inline;
  margin-top: 8px;
}

.loader-3 {
  float: right;
  display: inline;
  margin-top: 8px;
  margin-right: -20px;
}

label {
  font-weight: 600;
}

label.error {
  font-size: 11px;
  position: absolute;
  top: -28px;
  right: -15px;
  z-index: 9;
  height: 25px;
  line-height: 25px;
  background-color: #e34f4f;
  color: #fff;
  font-weight: 600;
  padding: 0 6px;
}

label.error:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
}

#terms li label.error {
  left: 45%;
  display: inline-block;
  width: 80px;
}


/*============================================================================================*/


/* 4.  COMMON */


/*============================================================================================*/

.img-circle.styled {
  background-color: #ededed;
  -moz-box-shadow: 0px 0px 0px 5px #ededed;
  -webkit-box-shadow: 0px 0px 0px 5px #ededed;
  box-shadow: 0px 0px 0px 5px #ededed;
  margin: auto;
  margin-bottom: 15px;
}


/** Features **/

#features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#features ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

#features ul li a {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 62px;
  text-align: center;
  background: #fff;
  border: 5px solid #ededed;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  color: #2d4050;
}

#features ul li a:hover {
  background: #006db8;
  border: 5px solid #006db8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}


/* #TABLE RESPONSIVE SECOND TYPE*/

.table_2 {
  width: 100%;
  margin-bottom: 30px;
}

.table_2 th,
.table_2 td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table_2 th {
  font-weight: bold;
}

.table_2 thead th {
  vertical-align: bottom;
}

.table_2 tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table_2 {
  background-color: #ffffff;
}

.table-bordered_2 {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.table-bordered_2 th,
.table-bordered_2 td {
  border-left: 1px solid #dddddd;
}

.table-bordered_2 caption + thead tr:first-child th,
.table-bordered_2 caption + tbody tr:first-child th,
.table-bordered_2 caption + tbody tr:first-child td,
.table-bordered_2 colgroup + thead tr:first-child th,
.table-bordered_2 colgroup + tbody tr:first-child th,
.table-bordered_2 colgroup + tbody tr:first-child td,
.table-bordered_2 thead:first-child tr:first-child th,
.table-bordered_2 tbody:first-child tr:first-child th,
.table-bordered_2 tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered_2 thead:first-child tr:first-child > th:first-child,
.table-bordered_2 tbody:first-child tr:first-child > td:first-child,
.table-bordered_2 tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered_2 thead:first-child tr:first-child > th:last-child,
.table-bordered_2 tbody:first-child tr:first-child > td:last-child,
.table-bordered_2 tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered_2 thead:last-child tr:last-child > th:first-child,
.table-bordered_2 tbody:last-child tr:last-child > td:first-child,
.table-bordered_2 tbody:last-child tr:last-child > th:first-child,
.table-bordered_2 tfoot:last-child tr:last-child > td:first-child,
.table-bordered_2 tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered_2 thead:last-child tr:last-child > th:last-child,
.table-bordered_2 tbody:last-child tr:last-child > td:last-child,
.table-bordered_2 tbody:last-child tr:last-child > th:last-child,
.table-bordered_2 tfoot:last-child tr:last-child > td:last-child,
.table-bordered_2 tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered_2 tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered_2 tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered_2 caption + thead tr:first-child th:first-child,
.table-bordered_2 caption + tbody tr:first-child td:first-child,
.table-bordered_2 colgroup + thead tr:first-child th:first-child,
.table-bordered_2 colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered_2 caption + thead tr:first-child th:last-child,
.table-bordered_2 caption + tbody tr:first-child td:last-child,
.table-bordered_2 colgroup + thead tr:first-child th:last-child,
.table-bordered_2 colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped_2 tbody > tr:nth-child(odd) > td,
.table-striped_2 tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}


/* #Table style*/

.table-bordered_2 thead tr {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #eeeeee, #dadada);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dadada));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dadada);
  background-image: -o-linear-gradient(top, #eeeeee, #dadada);
  background-image: linear-gradient(to bottom, #eeeeee, #dadada);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdadada', GradientType=0);
}

.table-bordered_2 thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.table-bordered_2 thead tr th:first-child {
  border-left-color: #CCC;
}

.table-bordered_2 thead tr th:last-child {
  border-right: none;
}

.table-bordered_2 tbody tr:first-child td {
  border-top-color: #CCC;
}

.table-bordered_2 tbody tr td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}

.table-bordered_2 tbody tr td:first-child {
  border-left-color: #DDD;
}

.table-bordered_2 tbody tr td:last-child {
  border-right: none;
}

.table-bordered_2 thead tr {
  background: #EEE;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* IE10+ */
  background: linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* W3C */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
}

.table-bordered_2 thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.table-bordered_2 thead th:first-child {
  border-left-color: #CCC;
}

.table-bordered_2 thead th:last-child {
  border-right: none;
}

.table-bordered_2 tbody td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}

.table-bordered_2 tbody tr td:first-child {
  border-left-color: #DDD;
}

.table-bordered_2 tbody tr td:last-child {
  border-right: none;
}


/** Collapse **/


/** Share **/

.fb-like {
  margin-right: 0px;
}

.fb-like,
.twitter {
  display: inline-block;
  margin-top: 10px;
}

#suggest_friend {
  float: right;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 6px;
  margin-left: 5px;
}

#suggest_friend a {
  color: #ED1C24;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  margin-top: 25px;
}

#suggest_friend a:hover {
  color: #55BCE8;
}

#suggest_friend a:after {
  font-family: "fontello";
  content: "\e99e";
  margin-left: 8px;
  font-size: 18px;
}


/** Carousel **/

#owl-demo .item {
  margin: 3px;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}


/** List styles **/

ul.list_1 {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
}

.menu-item h3 {
  text-transform: none !important;
}

ul.list_1 li a {
  text-decoration: none;
  padding: 4px 10px;
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid #efefef;
}

ul.list_1 li a:after {
  font-family: "fontello";
  content: "\e89b";
  float: right;
}

ul.list_1 li a:hover {
  background: #efefef;
  color: #326e99;
}

.bg-kurumsal {
  background-color: #E81F25 !important;
}

.bg-kurumsal:hover {
  background-color: #909196 !important;
}

ul.list_2 {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
}

ul.list_2 li a {
  text-decoration: none;
  padding: 4px 10px;
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid #efefef;
}

ul.list_2 li a:after {
  font-family: "fontello";
  content: "\ee1c";
  float: right;
}

ul.list_2 li a:hover {
  background: #efefef;
  color: #326e99;
}


/* #ie10 BORDER RADIUS FIXED*/

html[data-useragent*='MSIE 10.0'] input,
html[data-useragent*='MSIE 10.0'] .btn.btn-info,
html[data-useragent*='MSIE 10.0'] .btn.btn-default,
html[data-useragent*='MSIE 10.0'] .panel-default,
html[data-useragent*='MSIE 10.0'] .drop-down-container.normal ul li a {
  border-radius: 0;
}

@media (max-width: 991px){
  .img-responsive{
    margin-left: 0 !important;
  }

  .menu-item h3{
    font-size: 19px;
  }
} 

@media (min-width: 767px) and (max-width: 979px) {
  header {
    position: absolute;
  }
  #main-img-container {
    position: relative;
    overflow: hidden;
    top: 65px;
    height: 350px;
    width: 100%;
    margin-left: 0;
    display: none;
  }
  #main-img {
    display: none !important;
  }
  #content-row {
    height: auto;
    padding-top: 65px;
  }
  #map-container {
    height: 350px;
    position: relative;
    top: 65px;
    overflow: hidden;
    margin-left: 0;
  }
  #map {
    width: 100%;
    height: 350px;
  }
  #share {
    margin-left: 0;
  }
}

@media (max-width: 947px) {
  .homeContact .row .col-md-3 p i {
    display: none;
  }
  .homeContact .row .col-md-3 p {
    margin-top: 50px;
  }
  .contactAdres-mt {
    margin-top: 0 !important;
  }
  .homeContact .row .col-md-3 p a {
    font-size: 15px;
  }
  .social-media i{
	  display: none;
  }
  .social-media{
	  display: none;
  }
}

@media (max-width: 790px) {
  .adress {
    margin-left: 50px;
  }
  .berkCengiz-smc {
    margin-left: 200px;
  }
  .homeContact {
    display: none;
  }
  .shop-mt {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .customInformation {
    padding: 0 10px;
  }
  .home-about-mt{
    display: none;
  }
  #main-img-container {
    position: relative;
    overflow: hidden;
    top: 18px;
    height: 200px;
    width: 100%;
    margin-left: 0;
  }
  .service .col-md-3 {
    text-align: center;
    margin-top: 30px;
  }
  .sm-top-konum{
	  margin-top: 0;
  }
  .footer-sm-menu{
	  display: none;
  }
  .footer-menu li{
	  display: none;
  }
  .footerAbout-smtext{
	  display: none;
  }
  .footer-tittle-1{
	  display: none;
  }
  .social-media i{
	  display: none;
  }
  .social-media{
	  display: none;
  }
  .footer .col-md-3{
	  display: none;
  }
  .footer .col-md-4{
	  display: none;
  }
  .footer .col-md-5{
	  display: none;
  }
  .menu-item img {
    display: none !important;
  }
  .homeAbout-dn {
    display: none;
  }
  .col-md-5 ul li{
	  text-align: center;
  }
  #main-img img {
    height: auto;
    width: 100%;
  }
  .urun {
    width: 50%;
    padding-left: 56px;
  }
  #content-row {
    height: auto;
    padding-top: 0;
  }
  .home-aboutImg {
    display: none;
  }
  .footer{
    height: 65px;
  }
  .footer-responsive-copyright{
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 22px;
    display: block !important;
  }
  .footer-responsive-copyright a{
    color: #EB1D26;
    font-weight: 600;
  }
  .home-about p {
    text-align: center;
    margin-left: 0;
    padding: 10px;
  }
  .home-about h2 {
    text-align: center;
    margin-left: 0;
  }
  .carousel {
    margin-top: 0 !important;
  }
  header {
    height: auto;
    padding-bottom: 12px;
    position: absolute;
  }
  #share {
    margin-left: 0px;
  }
  .modal {
    -webkit-overflow-scrolling: touch;
  }
  #suggest_friend a {
    width: 24px;
    height: 24px;
    display: block;
    text-indent: -999px;
  }
  #suggest_friend a:after {
    font-size: 22px;
    z-index: 9;
    text-indent: 0px;
    position: absolute;
    right: 10px;
    top: 25px;
    width: 24px;
    height: 24px;
    display: block;
  }
  #map-container {
    height: 220px;
    position: relative;
    top: 20px;
    overflow: hidden;
    margin-left: 0;
  }
  #map {
    width: 100%;
    height: 200px;
  }
  .table-bordered_2 thead:first-child tr:first-child > th:first-child,
  .table-bordered_2 tbody:first-child tr:first-child > td:first-child,
  .table-bordered_2 tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
  }
  .table-bordered_2 thead:first-child tr:first-child > th:last-child,
  .table-bordered_2 tbody:first-child tr:first-child > td:last-child,
  .table-bordered_2 tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
  }
  .table-bordered_2 thead:last-child tr:last-child > th:last-child,
  .table-bordered_2 tbody:last-child tr:last-child > td:last-child,
  .table-bordered_2 tbody:last-child tr:last-child > th:last-child,
  .table-bordered_2 tfoot:last-child tr:last-child > td:last-child,
  .table-bordered_2 tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
  }
  .table-bordered_2 thead:last-child tr:last-child > th:first-child,
  .table-bordered_2 tbody:last-child tr:last-child > td:first-child,
  .table-bordered_2 tbody:last-child tr:last-child > th:first-child,
  .table-bordered_2 tfoot:last-child tr:last-child > td:first-child,
  .table-bordered_2 tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
  }
  .table_2 th,
  .table_2 td {
    border-top: none;
  }
  .table_2 tbody + tbody {
    border-top: none;
  }
  .table-bordered_2 {
    border: none;
  }
  .table-bordered_2 tbody tr td {
    border-left: none;
    border-right: 1px solid #fff;
  }
  .drop-down-container.normal ul li a {
    color: #fff !important;
  }
  /* Force table to not be like tables anymore */
  .table_2,
  .table_2 thead,
  .table_2 tbody,
  .table_2 th,
  .table_2 td,
  .table_2 tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .table_2 thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table_2 tr {
    border: 1px solid #ccc;
  }
  .table_2 td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding-left: 60%;
  }
  .table_2 td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 8px;
    left: 6px;
    width: 40%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*
  Label the data
  */
  .table_2 td:nth-of-type(1):before {
    content: "Model";
    font-weight: bold;
  }
  .table_2 td:nth-of-type(2):before {
    content: "Info one";
    font-weight: bold;
  }
  .table_2 td:nth-of-type(3):before {
    content: "Info two";
    font-weight: bold;
  }
  .table_2 td:nth-of-type(4):before {
    content: "Info three";
    font-weight: bold;
  }
  .box-sidebar {
    margin-right: 0;
    margin-left: 0;
  }
  h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .post h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .post-right {
    float: left;
  }
}


/* Mobile portrait */

@media (max-width: 535px){
  .urun{
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  /* Success submit form page */
  #msg {
    width: 260px;
    height: 300px;
    position: absolute;
    text-align: center;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    margin: -150px 0 0 -130px;
    /* is width and height divided by two */
  }
}

@media (max-width: 370px){
  .footer-responsive-copyright{
    font-size: 8px;
  }
}