@charset "UTF-8";
@import url(bootstrap.css);
@import url(fonts.css);
@import url(layerslider.css);
@import url(jquery.sidr.light.min.css);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,800,800italic,900,900italic);
.sidr-open a#simple-menu {
  color: #d90e15 !important;
}

.sidr-open a#simple-menu::after {
  content: "" !important;
  font-size: 28px;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.clr {
  clear: both;
}

body {
  background: #ffffff;
  font-family: 'PT Sans Caption', serif;
}

.modal {
  z-index: 9999;
  margin-top: 14%;
}

/*Header*/
section#header {
  width: 100%;
  height: 130;
  position: relative;
  z-index: 1000;
  background: #f7f8fa;
}

@media screen and (max-width: 600px) {
  section#header {
    height: 100px;
  }
}

section#header .topbar {
  width: 100%;
  height: 40px;
}

section#header .topbar a.logo {
  width: 236px;
  height: 130px;
  display: block;
  background: url(../img/logo.png);
  position: absolute;
  float: left;
  z-index: 9999;
}

@media screen and (max-width: 600px) {
  section#header .topbar a.logo {
    width: 160px;
    height: 100px;
    background-size: 100%;
  }
}

section#header .topbar .tel {
  width: auto;
  height: 40px;
  float: left;
  position: relative;
  float: right;
}

section#header .topbar .tel p {
  text-align: center;
  font-size: 15px;
  color: #6c6d6f;
  line-height: 40px;
  margin-left: 14px;
  margin-right: 14px;
}

section#header .topbar .tel p::before {
  content: url(../img/tel.png);
  margin-right: 9px;
}

@media screen and (max-width: 600px) {
  section#header .topbar .tel p {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 325px) {
  section#header .topbar .tel p {
    font-size: 10px;
  }
  section#header .topbar .tel p::before {
    display: none;
  }
}

section#header .topbar ul.social {
  width: auto;
  height: 40px;
  position: relative;
  float: right;
  margin-bottom: 0;
}

section#header .topbar ul.social li {
  list-style-type: none;
  height: 40px;
  float: left;
  margin-right: 15px;
}

section#header .topbar ul.social li:last-child {
  margin-right: 0;
}

section#header .topbar ul.social li p.text {
  text-align: center;
  font-size: 15px;
  color: #6c6d6f;
  line-height: 40px;
  font-family: 'PT Sans Narrow', serif;
  margin-left: 12px;
}

section#header .topbar ul.social li a {
  text-decoration: none;
  color: #6c6d6f;
}

section#header .topbar ul.social li a p {
  line-height: 40px;
  font-family: 'Icons', serif;
}

section#header .topbar ul.social li a:hover {
  color: #de101c;
}

section#header .topbar ul.langues {
  float: right;
  width: auto;
  height: 40px;
  position: relative;
}

section#header .topbar ul.langues li {
  width: 100%;
  height: 46px;
  float: none;
  list-style-type: none;
  position: relative;
}

section#header .topbar ul.langues li a {
  text-decoration: none;
  color: #6c6d6f;
  font-size: 15px;
  line-height: 40px;
  font-family: 'PT Sans Narrow', serif;
  margin-left: 22px;
}

section#header .topbar ul.langues li ul.languessub {
  display: none;
}

section#header .topbar ul.langues li:hover ul.languessub {
  display: block;
  width: 30px;
  height: auto;
  background: #008d36;
  border-radius: 6px;
  position: absolute;
  margin-left: 15px;
  margin-top: -2px;
  z-index: 999;
  left: 0;
}

section#header .topbar ul.langues li:hover ul.languessub:before {
  position: absolute;
  content: "";
  display: block;
  top: -7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #008d36;
  left: 50%;
  margin-left: -8px;
}

section#header .topbar ul.langues li:hover ul.languessub li.lang {
  height: 24px;
  float: none;
  padding-bottom: 4px;
}

section#header .topbar ul.langues li:hover ul.languessub li.lang a {
  line-height: 24px;
  text-align: center;
  color: #fff;
  width: 30px;
  text-transform: uppercase;
  margin-left: inherit;
  display: block;
}

section#header .topbar ul.langues li:hover ul.languessub li.lang a:hover {
  font-weight: bold;
}

section#header .topbar ul.langues li:hover ul.languessub li::before, section#header .topbar ul.langues li:hover ul.languessub li::after {
  content: "";
}

section#header .header {
  width: 100%;
  height: 90px;
}

section#header .header .container {
  position: relative;
}

section#header .header a.logo {
  width: 250px;
  height: 43px;
  float: left;
  margin-top: 24px;
}

section#header .header a#simple-menu {
  float: right;
  font-family: 'Icons', serif;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #818385;
  font-size: 23px;
  text-decoration: none;
  margin-top: 25px;
  display: none;
  position: absolute;
  right: 18px;
}

section#header .header a#simple-menu::after {
  content: "\f0c9";
  font-family: 'Icons', serif;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  section#header .header a#simple-menu {
    margin-top: 7px;
  }
}

section#header .header .menuopenn {
  color: #d90e15;
}

section#header .header div.search {
  display: block;
  float: right;
  position: absolute;
  width: auto;
  height: 25px;
  margin-left: 12px;
  top: 50%;
  margin-top: -17px;
  right: 0;
}

@media screen and (max-width: 600px) {
  section#header .header div.search {
    display: none;
  }
}

section#header .header div.search input {
  float: left;
  height: 25px;
}

section#header .header div.search input[type="text"] {
  border: 0;
  color: #67686b;
  background: transparent;
  border-bottom: 2px solid #67686b;
  line-height: 25px;
  font-size: 18px;
  font-weight: 100;
  font-family: 'PT Sans Narrow', serif;
  outline: 0;
}

section#header .header div.search input[type="text"]::-webkit-input-placeholder {
  color: #67686b;
}

section#header .header div.search input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #67686b;
}

section#header .header div.search input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #67686b;
}

section#header .header div.search input[type="text"]:-ms-input-placeholder {
  color: #67686b;
}

section#header .header div.search input[type="submit"] {
  width: 25px;
  height: 25px;
  border: 0;
  background: transparent;
  color: #67686b;
  font-family: 'Icons', serif;
  line-height: 20px;
  text-align: center;
  float: left;
  margin-left: 8px;
  padding: 0;
  outline: 0;
  font-size: 16px;
}

section#header .header ul.menu {
  width: auto;
  height: 90px;
  float: right;
  margin-right: 150px;
  margin-bottom: 0;
}

section#header .header ul.menu li {
  list-style-type: none;
  float: left;
}

section#header .header ul.menu li.sub ul {
  position: absolute;
  width: 100%;
  float: left;
  left: 0;
  display: none;
  background: url(../img/bottombar-bg.png);
}

section#header .header ul.menu li.sub ul li {
  float: left;
}

section#header .header ul.menu li.sub ul li:first-child {
  margin-left: 19%;
}

section#header .header ul.menu li.sub ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 45px;
  text-transform: unset;
  font-family: 'PT Sans Italic', serif;
  padding-right: 0;
}

section#header .header ul.menu li.sub ul li a:hover {
  font-weight: bold;
}

section#header .header ul.menu li.sub ul li a:after {
  content: "/";
  color: #fff;
  margin-left: 14px;
}

section#header .header ul.menu li.sub ul li a:before {
  content: "";
  margin-right: 0;
}

section#header .header ul.menu li.sub ul li:last-child a:after {
  content: "";
}

section#header .header ul.menu li:hover ul.submenu {
  opacity: 1 !important;
}

section#header .header ul.menu li ul.submenu {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 45px;
  float: left;
  left: 19%;
  transition: all 0.3s ease-in-out;
}

section#header .header ul.menu li ul.submenu li {
  list-style-type: none;
}

section#header .header ul.menu li ul.submenu li a {
  line-height: 45px;
  font-size: 14px;
  color: #FFF;
  font-weight: normal;
  text-transform: none;
  font-family: 'PT Sans Italic', serif;
}

section#header .header ul.menu li ul.submenu li a:hover {
  opacity: 0.6;
}

section#header .header ul.menu li ul.submenu li:after {
  content: "/";
  color: #f6f6f6;
}

section#header .header ul.menu li ul.submenu li:last-child:after {
  content: "";
}

section#header .header ul.menu li a {
  text-decoration: none;
  color: #67686b;
  font-size: 18px;
  line-height: 90px;
  font-family: 'PT Sans Narrow Bold', serif;
  text-transform: uppercase;
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
}

section#header .header ul.menu li a:hover {
  color: #008d36;
}

section#header .header ul.menu li a.active {
  color: #d90000;
}

section#header .header ul.menu li a.active:before {
  content: "/";
  margin-right: 8px;
}

section#header .header ul.menu li a.active:after {
  content: "/";
  margin-left: 8px;
}

section#header .bottombar {
  width: 100%;
  height: 45px;
}

section#header .bottombar p {
  color: #FFF;
  font-family: 'PT Sans Italic', serif;
  line-height: 45px;
  float: left;
}

section#header .bottombar p a {
  color: #fff;
  text-decoration: none;
  padding-left: 12px;
}

section#header .bottombar p a:after {
  content: "/";
  color: #fff;
  margin-left: 12px;
}

section#header .bottombar p a:hover {
  opacity: 0.6;
}

section#header .bottombar p a:last-child:after {
  content: "";
}

section#header #sidr {
  border-left: 1px solid #ccc;
  box-shadow: none;
}

section#header #sidr ul li {
  line-height: 48px;
  border-top: 1px solid #fff;
}

section#header #sidr ul li a {
  box-shadow: none;
  font-family: 'PT Sans Narrow', serif;
}

section#header #sidr ul li a.red {
  color: #c81113;
  font-weight: bold;
}

section#header #sidr ul.social-media2 {
  display: none;
}

section#header #sidr .lang2 {
  display: none;
}

section#header #sidr .search2 {
  display: none;
}

section#header #sidr .search2 input.txtSearch {
  width: 77%;
  margin-left: 5%;
  color: #222 !important;
  font-family: 'PT Sans Narrow', serif;
}

section#header #sidr .search2 input.btnSearch {
  font-family: 'Icons', serif;
  background: transparent;
  border: 0;
  color: #222;
  position: absolute;
  right: 12px;
  float: right;
  font-size: 15px;
  margin-top: -37px;
}

/*/Header*/
section#slider {
  width: 100%;
  position: relative;
}

section#slider #layerslider {
  width: 100%;
  background: black;
}

section#slider #layerslider .ls-thumbnail-hover-inner {
  display: none !important;
}

section#slider #layerslider img.ls-bg {
  width: 100%;
}

section#slider #layerslider .slider-div {
  background: url(../img/slidebg.png);
  width: 30%;
  height: 100%;
  z-index: 1;
  position: relative;
  display: block;
  left: 12%;
  -o-transform: skew(-20deg) !important;
  -ms-transform: skew(-20deg) !important;
  -moz-transform: skew(-20deg) !important;
  -webkit-transform: skew(-20deg) !important;
}

section#slider #layerslider .slider-div h2 {
  color: #FFF;
  -o-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  font-family: 'PT Sans Narrow', serif;
  margin-top: 0;
  margin-top: 18%;
  margin-left: 11%;
  font-size: 52px;
  position: absolute;
}

section#slider #layerslider .slider-div p {
  color: #FFF;
  -o-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  font-family: 'PT Sans Narrow', serif;
  margin-left: 14%;
  margin-top: 31%;
  position: absolute;
  font-size: 18px;
  width: 80%;
}

section#slider #layerslider .slider-div .sldbtn {
  -o-transform: skew(-6deg);
  -ms-transform: skew(-6deg);
  -moz-transform: skew(-6deg);
  -webkit-transform: skew(-6deg);
  margin-left: 19%;
  margin-top: 49%;
  position: absolute;
  border: 1px solid #FFF;
  background: transparent;
  width: 120px;
  height: 30px;
}

section#slider #layerslider .slider-div .sldbtn:hover {
  background: #008d36;
}

section#slider #layerslider .slider-div .sldbtn p,
section#slider #layerslider .slider-div .sldbtn span {
  -o-transform: skew(6deg);
  -ms-transform: skew(6deg);
  -moz-transform: skew(6deg);
  -webkit-transform: skew(6deg);
  line-height: 27px;
}

section#sliderbottom {
  width: 100%;
  height: auto;
  background: #E6E6E6;
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}

section#sliderbottom .buton {
  min-height: 60px;
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  background: #FFF;
  border-left: 8px solid #c81113;
  -webkit-box-shadow: 6px 7px 15px -4px #a8a8a8;
  -moz-box-shadow: 6px 7px 15px -4px #a8a8a8;
  box-shadow: 6px 7px 15px -4px #a8a8a8;
  max-width: 45%;
  margin-right: 3%;
}

section#sliderbottom .buton:hover {
  border-left: 8px solid #008935;
}

section#sliderbottom .buton a {
  text-decoration: none;
  line-height: 60px;
  -o-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -webkit-transform: skew(10deg);
  color: #818385;
  font-size: 22px;
  font-family: 'PT Sans Narrow', serif;
}

section#sliderbottom .buton a:hover {
  color: #008935;
}

section#sliderbottom .buton a p {
  text-align: center;
  margin-bottom: 0;
}

section#sliderbottom .buton a p span {
  font-family: 'PT Sans Narrow Bold', serif;
}

@media screen and (max-width: 1000px) {
  section#sliderbottom a img {
    margin-top: 22px;
    margin-left: 1% !important;
  }
}

section#sliderbottom .mtop50 a img {
  margin-left: -34px;
}

section#sliderbottom .mtop50 a span {
  position: absolute;
  background: #008133;
  color: #FFF;
  width: 120px;
  height: 35px;
  -o-transform: skew(-16deg);
  -ms-transform: skew(-16deg);
  -moz-transform: skew(-16deg);
  -webkit-transform: skew(-16deg);
  top: 68%;
  left: 11%;
}

section#sliderbottom .mtop50 a span p {
  margin-bottom: 0;
  line-height: 35px;
  -o-transform: skew(16deg);
  -ms-transform: skew(16deg);
  -moz-transform: skew(16deg);
  -webkit-transform: skew(16deg);
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', serif;
}

section#feed {
  width: 100%;
  position: relative;
  background: #FFF;
  padding-top: 26px;
  padding-bottom: 26px;
}

section#feed img.feed {
  width: 100%;
  height: auto;
}

section#feed ul.feed {
  width: 95%;
  position: relative;
  float: left;
  margin-top: 30px;
}

section#feed ul.feed li {
  width: 100%;
  height: auto;
  min-height: 190px;
  list-style-type: none;
  -o-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -webkit-transform: skew(-14deg);
  border: 1px solid #008935;
  margin-bottom: 22px;
}

section#feed ul.feed li:last-child {
  margin-bottom: 0;
}

section#feed ul.feed li img {
  -o-transform: skew(14deg);
  -ms-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -webkit-transform: skew(14deg);
  width: 50%;
  height: auto;
  left: 46%;
  position: absolute;
  margin-left: -25%;
  margin-top: 11%;
}

section#feed ul.feed li a {
  text-decoration: none;
}

section#feed ul.feed li a p {
  -o-transform: skew(14deg);
  -ms-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -webkit-transform: skew(14deg);
  color: #d90e15;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  font-family: 'PT Sans Narrow Bold', serif;
  margin-top: 50%;
  margin-left: 4%;
}

section#feed ul.feed li a p:hover {
  color: #818385;
}

section#new {
  width: 100%;
  height: auto;
  min-height: 400px;
  position: relative;
  background: url(../img/new.jpg);
  background-size: 100% 100%;
  clear: both;
}

section#new h3 {
  text-transform: uppercase;
  color: #008935;
  font-size: 34px;
  font-family: 'PT Sans Narrow Bold', serif;
  margin-top: 40px;
}

section#new p {
  color: #818385;
  font-size: 22px;
  font-family: 'PT Sans Narrow', serif;
  margin-top: 12px;
  width: 70%;
}

section#new p.title {
  color: #d90e15;
}

section#new a.btn {
  background: #008133;
  border-radius: 0;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'PT Sans', serif;
  -o-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -webkit-transform: skew(-14deg);
  width: 120px;
  font-weight: bold;
}

section#new .car2 {
  width: 535px;
  height: 400px;
  position: absolute;
  float: right;
  right: 6%;
  background: url(../img/car2.png);
}

section#news {
  width: 100%;
  height: auto;
  position: relative;
  background: #FFF;
  padding-top: 32px;
  padding-bottom: 24px;
}

section#news .newsbar {
  width: 100%;
  height: 39px;
  position: relative;
  border-bottom: 4px solid #008d36;
}

section#news .newsbar .news {
  width: 120px;
  height: 35px;
  position: relative;
  background: #008d36;
  float: left;
  z-index: 1;
  margin-left: 4px;
  -o-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -webkit-transform: skew(-14deg);
}

section#news .newsbar .news p {
  -o-transform: skew(14deg);
  -ms-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -webkit-transform: skew(14deg);
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow Bold', serif;
}

section#news .newsbar a.next,
section#news .newsbar a.prev {
  width: 30px;
  height: 30px;
  margin-top: 6px;
  float: left;
  background: #d90e15;
  -o-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -webkit-transform: skew(-14deg);
  margin-left: -2px;
  color: #FFF;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  z-index: 2;
}

section#news .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

section#news .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

section#news .jcarousel ul li {
  width: 370px;
  float: left;
  height: auto;
  min-height: 400px;
  margin-top: 18px;
  margin-left: 0;
  margin-right: 12px;
}

section#news .jcarousel ul li:last-child {
  margin-right: 0;
}

section#news .jcarousel ul li a img {
  width: 100%;
  height: auto;
}

section#news .jcarousel ul li a.view {
  width: 37px;
  height: 37px;
  background: #d90e15;
  text-align: center;
  color: #FFF;
  line-height: 37px;
  float: right;
  margin-top: -70px;
  margin-right: 12px;
  text-decoration: none;
  -o-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -webkit-transform: skew(-14deg);
}

section#news .jcarousel ul li a.view p {
  -o-transform: skew(14deg);
  -ms-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -webkit-transform: skew(14deg);
}

section#news .jcarousel ul li .lititle {
  width: 99%;
  margin-left: 1%;
  height: 34px;
  margin-top: -14px;
  background: #008d36;
  -o-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -webkit-transform: skew(-14deg);
}

section#news .jcarousel ul li .lititle a {
  text-decoration: none;
  color: #FFF;
}

section#news .jcarousel ul li .lititle a p {
  -o-transform: skew(14deg);
  -ms-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -webkit-transform: skew(14deg);
  color: #FFF;
  line-height: 34px;
  font-family: 'PT Sans Narrow', serif;
  font-size: 15px;
  margin-left: 15px;
  text-transform: uppercase;
}

section#news .jcarousel ul li p.text {
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: 'PT Sans Narrow', serif;
  color: #8f8c8a;
  height: 98px;
}

section#news .jcarousel ul li .time {
  width: 150px;
  height: 22px;
  float: left;
  background: #8f8c8a;
  -o-transform: skew(14deg);
  -ms-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -webkit-transform: skew(14deg);
  margin-left: 10px;
}

section#news .jcarousel ul li .time p {
  -o-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -webkit-transform: skew(-14deg);
  color: #FFF;
  font-size: 11px;
  text-align: center;
  line-height: 22px;
  font-family: 'PT Sans Narrow', serif;
  text-transform: uppercase;
}

section#news .jcarousel ul li .time p:before {
  content: url(../img/icon-saat.png);
  position: absolute;
  left: 15px;
  top: -1px;
}

footer {
  width: 100%;
  height: 106px;
  position: relative;
  background: #076633;
}

footer a.topup {
  width: 60px;
  height: 34px;
  position: absolute;
  background: #d90e15;
  color: #FFF;
  display: block !important;
  opacity: 1 !important;
  font-size: 18px;
  -o-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -webkit-transform: skew(-14deg);
  font-family: 'Icons', serif;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  left: 50%;
  margin-left: -30px;
  top: -20px;
}

footer a.topup p {
  -o-transform: skew(14deg);
  -ms-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -webkit-transform: skew(14deg);
}

footer a.logo {
  width: 57px;
  height: 50px;
  float: left;
  margin-top: 30px;
}

footer .box {
  width: auto;
  height: 50px;
  margin-top: 25px;
  float: right;
  position: relative;
  padding-right: 26px;
  padding-left: 26px;
}

footer .box p {
  color: #fff;
  font-size: 13px;
  font-family: 'PT Sans Narrow', serif;
  line-height: 25px;
  margin-bottom: 0;
}

footer .box p a {
  color: #fff;
}

footer .border1bl {
  border-right: 1px solid #fff;
}

footer ul.social-media {
  width: auto;
  float: right;
  height: 50px;
  margin-top: 29px;
}

footer ul.social-media li {
  list-style-type: none;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: #818385;
  -o-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -webkit-transform: skew(-14deg);
}

footer ul.social-media li:last-child {
  margin-right: 0;
}

footer ul.social-media li:hover {
  background: #d90e15;
}

footer ul.social-media li a {
  color: #FFF;
  text-decoration: none;
}

footer ul.social-media li a p {
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  font-family: 'Icons', serif;
  -o-transform: skew(14deg);
  -ms-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -webkit-transform: skew(14deg);
}

footer p.agrafik {
  position: absolute;
  float: right;
  font-family: 'Alegreya Sans', sans-serif;
  color: #222;
  right: 1%;
  top: 68px;
}

footer p.agrafik a {
  text-decoration: none;
  font-weight: bold;
  color: #222;
}

footer p.agrafik a:hover {
  color: #AF8C15;
}

section#content {
  width: 100%;
  height: auto;
  min-height: 685px;
  padding-bottom: 56px;
  padding-top: 56px;
  background: #fff;
}

section#content .newtitle {
  width: 98%;
  height: 42px;
  background: #c81113;
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  margin-bottom: -48px;
  margin-left: 1%;
  float: left;
}

section#content .newtitle a {
  text-decoration: none;
}

section#content .newtitle a:hover {
  font-weight: bold;
}

section#content .newtitle a p {
  -o-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  color: #fff;
  text-align: center;
  font-size: 19px;
  line-height: 42px;
}

section#content .newdate {
  width: 27%;
  height: 24px;
  background: #D90E16;
  float: left;
  -o-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -webkit-transform: skew(-14deg);
  margin-top: 11px;
  margin-left: -2px;
}

section#content .newdate p {
  -o-transform: skew(14deg);
  -ms-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -webkit-transform: skew(14deg);
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
}

section#content a img.haber {
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

section#content .form input.txt {
  width: 100%;
  height: 44px;
  margin-top: 14px;
  text-indent: 8px;
  font-family: 'PT Sans Narrow', serif;
  border: 1px solid #7f8183;
  line-height: 44px;
  color: #d90000;
  font-size: 15px;
}

section#content .form input.txt:hover {
  border: 1px solid #7f8183;
}

section#content .form input.txt::-webkit-input-placeholder {
  color: #7f8183;
}

section#content .form input.txt::-moz-placeholder {
  color: #7f8183;
}

section#content .form input.txt::-moz-placeholder {
  color: #7f8183;
}

section#content .form input.txt::-ms-input-placeholder {
  color: #7f8183;
}

section#content .form textarea#txtMessage {
  width: 100%;
  margin-top: 14px;
  text-indent: 8px;
  font-family: 'PT Sans Narrow', serif;
  border: 1px solid #7f8183;
  line-height: 44px;
  color: #7f8183;
  font-size: 15px;
}

section#content .form textarea#txtMessage::-webkit-input-placeholder {
  color: #7f8183;
}

section#content .form textarea#txtMessage::-moz-placeholder {
  color: #7f8183;
}

section#content .form textarea#txtMessage::-moz-placeholder {
  color: #7f8183;
}

section#content .form textarea#txtMessage::-ms-input-placeholder {
  color: #7f8183;
}

section#content .form input.btnContact {
  width: 100%;
  margin-top: 9px;
  font-family: 'PT Sans Narrow', serif;
  color: #fff;
  background: #7f8183;
  border: 0;
  height: 45px;
  font-size: 18px;
}

section#content .form input.btnContact:hover {
  background: #5f5f5f;
}

section#content .contact p.contact {
  font-size: 18px;
  margin-top: 16px;
  margin-left: 8px;
  line-height: 29px;
}

section#content #map {
  width: 100%;
  height: 360px;
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
}

section#content .scrolloff {
  pointer-events: none;
}

section#content .newsbar {
  width: 100%;
  height: 39px;
  position: relative;
  border-bottom: 4px solid #008935;
}

section#content .newsbar .news {
  width: auto;
  height: 35px;
  position: relative;
  background: #008935;
  float: left;
  padding-left: 14px;
  padding-right: 14px;
  z-index: 1;
  margin-left: 5px;
  -o-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -webkit-transform: skew(-14deg);
  border: none;
}

section#content .newsbar .news a {
  text-decoration: none;
}

section#content .newsbar .news a:hover {
  font-weight: bold;
}

section#content .newsbar .news p {
  -o-transform: skew(14deg);
  -ms-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -webkit-transform: skew(14deg);
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  color: #FFF;
  font-family: 'PT Sans Narrow', serif;
  width: 210px;
  overflow: hidden; /* taşanları gizle */
  white-space: nowrap; /* alt satıra hiç inme */
  text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}

section#content .newsbar .side {
  border-right: 6px solid #d90000;
}

section#content .newsbar a.next1,
section#content .newsbar a.prev1 {
  width: 26px;
  height: 30px;
  margin-top: 6px;
  float: left;
  background: #d90000;
  -o-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -webkit-transform: skew(-14deg);
  margin-left: -2px;
  color: #FFF;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  z-index: 0;
}

section#content .image-view {
  width: 73%;
  height: auto;
  margin-top: 22px;
  margin-bottom: 22px;
  float: left;
  margin-left: 3px;
}

section#content .image-view img {
  border: 1px solid #ccc;
  border-radius: 2px;
}

section#content .image-list {
  width: 21%;
  height: auto;
  float: right;
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: 6px;
}

section#content .image-list a img {
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 24px !important;
}

section#content .image-list a img:last-child {
  margin-bottom: 0;
}

section#content .image-list a img:hover {
  border-left: 3px solid #008935;
}

section#content .image-list a img.active {
  border-left: 3px solid #008935;
}

section#content img.kurumsal {
  margin-top: 26px;
  margin-bottom: 26px;
  border-radius: 2px;
  width: 100%;
  height: auto;
}

section#content h2 {
  color: #d90000;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow Bold', serif;
  margin-top: 8px;
  clear: both;
}

section#content h3 {
  color: #008031;
  font-family: 'PT Sans Narrow Bold', serif;
}

section#content h3.protitle {
  color: #858585;
  text-transform: uppercase;
  line-height: 65px;
}

section#content p {
  font-family: 'PT Sans Narrow', serif;
  font-size: 17px;
  line-height: 23px;
  color: #818385;
}

section#content p.bold {
  font-weight: bold;
  font-size: 21px;
  line-height: 35px;
}

@media screen and (min-width: 768px) {
  section#content .col-sm-6 {
    width: 49% !important;
  }
}

@media screen and (min-width: 992px) {
  section#content .col-md-4 {
    width: 32% !important;
  }
}

section#content .pros {
  margin-top: 25px;
  margin-bottom: 25px;
}

section#content .product {
  border: 1px solid #cdcdcd;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 1%;
  overflow: hidden;
  margin-right: 1%;
}

section#content .product a img {
  margin-top: 10px;
  margin-bottom: 10px;
}

section#content .product .name {
  width: 90%;
  height: 36px;
  background: #d90000;
  margin-left: -14%;
  margin-top: 10px;
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}

section#content .product .name p {
  color: #FFF;
  font-family: 'PT Sans Narrow Bold', serif;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  -o-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}

section#content .product .id {
  width: 35%;
  height: 26px;
  background: #008031;
  margin-top: -5px;
  margin-left: 47.5%;
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}

section#content .product .id p {
  color: #FFF;
  font-family: 'PT Sans Narrow Bold', serif;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  -o-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}

section#content .product p.model {
  width: 100%;
  height: 48px;
  color: #9b9b9b;
  text-align: center;
  font-size: 14px;
  font-family: 'PT Sans Narrow', serif;
  margin-top: 13px;
  border-top: 1px dashed #cdcdcd;
  border-bottom: 1px dashed #cdcdcd;
}

section#content .product a.get {
  color: #008031;
  text-decoration: none;
  font-family: 'PT Sans Italic', serif;
  font-size: 18px;
  font-weight: bold;
}

section#content .product a.get:after {
  content: ">";
  margin-left: 5px;
}

section#content .list2 {
  float: left !important;
}

section#content .list2 li a {
  margin-left: 6px;
}

section#content .list2 li a.active {
  font-weight: bold;
}

section#content .list2,
section#content .list {
  float: right;
}

section#content .list2 p.title,
section#content .list p.title {
  line-height: 40px;
  color: #d90000;
  margin-top: 16px;
  font-size: 18px;
}

section#content .list2 #category ul,
section#content .list #category ul {
  width: 100%;
  height: auto;
  float: left;
}

section#content .list2 #category ul li,
section#content .list #category ul li {
  list-style-type: none;
  float: none;
  border-bottom: 1px dashed #E7E7E7;
}

section#content .list2 #category ul li:last-child,
section#content .list #category ul li:last-child {
  border-bottom: 0;
}

section#content .list2 #category ul li.none,
section#content .list #category ul li.none {
  border-top: 1px dashed transparent;
  border-bottom: 1px dashed transparent;
}

section#content .list2 #category ul li.item a.cate:before,
section#content .list #category ul li.item a.cate:before {
  content: url(../img/li-active.png);
  margin-right: 9px;
  margin-left: 6px;
  cursor: pointer;
}

section#content .list2 #category ul li.item a.cate.active:before,
section#content .list #category ul li.item a.cate.active:before {
  content: url(../img/li-negative.png);
  margin-right: 9px;
  margin-left: 6px;
  cursor: pointer;
}

section#content .list2 #category ul li a,
section#content .list #category ul li a {
  line-height: 38px;
  font-size: 15px;
  text-decoration: none;
  color: #008d36;
  font-family: 'PT Sans Narrow', serif;
}

section#content .list2 #category ul li.has-sub ul,
section#content .list #category ul li.has-sub ul {
  width: 99%;
  height: auto;
  margin-left: 1%;
}

section#content .list2 #category ul li.has-sub ul li,
section#content .list #category ul li.has-sub ul li {
  border-top: 0;
  border-bottom: 0;
}

section#content .list2 #category ul li.has-sub ul li:before,
section#content .list #category ul li.has-sub ul li:before {
  content: url(../img/mini-active.png);
  margin-left: 13px;
}

section#content .list2 #category ul li.has-sub ul li a,
section#content .list #category ul li.has-sub ul li a {
  color: #7f8183;
  line-height: 28px;
  margin-left: 8px;
}

section#content .list2 #category ul li.has-sub ul li a:hover,
section#content .list #category ul li.has-sub ul li a:hover {
  color: #d90000;
  font-weight: bold;
}

section#content .list2 #category ul li.has-sub ul li:last-child,
section#content .list #category ul li.has-sub ul li:last-child {
  background-position: 0 -1761px;
}

section#content .list2 #category ul li.has-sub ul li.active a,
section#content .list #category ul li.has-sub ul li.active a {
  color: #d90000;
  font-weight: bold;
}

section#content .list2 #category ul li.has-sub ul li.minisub a.open,
section#content .list #category ul li.has-sub ul li.minisub a.open {
  color: #d90000;
  font-weight: bold;
}

section#content .list2 #category ul li.has-sub ul li.minisub ul,
section#content .list #category ul li.has-sub ul li.minisub ul {
  margin-left: 12px;
  margin-top: 0px;
}

section#content .list2 #category ul li.has-sub ul li.minisub ul li,
section#content .list #category ul li.has-sub ul li.minisub ul li {
  background: transparent;
}

/*Bootstrap Stylesheets*/
.mtop50 {
  margin-top: 50px;
}

.mtop20 {
  margin-top: 20px;
}

.mbot22 {
  margin-bottom: 22px;
}

.mbot34 {
  margin-bottom: 34px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #7f8183;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #008935;
  border-color: #008935;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px;
  font-size: 12px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
