body {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #222325;
}
a {
  transition: all 0.3s;
  color: #222325;
}
a:visited {
  text-decoration: none;
  color: #222325;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #000;
}
button {
  cursor: pointer;
}
.btn {
  color: #fff;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:visited {
  color: #fff;
}
.btn-light,
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light:visited {
  color: #222325;
}
.form-control:focus,
.form-control.focus,
.form-control:active,
.form-control.active {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  border-color: #aaa;
}
.btn-primary {
  color: #fff;
  background-color: #da221a;
  border-color: #da221a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #bf1e17;
  border-color: #af1b15;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(252, 165, 168, 0.5) !important;
  color: #fff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #999;
  border-color: #999;
}
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #bf1e17 !important;
  background-image: none;
  border-color: #af1b15 !important;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(252, 165, 168, 0.5) !important;
}
.select2-container .select2-selection--single {
  height: 38px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
}
.select2-container--default .select2-selection--single {
  border-color: #ced4da;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #da221a;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  border-color: #aaa;
  outline: 0;
}
.select2-results__option {
  font-size: 0.8rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 0.8rem;
}
.owl-nav button,
.owl-dots button {
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 0;
  background: none;
}
.clear {
  display: block;
  clear: both;
}
.scroll-top {
  display: none;
}
.scroll-top button {
  z-index: 21;
  width: 44px;
  height: 44px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  outline: 0;
  box-shadow: none;
  text-align: center;
  line-height: 43px;
  background: #000;
  position: fixed;
  bottom: 40px;
  right: 20px;
  font-size: 16px;
  color: #fff;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.scroll-top button:hover {
  background-color: #da221a;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mt-20 {
  margin-top: 20px;
}
.s-item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
}
.s-item2 {
  cursor: pointer;
  position: relative;
  display: block;
}
.s-item img,
.s-item2 .img img {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.s-item:hover img,
.s-item2:hover .img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.s-item2 .img {
  overflow: hidden;
  display: block;
  position: relative;
}
.video .img:after,
.photo .img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  content: "";
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  z-index: 2;
}
.photo .img:after {
  content: "";
}
.videox2 .img:after,
.photox2 .img:after {
  margin-left: -26px;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  font-size: 52px;
  line-height: 52px;
}
.video .duration {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
  display: block;
}
.imgbw .img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.imgbw:hover .img img {
  -webkit-filter: none;
  filter: none;
}
.s-item2.std {
  margin-top: 20px;
}
.s-item2.std figure {
  margin: 0 0 8px 0;
}
.s-item2.std header h2 {
  color: #f00;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0 5px 0;
  line-height: 1em;
}
.s-item2.std header h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.2em;
}
.s-item2.captiononimg figure {
  margin: 0;
}
.s-item2.captiononimg header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px 15px 15px;
}
.s-item2.captiononimg header:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -50px;
  z-index: 1;
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) -1%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-1%, rgba(0, 0, 0, 0)),
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.8)),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) -1%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) -1%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) -1%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) -1%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#e6000000',GradientType=0);
}
.s-item2.captiononimg header h3,
.s-item2.captiononimg header h4 {
  font-size: 1rem;
  margin: 0;
  line-height: 1.2em;
  color: #fff;
  position: relative;
  z-index: 2;
}
.s-item2.captiononimgfull figure {
  margin: 0;
}
.s-item2.captiononimgfull header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px;
  background: rgba(54, 52, 51, 0.85);
  align-items: center;
  justify-content: center;
  display: flex;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.s-item2.captiononimgfull:hover header {
  opacity: 1;
}
.s-item2.captiononimgfull header h4 {
  text-align: center;
  font-size: 0.9rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.2em;
  color: #fff;
  position: relative;
  z-index: 2;
}
.s-item2.searchresult {
  padding-left: 38%;
}
.s-item2.searchresult .img {
  position: absolute;
  width: 35%;
  display: block;
  left: 0;
  top: 0;
}
.s-item2.searchresult time {
  font-size: 0.85rem;
  color: #999;
  float: right;
}
.s-item2.searchresult h4 {
  font-size: 0.85rem;
  color: #ed1c24;
  float: left;
  font-weight: 600;
}
.s-item2.searchresult header h3:before {
  content: "";
  display: block;
  clear: both;
}
.s-item2.searchresult header h3 {
  font-size: 1.3rem;
}
.s-item2.searchresult p {
  font-size: 0.9375rem;
  line-height: 24px;
  display: block;
  position: relative;
  height: 100%;
  display: -webkit-box;
  max-width: 100%;
  height: 72px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.searchlist li {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #ccc;
}
.searchform .col-6 {
  margin-bottom: 10px;
}
.noresult {
  min-height: 200px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
}
.noresult:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 4rem;
  display: block;
  margin: 40px auto;
}
.searchresults {
  margin-top: 30px;
}
.searchresults .item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
  font-size: 0.9rem;
}
.searchresults .item h6 {
  color: #999;
  font-size: 0.9rem;
}
.searchresults .item p {
  color: #555;
  font-size: 0.8rem;
}
.htitle {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.15em;
  letter-spacing: -0.5px;
}
.htitle a {
  color: #4480ff;
}
.htitle a:hover {
  color: #4480ff;
}
.htitle1 {
  margin: 0 0 5px 0;
  padding: 0 0 2px 5px;
  font-size: 1.175rem;
  font-weight: 600;
  color: #ed1c24;
  line-height: 1em;
  border-bottom: solid 4px #ed1c24;
}
.htitle1 a {
  display: inline-block;
  color: #ed1c24;
}
.htitle1 a:hover {
  color: #000;
}
.htitle2 {
  margin: 30px 0;
  padding: 0 0 2px 5px;
  font-size: 1.4375rem;
  font-weight: 600;
  color: #1c8ced;
  line-height: 1em;
  border-bottom: solid 4px #1c8ced;
}
.htitle2 a {
  display: inline-block;
  color: #1c8ced;
}
.htitle2 a:hover {
  color: #000;
}
.htitle3 {
  margin: 30px 0;
  padding: 0 0 2px 5px;
  font-size: 1.4375rem;
  font-weight: 600;
  color: #848484;
  line-height: 1em;
  border-bottom: solid 4px #848484;
}
.htitle3 a {
  display: inline-block;
  color: #848484;
}
.htitle3 a:hover {
  color: #000;
}
.icerik {
  color: #5a5a5a;
}
.icerik img {
  max-width: 100%;
  height: auto;
}
.table-container {
  overflow: auto;
}
#breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: solid 1px #efefef;
}
.breadcrumb {
  padding: 0 0 0 10px;
  border-bottom: 0;
  margin: 0;
  background: none;
}
.breadcrumb > li,
.breadcrumb > li > a {
  font-size: 0.8rem;
  color: rgba(34, 35, 37, 1);
  margin-bottom: 0;
}
.breadcrumb > li > span {
  color: rgba(34, 35, 37, 1);
}
.breadcrumb > li > a:hover {
  color: #000;
}
.breadcrumb > li + li:before {
  color: rgba(34, 35, 37, 1);
}
.breadcrumb > li.float-right:before {
  display: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}
.grndzm {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) -1%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-1%, rgba(0, 0, 0, 0)),
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.9))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) -1%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) -1%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) -1%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) -1%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#e6000000',GradientType=0);
}
#showcase h2 {
  display: none;
}
#showcase figure {
  margin: 0;
}
#showcase img {
  width: 100%;
  height: auto;
}
#showcase header {
  display: none;
}
#showcase .owl-prev {
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -35px;
  width: 22px;
  z-index: 1;
}
#showcase .owl-next {
  position: absolute;
  right: 8px;
  top: 50%;
  text-align: right;
  margin-top: -35px;
  width: 22px;
  z-index: 1;
}
#showcase .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
#showcase .owl-dot {
  display: inline-block;
  margin: 0 3px;
}
#showcase .owl-dot span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ccc;
}
#showcase .owl-dot.active span {
  background: #fff;
}
#oilprice {
  padding: 50px 0;
  position: relative;
}
#oilprice .map {
  display: inline-block;
  position: relative;
}
#oilprice .map img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 auto;
}
#oilprice .map .selectcity {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 63px 75px 0 168px;
}
#oilprice .map .selectcity:before {
  position: absolute;
  z-index: 2;
  left: 53px;
  top: 50%;
  margin-top: -35px;
  width: 89px;
  height: 71px;
  background: url(../img/oil-icon-w1.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
}
#oilprice .map h2 {
  font-size: 1rem;
  line-height: 1.05em;
  text-align: center;
  font-weight: 800;
  color: #010101;
  padding: 0;
  margin: 0 0 15px 0;
}
#oilprice
  .map
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #dd251b;
  line-height: 49px;
  padding-left: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
}
#oilprice
  .map
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 49px;
  top: 0;
}
#oilprice .map .select2-container {
  vertical-align: top;
  display: block;
}
#oilprice .map .select2-container--default .select2-selection--single {
  height: 49px;
  outline: 0;
}
#oilprice
  .map
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #dd251b transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0;
  margin-left: -18px;
  margin-top: -4px;
}
#oilprice
  .map
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #dd251b;
  border-width: 0 8px 10px;
}
#oilprice .owl-carousel {
  list-style: none;
  padding: 4px 33px;
}
#oilprice .owl-carousel .item {
  height: 68px;
  overflow: hidden;
  position: relative;
}
#oilprice .owl-carousel .item:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #dd251b;
  content: "";
}
#oilprice .owl-carousel .item h5 {
  display: block;
  font-weight: 300;
  color: #727374;
  font-size: 0.9rem;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#oilprice .owl-carousel .item p {
  font-weight: 800;
  color: #232426;
  font-size: 1.875rem;
  line-height: 1em;
  margin: 0;
  padding: 0 0 0 15px;
}
#oilprice .owl-carousel .item p:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 1rem;
  margin-left: 10px;
}
#oilprice .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
#oilprice .owl-prev {
  position: absolute;
  left: 0;
  top: 15px;
}
#oilprice .owl-next {
  position: absolute;
  right: 0;
  top: 15px;
}
#midcontent {
  background: url(../img/midcontent-bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 48px 0 63px 0;
}
#midcontent h5 {
  margin: 0 auto;
  max-width: 300px;
  padding: 0;
  position: relative;
}
#midcontent h5:after {
  display: block;
  position: absolute;
  content: "";
  height: 80px;
  width: 326px;
  bottom: -50px;
  left: -13px;
  transition: all 0.3s ease-out;
  background: url(../img/btn-shadow.png) center top no-repeat;
  background-size: contain;
  opacity: 0.3;
}
#midcontent h5:hover:after {
  opacity: 0.35;
  bottom: -48px;
}
#midcontent h5 a {
  display: block;
  position: relative;
}
#midcontent h5 a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#midcontent h5 a:before,
#midcontent h5 a:after {
  display: block;
  position: absolute;
  content: "";
  width: 38px;
  border: solid 5px #fff;
  border-right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
#midcontent h5 a:after {
  border: solid 5px #fff;
  border-left: 0;
  left: auto;
  right: 0;
}
#midcontent h5 a:hover:before {
  left: 10px;
}
#midcontent h5 a:hover:after {
  right: 10px;
}
#midcontent h5 a span {
  display: none;
}
#midcontent2 {
  background: url(../img/midcontent2-bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 53px 0;
}
#midcontent2 .container {
  padding: 0 25px;
}
#midcontent2 .row {
  margin: 0 -10px;
}
#midcontent2 .coll {
  padding: 0 10px;
}
#midcontent2 a {
  display: block;
}
#midcontent2 a picture {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#midcontent2 a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#midcontent2 a span,
.htitlered {
  display: block;
  background: #d9261c url("../img/ccare-title-bg.png") left bottom no-repeat;
  color: #fff;
  padding: 23px 15px 23px 59px;
  line-height: 1.3em;
  font-size: 1rem;
}
#productsnservices {
  background: #fff;
  padding: 90px 0;
}
#productsnservices h2 {
  color: #515863;
  font-size: 2rem;
  line-height: 1em;
  margin: 0 0 65px 0;
  padding: 0;
  text-align: center;
}
#productsnservices .owl-carousel {
  list-style: none;
  padding: 0 113px;
  margin: 0;
  position: relative;
}
#productsnservices .owl-carousel .item a {
  display: block;
  background: url(../img/products-bg.png) center top no-repeat;
  background-size: contain;
  text-align: center;
  padding: 32px 50px 0 50px;
  min-height: 225px;
  font-weight: 600;
  color: #343b41;
  font-size: 1.125rem;
}
#productsnservices .owl-carousel .item a:hover {
  color: #000;
}
#productsnservices .owl-carousel .item a img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
#productsnservices .owl-carousel .item a span {
  display: block;
  margin-top: 10px;
}
#productsnservices .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -32px;
}
#productsnservices .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -32px;
}
#announcements {
  background: #f4f4f4;
  padding: 55px 0;
}
#announcements h2 {
  color: #26252a;
  font-size: 2rem;
  line-height: 1em;
  margin: 0 0 40px 0;
  padding: 0 0 30px 0;
  border-bottom: solid 1px #ccc;
  text-align: center;
}
#announcements h3 {
  color: #d9261c;
  font-size: 0.9375rem;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 600;
}
#announcements .owl-carousel .item .row {
  margin: 0 -10px;
}
#announcements .owl-carousel .item .row .col-6 {
  padding: 0 10px;
}
#announcements .owl-carousel .item .row .col-6:nth-child(1) article,
#announcements .owl-carousel .item .row .col-6:nth-child(2) article {
  margin-bottom: 16px;
}
#announcements .owl-carousel .item img {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#announcements .owl-dots {
  position: static;
  text-align: center;
  padding-top: 50px;
}
#announcements .owl-dot {
  display: inline-block;
  margin: 0 3px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
#announcements .owl-dot span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #666;
  transition: all 0.2s ease-out;
  line-height: 20px;
  float: left;
  margin: 2px;
}
#announcements .owl-dot.active span {
  width: 20px;
  height: 20px;
  margin: 0;
}
#footer .footer1 {
  background: #efefef;
}
body.home #footer .footer1 {
  background: #fff;
}
#footer .footer2 {
  background: #262835;
  padding: 20px 0 16px 0;
}
#footer .footer3 {
  background: #fff;
  padding: 30px 0;
}
#footer .footer1 .coll {
  text-align: center;
  padding: 30px 0;
}
#footer .footer1 .coll:nth-child(2) {
  position: relative;
}
#footer .footer1 .coll:nth-child(2):before,
#footer .footer1 .coll:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  left: 0;
  display: block;
  background: #fff;
}
#footer .footer1 .coll:nth-child(2):after {
  left: auto;
  right: 0;
}
body.home #footer .footer1 .coll:nth-child(2):before,
body.home #footer .footer1 .coll:nth-child(2):after {
  background: #f4f4f4;
}
#footer .footer1 .logo {
  display: inline-block;
}
#footer nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .footer1 .logo {
  display: inline-block;
  text-align: center;
}
#footer .footer1 .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
#footer .footer1 nav {
  display: inline-block;
  padding-left: 30px;
}
#footer .footer1 nav ul {
  padding: 20px 0 5px 0;
  max-width: 422px;
  margin: 0 auto;
}
#footer .footer1 nav ul:after {
  display: block;
  content: "";
  clear: both;
}
#footer .footer1 nav ul li {
  float: left;
  margin-left: 21px;
  width: 190px;
  display: block;
  margin-top: 10px;
}
#footer .footer1 nav ul li a {
  display: block;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #202020;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3em;
  padding-left: 20px;
  background: url("assets/img/footer-bullet.png") left 2px no-repeat;
}
#footer .footer1 nav ul li a:hover {
  color: rgba(0, 0, 0, 1);
}
#footer .footer1 .customercarefooter {
  width: 215px;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  text-align: left;
  margin-top: 33px;
}
#footer .footer1 .customercarefooter:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 63px;
  color: #d9261f;
  transform: rotate(30deg);
  position: absolute;
  top: -13px;
  left: 0;
  font-weight: 800;
}
#footer .footer1 .customercarefooter span.title {
  display: block;
  font-weight: 300;
  margin-bottom: 2px;
}
#footer .footer1 .customercarefooter span.number {
  display: block;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1em;
}
#footer .footer1 .customercarefooter span.number span {
  font-weight: 800;
  color: #d9261f;
  width: 50px;
  text-align: center;
  display: inline-block;
}
#footer .footer1 .customercarefooter span.number i {
  font-style: normal;
  display: none;
}
#footer .footer1 .customercarefooter:hover span.number span b {
  display: none;
}
#footer .footer1 .customercarefooter:hover span.number span i {
  display: inline-block;
}
#footer .social {
  text-align: center;
}
#footer .social nav {
  display: inline-block;
}
#footer .social ul {
  display: block;
}
#footer .social ul:after {
  display: block;
  content: "";
  clear: both;
}
#footer .social ul li {
  float: left;
  padding: 0;
  margin: 0 0 0 12px;
}
#footer .social ul li.lng {
  display: none;
}
#footer .social ul li:first-child {
  margin: 0;
}
#footer .social ul li a {
  font-size: 1.5rem;
  color: #fff;
  display: block;
  width: 37px;
  height: 37px;
  text-align: center;
  background: #d1d1d1;
}
#footer .social ul li.facebook a {
  background: #3b5998;
}
#footer .social ul li.twitter a {
  background: #55acee;
}
#footer .social ul li.instagram a {
  background: #e95950;
}
#footer .social ul li.youtube a {
  background: #f00;
}
#footer .social ul li.googleplus a {
  background: #dd4b39;
}
#footer .social ul li.linkedin a {
  background: #007bb5;
}
#footer .social ul li a b {
  display: none;
}
#footer .footer2 form {
  padding: 0 75px;
  position: relative;
}
#footer .footer2 form input {
  outline: 0;
  border: solid 2px #ccc;
  border-radius: 0;
  padding-right: 30px;
}
#footer .footer2 form button {
  outline: 0;
  border: 0;
  border-radius: 0;
  background: none;
  position: absolute;
  right: 75px;
  top: 5px;
}
#footer hr {
  margin-top: 40px;
  border-color: #999;
}
#footer .footer3 .container,
#footer .footer4 .container {
  padding: 0 75px;
}
#footer .footer3 p {
  color: #202020;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
#footer .footer3 nav ul li {
  float: left;
  margin-left: 13px;
  padding-left: 13px;
  position: relative;
}
#footer .footer3 nav ul:after {
  display: block;
  content: "";
  clear: both;
}
#footer .footer3 nav ul li:before {
  content: "";
  width: 1px;
  height: 12px;
  top: 50%;
  margin-top: -4px;
  background: #727272;
  left: 0;
  position: absolute;
}
#footer .footer3 nav ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
#footer .footer3 nav ul li:first-child:before {
  display: none;
}
#footer .footer3 nav ul li a {
  display: inline-block;
  color: #202020;
  font-size: 0.75rem;
}
#footer .footer3 .zulfikarlar {
  text-align: center;
  margin-bottom: 20px;
  height: 87px;
  overflow: hidden;
  position: relative;
}
#footer .footer3 .zulfikarlar a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#footer .footer3 .zulfikarlar:before {
  content: "";
  position: absolute;
  bottom: 28px;
  height: 3px;
  left: 0;
  right: 0;
  background: #2b2b76;
  z-index: 1;
}
#footer .footer4 {
  padding: 30px 0 0 0;
}
#footer .footer4 nav {
  margin-bottom: 0;
}
#footer .footer4 nav ul {
  margin: 0;
  padding: 0 15px;
  list-style: none;
}
#footer .footer4 nav ul li {
  display: block;
  margin-bottom: 10px;
}
#footer .footer4 nav ul li a {
  font-size: 0.75rem;
  display: inline-block;
  color: #202020;
}
#footer .footer4 nav ul li a:hover {
  color: #000;
}
.contentwrp {
  padding-bottom: 40px;
}
#subtopimg {
  height: 248px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#subtopimg.img01 {
  background-image: url("assets/img/top-img01.jpg");
}
#subtopimg.img02 {
  background-image: url("assets/img/top-img02.jpg");
}
#subtopimg.img03 {
  background-image: url("assets/img/top-img03.jpg");
}
#subtopimg.img04 {
  background-image: url("assets/img/top-img04.jpg");
}
#subtopimg.img05 {
  background-image: url("assets/img/top-img05.jpg");
}
#subtopimg.img06 {
  background-image: url("assets/img/top-img06.jpg");
}
#subtopimg.img07 {
  background-image: url("assets/img/top-img07.jpg");
}
.subpagetitle {
  background: #d6251d;
}
.subpagetitle h1,
.subpagetitle h2 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.3em;
  margin: 0;
  padding: 15px 0;
  font-weight: 600;
}
#content {
  padding: 25px 0 0 0;
  font-size: 0.9rem;
  line-height: 1.55rem;
}
#content h1 {
  font-size: 1.6rem;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.3em;
}
#content header {
  display: block;
}
.contentH1 {
  display: inline-block;
  border-bottom: solid 3px #111;
  color: #d6251d;
  font-weight: 600;
}
#content h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#content h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#content h6 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#content p,
#content div {
  text-align: justify;
  margin-bottom: 1.5rem;
}
#content b,
#content strong {
  font-weight: 600;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content .contact-box {
  padding: 30px;
  background-color: #ddd;
  font-size: 0.825rem;
}
#content .contact-box .coll {
  position: relative;
}
#content .contact-box .coll:before {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: #f8f8f8;
  content: "";
}
#content .contact-box-inner {
  padding: 30px 30px 20px 30px;
  background-color: #f8f8f8;
  margin-bottom: 0;
}
#content .contact-box-inner .fa {
  color: #d9261c;
  font-size: 1rem;
  width: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#content .contact-box-inner div {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  text-align: left;
}
#content .contact-box-inner p {
  margin-bottom: 10px;
}
#content .contact-box-inner div:last-child,
#content .contact-box-inner .row {
  margin: 0;
}
#content .contact-box-inner .row {
  padding-left: 0;
}
#content .contact-box-inner .row div {
  padding-right: 0;
}
.hrprocess {
  transform: translate(15px, 280px) rotate(270deg);
  width: 5px;
}
#contentgallery {
  margin-top: 30px;
}
#contentgallery .owl-carousel .item img {
  width: 100%;
  height: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#contentgallery .owl-carousel .item a {
  display: block;
}
#contentgallery .owl-prev {
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -35px;
  width: 22px;
  z-index: 1;
}
#contentgallery .owl-next {
  position: absolute;
  right: 8px;
  top: 50%;
  text-align: right;
  margin-top: -35px;
  width: 22px;
  z-index: 1;
}
.oilpricerules {
  margin-top: 30px;
}
.oilpricerules h4 {
  font-size: 1.5rem;
  font-weight: 600;
}
.oilpricerules h5 {
  font-size: 1.2rem;
  font-weight: 600;
}
.pressreleases {
  margin-top: 20px;
}
.pressreleases .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #efefef;
}
.pressreleases .item article {
  margin: 0;
}
.pressreleases .item a {
  display: block;
  padding-left: 85px;
  position: relative;
  min-height: 71px;
}
.pressreleases .item a .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  padding: 10px 0;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.25em;
  font-weight: 600;
  background: #d9261c;
  color: #fff;
}
.pressreleases .item a header {
  margin-bottom: 5px;
}
.pressreleases .item a header h4 {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
}
.pressreleases .item a p {
  margin-bottom: 0;
  color: #555;
  font-size: 0.9375rem;
}
.contentcaption {
  padding: 20px 20px 20px 100px;
  position: relative;
  background: #bbb url("assets/img/content-caption-bg.png") left bottom
    no-repeat;
}
.contentcaption em,
.contentcaption i {
  background: #fff;
  display: block;
  padding: 20px;
}
.contentcaption:after {
  content: "";
  position: absolute;
  width: 64px;
  height: 60px;
  background: url("assets/img/caption-logo.png") center top no-repeat;
  left: 18px;
  top: 50%;
  margin-top: -30px;
}
#sidebar {
  background: #d6251d;
  position: relative;
  margin-top: -1px;
  padding-bottom: 5px;
}
#sidebar h2 {
  background: #353535 url("../img/right-menu-title-bg.png") left bottom
    no-repeat;
  color: #fff;
  padding: 23px 15px 23px 59px;
  line-height: 1.3em;
  font-size: 1rem;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 17px;
}
#sidebar ul ul {
  padding: 0 20px;
}
#sidebar ul li {
  display: block;
}
#sidebar ul li a,
#sidebar ul li span {
  display: block;
  font-size: 0.875rem;
  padding: 10px 10px 10px 30px;
  position: relative;
  color: #fff;
  letter-spacing: -0.5px;
}
#sidebar ul li a:before,
#sidebar ul li span:before {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10.5px;
  content: "";
  font-family: "FontAwesome";
}
#sidebar ul li a:hover {
  background: #ae1d18;
}
.category article {
  margin: 20px 0 30px 0;
}
.category article .s-item2 header {
  padding: 0 13px;
}
.category article .s-item2 header h4 {
  font-size: 1.125rem;
}
.pagination {
  border-radius: 0;
  margin-top: 30px;
}
.page-link {
  color: #222325;
  font-size: 1rem;
  border-radius: 0 !important;
}
.page-link:hover,
.page-link:active {
  color: #222325;
}
.page-item.disabled .page-link {
  color: #aaa;
}
.page-item.active .page-link {
  background-color: #d92419;
  border-color: #d92419;
  color: #fff !important;
}
#mapwrp {
  padding: 30px 0;
  background: #f1f1f2;
  margin-top: 20px;
}
#mapwrp h2,
#results h2,
#stationresults h2,
#mapFilter h2 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  padding: 0 20px;
}
#stationresults h2 {
  font-size: 1.35rem;
}
#map {
  width: 1050px;
  position: relative;
  margin: 0 auto;
  height: 450px;
  overflow: hidden;
}
#map svg {
  position: relative;
  top: -140px !important;
  left: 0;
  width: 100%;
  height: 590px;
  zoom: 1;
}
#map svg path,
#map svg circle {
  cursor: pointer;
}
#mapFilter {
  background: #f1f1f2;
  margin-top: 20px;
}
#mapFilter form {
  padding: 30px 70px 30px 0;
  margin: 0;
}
#mapHeadquarter {
  height: 250px;
  width: 100%;
}
.draggable {
  cursor: move;
}
.cities {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: visible;
  zoom: 1;
}
.cityname {
  position: absolute;
  font-size: 10px;
  color: #000;
  font-weight: 800;
  text-shadow: 0.5px 0.5px 0.5px rgba(255, 255, 255, 0.5);
}
#results,
#stationresults {
  padding: 20px;
  background: #f1f1f2;
  margin-top: 30px;
}
#results h2 {
  text-align: left;
  padding-left: 0;
}
#results h6 {
  font-size: 12px;
}
.pricetable table {
  margin: 0;
}
.pricetable thead tr th {
  background: #4797f1;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  text-align: center;
  border-color: #f1f1f2;
}
.pricetable tbody tr td {
  background: #fff;
  color: #0f2149;
  font-size: 1.1875rem;
  text-align: center;
  border-color: #f1f1f2;
  border-top-width: 10px;
  white-space: nowrap;
}
#filter {
  margin: 30px 0;
}
#filter h3 {
  display: none;
}
#frmOilPrices {
  padding-right: 70px !important;
  position: relative;
}
#frmOilPrices label {
  font-size: 13px;
  font-weight: 600;
}
#frmOilPrices label.caps {
  text-transform: uppercase;
}
#frmOilPrices .submitbtn {
  position: absolute;
  bottom: 0;
  right: 0;
}
#frmOilPrices.stationmapfilter .submitbtn {
  right: 10px;
  bottom: 34px;
}
label.error {
  color: #da221a;
}
.station {
  background: #fff;
  margin-top: 30px;
  padding: 10px;
  color: #0f2149;
  font-size: 0.9rem;
}
.station .col-md-8 {
  padding: 20px 40px;
}
.station a {
  color: #0f2149;
  font-weight: 600;
  display: block;
}
.station h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
  position: relative;
  padding-left: 45px;
}
.station h3:before {
  display: block;
  background: url(../img/station-ico.png) center top no-repeat;
  width: 35px;
  height: 32px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.station .address,
.station .phone,
.station .map {
  margin-top: 20px;
  line-height: 1.5rem;
  position: relative;
  padding-left: 45px;
}
.station .address:before,
.station .phone:before,
.station .map:before {
  font-family: "FontAwesome";
  font-size: 1.25rem;
  display: inline-block;
  width: 35px;
  color: #3971ff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.station .address:before {
  content: "";
}
.station .phone:before {
  content: "";
}
.station .map:before {
  content: "";
}
.googlemap {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 100%;
}
.station .vis {
  width: 60px;
  height: auto;
  position: absolute;
  top: 0;
  right: 30px;
}
.form-std {
  padding-left: 14px;
}
.form-std .form-group {
  position: relative;
}
.form-std input,
.form-std textarea,
.form-std select,
.form-std label {
  font-size: 0.85rem;
}
.form-std .form-control {
  padding: 18px 25px 10px 10px;
  font-size: 0.85rem;
  color: #000;
}
.form-std select.form-control {
  padding: 5px 25px 8px 6px;
  height: 50px !important;
}
.form-std .form-group label {
  position: absolute;
  top: 12px;
  left: 10px;
  transition: all 0.3s ease-out;
  margin-bottom: 0;
  z-index: 3;
  font-size: 0.9rem;
}
.form-std.form-icon .form-group label {
  left: 48px;
}
.form-std.form-icon .input-group {
  z-index: 1;
}
.form-std .form-group:hover label,
.form-std .form-group label.active {
  top: 3px;
  font-size: 0.75rem;
  color: #666;
}
.form-std .form-group.labelblock label {
  position: static;
  font-size: 0.9rem !important;
  color: #222325 !important;
}
.form-std .form-group i {
  position: absolute;
  right: 5px;
  top: 13px;
  z-index: 3;
}
.form-std.form-icon .form-group i {
  top: 15px;
}
.form-std.form-icon .form-group .input-group-addon {
  padding-left: 0;
  padding-right: 0;
  align-items: normal;
  color: #da221a;
}
.form-std.form-icon .form-group .input-group-addon span {
  width: 35px;
  margin-top: 8px;
}
.form-std .form-group.has-error input,
.form-std .form-group.has-error textarea,
.form-std .form-group.has-error select,
.form-std .form-group.has-error .input-group-addon,
.form-group.has-error .select2-container .select2-selection--single {
  border-color: #c00;
}
.form-std .form-group.has-error i {
  color: #c00;
}
.form-std .form-group.has-success input,
.form-std .form-group.has-success textarea,
.form-std .form-group.has-success select,
.form-std .form-group.has-success .input-group-addon,
.form-group.has-success .select2-container .select2-selection--single {
  border-color: #390;
}
.form-std .form-group.has-success i {
  color: #390;
}
.form-std .subtitle {
  color: #ed1c24;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}
.infobox-wrapper > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute !important;
  right: 8px;
  top: 13px;
  z-index: 2;
}
.infobox-wrapper > img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.infobox-wrapper .infobox-inner {
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-top: 6px solid #dd251b;
  font-size: 12px;
  position: relative;
  margin-bottom: 50px;
  min-width: 200px;
}
.infobox-wrapper .infobox-inner:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 95px;
  content: "";
  bottom: -6px;
}
.infobox-wrapper .infobox-inner .infobox-image {
  width: 250px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.infobox-wrapper .infobox-inner .infobox-image img.vis {
  width: 50px;
  height: auto;
  position: absolute;
  top: 5px;
  left: 5px;
}
.infobox-wrapper .infobox-inner .infobox-image img {
  width: 100%;
  height: auto;
}
.infobox-wrapper .infobox-inner .infobox-title {
  font-size: 13px;
  font-weight: bold;
}
.infobox-wrapper .infobox-inner .infobox-description {
  padding: 8px;
  max-width: 250px;
}
.infobox-wrapper .infobox-inner .infobox-location {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
}
.infobox-wrapper .infobox-inner .fa {
  color: #1396e2;
  float: right;
  font-size: 18px;
  margin-top: 4px;
}
.marker-hover {
  opacity: 0.5;
}
#mapStation {
  width: 100%;
  height: 500px;
}
#mapStation .loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leaflet-div-icon {
  background: transparent;
  border: 0;
}
.leaflet-tile-pane {
  filter: saturate(0.5);
}
#mapsidebar {
  position: relative;
  padding: 0 20px 20px 20px;
  overflow: hidden;
}
#mapsidebar .maplist ul {
  list-style: none;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
}
#mapsidebar .maplist:before {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 10px 0;
  content: attr(data-title);
  height: 50px;
  align-items: center;
  margin: 0;
  border-bottom: solid 1px #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mapsidebar .maplist ul > li {
  display: block;
  border-top: solid 1px #eee;
  padding: 20px;
  cursor: pointer;
  position: relative;
}
#mapsidebar .maplist ul > li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#mapsidebar .maplist ul > li:first-child {
  border-top: 0;
}
#mapsidebar .maplist ul > li h3 {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 600;
}
#mapsidebar .maplist ul > li p {
  font-size: 13px;
  margin-bottom: 0;
}
.stationpanel {
  position: absolute;
  top: 0;
  left: calc(-100% - 20px);
  width: 100%;
  bottom: 0;
  transition: all 0.3s ease-out;
  background: #fff;
  overflow: hidden;
}
.stationpanel.active {
  left: 0;
}
.map-infobox {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.map-infobox.norecord {
  margin-top: -20px;
}
.map-infobox .image {
  min-height: 150px;
  background: url("../img/istasyon-vinyet.jpg") left top no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 -20px;
}
.map-infobox .image button {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: #fff;
  border-radius: 50%;
  color: #000;
  position: absolute;
  top: 10px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding-right: 3px;
  padding-bottom: 2px;
}
.map-infobox .description {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.map-infobox h2 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.map-infobox .filotech {
  margin-bottom: 10px;
}
.map-infobox .filotech img {
  width: 90px;
  height: auto;
  display: block;
}
.map-infobox .prices {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.map-infobox .prices:before {
  width: 20px;
  height: 20px;
  background: url("../img/station-ico.png") center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-right: 10px;
}
.map-infobox .prices .list {
  display: flex;
  flex-direction: column;
}
.map-infobox .prices .list em {
  font-style: normal;
  font-weight: 600;
  margin-left: 10px;
}
.map-infobox .prices .list em:after {
  content: " TL/LT";
  font-size: 0.75em;
}
.map-infobox .prices .list.stock em:after {
  content: " LT";
  font-size: 0.75em;
}
.map-infobox .address {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.map-infobox .address:before {
  width: 20px;
  height: 20px;
  content: "";
  display: flex;
  margin-right: 10px;
  font-size: 20px;
  font-family: "FontAwesome";
  color: #3971ff;
  justify-content: center;
  align-items: center;
  min-width: 20px;
}
.map-infobox .route {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.map-infobox .route:before {
  width: 20px;
  height: 20px;
  content: "";
  display: flex;
  margin-right: 10px;
  font-size: 20px;
  font-family: "FontAwesome";
  color: #3971ff;
  justify-content: center;
  align-items: center;
}
.map-infobox .route a {
  color: #222325;
  font-weight: 600;
}
.marker-cluster-small {
  background-color: rgba(214, 37, 29, 0.6);
  color: #fff;
}
.marker-cluster-small div {
  background-color: rgba(214, 37, 29, 0.6);
  color: #fff;
}
.marker-cluster-medium {
  background-color: rgba(214, 37, 29, 0.6);
  color: #fff;
}
.marker-cluster-medium div {
  background-color: rgba(214, 37, 29, 0.6);
  color: #fff;
}
.marker-cluster-large {
  background-color: rgba(214, 37, 29, 0.6);
  color: #fff;
}
.marker-cluster-large div {
  background-color: rgba(214, 37, 29, 0.6);
  color: #fff;
}
.select2-dropdown {
  z-index: 2000;
}
.madeniyagtitle {
  background: #d6251d url("../img/madeni-yag-title-bg.png") bottom right
    no-repeat;
  position: relative;
  margin-bottom: 30px;
}
.madeniyagtitle:after {
  content: "";
  clear: both;
  display: block;
}
.madeniyagtitle .inner {
  width: 37.5%;
  padding: 21px;
  min-height: 290px;
  float: right;
  text-align: center !important;
  color: #fff;
  margin-bottom: 0 !important;
}
.madeniyagtitle .inner .logo {
  margin-bottom: 15px !important;
  text-align: center !important;
}
.madeniyagtitle .inner h4 {
  margin-bottom: 15px !important;
  font-size: 1.3125rem !important;
  line-height: 1.2em;
}
.madeniyagtitle .inner h4 em {
  font-size: 1.0625rem;
  display: block;
  font-style: normal;
  line-height: 1.1em;
}
.madeniyagtitle .inner p {
  font-size: 0.8125rem;
  text-align: center !important;
}
.madeniyagtitle .img {
  width: 62.5%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0 !important;
}
.madeniyagtitle .img img {
  display: none;
}
.madeniyagitem {
  border: solid 2px #cacaca;
  padding: 25px 20px;
  display: block;
  font-size: 0.8125rem !important;
  padding-left: 181px;
  position: relative;
  min-height: 198px;
  line-height: 1.2em;
}
.madeniyagitem2 {
  border: 0;
  margin-bottom: 20px;
}
.madeniyagitem span {
  display: block;
}
.madeniyagitem .buton {
  padding: 10px 15px 10px 35px;
  background: #ff3e3c url("../img/ccare-title-bg.png") left bottom no-repeat;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  background-size: 17%;
  line-height: 1.1em;
  font-weight: 700;
  margin-top: 10px;
}
.madeniyagitem .title {
  font-size: 1.3125rem;
  display: block;
  margin-bottom: 15px;
  color: #d6251d;
  font-weight: 600;
}
.madeniyagitem .img {
  width: 140px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.madeniyagitem .img img {
  display: block;
  width: 100%;
  height: auto;
}
.madeniyagitem:hover {
  border-color: #555;
}
.madeniyagitem:hover .buton {
  background-color: #bd221b;
}
.madeniyagitem ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.madeniyagitem ul li {
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
  position: relative;
}
.madeniyagitem ul li:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 3px;
}
#tasitTab.nav-tabs .nav-item .nav-link {
  font-weight: 600;
}
#tasitTab.nav-tabs .nav-item.show .nav-link,
#tasitTab.nav-tabs .nav-link.active {
  background-color: #e3e4e6;
  border-color: #e3e4e6;
  color: #d9271d;
}
.tasitbox {
  background: #e3e4e6;
  padding: 40px;
}
.tasitbox ul.advantage {
  list-style: none;
  padding: 0;
}
.tasitbox ul.advantage li {
  list-style: none;
  margin: 0 0 15px 0;
  position: relative;
  color: #fff;
}
.tasitbox ul.advantage li * {
  position: relative;
  padding: 10px 25px;
  display: table-cell;
  width: 100%;
  height: 68px;
  text-align: left !important;
  vertical-align: middle;
}
.tasitbox ul.advantage li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  display: block;
  background: #d9271d;
}
.tasitbox ul li {
  padding: 7px 0;
}
.medyada article {
  margin-bottom: 30px;
}
.cookiemsg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -300px;
  background: rgba(214, 37, 29, 1);
  color: #fff;
  font-size: 15px;
  z-index: 99;
  padding: 17px 0;
  transition: all 0.3s ease-out;
}
.cookiemsg .container {
  padding: 0 20px;
}
body.cookie-notification .cookiemsg {
  bottom: 0;
}
.cookiemsg .cookiemsgclose {
  font-size: 15px;
  padding: 10px 20px;
  background-color: #fff;
  color: #d6251d;
  border-color: #fff;
}
.cookiemsg .cookiemsgclose:focus,
.cookiemsg .cookiemsgclose:hover {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: #fff !important;
}
.cookiemsg .row {
  padding: 0 100px;
}
.tts {
  margin-top: 40px;
  counter-reset: tts;
}
.tts a,
.tts-label,
.tts a.bireysel-link {
  text-align: center;
  display: block;
  border: 2px solid #d6251d;
  border-radius: 10px;
  padding: 15px 0;
  font-weight: 600;
  cursor: pointer;
}
.tts a:hover,
.tts-label:hover,
.tts-label-check:checked + .tts-label,
.tts a.bireysel-link:hover {
  background-color: #d6251d;
  color: #fff;
}
.tts label {
  margin-bottom: 1rem;
}
.tts input[type="radio"] {
  display: none;
}
.formsectionlabel {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.ttsform .select2-container .select2-selection--single {
  height: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 0.85rem;
}
.ttsform
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px;
}
.ttsform
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px;
}
.ttsform .rownumber {
  width: 35px;
  background: #ddd;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.ttsform .rownumber:after {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #c00;
  display: block;
  line-height: 17px;
  text-align: center;
  color: #fff;
  counter-increment: tts;
  content: counter(tts);
  font-size: 0.65rem;
}
.ttsform .productdetails {
  background: #eee;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ttsform .productdetails label,
.ttsform .staticlabel label {
  font-size: 0.85rem !important;
  color: #222325 !important;
}
.ttsform .unitcardnowarning {
  font-weight: bold;
  font-size: 13px;
  padding: 0;
}
.ttsform .plakatitle {
  padding-right: 10px;
}
.individual-embed iframe {
  width: 100%;
  height: 1636px;
  border: 0;
}
#tasit4 {
  background: #e3e4e6;
  padding: 40px;
}
#tasit4 p,
#tasit4 div {
  margin-bottom: 0;
}
#tasit4 .accordion .btn {
  color: #000;
  text-decoration: none !important;
}
#tasit4 .accordion > .card {
  padding: 0;
  border: 0;
  box-shadow: none;
  text-align: justify;
}
#tasit4 .accordion > .card > .collapse {
  border: solid 1px transparent;
  margin-top: -1px;
}
#tasit4 .accordion > .card > .card-header {
  background: #fff;
  padding: 0;
  border: 0;
  margin-bottom: 0;
}
#tasit4 .accordion > .card > .card-header button,
#tasit4 .accordion > .card > .card-header a {
  border: solid 1px #ed1b24;
  font-weight: 600;
  white-space: normal;
  outline: 0;
  box-shadow: none;
  background: #ed1b24;
  color: #fff;
  width: 100%;
  text-align: left;
  border-radius: 0;
  position: relative;
  padding: 20px 25px 20px 15px;
}
#tasit4 .accordion > .card:last-child > .card-header button,
#tasit4 .accordion > .card:last-child > .card-header a {
  border: 0 !important;
}
#tasit4 .accordion > .card > .card-header button:after {
  content: "";
  color: #fff;
  position: absolute;
  right: 15px;
  top: 22px;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
  font-weight: 600;
  font: normal normal normal 14px/1 "FontAwesome";
  font-size: 1.3em;
}
#tasit4 .accordion > .card > .card-header button.collapsed,
#tasit4 .accordion > .card > .card-header a.collapsed {
  border: solid 1px transparent;
  border-bottom-color: #ddd;
  background: none;
  color: #000;
}
#tasit4 .accordion > .card > .card-header button.collapsed:after {
  transform: rotate(0deg);
  color: #000;
}
#tasit4 .accordion > .card > .show,
#tasit4 .accordion > .card > .collapsing {
  border: solid 1px #ddd !important;
}
#tasit4 .card-body {
  padding: 3rem 2rem;
}
#tasit4 .card-body img {
  margin: 0 auto;
  display: block;
  margin-top: 25px;
}
#tasit4 .card-body .pdfdocument {
  text-align: center;
  display: block;
  margin-top: 50px;
}
#tasit4 .card-body .pdfdocument a {
  color: #fff;
  white-space: normal;
}
.aggreements h3.title {
  font-size: 1.2rem;
  font-weight: 600;
}
.aggreements h4.title {
  font-size: 0.9375rem;
  font-weight: 600;
  position: relative;
  padding-right: 75px;
  line-height: 1.5em;
}
.aggreements h4.title .agreementtoplinks {
  position: absolute;
  right: 0;
  top: 0;
}
.aggreements .aggreementfld {
  position: relative;
  padding: 20px;
  height: 150px;
  overflow: auto;
  border: solid 1px #ccc;
  font-size: 0.65em;
  background: #f9f9f9;
  margin-bottom: 50px;
}
.aggreements .aggreementfld * {
  font-size: 0.65rem;
}
.aggreements .btn-success {
  background-color: #da221a;
  border-color: #da221a;
}
.otherStations {
  margin: 50px auto 0 auto;
}
.otherStations a {
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  font-size: 13px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.otherStations a:hover {
  background: rgba(0, 0, 0, 0.05);
}
@media (min-width: 48em) {
  body {
    padding: 99px 0 0 0;
    transition: all 0.3s ease;
  }
  .container {
    padding: 0;
  }
  #header {
    height: 99px;
    transition: all 0.3s ease-out;
    position: fixed;
    z-index: 501;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    border-bottom: solid 1px #efefef;
  }
  body.home #header {
    border-bottom: 0;
  }
  #header.alter1 {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.85);
  }
  #hamburger {
    display: none;
  }
  #header.is-hidden {
    box-shadow: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  #header .logo {
    position: relative;
    width: 1px;
    height: 1px;
    float: left;
    z-index: 3;
  }
  #header .logo a {
    position: absolute;
    left: 0;
    top: -30px;
    width: 99px;
    display: block;
  }
  #header .logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  #main-navigation {
    padding: 0 0 20px 0;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 2;
  }
  #main-navigation:after {
    content: "";
    display: block;
    clear: both;
  }
  #main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 50px 0 0;
    float: right;
    position: static;
  }
  #main-navigation > ul > li.main {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 30px;
    padding: 26px 0 16px 0;
    float: left;
    line-height: 1.1875rem;
    z-index: 2;
    position: static;
  }
  #main-navigation > ul > li.main:nth-child(2) {
    margin-left: 15px;
  }
  #main-navigation > ul > li.main > a {
    font-size: 1rem;
    line-height: 1em;
    display: inline-block;
    font-weight: 600;
    letter-spacing: -0.65px;
    position: relative;
    transition: color 0.3s ease-out;
    padding-bottom: 10px;
  }
  #main-navigation .search {
    position: absolute;
    transition: all 0.3s ease-out;
    width: 85%;
    height: 0;
    overflow: visible;
    right: 0;
    top: 26px;
    z-index: 4;
  }
  #main-navigation .search form#frmSearchTop {
    padding: 0;
    margin: 0;
    width: 30px;
    float: right;
    position: static;
    overflow: visible;
  }
  #main-navigation .search form#frmSearchTop button {
    background: none;
    color: #222325;
    border: 0;
    padding: 0;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4375rem;
    position: relative;
    z-index: 4;
    outline: 0;
    float: right;
  }
  #main-navigation .search form#frmSearchTop button i {
    vertical-align: top;
  }
  #main-navigation .search form#frmSearchTop input {
    width: 0;
    opacity: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #222325;
    outline: 0;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 30px;
    top: -10px;
    visibility: hidden;
  }
  #main-navigation .search form#frmSearchTop:hover input,
  #main-navigation .search form#frmSearchTop input:focus {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  #main-navigation > ul > li.main.hassub2 {
    position: relative;
  }
  #main-navigation > ul > li.main.hassub > .sub {
    position: absolute;
    max-height: 0;
    top: 69px;
    left: 0;
    right: 0;
    padding: 30px;
    background: #151515;
    transition: all 0.3s ease-out;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    min-width: 241px;
  }
  #main-navigation > ul > li.main.hassubright > .sub {
    left: auto;
    right: 0;
  }
  #main-navigation > ul > li.main.hassub:hover > .sub {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
  #main-navigation > ul > li.main.hassub:hover > a {
    background: #fff;
    border-bottom: 1px solid #000;
  }
  #main-navigation > ul > li.main.hassub:hover > a:after {
    content: "";
  }
  #main-navigation > ul > li.main.hassub:hover > a:after,
  #main-navigation > ul > li.main.hassub:hover > a:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #main-navigation > ul > li.main.hassub:hover > a:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  #main-navigation > ul > li.main.hassub:hover > a:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 11px;
    margin-left: -11px;
  }
  #main-navigation > ul > li.main.hassub > .sub .owl-carousel {
    padding: 0 40px;
  }
  #main-navigation > ul > li.main.hassub > .sub .s-item2 header h4 {
    color: #fff;
    font-weight: 300;
    font-size: 0.9rem;
    text-align: center;
  }
  #main-navigation > ul > li.main.hassub > .sub .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -32px;
  }
  #main-navigation > ul > li.main.hassub > .sub .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
  }
  #main-navigation > ul > li.main.hassub > .sub.sub2 {
    padding-left: 105px;
    padding-right: 105px;
  }
  #main-navigation > ul > li.main.hassub2 > .sub.sub2 {
    padding: 30px 20px 20px 20px;
  }
  #main-navigation > ul > li.main.hassub > .sub.sub2 ol {
    list-style: none;
    max-width: 241px;
    margin: 0 auto;
    padding: 0;
    border-top: solid 8px #bb1f23;
  }
  #main-navigation > ul > li.main.hassub > .sub.sub2 ol li {
    display: block;
    margin-top: 15px;
  }
  #main-navigation > ul > li.main.hassub > .sub.sub2 ol li a {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 0.85rem;
    padding-left: 10px;
    position: relative;
  }
  #main-navigation > ul > li.main.hassub > .sub.sub2 ol li a:before {
    position: absolute;
    display: block;
    width: 3px;
    left: 0;
    top: 2px;
    height: 1.0625rem;
    background: #bb1f23;
    content: "";
    transition: all 0.3s ease-out;
  }
  #main-navigation > ul > li.main.hassub > .sub.sub2 ol li a:hover:before {
    background: #ccc;
  }
  #header .headertop {
    padding: 10px 0 0 0;
  }
  .headertopright {
    float: right;
  }
  .headertopright ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .headertopright ul li {
    float: left;
    padding: 0;
    margin: 0 0 0 10px;
  }
  .headertopright ul li a {
    font-size: 0.85rem;
    color: #000;
    line-height: 20px;
    display: inline-block;
    float: left;
  }
  .headertopright ul li a:hover {
    color: rgba(0, 0, 0, 0.9);
  }
  .headertopright ul li.callcenter a span {
    width: 22px;
    display: inline-block;
    text-align: center;
    color: #dd251b;
  }
  .headertopright ul li.callcenter a span b {
    font-weight: 400;
    transition: all 0.3s ease-out;
  }
  .headertopright ul li.callcenter a span i {
    font-style: normal;
    display: none;
    transition: all 0.3s ease-out;
  }
  .headertopright ul li.callcenter a:hover span b {
    display: none;
  }
  .headertopright ul li.callcenter a:hover span i {
    display: inline-block;
  }
  .headertopright ul li.social a {
    font-size: 0.85rem;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #999;
  }
  .headertopright ul li.social.facebook a {
    background: #3b5998;
  }
  .headertopright ul li.social.twitter a {
    background: #55acee;
  }
  .headertopright ul li.social.instagram a {
    background: #e95950;
  }
  .headertopright ul li.social.youtube a {
    background: #f00;
  }
  .headertopright ul li.social.googleplus a {
    background: #dd4b39;
  }
  .headertopright ul li.social.linkedin a {
    background: #007bb5;
  }
  .headertopright ul li.social.lng a {
    background: none;
    color: #333;
  }
  .headertopright ul li.social a b {
    display: none;
  }
  .headertopright ul li.social.lng a b {
    display: inline-block;
  }
  .headertopright ul li.social.lng a i {
    display: none;
  }
}
@media (max-width: 61.95em) {
  .cookiemsg {
    font-size: 15px;
  }
  .cookiemsg .row {
    padding: 0 20px;
  }
  .cookiemsg .text-right {
    text-align: center !important;
    margin-top: 20px;
  }
  .cookiemsg .cookiemsgclose {
    font-size: 15px;
    padding: 5px 20px;
  }
}
@media (max-width: 47.95em) {
  body {
    padding: 0;
    background: #fff;
  }
  .container {
    padding: 0 10px;
  }
  .wrapper {
    box-sizing: border-box;
    max-width: 767px;
    margin: 0 auto;
  }
  .wrapper.reversed {
    background: #fff;
    color: #666;
    padding: 75px 0;
    position: relative;
  }
  .wrapper.reversed:last-child {
    padding-bottom: 160px;
    margin-bottom: -160px;
  }
  .wrapper.reversed:after {
    background: inherit;
    content: "";
    display: block;
    position: absolute;
    left: -200%;
    right: -200%;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .wrapper.reversed h4,
  .wrapper.reversed h5,
  .wrapper.reversed h6 {
    font-size: 30px;
    color: #5bc5ff;
  }
  #hamburger + .wrapper:before,
  .wrapper:first-child:before {
    content: "";
    display: block;
    width: 2300px;
    height: 1835px;
    margin-left: -400px;
    position: absolute;
    left: 50%;
    top: -1150px;
    z-index: -1;
  }
  .wrapper.no-phone:before {
    content: none !important;
    display: none !important;
  }
  #main-navigation:not(.mm-menu) {
    display: none;
  }
  #main-navigation .fa {
    width: 15px;
    color: #ccc;
  }
  .mm-panel > p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #hamburger {
    box-sizing: border-box;
    display: block;
    width: 70px;
    height: 56px;
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 4;
    border: 0;
    border-bottom: solid 2px #b2b2b2;
    background: none;
    outline: 0;
    box-shadow: none;
  }
  #hamburger:before,
  #hamburger:after,
  #hamburger span {
    background: #ed1c24;
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    right: 20px;
  }
  #hamburger:before {
    top: 17px;
  }
  #hamburger span {
    top: 25px;
  }
  #hamburger:after {
    top: 33px;
  }
  #hamburger:before,
  #hamburger:after,
  #hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
  }
  html.mm-opening #hamburger:before,
  html.mm-opening #hamburger:after {
    top: 24px;
  }
  html.mm-opening #hamburger span {
    left: -50px;
    opacity: 0;
  }
  html.mm-opening #hamburger:before {
    transform: rotate(45deg);
  }
  html.mm-opening #hamburger:after {
    transform: rotate(-45deg);
  }
  #page {
    box-shadow: none;
    width: 100%;
    min-width: 320px;
    padding: 56px 0 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #mm-blocker {
    background: rgba(0, 0, 0, 0);
  }
  .mm-opening #mm-blocker {
    background: rgba(0, 0, 0, 0.6);
    transition: background 1s ease 0.3s;
  }
  .mm-opening #page {
    border-left: 1px solid #111;
  }
  h1 .submenutext {
    display: none;
  }
  .submenu {
    line-height: 20px;
    padding-top: 5px;
  }
  h1 + .submenu {
    margin-top: -80px;
    margin-bottom: 80px;
  }
  .submenu ul,
  .submenu li {
    list-style: none;
    display: block;
    padding: 0;
  }
  .submenu ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 5px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .submenu ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .submenu li {
    margin: 0;
    float: left;
    display: block !important;
  }
  .submenu a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    position: relative;
  }
  .submenu a:hover:after {
    content: "";
    background: #fff;
    display: block;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 15px;
    right: 15px;
  }
  .submenu.fixed {
    background: #5bc5ff;
    opacity: 0.9;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
  }
  .submenu.fixed div {
    width: 80%;
    max-width: 900px;
    margin: auto;
  }
  .fixedsubmenu .submenu {
    visibility: hidden;
  }
  .fixedsubmenu .submenu.fixed {
    visibility: visible;
    display: block;
  }
  #hamburger {
    background: rgba(255, 255, 255, 1) url(../img/logo-mobile.png?v=2) 10px
      center no-repeat;
    width: 100%;
    top: 0;
  }
  .wrapper:before {
    content: none !important;
    display: none !important;
  }
  .submenu {
    display: none !important;
  }
  .mm-listview > li > a > span {
    display: block;
    font-size: 0.8em;
  }
  #main-navigation ul li.topsubmenu .quicklinks {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #main-navigation ul li.topsubmenu .quicklinks a {
    display: block;
    width: auto;
    float: none;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 0;
    margin: 0 0 0 10px;
    font-size: 14px;
  }
  #main-navigation ul li.topsubmenu .quicklinks a:after {
    content: "";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    left: 0;
    right: -10px;
    bottom: 0;
  }
  #main-navigation ul li.topsubmenu .quicklinks a:last-child:after {
    border: 0;
  }
  #frmSearch input {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.7);
    border: 0;
    border-radius: 26px;
    font-size: 14px;
    line-height: 36px;
    outline: 0;
    display: block;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 8px 30px 8px 20px;
  }
  #frmSearch button {
    position: absolute;
    right: 3px;
    border: 0;
    background: none;
    outline: 0;
    color: rgba(255, 255, 255, 0.7);
    top: 10px;
  }
  .newslist .s-item2 header h3 {
    font-size: 0.9375rem;
  }
  #showcase {
    padding-bottom: 30px;
  }
  #showcase .owl-prev,
  #showcase .owl-next {
    display: none;
  }
  #showcase .owl-dots {
    bottom: -35px;
  }
  #showcase .owl-dot span {
    width: 15px;
    height: 15px;
  }
  #showcase .owl-dot.active span {
    background: #555;
  }
  .htitle {
    font-size: 1.5rem;
  }
  .page-link {
    font-size: 0.9375rem;
  }
  #oilprice {
    padding: 30px 0 20px 0;
  }
  #midcontent {
    padding: 30px 0;
  }
  #productsnservices {
    padding: 30px 0;
  }
  #productsnservices h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  #productsnservices ul {
    padding: 0 53px;
  }
  #productsnservices ul li a {
    padding: 32px 40px 0 40px;
    min-height: 155px;
    font-size: 0.8rem;
  }
  #productsnservices ul li a img {
    max-width: 50%;
  }
  #announcements {
    padding: 30px 0 10px 0;
  }
  #announcements h2 {
    font-size: 1.5rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  #announcements ul li .row .col-6:nth-child(1) article,
  #announcements ul li .row .col-6:nth-child(2) article {
    margin-bottom: 30px;
  }
  #announcements .owl-dots {
    padding-top: 25px;
  }
  .s-item2.captiononimg header h3,
  .s-item2.captiononimg header h4 {
    font-size: 0.875rem;
  }
  .s-item2.captiononimgfull header {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) -1%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(-1%, rgba(0, 0, 0, 0)),
      color-stop(0%, rgba(0, 0, 0, 0)),
      color-stop(100%, rgba(0, 0, 0, 0.9))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) -1%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0) -1%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0) -1%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) -1%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#e6000000',GradientType=0);
    opacity: 1;
    top: auto;
  }
  .s-item2.captiononimgfull header h4 {
    font-size: 0.8rem;
    line-height: 1.3em;
  }
  #footer .footer1 nav ul {
    padding: 0 0 7px 0;
  }
  #footer .footer1 nav ul li {
    width: 140px;
  }
  #footer .footer1 nav ul li a {
    font-size: 0.8rem;
  }
  #footer .footer1 .coll:nth-child(2):before,
  #footer .footer1 .coll:nth-child(2):after {
    display: none;
    content: "";
  }
  #footer .footer1 .coll:nth-child(2) {
    padding-top: 0;
    padding-bottom: 0;
  }
  #footer .footer1 .customercarefooter {
    margin-top: 0;
  }
  #footer .social ul li a {
    font-size: 1.3rem;
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
  #footer .footer3 p {
    font-size: 0.75rem;
    text-align: center;
  }
  #footer .footer4 .container {
    padding: 0 15px;
  }
  #footer .social nav {
    margin-top: 15px;
  }
  #footer .footer3 nav ul {
    text-align: center;
  }
  #footer .footer3 nav ul li {
    float: none;
    display: inline-block;
    margin: 0 !important;
    padding: 0 13px !important;
  }
  #footer .footer3 nav ul li:before {
    content: "";
    display: none;
  }
  #footer .footer3 nav ul li a {
    font-size: 0.75rem;
  }
  #footer .footer3 .derinev {
    text-align: center;
    padding-top: 20px;
  }
  #subtopimg {
    height: 100px;
  }
  .subpagetitle h1,
  .subpagetitle h2 {
    font-size: 1.5rem;
  }
  #content {
    padding: 25px 15px 0 15px;
  }
  #content h1 {
    font-size: 1.5rem;
    margin: 0 0 30px 0;
  }
  .category article .s-item2 header h4 {
    font-size: 0.9rem;
  }
  #map {
    zoom: 0.85;
  }
  #map svg {
    top: -140px !important;
  }
  #mapStation:not(.mapsearch) {
    display: none;
  }
  .leaflet-sidebar:not(.visible) .close {
    right: 20px;
  }
  #mapFilter {
    margin: 0;
  }
  body.home #mapFilter form {
    padding: 20px 55px 20px 10px;
  }
  body:not(.home) #mapFilter form {
    padding: 20px 10px !important;
  }
  #stationSearch .container-fluid {
    padding: 0;
  }
  #frmOilPrices {
    padding-right: 55px !important;
  }
  #mapFilter
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
  }
  #frmOilPrices.stationmapfilter .submitbtn {
    bottom: 24px;
  }
  .map-infobox .image button {
    right: auto;
    left: 30px;
  }
  .responsivetable table {
    padding: 0;
  }
  .responsivetable table,
  .responsivetable thead,
  .responsivetable tbody,
  .responsivetable th,
  .responsivetable td,
  .responsivetable tr {
    display: block;
  }
  .responsivetable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsivetable tr {
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .responsivetable td {
    border: 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .pricetable tbody tr td {
    font-size: 1rem;
    text-align: left;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .responsivetable td:before {
    position: absolute;
    top: 0.5rem;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.85rem;
  }
  .responsivetable td:before {
    content: attr(data-title);
  }
  .googlemap {
    display: none;
  }
  .station .col-md-8 {
    padding: 20px 15px;
  }
  .hrprocess {
    transform: translate(5px, 280px) rotate(270deg);
    width: 5px;
  }
  #midcontent2 {
    padding: 0 0 30px 0;
  }
  #midcontent2 a span {
    padding: 15px 15px 15px 50px;
    line-height: 1.2em;
    font-size: 0.9rem;
  }
  #midcontent2 a {
    margin-top: 30px;
  }
  .madeniyagtitle .inner {
    width: auto;
    float: none;
  }
  .madeniyagtitle .img {
    width: auto;
    position: static;
  }
  .madeniyagtitle .img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .individual-embed iframe {
    width: 100%;
    height: 2040px;
  }
}
@media (max-width: 35.95em) {
  .s-item2.searchresult {
    padding-left: 0;
  }
  .s-item2.searchresult .img {
    position: static;
    width: auto;
  }
  .col-6 .videox2 .img:after,
  .col-6 .photox2 .img:after {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .videocontent a h3,
  .photocontentother a h3 {
    font-size: 0.9375rem;
  }
  .detailbody .body .share {
    width: auto;
    float: none;
    margin-left: 0;
  }
  .detailbody .body {
    float: none;
    margin-left: 0;
    padding-right: 0;
  }
  .pagination li {
    display: none;
  }
  .pagination li.mobileonly {
    display: list-item;
  }
  #oilprice .map {
    max-width: 320px;
  }
  #oilprice .map .selectcity {
    padding: 35px 20px 0 118px;
  }
  #oilprice .map .selectcity:before {
    margin-top: -30px;
    width: 69px;
    height: 57px;
    left: 33px;
  }
  #oilprice .map h2 {
    font-size: 0.8rem;
    margin-bottom: 8px;
  }
  #oilprice
    .map
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 30px;
    font-size: 0.8rem;
  }
  #oilprice
    .map
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 30px;
  }
  #oilprice .map .select2-container--default .select2-selection--single {
    height: 30px;
  }
  #oilprice ul li {
    height: 60px;
  }
  #oilprice .owl-prev,
  #oilprice .owl-next {
    top: 10px;
  }
  #oilprice ul li p {
    font-size: 1.5rem;
  }
  #midcontent h5 {
    margin-top: 40px;
  }
  #midcontent .row .col-sm-4:first-child h5 {
    margin-top: 0;
  }
  #footer .footer1 nav ul {
    padding: 0;
    border-left: 0;
  }
  #footer .footer1 nav ul li {
    margin-left: 0;
    text-align: center;
    width: 50%;
  }
  #footer hr {
    margin-top: 25px;
  }
  #footer .footer3 nav ul li:before {
    display: none;
  }
  #footer .footer3 nav ul li {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }
  #footer .footer2 form {
    padding: 0 20px;
  }
  #footer .footer2 form button {
    right: 25px;
  }
  .subpagetitle h1,
  .subpagetitle h2 {
    font-size: 1.25rem;
  }
  #content {
    padding: 25px 0 0 0;
    font-size: 0.85rem;
  }
  #content h1 {
    font-size: 1.35rem;
    margin: 0 0 30px 0;
  }
  .form-std {
    padding-left: 0;
  }
  #breadcrumb {
    display: none;
  }
  .breadcrumb {
    padding: 0;
  }
  .breadcrumb > li,
  .breadcrumb > li > a {
    font-size: 0.75rem;
  }
  .pricetable tbody tr td {
    font-size: 0.8rem;
  }
  .pricetable tbody tr td:before {
    font-size: 0.7rem;
  }
  .pressreleases .item a header h4 {
    font-size: 1rem;
  }
  .pressreleases .item a p {
    margin-bottom: 0;
    color: #555;
    font-size: 0.85rem;
  }
}
@media (max-width: 29.95em) {
  .hrprocess {
    transform: translate(3px, 270px) rotate(270deg);
    width: 5px;
  }
  .contentcaption:after {
    display: none;
  }
  .contentcaption {
    padding: 15px;
  }
  .contentcaption i,
  .contentcaption em {
    padding: 10px;
  }
  #subtopimg {
    height: 80px;
  }
  .madeniyagitem {
    padding: 15px;
    min-height: 0;
  }
  .madeniyagitem .img {
    width: auto;
    position: static;
    margin-bottom: 15px;
    text-align: center;
  }
  .madeniyagitem .img img {
    margin: 0 auto;
    width: auto;
  }
}
@media (max-width: 22.5em) {
  .hrprocess {
    transform: translate(0, 310px) rotate(270deg);
    width: 5px;
  }
}
@media (min-width: 36em) and (max-width: 47.95em) {
  #midcontent h5 {
    max-width: 153px;
  }
  #midcontent h5:after {
    width: 186px;
    height: 65px;
  }
  #midcontent h5 a:before,
  #midcontent h5 a:after {
    border-width: 3px;
  }
  #midcontent h5 a:hover:before {
    left: 5px;
  }
  #midcontent h5 a:hover:after {
    right: 5px;
  }
  #footer .footer1 nav ul li {
    width: 50%;
    margin-left: 0;
    padding-left: 21px;
  }
  #footer .footer1 nav ul li:nth-child(even) {
    text-align: right;
  }
  #footer .footer1 nav ul li a {
    font-size: 0.85rem;
  }
  #footer hr {
    margin-top: 25px;
  }
}
@media (min-width: 48em) and (max-width: 61.95em) {
  .s-item2.searchresult p {
    height: 48px;
    -webkit-line-clamp: 2;
  }
  .s-item2.captiononimg header h3,
  .s-item2.captiononimg header h4 {
    font-size: 0.8rem;
  }
  #main-navigation > ul {
    padding-right: 0;
  }
  #main-navigation > ul > li.main {
    margin: 0 0 0 13px;
    padding-top: 30px;
  }
  #main-navigation > ul > li.main > a {
    font-size: 0.8rem;
  }
  #main-navigation > ul > li.main li > a {
    font-size: 0.8rem;
  }
  #main-navigation .search {
    top: 8px;
    width: 82%;
  }
  #main-navigation .search form#frmSearchTop {
    padding-left: 15px;
  }
  #main-navigation .search form#frmSearchTop input {
    font-size: 0.75rem;
    padding-top: 5px;
    padding-bottom: 5px;
    top: -3px;
    height: 23px;
    right: 25px;
  }
  #main-navigation .search form#frmSearchTop button {
    font-size: 1rem;
  }
  #main-navigation > ul > li.main.hassub > .sub.sub2 {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 20px;
  }
  #main-navigation > ul > li.main.hassub2 > .sub.sub2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main-navigation > ul > li.main.hassub > .sub.sub2 ol li a {
    font-size: 0.85rem;
    padding-left: 10px;
    position: relative;
  }
  #main-navigation > ul > li.main.hassub > .sub.sub2 ol li a:before {
    height: 0.85rem;
  }
  #main-navigation > ul > li.main.hassub > .sub .s-item2 header h4 {
    font-size: 0.9rem;
  }
  .headertopright ul li a {
    font-size: 0.8rem;
  }
  .htitle {
    font-size: 1.75rem;
  }
  .detailbody article header h3.summary {
    font-size: 1.3rem;
  }
  .detailbody article {
    font-size: 1rem;
  }
  #oilprice .map .selectcity {
    padding: 42px 40px 0 138px;
  }
  #oilprice .map .selectcity:before {
    margin-top: -30px;
    width: 69px;
    height: 57px;
  }
  #oilprice .map h2 {
    font-size: 0.8rem;
    margin-bottom: 8px;
  }
  #oilprice
    .map
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 30px;
    font-size: 0.9rem;
  }
  #oilprice
    .map
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 30px;
  }
  #oilprice .map .select2-container--default .select2-selection--single {
    height: 30px;
  }
  #oilprice ul li h5 {
    font-size: 0.8375rem;
    line-height: 1.6em;
  }
  #oilprice ul li p {
    font-size: 1.75rem;
  }
  #midcontent h5 {
    max-width: 270px;
  }
  #midcontent h5:after {
    width: 236px;
    height: 70px;
  }
  #productsnservices {
    padding: 50px 0;
  }
  #productsnservices h2 {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
  #productsnservices ul {
    padding: 0 53px;
  }
  #productsnservices ul li a {
    padding: 32px 40px 0 40px;
    min-height: 155px;
    font-size: 0.8rem;
  }
  #productsnservices ul li a img {
    max-width: 50%;
  }
  #announcements {
    padding: 30px 0;
  }
  #announcements h2 {
    font-size: 1.85rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  #announcements ul li .row .col-6:nth-child(1) article,
  #announcements ul li .row .col-6:nth-child(2) article {
    margin-bottom: 15px;
  }
  #announcements .owl-dots {
    padding-top: 25px;
  }
  .s-item2.captiononimgfull header {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) -1%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(-1%, rgba(0, 0, 0, 0)),
      color-stop(0%, rgba(0, 0, 0, 0)),
      color-stop(100%, rgba(0, 0, 0, 0.9))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) -1%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0) -1%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0) -1%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) -1%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#e6000000',GradientType=0);
    opacity: 1;
    top: auto;
  }
  .s-item2.captiononimgfull header h4 {
    font-size: 0.8rem;
    line-height: 1.3em;
  }
  #footer .footer2 form {
    padding: 0 30px 0 0;
  }
  #footer .footer2 form input {
    font-size: 0.8rem;
  }
  #footer .footer2 form button {
    right: 35px;
    top: 5px;
  }
  #footer .footer1 .coll {
    padding: 25px 0;
  }
  #footer .footer1 .logo {
    max-width: 100px;
  }
  #footer .footer1 nav {
    padding-left: 10px;
    padding-top: 5px;
  }
  #footer .footer1 nav ul {
    padding: 0 0 7px 0;
  }
  #footer .footer1 nav ul li {
    width: 140px;
  }
  #footer .footer1 nav ul li a {
    font-size: 0.8rem;
  }
  #footer .footer1 .customercarefooter {
    width: 160px;
    padding-left: 30px;
    margin-top: 28px;
  }
  #footer .footer1 .customercarefooter:before {
    font-size: 43px;
    top: -8px;
  }
  #footer .footer1 .customercarefooter span.title {
    font-size: 0.75rem;
  }
  #footer .footer1 .customercarefooter span.number {
    font-size: 1.475rem;
  }
  #footer .footer1 .customercarefooter span.number span {
    width: 35px;
  }
  #footer .social ul li a {
    font-size: 1.3rem;
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
  #footer .footer3 .container {
    padding: 0;
  }
  #footer .footer3 p {
    font-size: 0.75rem;
  }
  #footer .footer3 nav ul li a {
    font-size: 0.75rem;
  }
  #footer .footer3 .derinev {
    text-align: center;
    padding-top: 20px;
  }
  .category article .s-item2 header h4 {
    font-size: 1rem;
  }
  #map {
    zoom: 0.68;
  }
  #map svg {
    top: -140px !important;
  }
  .pricetable thead tr th {
    padding: 0.5rem 0.3rem;
  }
  .pricetable tbody tr td {
    font-size: 0.85rem;
    padding: 0.5rem 0.3rem;
  }
  .hrprocess {
    transform: translate(10px, 280px) rotate(270deg);
    width: 5px;
  }
  #midcontent2 {
    padding: 40px 0;
  }
  #midcontent2 .container {
    padding: 0;
  }
  #midcontent2 a span {
    padding: 15px 15px 15px 50px;
    line-height: 1.2em;
    font-size: 0.9rem;
  }
  #midcontent2 .row .coll:last-child a span {
    width: 101%;
  }
  #midcontent2 picture img {
    width: 101%;
  }
  #midcontent2 a span {
    font-size: 0.75rem;
  }
}
@media (min-width: 62em) and (max-width: 74.95em) {
  .s-item2.searchresult p {
    height: 48px;
    -webkit-line-clamp: 2;
  }
  .s-item2.captiononimg header h3,
  .s-item2.captiononimg header h4 {
    font-size: 0.9rem;
  }
  #main-navigation > ul > li.main {
    margin: 0 0 0 25px;
  }
  #main-navigation > ul > li.main > a {
    font-size: 0.9375rem;
  }
  #main-navigation > ul > li.main li > a {
    font-size: 0.85rem;
  }
  #main-navigation .search form#frmSearchTop {
    padding-left: 5px;
  }
  #main-navigation .search form#frmSearchTop input {
    right: 23px;
  }
  .htitle {
    font-size: 2.5rem;
  }
  .detailbody article header h3.summary {
    font-size: 1.3rem;
  }
  .detailbody article {
    font-size: 1rem;
  }
  #oilprice .map h2 {
    font-size: 0.85rem;
  }
  #oilprice
    .map
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 39px;
    font-size: 0.9rem;
  }
  #oilprice
    .map
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 39px;
  }
  #oilprice .map .select2-container--default .select2-selection--single {
    height: 39px;
  }
  #oilprice ul li h5 {
    font-size: 0.8375rem;
    line-height: 1.6em;
  }
  #oilprice ul li p {
    font-size: 1.75rem;
  }
  #midcontent h5 {
    max-width: 270px;
  }
  #midcontent h5:after {
    width: 296px;
  }
  #productsnservices ul li a {
    padding: 32px 40px 0 40px;
    min-height: 170px;
    font-size: 0.9rem;
  }
  #productsnservices ul li a img {
    max-width: 50%;
  }
  #announcements ul li .row .col-6:nth-child(1) article,
  #announcements ul li .row .col-6:nth-child(2) article {
    margin-bottom: 16px;
  }
  #map {
    zoom: 0.9;
  }
  #map svg {
    top: -140px !important;
  }
  .pricetable tbody tr td {
    font-size: 1rem;
  }
  .hrprocess {
    transform: translate(7px, 280px) rotate(270deg);
    width: 5px;
  }
  #midcontent2 picture img {
    width: 100.5%;
  }
  #midcontent2 a span {
    font-size: 0.9375rem;
  }
  #footer .footer2 form,
  #footer .footer3 .container {
    padding: 0 55px;
  }
  .cookiemsg .row {
    padding: 0 50px;
  }
}
@media (min-width: 75em) {
  #showcase .videox2 .img:after,
  #showcase .photox2 .img:after {
    margin-left: -45px;
    margin-top: -45px;
    width: 90px;
    height: 90px;
    font-size: 90px;
    line-height: 90px;
  }
}
@media print {
  #header,
  #footer,
  .scroll-top,
  #preloader,
  .topbarmenu,
  .share {
    display: none !important;
  }
  #content .contentbody {
    float: none;
    width: 100%;
  }
}
