/*!
* Coded by Husnu Darici and Tumay ATAMIR

/*------------------------------------------------------------------//
  Favorites                           
  .value(@value) { parameter: @value; parameter: @value; }      
//------------------------------------------------------------------*/

/* Scale */
/* Skew */
/* Rotate */
/* Black & White || Siyah & Beyaz */
/* Rotate & Scale Together || Rotate ve Scale Birlikte */
/*------------------------------------------------------------------//
  Other:                              
//------------------------------------------------------------------*/
* {
  outline: none;
}
ul {
  list-style-type: none !important;
  margin-bottom: 0 !important;
}
main ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
img {
  pointer-events: none !important;
}
a {
  text-decoration: none !important;
}
/*------------------------------------------------------------------//
  Bootstrap Edit:                             
//------------------------------------------------------------------*/
.row {
  margin: 0;
  width: 100%;
}
.right {
  float: right !important;
  display: block;
}
.left {
  float: left !important;
  display: block;
}
.no-background,
.container {
  background: none !important;
  position: relative !important;
}
.clear {
  clear: both;
  display: block;
}
.full-image img {
  width: 100% !important;
  display: block !important;
  height: auto !important;
}
.no-padding {
  padding: 0 !important;
}
.no-left {
  padding-left: 0 !important;
}
.no-right {
  padding-right: 0 !important;
}
.mobileClear {
  clear: both;
  display: none;
}
/*------------------------------------------------------------------//
  Theme Options:                              
//------------------------------------------------------------------*/
/** Mobile Contact **/
.mContact {
  display: none;
  font-family: 'Roboto', sans-serif;
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  border-top: 3px solid rgba(243, 243, 243, 0.75);
  box-shadow: 0px 25px 59px 1px #000;
  z-index: 999999;
}
.mContact a {
  color: #000;
}
.mContact .social {
  position: relative;
  text-align: center;
  float: left;
}
.mContact .social a {
  display: inline-block;
  width: 25px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.mContact .phones {
  position: relative;
  text-align: center;
  float: right;
}
.mContact .phones a {
  display: block;
  line-height: 30px;
  font-weight: 600;
  font-size: 16px;
  font-weight: bolder;
}
/** Mobile Contact **/
/** Font Family **/
/*------------------------------------------------------------------//
  Main.CSS:                             
//------------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: #000;
  top: 0;
  left: 0;
}
header .main {
  font-family: 'Roboto', sans-serif;
  max-height: 200px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header .main .contact {
  position: relative;
  padding: 5px 0;
  display: flex;
}
header .main .contact a {
  font-weight: 300;
  display: block;
  color: #FFF;
  line-height: 27.5px;
  margin: 7.5px 0;
}
header .main .contact a.whatsapp {
  background-color: #24b259;
  height: 32px;
  padding: 4px 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: 500;
  border-radius: 30px;
  margin-left: 20px;
  margin-top: 20px;
}

header .main .contact a.whatsapp i {
  color: #fff;
  padding: 0px;
  width: 0px;
  background-color: transparent;
  margin-right: 20px;
  font-size: 17px;
}
header .main .contact a i {
  color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #FFF;
  border-radius: 100%;
  text-indent: 1px;
  margin-right: 5px;
}
header .main .contact a:first-child {
  margin-top: 0;
}
header .main .contact a:last-child {
  margin-bottom: 0;
}
header .main .logo {
  position: relative;
  /* padding: 15px 175px; */
}
header .main .logo a{
  width:150px;
  display:block;
  text-align:center;
  margin:15px auto;
}
header .main .main-head {
  max-height: 1000px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header .main .main-head.fixed {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header .main .social-media {
  position: relative;
  padding: 20px 0;
}
header .main .social-media a {
  width: 35px;
  height: 35px;
  border: 1px solid #FFF;
  text-align: center;
  line-height: 35px;
  margin: 0 5px;
  float: right;
  color: #FFF;
  border-radius: 100%;
  font-size: 19px;
}
header .main .social-media a:hover {
  background-color: #FFF;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .head-fixarea nav.menu {
  background-color: #FFF;
  border-bottom: 1px solid #b1b1b1;
  text-align: center;
  position: relative;
}
header .head-fixarea nav.menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}
header .head-fixarea nav.menu ul li {
  float: none;
  display: inline-block;
  padding: 5px 0;
}
header .head-fixarea nav.menu ul li a {
  display: block;
  color: #282828;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 13px;
  font-size: 15px;
  padding: 10px 15px;
  position: relative;
  font-weight: 400;
}
header .head-fixarea nav.menu ul li a:after {
  content: "";
  position: absolute;
  border-width: 3.5px;
  border-style: solid;
  border-color: #b1b1b1;
  right: 0;
  bottom: 0;
  display: none;
  border-left-color: transparent;
  border-top-color: transparent;
}
header .head-fixarea nav.menu ul li.menu-item-has-children a:after {
  display: block;
}
header .head-fixarea nav.menu ul li:hover > a {
  color: #FFF;
  background-color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .head-fixarea nav.menu ul li:hover > a:after {
  border-color: #FFF;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .head-fixarea nav.menu ul li ul {
  position: absolute;
  width: 100%;
  left: 0;
  background: #FFF;
  border-top: solid 1px #b5b5b5;
  top: 25px;
  padding: 15px 25px;
  opacity: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position-x: 2.5%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .head-fixarea nav.menu ul li ul li {
  display: block;
  float: left;
  width: 20%;
}
header .head-fixarea nav.menu ul li ul li a {
  text-transform: none;
  font-weight: bold;
  /* text-transform: uppercase; */
  font-size: 11.5px;
  line-height: 15px;
}
header .head-fixarea nav.menu ul li ul li a:before {
  content: "\f105";
  font-family: fontAwesome;
  position: relative;
  left: -15px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .head-fixarea nav.menu ul li ul li a:after {
  display: none !important;
}
header .head-fixarea nav.menu ul li ul li:hover > a {
  background-color: transparent;
  color: #000;
}
header .head-fixarea nav.menu ul li ul li:hover > a:before {
  left: -5px;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .head-fixarea nav.menu ul li ul li > ul {
  width: auto;
  position: relative;
  border: none;
  top: auto;
  opacity: 1;
  top: auto !important;
}
header .head-fixarea nav.menu ul li ul li > ul li {
  float: none;
  width: auto;
  padding: 0;
}
header .head-fixarea nav.menu ul li ul li > ul li a {
  font-weight: 400;
  text-transform: none;
  line-height: 25px;
}
header .head-fixarea nav.menu ul li ul li > ul li a:before {
  content: "\f101";
}
header .head-fixarea nav.menu ul li ul li > ul li:hover > a {
  color: #ccc;
}
header .head-fixarea nav.menu ul li:hover > ul {
  top: 35px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slider {
  width: 100%;
  position: relative;
  z-index: 1;
  background-image: url('../images/slider-backgorund.jpg');
  background-size: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* margin-top: 148px; */
  /* margin-top: 130px !important; */
  padding-top: 129px;
}
.slider ul {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
main .products {
  font-family: 'Roboto', sans-serif;
  padding: 25px 5%;
}
main .products .gTitle {
  font-size: 25px;
  color: #000;
  display: block;
  font-weight: 900;
  margin-bottom: 15px;
}
main .products ul li {
  text-align: center;
  margin: 0 10px;
}
main .products ul li article .title {
  display: block;
  margin: 0 0 5px 0;
  font-weight: 500;
  font-size: 17px;
  min-height: 60px;
  line-height: 19px;
}
main .products ul li article p {
  font-size: 14px;
  margin-top: 10px !important;
  /* display: none; */
  margin-top: 0px !important;
}
main .products ul li article a {
  display: inline-block;
  line-height: 30px;
  border: 1px solid #9a9a9a;
  color: #9a9a9a;
  text-align: center;
  padding: 0 20px;
  font-size: 13px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
main .products ul li article a:hover {
  background-color: #000;
  color: #FFF;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
main .secrets {
  font-family: 'Roboto', sans-serif;
  background-color: #f7f6f6;
  padding: 25px 5%;
}
main .secrets .fTitle {
  text-align: center;
  margin-bottom: 25px;
}
main .secrets .post {
  text-align: center;
}
main .secrets .post figure {
  border: 2px solid #e6e6e6;
}
main .secrets .post article .title {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
  display: block;
  text-transform: uppercase;
}
main .secrets .post article a {
  margin-top: 35px;
  line-height: 30px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #000;
  padding: 0 20px;
  font-size: 13px;
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main .secrets .post article a:hover {
  background: #000;
  color: #FFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main .sss {
  font-family: 'Roboto', sans-serif;
  padding: 50px 5%;
}
main .sss .item {
  text-align: center;
}
main .sss .item figure {
  width: 75px;
  height: 75px;
  display: inline-block;
}
main .sss .item article .title {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
  display: block;
  text-transform: uppercase;
}
main .sss .item article a {
  margin-top: 35px;
  line-height: 30px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #000;
  padding: 0 20px;
  font-size: 13px;
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main .sss .item article a:hover {
  background: #000;
  color: #FFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer {
  font-family: 'Roboto', sans-serif;
}
footer .top {
  text-align: center;
  padding: 25px 0 50px 0;
  margin-top: -30px;
  margin-bottom: 100px;
}
footer .top .title {
  font-size: 22px;
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
}
footer .top .social-media a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  background: #000;
  color: #FFF;
  display: inline-block;
  margin: 0 5px;
  font-size: 30px;
  line-height: 50px;
}
footer .main {
  padding: 35px 5%;
  background-color: #000000;
}
footer .main .item {
  color: rgba(255, 255, 255, 0.71);
  font-size: 13px;
}
footer .main .item a {
  color: rgba(255, 255, 255, 0.71);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #ffffff;
  color: #ffffff;
}
footer .main .item a:hover {
  color: #FFF;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
footer .main .item ul {
  padding: 0;
}
footer .main .item ul li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
footer .main .item ul li:before {
  content: '\f0c8';
  font-family: fontAwesome;
  font-size: 4px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  padding: 0;
  margin: 0 10px 0 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  position: relative;
  bottom: 1px;
  vertical-align: middle;
  color: #FFF;
}
footer .main .item ul li a {
  display: inline-block;
}
footer .main .item span.title {
  font-size: 20px;
  margin-bottom: 48px;
  padding-bottom: 15px;
  position: relative;
  color: #FFF;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
footer .main .item span.title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 50px;
  max-width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  background-color: #FFF;
}
footer .main .item span.contact-item {
  display: block;
  margin: 20px 0 0;
  padding: 0 0 0 25px;
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  position: relative;
}
footer .main .item span.contact-item:before {
  content: "\f041";
  position: absolute;
  left: 0;
  width: 25px;
  font-family: fontAwesome;
  font-size: 20px;
  text-align: left;
}
footer .main .item span.contact-item:nth-child(3):before {
  content: "\f0ac";
}
footer .main .item span.contact-item:nth-child(4):before {
  content: "\f2b6";
}
footer .main .item span.contact-item:nth-child(5):before {
  content: "\f10b";
}
footer .main .item form input,
footer .main .item form textarea {
  background-color: #FFF;
  width: 100%;
  color: #1B1B1B;
  font-size: 13px;
  line-height: 20px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .main .item form input::-webkit-input-placeholder,
footer .main .item form textarea::-webkit-input-placeholder {
  color: #1B1B1B;
}
footer .main .item form input:-moz-placeholder,
footer .main .item form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #1B1B1B;
}
footer .main .item form input::-moz-placeholder,
footer .main .item form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #1B1B1B;
}
footer .main .item form input:-ms-input-placeholder,
footer .main .item form textarea:-ms-input-placeholder {
  color: #1B1B1B;
}
footer .main .item form input:focus,
footer .main .item form textarea:focus {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #1B1B1B;
}
footer .main .item form input[type="submit"],
footer .main .item form textarea[type="submit"] {
  float: left;
  width: auto;
  padding: 10px 20px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .main .item form input[type="submit"]:hover,
footer .main .item form textarea[type="submit"]:hover {
  background-color: #FFF;
  color: #646464;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .main .item form textarea {
  height: 75px;
}
footer #copyright {
  background-color: #FFF;
  padding: 10px 5%;
}
footer #copyright p {
  float: left;
  margin: 0;
}
footer #copyright a {
  float: right;
}
footer #copyright a img {
  width: 100px;
}
/* Sub Pages CSS (START) */
.subPage {
  font-family: 'Roboto', sans-serif;
  padding-top: 130px;
}
.subPage .samePosts .title{
  background-color: #000 !important;
  padding: 20px 19px;
  text-align: center;
  display: table;
  margin: 0px auto;
  margin-bottom: 29px;
  margin-top: 31px;
}
.subPage .title {
  color: #FFF;
  background: #131313;
  padding: 15px 0 25px 0;
}
.subPage .breadcrumbs {
  color: #FFF;
  padding: 0;
  margin-bottom: 25px;
}
.subPage .breadcrumbs a {
  display: inline-block;
  color: #b5b5b5;
}
.subPage .contentInner {
  margin: 40px 0 40px 0;
  padding: 0 25px;
}
.subPage .contentInner .category ul {
  padding: 0;
  text-align: center;
}

.subPage .contentInner .samePosts li{
  width:20%;
}
.subPage .contentInner .category ul li {
  padding: 8px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  float: left;
  display: inline-block;
  min-height: 386px;
}
.subPage .contentInner .category ul li .item {
  border: 1px solid #ccc;
  padding: 14px;
}
.subPage .contentInner .category ul li article {
  text-align: center;
}
.subPage .contentInner .category ul li article h4 {
  display: block;
  margin: 5px 0 10px 0;
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 25px;
  height: 25px;
}
.subPage .contentInner .category ul li article p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.subPage .contentInner .category ul li article a.more {
  display: inline-block;
  line-height: 30px;
  border: 1px solid #9a9a9a;
  color: #9a9a9a;
  text-align: center;
  padding: 0 20px;
  font-size: 13px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.subPage .contentInner .category ul li article a.more:hover {
  background-color: #000;
  color: #FFF;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.subPage .contentInner .leftContent figure {
  margin-bottom: 15px;
}
.subPage .contentInner .leftContent article .alignleft {
  float: left;
  margin: 15px 15px 15px 0;
  display: block;
}
.subPage .contentInner .leftContent article .alignright {
  float: right;
  margin: 15px 0 15px 15px;
  display: block;
}
.subPage .contentInner .leftContent article .aligncenter {
  float: none;
  margin: 15px auto;
  display: block;
}
.subPage .contentInner .leftContent article p {
  font-weight: 400;
}
.subPage .contentInner .leftContent article p a {
  display: inline-block;
  color: #000000;
  font-weight: 700;
}
.subPage .contentInner .leftContent article h2 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  display: block;
}
.subPage .contentInner .leftContent article h3 {
  font-size: 23px;
  font-weight: 600;
  position: relative;
  display: block;
}
.subPage .contentInner .leftContent article h4 {
  font-size: 21px;
  font-weight: 600;
  position: relative;
  display: block;
}
.subPage .contentInner .leftContent article h5 {
  font-size: 19px;
  font-weight: 600;
  position: relative;
  display: block;
}
.subPage .contentInner .leftContent article h6 {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  display: block;
}
.subPage .contentInner .leftContent article ul {
  padding-left: 30px !important;
}
.subPage .contentInner .leftContent article ul li {
  list-style: disc;
  font-size: 15px;
}
.subPage .contentInner .leftContent article ul li ul li {
  list-style-type: circle;
}
.subPage .contentInner .leftContent.contact h3 {
  margin-top: 0;
  line-height: 45px;
  border-bottom: 1px solid #333;
  display: block;
  position: relative;
}
.subPage .contentInner .leftContent.contact h3:after {
  content: "";
  height: 2px;
  width: 200px;
  background-color: #000;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.subPage .contentInner .leftContent.contact .item {
  display: block;
  margin-bottom: 10px;
}
.subPage .contentInner .leftContent.contact .item i {
  width: 35px;
  text-align: center;
}
.subPage .contentInner .leftContent.contact .item a {
  color: #000;
}
.subPage aside.sidebar {
  background-color: #000;
  padding: 30px 20px 0 20px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
}
.subPage aside.sidebar .topIcon {
  width: 60px;
  background: #000;
  position: absolute;
  top: -25px;
  height: 60px;
  left: 50%;
  line-height: 62px;
  margin-left: -30px;
  color: #FFF;
  font-size: 30px;
  border: 1px solid #FFF;
  border-radius: 100%;
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage aside.sidebar .topIcon.active {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.subPage aside.sidebar span.titleForm {
  color: #FFF;
  font-size: 20px;
  display: block;
  font-weight: bolder;
  margin-top: 10px;
  margin-bottom: 10px;
}
.subPage aside.sidebar label {
  text-align: left;
  color: #FFF;
  font-weight: 300;
}
.subPage aside.sidebar textarea {
  height: 70px;
  resize: none;
  width: 100%;
  color: #ffda09;
  padding: 10px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.subPage aside.sidebar textarea::-webkit-input-placeholder {
  color: #ffda09;
}
.subPage aside.sidebar textarea:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}
.subPage aside.sidebar input {
  resize: none;
  width: 100%;
  color: #ffda09;
  padding: 10px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.subPage aside.sidebar input::-webkit-input-placeholder {
  color: #ffda09;
}
.subPage aside.sidebar input:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}
.subPage aside.sidebar .col-md-6 {
  width: 100%;
}
.subPage aside.sidebar col-md-12 {
  width: 100%;
}
.subPage aside.sidebar input[type="submit"] {
  background: #181818;
  border: none;
  padding: 13px 20px;
  width: 100%;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #FFF;
  margin-top: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
}
.subPage aside.sidebar button:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #ffda09;
}
/* Sub Pages CSS (END) */

.ucakBileti{
  width: 70%;
  margin-left: 15%;
}

.ucakBileti select{
  width:100%;
    padding:8px 6px;
  border:1px solid #e2e2e2;
    -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.ucakBileti span{
  display:block;
  margin-top:5px;
  margin-bottom:5px;
  color:#294982;
  font-weight:600;
}

.ucakBileti input{
  width:100%;
  padding:6px;
  border:1px solid #e2e2e2;
    -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.ucakBileti input[type="file"]{
  color:#000;
  outline:none;
}

.ucakBileti textarea{
  width:100%;
  resize:none;
  height:100px;
  padding:6px;
  border:1px solid #e2e2e2;
    -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.ucakBileti input:focus{
  border:1px solid #ccc;
}

.ucakBileti input[type="submit"]{
  background: #000000;
  color:#fff;
  font-weight:bold;
  padding:10px 8px;
  border:none;
  width:100px;
  float:right;
  margin-top: 10px;
  text-transform: uppercase;
}

.aboutPage .item .article{
  top: 25%;
  position: absolute;
  width: 47%;
  padding: 0px 5%;
}

.aboutPage .item figure{
  position:relative;
  margin-bottom: 0px !important;
}

.aboutPage .item .article h3{
  font-size: 45px !important;
  font-weight:300 !important;
}

.aboutPage .item .article p{
  font-size:17px;
  font-weight:300 !important;
  margin-top:25px;
}

.aboutPage .item:nth-child(2n) .article{
  float:right !important;
  right:0;
}

.aboutPage{
  margin-top:-40px;
}

.whatsappFixed{
  position:fixed;
  top:50%;
  z-index:999999;
  background: rgba(29, 177, 84, 0.96);
  color: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  display: none;
}

.whatsappFixed a{
  padding: 9px 10px;
  color:#fff;
    font-size: 22px;
  display: block;
  }
header .language{
  float:right;
}

  header .language.dropdown {
    position: relative;
    display: block;
    z-index: 99999;
    width: 85px;
  }
  header .language.dropdown .drop-btn {
    width: 100%;
    padding: 2px 7px;
    outline: none;
    font-size: 15px !important;
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    /* margin: 6.5px 0; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    align-items: center;
  }
  header .language.dropdown .drop-btn img{
    width: 30px;
    margin-right: 4px;
  }
  header .language.dropdown .drop-btn:after {
    content: "\203a";
    position: absolute;
    right: 7px;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    font-size: 23px;
    transform: rotate(90deg);
    color: #FFF;
  }
  header .language.dropdown .drop-btn:hover {
    /* background-color: #d50101; */
    color: #FFF;
  }
  header .language.dropdown .drop-btn:focus {
    color: #FFF;
  }
  header .language.dropdown .dropdown-content {
    position: absolute;
    border-radius: 5px;
    top: -50%;
    left: 0;
    right: 1px;
    outline: none;
    background-color: #ccc;
    text-align: left;
    opacity: 0;
    font-size: 13px;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
    transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
  }
  header .language.dropdown .dropdown-content a {
    height: initial;
    display: block !important;
    padding: 5px 10px;
    color: #181818;
    font-size: 15px;
    text-decoration: none;
    /* transition: .3s; */
    position: relative;
    font-weight: 500;
    float: initial;
    width: initial;
    border: 0;
  }
  header .language.dropdown .dropdown-content a > img {
    width: 30px;
    transition: .8s;
    transform: scale(1);
  }
  header .language.dropdown .dropdown-content a:hover {
    background-color: #41294a;
    left: 0;
    color: #FFF;
  }
  header .language.dropdown .dropdown-content a:hover:after {
    content: "\2714";
    display: none;
    right: 20px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
  }
  
  header .language.dropdown .dropdown-content.open {
    /* border-radius: 5px; */
    /* overflow: hidden; */
    display: block;
    height: auto;
    top: 102%;
    box-shadow: 2px 2px 27px rgba(0, 0, 0, 0.25);
    opacity: 1;
    background-color: #eaeaea;
    /* border: 1px solid #d6d6d6; */
    -webkit-transition: all 0.2s cubic-bezier(0, 1.2, 0.4, 1.1);
    transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
    pointer-events: auto;
  }
  header .language.dropdown .dropdown-content.open a > img.img-flag {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }


main .products ul li figure a {
    padding: 15px !important;
    display: block;
}


.ls-container {
    visibility: hidden !important;
    /* position: relative !important; */
    max-width: 100% !important;
}

header .head-fixarea nav.menu li.category {
  padding: 0px 20px;
}

header .head-fixarea nav.menu li.category > a {
      background: #ffffff !important;
      padding: 15px 10px;
      text-transform: uppercase;
      font-weight: 700;
      cursor: auto;
      border-bottom: 2px solid #ededed;
      font-size: 14px;
}

header .head-fixarea nav.menu li.category > a:before {
  display: none;
}

header .head-fixarea nav.menu li.category ul li a {
  color: #000 !important;
  font-weight: 500;
}

header .head-fixarea nav.menu ul li ul li a:before {
  opacity: 1;
}

header .head-fixarea nav.menu li.category ul li a:before {
  opacity: 1;
}

header .head-fixarea nav.menu li.category ul li a:hover {
  color: #3e3e3e !important;
}

header .head-fixarea nav.menu li.category.md-4 {
  flex: 0 0 25%;
}

header .head-fixarea nav.menu li.category.md-8 {
  flex: 0 0 75%;
}

header .head-fixarea nav.menu ul li > ul {
  display: flex;
}

header .head-fixarea nav.menu li.category ul {
  display: block;
}

header .head-fixarea nav.menu ul li ul li ul li ul {
  padding-left: 10px;
  padding-top: 0px;
}


header .head-fixarea nav.menu ul li ul li ul li ul li a {
  padding-top: 0px;
}