/**
 * Table of contents: 
 * flexslider.css
 * magnific-popup.css
 * jquery.coolautosuggest.css
 * jquery.nstSlider.css
 * perfect-scrollbar.css
 * jquery.mCustomScrollbar.css
 * jquery.dropdown.min.css
 * jquery.fancybox.css
 * animate.css
 * sweetalert.css
 * typeaheadjs.css
 * mn.css
 * mn2.css
 * Generated by MagicMin: 2018-02-02 11:43:51
 */
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}


/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/* Style For Suggestions */
    
/*
 For creating side border like this
 | item 1   |
 | item 2   |
 */
.suggestions{margin-top: 7px;width: 82% !important;}
.suggestions .suggest_item{
	width: 100% !important;
	position: relative;
	padding: 15px;
	color:#aeaeae;
	font-size: 13px;
	background-color:#fff;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.suggestions .suggest_item:before{
	content: "\f105";font-family: "FontAwesome";color:#e3e3e3;border:1px solid #e3e3e3;width: 15px;height: 15px;border-radius: 15px;position: absolute;top:30px;right: 20px;text-align: center;
}
 @media (max-width: 640px){
 	.suggestions .suggest_item:before{
 		display: none;
 	}
 }
/*
/*
 For creating top border like this
 ------------
   item 1
   ...
 */
.suggestions .suggest_item.first{
	border-top:1px solid #CCCCCC;
}

/*
 For creating bottom border like this
   ...
   item 2
  ------------
 */
.suggestions .suggest_item.last{
	border-bottom:1px solid #CCCCCC;
}

/*
 For coloring the selected item
 */
.suggestions .suggest_item.selected, .suggestions .suggest_item.selected .description{
	background-color:#fffae9;
	cursor:pointer;
}

/*
 Image thumbnail
 */
.suggestions .suggest_item .thumbnail{
	position: relative;
	border-color: #e2e2e2;
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0;
	border-radius: inherit;
}
.suggestions .suggest_item .thumbnail:before{
	content: "";position: absolute;top:8px;right:-17px;border-right: 1px solid #e2e2e2;height: 30px;
}
.suggestion_title{padding-left: 80px;padding-top: 6px;margin-right: 40px;border-right: 1px solid #e2e2e2;}
.description{padding-left: 80px;margin-right: 40px;border-right: 1px solid #e2e2e2;}
 @media (max-width: 640px){
 	.description, .suggestion_title{
 		margin-right: 0;border:none;
 	}
 }
/*
 Description
 */
.suggestions .suggest_item .description{
	font-weight: bold;
	font-size: 16px;
	color: #707070;
}.is_clickable {
  cursor: hand;
  cursor: pointer;
}
.nstSlider {
  cursor: hand;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 300px;
  height: 20px;
  background: #113344;
}
.nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip,
.nstSlider .leftGrip {
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  background: #ffffff;
}
.nstSlider .bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #ffffff;
  height: 8px;
  top: 6px;
}
.nstSlider .highlightPanel {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #e87722;
  height: 20px;
  top: 0;
}
.ps-container .ps-scrollbar-x-rail {
    position: absolute; /* please don't change 'position' */
    bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color.2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 3px; /* there must be 'right' for ps-scrollbar-y-rail */
    width:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color.2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: 0; /* there must be 'right' for ps-scrollbar-y */
    width: 4px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999;
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ 
		padding-right: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ 
		padding-bottom: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(https://www.aydinlatmareyonu.com/css/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */
.jq-dropdown{position:absolute;z-index:1039;display:none}.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{min-width:160px;max-width:360px;list-style:none;background:#fff;border:solid 1px #ddd;border-radius:4px;box-shadow:0 5px 10px rgba(0,0,0,.2);overflow:visible;padding:4px 0;margin:0}.jq-dropdown .jq-dropdown-panel{padding:10px}.jq-dropdown.jq-dropdown-tip{margin-top:8px}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before{left:auto;right:9px}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after{left:auto;right:10px}.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel{max-height:180px;overflow:auto}.jq-dropdown .jq-dropdown-menu li{list-style:none;padding:0 0;margin:0;line-height:18px}.jq-dropdown .jq-dropdown-menu label,.jq-dropdown .jq-dropdown-menu li>a{display:block;color:inherit;text-decoration:none;line-height:18px;padding:3px 15px;margin:0;white-space:nowrap}.jq-dropdown .jq-dropdown-menu label:hover,.jq-dropdown .jq-dropdown-menu li>a:hover{background-color:#f2f2f2;color:inherit;cursor:pointer}.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider{font-size:1px;border-top:solid 1px #e5e5e5;padding:0;margin:5px 0}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.aydinlatmareyonu.com/css/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.aydinlatmareyonu.com/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.aydinlatmareyonu.com/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.aydinlatmareyonu.com/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.aydinlatmareyonu.com/css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.aydinlatmareyonu.com/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {


    padding: 10px 10px 22px 10px;

    box-shadow: 0px 0px 6px #6F6D6D;
  background-color: white;
 /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  width: 478px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
  /*  -webkit-border-radius: 4px;border-radius: 5px; */
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
ul.typeahead {width: 100%;border-radius: 0;font-family: "titillium_webregular";font-size: 16px;color: #274687;display: block !important;}
ul.typeahead li {vertical-align: middle;border-bottom: 1px solid #f5f5f5}
ul.typeahead li a {color:#353535;}
ul.typeahead li a:focus { background-color: #fbbb4a;color:#353535;}
ul.typeahead li figure{display: inline-block;text-align: center;width: 40px;height: 50px;}
ul.typeahead li img {margin: 4px 0;height: 40px;max-width: 100%;width: 36px;}

ul.typeahead span{margin-left: 20px}
ul.typeahead em {float: right}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {background-color: #fbbb4a}@charset "UTF-8";
.clear {
  clear: both; }

img {
  max-width: 100%; }

#inner {
  margin-bottom: 40px;
  position: relative; }
#inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  background-color: #fbbb4a;
  height: 4px;
  z-index: 1; }
#inner #map {
  height: 255px; }

strong, h1, h2, h3, h4, h5, h6 {
  /* font-family: "proxima_nova_rgbold"; */
  font-weight: bold;
  }

input {
  outline: none;
  padding: 0 5px;
  width: 100%; }
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #cacaca; }
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cacaca; }
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */ }
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #cacaca; }

::selection {
  background: #fbbb4a;
  color: #fff;
  text-shadow: none; }

.mCSB_scrollTools .mCSB_draggerContainer {
  top: 7px; }

.row {
  margin: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 1px;
  padding-left: 1px; }

/*------------------------- COLORBOX -------------------------*/
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

body {
  color: #3b4348;
  margin: 0 auto;
  padding: 0;
  font: 13px "proxima_nova_rgregular";
  background: url(https://www.aydinlatmareyonu.com/css/images/bg.jpg) repeat-y center top;
  position: relative; }

a {
  color: #3b4348;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
a:hover {
  text-decoration: none;
  color: #fbbb4a; }

[class*="def-"] {
  background: url(https://www.aydinlatmareyonu.com/css/images/sprite.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: middle; }

.body-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 6; }
.ie8 .body-bg, .ie7 .body-bg {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
  zoom: 1; }

.def-icon-uye {
  background-position: 0 0;
  width: 14px;
  height: 13px; }
.def-icon-sepet {
  background-position: 0 -14px;
  width: 22px;
  height: 20px; }
.def-icon-sepet-ekle {
  background-position: -73px 0;
  width: 20px;
  height: 18px; }
.def-icon-kisayol {
  background-position: -24px -25px;
  width: 19px;
  height: 20px; }
.def-icon-share {
  background-position: -50px 0;
  width: 16px;
  height: 16px; }
.def-icon-gozat {
  background-position: -50px -20px;
  width: 22px;
  height: 15px; }
.def-icon-buyutec {
  background-position: -74px -24px;
  width: 26px;
  height: 26px; }
.def-icon-kiyasla {
  background-position: 0 -53px;
  width: 19px;
  height: 20px; }
.def-icon-paslas {
  background-position: -22px -53px;
  width: 16px;
  height: 16px; }
.def-icon-eye {
  background-position: -42px -53px;
  width: 22px;
  height: 15px; }
.def-icon-ayni-gun {
  background-position: -102px 0;
  width: 29px;
  height: 25px; }
.def-icon-gun {
  background-position: -102px -29px;
  width: 22px;
  height: 22px; }
.def-icon-araba {
  background-position: -102px -54px;
  width: 23px;
  height: 17px; }
.def-icon-al {
  background-position: -71px -54px;
  width: 28px;
  height: 28px; }
.def-icon-user-1 {
  background-position: 0 -97px;
  width: 17px;
  height: 17px; }
.def-icon-banaozel {
  background-position: -21px -97px;
  width: 17px;
  height: 17px; }
.def-icon-exit {
  background-position: -41px -97px;
  width: 16px;
  height: 14px; }
.def-icon-teslim {
  background-position: -60px -97px;
  width: 34px;
  height: 31px; }
.def-icon-odeme {
  background-position: -95px -97px;
  width: 34px;
  height: 31px; }
.def-icon-siparis {
  background-position: 0 -137px;
  width: 34px;
  height: 31px; }
.def-icon-finish {
  background-position: -35px -137px;
  width: 34px;
  height: 31px; }
.def-icon-banaozel-1 {
  background-position: -75px -175px;
  width: 26px;
  height: 26px; }
.def-icon-user-2 {
  background-position: -106px -175px;
  width: 18px;
  height: 18px; }
.def-icon-okey {
  background-position: 0 -204px;
  width: 33px;
  height: 33px; }
.def-icon-refresh {
  background-position: -38px -204px;
  width: 20px;
  height: 18px; }
.def-icon-onay {
  background-position: -65px -204px;
  width: 33px;
  height: 33px; }
.def-icon-basket {
  background-position: -103px -204px;
  width: 25px;
  height: 22px; }

/* SEPETE EKLE */
/*-----------------------------------*/
.sepeteEkle {
  width: inherit;
  max-width: 935px;
  margin: 10% auto; }
.sepeteEkle .modal-content {
  border-radius: inherit;
  border: none; }
.sepeteEkle .modal-content .modal-header .close {
  color: #fbbb4a;
  outline: none;
  font-size: 31px; }
.sepeteEkle .modal-content .modal-header .modal-title {
  color: #fbbb4a;
  font: 29px "walkway_condensed_semiboldRg"; }
.sepeteEkle .modal-content .modal-body {
  padding: 0; }
.sepeteEkle .modal-content .modal-body table {
  width: 100%; }
.sepeteEkle .modal-content .modal-body table tr {
  border-top: 1px solid #e3e3e3;
  text-align: center; }
.sepeteEkle .modal-content .modal-body table tr th {
  font: 15px "proxima_nova_rgbold";
  background-color: #f1f1f1;
  padding: 12px 0;
  text-align: center; }
@media (max-width: 640px) {
  .sepeteEkle .modal-content .modal-body table tr th {
    display: none; } }
.sepeteEkle .modal-content .modal-body table tr td {
  font: 17px "proxima_nova_rgbold";
  padding: 20px 0; }
.sepeteEkle .modal-content .modal-body table tr td sup {
  font-family: "proxima_nova_rgregular"; }
.sepeteEkle .modal-content .modal-body table tr td .text {
  font: 24px "proxima_nova_rgregular"; }
.sepeteEkle .modal-content .modal-body table tr td .text small {
  display: block;
  font-size: 13px;
  color: #aeaeae; }
.sepeteEkle .modal-content .modal-body table tr td .text em {
  font-style: normal;
  font-size: 16px;
  display: block; }
@media (max-width: 640px) {
  .sepeteEkle .modal-content .modal-body table tr td {
    display: none; } }
.sepeteEkle .modal-content .modal-body table tr td.shows {
  display: none; }
@media (max-width: 640px) {
  .sepeteEkle .modal-content .modal-body table tr td.shows {
    display: table-cell; } }
.sepeteEkle .modal-content .modal-body table tr td.shows ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -1px; }
.sepeteEkle .modal-content .modal-body table tr td.shows ul li span {
  background-color: #f1f1f1;
  margin: 10px 0;
  border: 1px solid #bbbbbb;
  display: block;
  font: italic 14px "proxima_nova_rgbold";
  line-height: 40px; }
.sepeteEkle .modal-content .modal-footer {
  border: none; }
.sepeteEkle .modal-content .modal-footer button {
  border: none;
  background-color: #f1f1f1;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  margin-right: 3%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0 20px 0 0;
  width: 27%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  outline: none; }
@media (max-width: 480px) {
  .sepeteEkle .modal-content .modal-footer button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px; } }
.sepeteEkle .modal-content .modal-footer button span {
  width: 50px;
  text-align: center;
  line-height: 47px;
  display: inline-block;
  background-color: #dfdfdf;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
  float: left; }
.sepeteEkle .modal-content .modal-footer button:first-child {
  margin-right: 0; }
.sepeteEkle .modal-content .modal-footer button:hover {
  background-color: #fbbb4a;
  color: #fff; }
.sepeteEkle .modal-content .modal-footer button:hover span {
  background-color: #f4aa3d; }

/* YEN─░ ADRES EKLE */
/*-----------------------------------*/
.adres-ekle {
  max-width: 670px;
  width: inherit; }
.adres-ekle .adres_kaydet {
  display: block;
  background-color: #fbbb4a;
  color: #fff;
  font: 17px "proxima_nova_rgbold";
  height: 50px;
  padding: 15px 0;
  float: right;
  width: 30%;
  text-align: center;
  margin-top: -1px; }
.adres-ekle .modal-content {
  border-radius: inherit;
  color: #717171;
  box-shadow: none; }
.adres-ekle .modal-content .modal-header {
  padding: 15px 40px;
  position: relative; }
.adres-ekle .modal-content .modal-header .modal-title {
  font-size: 25px; }
.adres-ekle .modal-content .modal-header .close {
  position: absolute;
  top: 2px;
  right: -37px;
  background-color: #fbbb4a;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  opacity: 1; }
.adres-ekle .modal-content .modal-body {
  padding: 0; }
.adres-ekle .modal-content .modal-body .borderBlok {
  border: none; }
.adres-ekle .modal-content .modal-body .borderBlok .body {
  padding: 15px 40px;
  position: relative; }
.adres-ekle .modal-content .modal-body .borderBlok .body h4 {
  padding-left: 100px; }
.adres-ekle .modal-content .modal-body .borderBlok .body .form label input, .adres-ekle .modal-content .modal-body .borderBlok .body .form label .cusel {
  height: 35px;
  line-height: 35px;
  width: 100%; }
.adres-ekle .modal-content .modal-body .borderBlok .body .form .cusel .cuselFrameRight:before {
  top: 17px; }
.adres-ekle .modal-content .modal-body .borderBlok .body .form .span_width label {
  width: 30%; }
.adres-ekle .modal-content .modal-footer {
  padding: 40px;
  border: none;
  padding: 20px 40px; }
.adres-ekle .modal-content .modal-footer label {
  width: 100%;
  position: relative; }
.adres-ekle .modal-content .modal-footer label span {
  font-size: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }
.adres-ekle .modal-content .modal-footer .checkBox, .adres-ekle .modal-content .modal-footer .radioButon {
  border: 1px solid #e3e3e3;
  width: 19px !important;
  height: 19px !important;
  float: left;
  margin-right: 7px; }
.adres-ekle .modal-content .modal-footer .checkBox.check, .adres-ekle .modal-content .modal-footer .radioButon.check {
  border: none;
  background: url(https://www.aydinlatmareyonu.com/css/images/check2.jpg) no-repeat 0 0; }
.adres-ekle .modal-content .modal-footer .span_width {
  padding-left: 100px; }
.adres-ekle .modal-content .modal-footer .span_width label {
  float: left;
  width: 20%;
  text-align: left; }
@media (max-width: 480px) {
  .adres-ekle .modal-content .modal-footer .span_width label {
    width: 100%; } }

/* YEN─░ FATURA ADRES─░ HESABIM EKLE */
/*-----------------------------------*/
.addAddress {
  max-width: 815px;
  width: inherit; }
.addAddress [class*="col-"] {
  padding-right: 40px; }
@media (max-width: 640px) {
  .addAddress [class*="col-"] {
    padding-right: 1px; } }
.addAddress .modal-content {
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.95);
  border: none; }
.ie8 .addAddress .modal-content, .ie7 .addAddress .modal-content {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2FFFFFF,endColorstr=#F2FFFFFF);
  zoom: 1; }
.addAddress .modal-content .close {
  background-color: #de1a21; }
.addAddress .modal-content .modal-header {
  background-color: #3f3f43;
  height: 55px;
  line-height: 55px;
  padding: 0;
  overflow: hidden; }
.addAddress .modal-content .modal-header .modal-title {
  color: #fff;
  font: bold 18px/55px "proxima_nova_rgregular"; }
.addAddress .modal-content .modal-header .modal-title span {
  width: 63px;
  height: 55px;
  text-align: center;
  background-color: #252528;
  display: inline-block;
  margin-right: 25px; }
.addAddress .modal-content .modal-header .modal-title span i {
  color: #fff;
  margin: 0;
  font-size: 27px;
  vertical-align: middle; }
.addAddress .modal-content .modal-body {
  padding: 40px 0 40px 50px; }
@media (max-width: 640px) {
  .addAddress .modal-content .modal-body {
    padding: 20px; } }
.addAddress .modal-content .modal-body .satir {
  line-height: 33px;
  width: 100%;
  color: #6a6a6a;
  font-size: 15px;
  clear: both; }
.addAddress .modal-content .modal-body .satir span.title {
  color: #676767;
  font-size: 15px;
  line-height: 33px;
  display: block; }
.addAddress .modal-content .modal-body .satir label {
  padding-right: 7%; }
.addAddress .modal-content .modal-body .satir label .radioButon {
  border: 1px solid #d2d2d2;
  background: #f9f7fb;
  /* The Fallback */
  background: rgba(249, 247, 251, 0.6);
  width: 18px !important;
  height: 17px !important;
  margin-right: 10px;
  float: left;
  margin-top: 7px; }
.ie8 .addAddress .modal-content .modal-body .satir label .radioButon, .ie7 .addAddress .modal-content .modal-body .satir label .radioButon {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F9F7FB,endColorstr=#99F9F7FB);
  zoom: 1; }
.addAddress .modal-content .modal-body .satir label .radioButon.check {
  border: none;
  background: url(https://www.aydinlatmareyonu.com/css/images/check4.jpg) no-repeat 0 0; }
.addAddress .modal-content .modal-body a.tc-no {
  text-decoration: none;
  color: #676767;
  display: block;
  margin-top: 10px; }
.addAddress .modal-content .modal-body a.tc-no em {
  font-style: normal;
  text-decoration: underline; }
.addAddress .modal-content .modal-body input, .addAddress .modal-content .modal-body .cusel {
  background-color: #fff;
  border-radius: inherit;
  height: 33px;
  border: 1px solid #e3e3e3;
  outline: none; }
.addAddress .modal-content .modal-body #ekle {
  background-color: #3f3f43;
  border: none;
  color: #fff;
  font: 15px/38px "proxima_nova_rgbold";
  text-align: center;
  height: 38px;
  width: 106px;
  float: right;
  margin-top: 20px; }
.addAddress .modal-content .modal-body .cusel label {
  line-height: 33px; }
.addAddress .modal-content .modal-body .cusel .cuselFrameRight {
  border-left: 1px solid #d2d2d2;
  background-color: #fff; }
.addAddress .modal-content .modal-body .cusel .cuselFrameRight:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #d0d1d3;
  top: 15px;
  right: 12px; }

/* Select Elements */
/*-----------------------------------*/
/*--------- ├£YE G─░R─░┼Ş─░ -----------*/
.panel_ac {
  display: none;
  background-color: #fafafa;
  width: 680px;
  position: relative;
  z-index: 9;
  position: absolute;
  top: 45px;
  right: 0; }
@media (max-width: 640px) {
  .panel_ac {
    width: 100%; } }
.panel_ac h2 {
  color: #3b4348;
  font: 25px "proxima_nova_rgbold";
  padding: 30px 40px 20px;
  margin: 0;
  text-align: left; }
.panel_ac button {
  color: #fff;
  font: 15px "proxima_nova_rgbold";
  text-align: center;
  background: #5cb85c;
  line-height: 38px;
  outline: none;
  border-radius: inherit;
  width: 100%;
  padding: 0;
  border: none; }
.panel_ac .not {
  text-align: left;
  font-size: 13px;
  line-height: normal;
  margin-top: 20px; }
.panel_ac .uye_bg {
  background: #f3f3f3;
  border-right: 1px solid #dbdbdb; }
.panel_ac .sosyal a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  width: 31%;
  margin-right: 1%;
  padding: 0;
  font-size: 11px; }
.panel_ac .sosyal a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 6px; }
.panel_ac .sosyal a span i {
  font-size: 17px;
  vertical-align: middle; }
.panel_ac .sosyal a.face {
  background-color: #22458d; }
.panel_ac .sosyal a.face span {
  background-color: #1b3e84; }
.panel_ac .sosyal a.twit {
  background-color: #4cb2e2; }
.panel_ac .sosyal a.twit span {
  background-color: #40a6d6; }
.panel_ac .sosyal a.g_plus {
  background-color: #ea4848; }
.panel_ac .sosyal a.g_plus span {
  background-color: #da3838; }
.panel_ac .unuttum {
  font-size: 15px;
  color: #3b4348;
  margin: 15px 0;
  text-align: center;
  display: block;
  text-decoration: none; }
.panel_ac .giris_yap {
  padding: 0 30px 30px;
  color: #3b4348; }
.panel_ac .giris_yap form label {
  margin-bottom: 15px;
  display: block; }
.panel_ac .giris_yap form label input {
  width: 100%;
  border: 1px solid #dcdcdc;
  padding: 10px 10px;
  border-radius: inherit;
  background-color: #fff;
  height: inherit; }
.panel_ac .giris_yap form button {
  background: #5cb85c;
  color: #fff;
  text-align: center;
  font: 15px "proxima_nova_rgbold";
  border: none;
  width: 100%;
  padding: 10px 0;
  outline: none; }

/*--------- ├£YE G─░R─░┼Ş─░ F─░N─░SH-----------*/
/* YEN─░ ├£YE KAYDI */
/*-----------------------------------*/
.yKayit {
  max-width: 465px;
  width: inherit; }
.yKayit .modal-content {
  border-radius: inherit;
  position: relative; }
.yKayit .modal-content .close {
  position: absolute;
  top: 0;
  right: -37px;
  background: #fbbb4a url(https://www.aydinlatmareyonu.com/css/images/close_icon.png) no-repeat center;
  width: 37px;
  height: 37px;
  color: #fff;
  text-align: center;
  opacity: 1;
  outline: none; }
.yKayit .modal-content .modal-bg {
  border-left: 1px solid #e0e0e0;
  background: #F4F4F4;
  /* The Fallback */
  background: rgba(244, 244, 244, 0.7); }
.ie8 .yKayit .modal-content .modal-bg, .ie7 .yKayit .modal-content .modal-bg {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3F4F4F4,endColorstr=#B3F4F4F4);
  zoom: 1; }
.yKayit .modal-content .modal-header {
  padding: 40px;
  border: none; }
.yKayit .modal-content .modal-header .modal-title {
  color: #979797;
  font: 25px "proxima_nova_rgbold"; }
.yKayit .modal-content .modal-header .modal-title i {
  border: 2px solid #979797;
  font-size: 21px;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px; }
.yKayit .modal-content .modal-body {
  padding: 0 40px 40px; }
.yKayit .modal-content .modal-body .unuttum {
  color: #a3a3a3;
  display: block;
  text-align: center;
  margin: 20px 0; }
.yKayit .modal-content .modal-body .face_baglan {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  display: block;
  background-color: #3b5998;
  color: #fff;
  font-size: 15px;
  margin: 0;
  border-radius: inherit;
  border: none;
  width: inherit;
  text-align: center;
  height: 38px;
  line-height: 38px; }
.yKayit .modal-content .modal-body .face_baglan i {
  float: left;
  font-size: 24px;
  background-color: #4E70B8;
  display: inline-block;
  padding: 6px 19px 7px 17px;
  vertical-align: middle;
  margin: 0; }
.yKayit .modal-content .modal-body form label {
  margin-bottom: 10px;
  width: 100%; }
.yKayit .modal-content .modal-body form label .bg {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #aeaeae;
  font-size: 13px;
  padding-bottom: 12px; }
.yKayit .modal-content .modal-body form label .bg em {
  color: #aeaeae;
  font-size: 15px;
  display: block;
  font-style: normal;
  padding: 10px 15px; }
.yKayit .modal-content .modal-body form label .bg label {
  display: inline-block; }
.yKayit .modal-content .modal-body form label .checkBox {
  border: 1px solid #e3e3e3;
  width: 14px !important;
  height: 14px !important;
  display: inline-block;
  margin: 5px 7px 0 15px;
  vertical-align: sub; }
.yKayit .modal-content .modal-body form label .checkBox.check {
  background: url(https://www.aydinlatmareyonu.com/css/images/check3.jpg) no-repeat 0 0;
  border: none; }
.yKayit .modal-content .modal-body form label i {
  font-style: normal;
  color: #5cb85c;
  overflow: inherit; }
.yKayit .modal-content .modal-body form label input {
  padding: 6px 10px; }
.yKayit .modal-content button {
  color: #fff;
  font: 15px "proxima_nova_rgbold";
  text-align: center;
  background: #5cb85c;
  line-height: 38px;
  outline: none;
  border-radius: inherit;
  width: 100%;
  padding: 0;
  border: none; }

/* YEN─░ ├£YE KAYDI FINISH*/
/* YORUM YAP */
/*-----------------------------------*/
.yorum_yap {
  width: inherit;
  max-width: 850px; }
.yorum_yap .modal-content {
  border-radius: inherit;
  position: relative;
  box-shadow: none;
  border: none; }
.yorum_yap .modal-content .close {
  position: absolute;
  top: 0;
  right: -37px;
  background: #fbbb4a url(https://www.aydinlatmareyonu.com/css/images/close_icon.png) no-repeat center;
  width: 37px;
  height: 37px;
  color: #fff;
  text-align: center;
  opacity: 1;
  outline: none; }
.yorum_yap .modal-content .modal-header {
  padding: 30px; }
.yorum_yap .modal-content .modal-header .modal-title {
  font: 21px "titillium_websemibold"; }
.yorum_yap .modal-content .modal-body {
  padding: 40px;
  display: inline-block;
  width: 100%; }
.yorum_yap .modal-content .modal-body img {
  float: left;
  border: 1px solid #e3e3e3;
  margin-right: 20px; }
.yorum_yap .modal-content .modal-body .hgroup {
  float: left;
  color: #3b4348;
  font-size: 16px; }
.yorum_yap .modal-content .modal-body .hgroup small {
  display: block;
  color: #aeaeae;
  font-size: 13px; }
.yorum_yap .modal-content .modal-body label {
  font-size: 15px;
  color: #696969;
  margin-bottom: 15px; }
.yorum_yap .modal-content .modal-body label .radioButon {
  border: 1px solid #e3e3e3;
  width: 19px !important;
  height: 19px !important;
  float: left;
  margin-right: 10px; }
.yorum_yap .modal-content .modal-body label .radioButon.check {
  border: none;
  background: url(https://www.aydinlatmareyonu.com/css/images/check2.jpg) no-repeat 0 0; }
.yorum_yap .modal-content .modal-body label textarea {
  min-height: 100px;
  margin-top: 10px; }
.yorum_yap .buttonlar {
  float: right;
  width: 50%; }
@media (max-width: 480px) {
  .yorum_yap .buttonlar {
    width: 100%; } }
.yorum_yap .buttonlar a {
  color: #fff;
  background-color: #a5a4a4;
  font: 16px "titillium_websemibold";
  line-height: 50px;
  display: inline-block;
  width: 50%;
  text-align: center; }
@media (max-width: 480px) {
  .yorum_yap .buttonlar a {
    width: 100%;
    display: block; } }
.yorum_yap .buttonlar a:hover {
  background-color: #fbbb4a; }

/*-----------------------------------*/
/* RAT─░NG */
/*-----------------------------------*/
.rating {
  display: inline-block;
  font-size: 15px; }
.rating em {
  font-style: normal;
  display: block;
  margin-bottom: 22px; }
.rating span:before {
  color: #fbbb4a;
  font-family: "FontAwesome"; }
.rating span.star {
  font-weight: normal;
  font-style: normal;
  float: left;
  padding: 0 1px;
  cursor: pointer;
  font-size: 30px; }
.rating span.star:before {
  content: "\f005";
  display: block;
  font-size: 30px;
  color: #a7b8c8;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
.rating span.voted:before {
  color: #fbbb4a; }
.rating:hover span.star:before {
  color: #a7b8c8 !important; }
.rating:hover span.star.over:before {
  color: #fbbb4a !important; }

.rating-large span.star:before {
  font-size: 30px; }

.omega {
  margin-right: 0 !important; }

.cusel, #cuselBox .cusel-scroll-wrap, #cuselBox .jScrollPaneContainer, #cuselBox .cusel-scroll-pane {
  width: 100% !important; }

.cusel {
  height: 50px;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 30px 0 12px; }

.cuselOpen {
  z-index: 9999; }

/* Right Arrow */
.cuselFrameRight {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  cursor: pointer; }
.cuselFrameRight:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #d0d1d3;
  position: absolute;
  top: 19px;
  right: 14px; }

.cusel:hover .cuselFrameRight:before, .cuselOpen .cuselFrameRight:before, .cuselFocus .cuselFrameRight:before {
  border-top-color: #a0a0a0; }

.cuselText {
  cursor: pointer; }
.cuselText label::selection {
  background-color: transparent; }
.cuselText label {
  width: 100%;
  height: 100%;
  line-height: 48px;
  font-size: 14px;
  color: #70808b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* Select List */
#cuselBox {
  position: absolute;
  z-index: 9999; }
#cuselBox .cusel-scroll-pane {
  padding-right: 0 !important; }
#cuselBox .jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  border: 1px solid #d0d1d3;
  border-top: none;
  background: #ebf1f8;
  border-radius: 2px; }
#cuselBox span {
  display: block;
  cursor: pointer; }
#cuselBox span label {
  display: block;
  padding: 10px 12px;
  position: relative;
  border-top: 1px solid #d0d1d3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0; }
#cuselBox span:first-child label {
  border-top: none; }
#cuselBox span:hover, #cuselBox span.cuselOptHover, #cuselBox span.cuselActive {
  color: #c9376e;
  background: #DFE3E9; }

/*-------- CHOSEN STYLE -----*/
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default !important; }

.chosen-container {
  position: relative;
  background: #fff;
  min-height: 50px;
  /* Selected List */ }
.chosen-container .chosen-choices {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  cursor: text;
  /*&:after{content: '\2b'; font-size: 16px; color: #fff; line-height: 38px; text-align: center; width: 38px;height: 38px; position: absolute; top: 2px; right: 2px; background: #9cd70e;}*/ }
.chosen-container .chosen-choices li {
  float: left; }
.chosen-container .chosen-choices li.search-choice {
  position: relative;
  margin: 2px;
  padding: 5px 20px 5px 5px;
  font-size: 12px;
  line-height: 18px;
  color: #3b4348;
  cursor: default;
  border: 1px solid #e3e3e3; }
.chosen-container .chosen-choices li.search-choice .search-choice-close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 0;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  opacity: .5;
  font-size: 12px;
  color: #fff; }
.chosen-container .chosen-choices li.search-choice .search-choice-close:before {
  background: url(https://www.aydinlatmareyonu.com/css/images/icon-plus.png) no-repeat 0 0;
  content: "";
  width: 7px;
  height: 10px;
  display: block; }
.chosen-container .chosen-choices li.search-choice .search-choice-close:hover {
  opacity: 1;
  color: #fff !important; }
.chosen-container .chosen-choices li.search-choice:hover {
  border-color: #fbbb4a; }
.chosen-container .chosen-choices li.search-field {
  padding-left: 8px;
  white-space: nowrap; }
.chosen-container .chosen-choices li.search-field input {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none !important;
  background: transparent !important;
  filter: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 42px;
  font-size: 14px;
  color: #70808b; }
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 999;
  border: 1px solid #d0d1d3;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.12);
  /* Dropdown List */ }
.chosen-container .chosen-drop .chosen-results {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 180px;
  padding-left: 0;
  -webkit-overflow-scrolling: touch; }
.chosen-container .chosen-drop .chosen-results li {
  display: none;
  margin: 0;
  padding: 9px 12px;
  font-size: 13px;
  color: #786e55;
  margin: 0;
  list-style: none; }
.chosen-container .chosen-drop .chosen-results li.highlighted {
  color: #fff !important;
  background: #21649c; }
.chosen-container .chosen-drop .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }
.chosen-container .chosen-drop .chosen-results li.result-selected, .chosen-container .chosen-drop .chosen-results li .disabled-result {
  display: list-item;
  color: #B7B8B6;
  cursor: default; }
.chosen-container .chosen-drop .chosen-results li.no-results {
  display: list-item; }
.chosen-container .chosen-drop .chosen-results li.no-results span {
  color: #cc3636; }
.chosen-container .chosen-drop .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-with-drop .chosen-drop {
  left: -1px;
  right: -1px; }

.content {
  max-width: 1110px;
  margin: 0 auto;
  position: relative; }

/*-------------------------------------- HEADER ---------------------------*/
#basaDon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none; }

.navbar-right {
  margin: 0; }

.navbar-default {
  background-color: inherit;
  margin: 0;
  border: none;
  border-radius: inherit; }
@media (max-width: 1150px) {
  .navbar-default .navbar-collapse {
    background-color: #394046;
    padding: 0 1px; } }
.navbar-default .navbar-toggle {
  margin-top: 56px; }

header {
  background: url(https://www.aydinlatmareyonu.com/css/images/header-bg.jpg) repeat-x top center; }
header .header-sag {
  position: absolute;
  top: 0;
  right: 0;
  /*------- ├£YE G─░R─░LM─░┼Ş HAL─░ ------*/
  /*------- ├£YE G─░R─░LM─░┼Ş HAL─░ F─░N─░SH ------*/ }
@media (max-width: 1150px) {
  header .header-sag {
    top: 109px;
    width: 100%; } }
header .header-sag .uye-girilmis {
  display: none;
  float: right; }
header .header-sag .uye-girilmis ul {
  margin: 0;
  padding: 0;
  list-style: none; }
header .header-sag .uye-girilmis ul li {
  float: left;
  border-right: 1px solid #464d52;
  padding: 12px 20px;
  background: #32393d;
  /* The Fallback */
  background: rgba(50, 57, 61, 0.7);
  height: 42px; }
.ie8 header .header-sag .uye-girilmis ul li, .ie7 header .header-sag .uye-girilmis ul li {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B332393D,endColorstr=#B332393D);
  zoom: 1; }
header .header-sag .uye-girilmis ul li a {
  display: block;
  color: #fff; }
header .header-sag .uye-girilmis ul li a i {
  vertical-align: sub;
  margin-right: 7px; }
@media (max-width: 1150px) {
  header .header-sag .uye-girilmis ul li span {
    display: none; } }
header .header-sag .uye-girilmis ul li:hover {
  background: #32393d;
  /* The Fallback */
  background: rgba(50, 57, 61, 0.5);
  border-bottom: 2px solid #fbbb4a; }
.ie8 header .header-sag .uye-girilmis ul li:hover, .ie7 header .header-sag .uye-girilmis ul li:hover {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8032393D,endColorstr=#8032393D);
  zoom: 1; }
header .header-sag .uye-girilmis ul li:hover a {
  color: #fbbb4a; }
header .header-sag .uye-girilmis ul li:hover a .def-icon-user-1 {
  background-position: 0 -116px; }
header .header-sag .uye-girilmis ul li:hover a .def-icon-banaozel {
  background-position: -21px -116px; }
header .header-sag .uye-girilmis ul li:hover a .def-icon-exit {
  background-position: -41px -116px; }
header .header-sag .uye_girisi {
  float: left; }
@media (max-width: 1150px) {
  header .header-sag .uye_girisi {
    float: right; } }
header .header-sag .uye_girisi a.tikla {
  display: block;
  color: #fff;
  text-align: center;
  padding: 12px 20px; }
header .header-sag .uye_girisi a.tikla i {
  margin-right: 7px; }
@media (max-width: 1150px) {
  header .header-sag .uye_girisi a.tikla span {
    display: none; } }
@media (max-width: 1150px) {
  header .header-sag .uye_girisi a.tikla {
    background: #32393d;
    /* The Fallback */
    background: rgba(50, 57, 61, 0.7);
    height: 42px; }
  .ie8 header .header-sag .uye_girisi a.tikla, .ie7 header .header-sag .uye_girisi a.tikla {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B332393D,endColorstr=#B332393D);
    zoom: 1; }
  header .header-sag .uye_girisi a.tikla i {
    margin-right: 0; } }
header .header-sag .ust-uye-sosyal {
  display: block;
  float: left; }
@media (max-width: 1150px) {
  header .header-sag .ust-uye-sosyal {
    display: none; } }
header .ust-uye-sosyal {
  text-align: right;
  padding: 10px 0;
  display: none; }
@media (max-width: 1150px) {
  header .ust-uye-sosyal {
    text-align: center;
    border-bottom: 1px solid #353B3F;
    display: block; } }
header .ust-uye-sosyal .social {
  border-right: 1px solid #464d52;
  padding-top: 5px;
  display: inline-block; }
header .ust-uye-sosyal .social a {
  color: #fff;
  display: inline-block;
  padding-right: 15px;
  font-size: 15px; }
header .ust-uye-sosyal .social a:hover {
  color: #fbbb4a; }
header .main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px solid #464d52;
  font-family: "titillium_webregular";
  }
@media (max-width: 1150px) {
  header .main-menu {
    margin: 0;
    padding: 0;
    border: none; } }
header .main-menu li {
  float: left;
  font-size: 16px; }
@media (max-width: 1150px) {
  header .main-menu li {
    float: none;
    text-align: center; } }
header .main-menu li a {
  display: block;
  border-right: 1px solid #464d52;
  padding: 0 20px;
  color: #e7e7e7;
  }
  header .main-menu li:last-child a {
    border-right: none;
  }
header .main-menu li a:hover, header .main-menu li a.active {
  color: #fbbb4a; }
@media (max-width: 1150px) {
  header .main-menu li {
    font-size: 19px;
    border-right: none;
    border-bottom: 1px solid #3C4349;
    border-top: 1px solid #353B3F; }
  header .main-menu li a {
    line-height: 65px; }
  header .main-menu li a:hover {
    background-color: #3D454C; } }
header .logo {
  height: inherit;
  padding: 30px 0; }

/*-------------------------------------- SECTION ---------------------------*/
/*--- MOB─░L G├ûR├£N├£M ─░├ç─░N --*/
ul.mobilTable {
  display: none; }

@media (max-width: 1150px) {
  ul.mobilTable {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
    display: block;
    margin: 0 0 20px; }
  ul.mobilTable li {
    font-size: 13px;
    border-top: 1px solid #e3e3e3;
    height: 45px;
    line-height: 45px;
    position: relative;
    overflow: hidden; }
  ul.mobilTable li:first-child {
    height: inherit; }
  ul.mobilTable li:first-child .th {
    height: inherit; }
  ul.mobilTable li small {
    display: inline-block;
    padding: 0 5px; }
  ul.mobilTable li span.th {
    text-align: left;
    border-right: 1px solid #e3e3e3;
    background-color: #f8f8f8;
    display: inline-block;
    padding: 0 20px;
    width: 180px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 45px; }
  ul.mobilTable li .td {
    text-align: center; }
  ul.mobilTable li .td .field {
    position: absolute;
    top: 4px;
    right: 0;
    width: 100%;
    padding-left: 191px; } }
/*--- MOB─░L G├ûR├£N├£M ─░├ç─░N F─░N─░SH --*/
/*-------------------- TESL─░M B─░LG─░LER─░ --------------------*/
.islem_onay {
  background-color: #a4c008;
  height: 73px;
  margin-bottom: 20px; }
.islem_onay span {
  font-size: 25px;
  display: inline-block;
  width: 80px;
  text-align: center;
  line-height: 73px;
  background-color: #9cb607;
  float: left;
  color: #fff; }
@media (max-width: 640px) {
  .islem_onay span {
    display: none; } }
.islem_onay .text {
  color: #fff;
  font: 19px "proxima_nova_rgbold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 15px;
  float: left;
  width: 72%; }
.islem_onay .text small {
  display: block;
  font: 15px "proxima_nova_rgregular"; }
@media (max-width: 640px) {
  .islem_onay .text {
    width: 100%; } }

.borderBlok {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  color: #696969;
  position: relative;
  /*--------------------- TAB FORMLAR ------------*/
  /*--------------------- TAB FORMLAR ------------*/ }
.borderBlok .ozet {
  position: absolute;
  top: 0;
  right: -270px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  text-align: right;
  width: 30%;
  font-style: "titillium_webregular"; }
@media (max-width: 1150px) {
  .borderBlok .ozet {
    display: none; } }
.borderBlok .ozet h2 {
  margin: 0;
  padding: 15px;
  color: #fbbb4a;
  font-size: 21px;
  border-bottom: 1px solid #e3e3e3;
  font-family: "titillium_websemibold"; }
.borderBlok .ozet .hgroup, .borderBlok .ozet .alt-border {
  color: #696969;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px; }
.borderBlok .ozet .hgroup span, .borderBlok .ozet .alt-border span {
  display: block;
  font: 25px "titillium_websemibold"; }
.borderBlok .ozet .hgroup small, .borderBlok .ozet .alt-border small {
  font-size: 13px; }
.borderBlok .ozet .alt-border em {
  font-style: normal;
  font-size: 18px;
  display: block; }
.borderBlok .ozet a {
  display: block;
  color: #fff;
  font: 18px "titillium_websemibold";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4aa3d;
  height: 40px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 15px; }
.borderBlok .ozet a span {
  display: inline-block;
  background-color: #fcb44b;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  width: 50px;
  font-size: 30px;
  margin-left: 12%;
  float: right; }
.borderBlok .baslik {
  min-height: 80px;
  padding: 30px 20px;
  border-bottom: 1px solid #e3e3e3; }
.borderBlok .baslik h4 {
  margin: 0; }
.borderBlok .baslik .sepBaslik {
  color: #fbbb4a;
  font: 21px "titillium_websemibold"; }
.borderBlok .baslik .sepBaslik i {
  vertical-align: baseline;
  margin-right: 15px; }
.borderBlok .baslik .urun {
  float: right;
  font-size: 16px; }
.borderBlok .baslik .urun small {
  color: #9db707;
  font-size: 16px;
  display: inline-block; }
.borderBlok .baslik small {
  font-size: 14px;
  display: block; }
.borderBlok .table1 {
  width: 100%; }
.borderBlok .table1 tr {
  border-bottom: 1px solid #e3e3e3;
  display: none; }
.borderBlok .table1 tr.baslik {
  display: table-row; }
@media (max-width: 1150px) {
  .borderBlok .table1 tr.baslik {
    display: none; } }
.borderBlok .table1 tr.hidden-list {
  display: table-row; }
.borderBlok .table1 tr th {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  background: url(https://www.aydinlatmareyonu.com/css/images/border1.jpg) no-repeat right center; }
.borderBlok .table1 tr th:last-child {
  background: none; }
.borderBlok .table1 tr td {
  text-align: center;
  color: #313131;
  font-size: 16px;
  padding: 20px 0;
  background: url(https://www.aydinlatmareyonu.com/css/images/border.jpg) no-repeat right center; }
@media (max-width: 1150px) {
  .borderBlok .table1 tr td {
    display: none; } }
.borderBlok .table1 tr td:nth-child(2) {
  background: none; }
.borderBlok .table1 tr td:nth-child(3) {
  border-left: 1px solid #e3e3e3; }
.borderBlok .table1 tr td:first-child {
  background: none; }
.borderBlok .table1 tr td:last-child {
  background: none; }
.borderBlok .table1 tr td .sayi {
  border: none;
  text-align: center; }
.borderBlok .table1 tr td .kapat {
  display: inline-block; }
.borderBlok .table1 tr td .kapat i {
  font-weight: bold;
  text-align: center;
  border: 1px solid #aeaeae;
  color: #aeaeae;
  width: 17px;
  height: 17px;
  line-height: 14px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  display: block;
  font-style: normal;
  cursor: pointer;
  margin: 0 auto; }
.borderBlok .table1 tr td figure {
  border: 1px solid #e3e3e3;
  max-width: 57px;
  max-height: 57px;
  margin: 0 auto; }
.borderBlok .table1 tr td small {
  font-size: 13px;
  color: #aeaeae;
  display: block; }
.borderBlok .table1 tr td .increment {
  position: relative;
  width: 30%;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block; }
.borderBlok .table1 tr td .increment input {
  padding-right: 29px;
  border: none;
  height: 30px;
  line-height: 30px;
  text-align: center; }
.borderBlok .table1 tr td .increment button {
  width: 8px;
  height: 7px;
  position: absolute;
  top: 16px;
  right: 8px;
  border: none;
  z-index: 1;
  outline: none;     text-indent: -44px;
    color: #fff;}
.borderBlok .table1 tr td .increment button:before {
  content: "";
  border-left: 1px solid #e3e3e3;
  font-family: "FontAwesome";
  position: absolute;
  top: -7px;
  right: 19px;
  height: 20px; }
.borderBlok .table1 tr td .increment button.plus {
  background: url(https://www.aydinlatmareyonu.com/css/images/plus.jpg) no-repeat 0 0;
  top: 7px; }
.borderBlok .table1 tr td .increment button.minus {
  background: url(https://www.aydinlatmareyonu.com/css/images/minus.jpg) no-repeat 0 0; }
.borderBlok .table1 tr td.shows {
  display: none;
  text-align: left;
  padding: 0; }
@media (max-width: 1150px) {
  .borderBlok .table1 tr td.shows {
    display: table-cell !important; } }
.borderBlok .table1 tr td .kargoBilgi {
  margin: 0;
  padding: 0;
  list-style: none; }
.borderBlok .table1 tr td .kargoBilgi li {
  padding-top: 10px;
  font-size: 13px; }
.borderBlok .table1 tr td .kargoBilgi li i {
  margin-right: 10px; }
.borderBlok .table1.tableSepetim tr td figure {
  max-width: 140px;
  max-height: 125px;
  border: none; }
.borderBlok .body {
  padding: 20px;
  border-bottom: 1px solid #e3e3e3;
  display: inline-block;
  width: 100%;
  position: relative;
  /*--------------------TESL─░MAT ─░LE FATURA ADRES─░ ------------------*/ }
.borderBlok .body.hiddenNone {
  display: block; }
.borderBlok .body.hidden-address {
  display: none;
  border-bottom: none; }
.borderBlok .body .checkBox, .borderBlok .body .radioButon {
  border: 1px solid #e3e3e3;
  width: 19px !important;
  height: 19px !important;
  float: left;
  margin-right: 7px; }
.borderBlok .body .checkBox.check, .borderBlok .body .radioButon.check {
  border: none;
  background: url(https://www.aydinlatmareyonu.com/css/images/check2.jpg) no-repeat 0 0; }
.borderBlok .body .adresDrop {
  margin-right: 10%;
  position: relative; }
@media (max-width: 992px) {
  .borderBlok .body .adresDrop {
    margin-right: none; } }
.borderBlok .body .adresDrop button {
  border: none;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  font-size: 16px;
  background-color: inherit;
  text-align: left;
  position: relative;
  outline: none; }
.borderBlok .body .adresDrop button h4 {
  display: block; }
.borderBlok .body .adresDrop button .metin {
  padding-right: 40px;
  max-height: 70px;
  overflow: hidden; }
.borderBlok .body .adresDrop button .ok {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #e3e3e3;
  width: 40px;
  text-align: center;
  height: 100%; }
.borderBlok .body .adresDrop button .ok span {
  color: #e3e3e3;
  position: relative;
  top: 40%; }
.borderBlok .body .adresDrop .jq-dropdown {
  border: 1px solid #e3e3e3;
  border-radius: inherit;
  width: 100%;
  padding: 0;
  margin: -3px 0 0;
  top: 100% !important;
  background-color: #fff;
  left: 0 !important; }
.borderBlok .body .adresDrop .jq-dropdown .list {
  padding: 20px;
  font-size: 16px;
  position: relative;
  display: none; }
.borderBlok .body .adresDrop .jq-dropdown .list.hidden-list {
  display: block; }
.borderBlok .body .adresDrop .jq-dropdown .list .trash {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  font-size: 24px;
  color: #e3e3e3;
  padding: 0; }
.borderBlok .body .adresDrop .jq-dropdown .list .trash i {
  position: relative;
  top: 40%; }
.borderBlok .body .adresDrop .jq-dropdown .adresEkle {
  color: #fff;
  font-size: 17px;
  height: 58px;
  overflow: hidden;
  background: url(https://www.aydinlatmareyonu.com/css/images/adres_bg.jpg) repeat-x;
  cursor: pointer;
  padding: 20px 0; }
.borderBlok .body .adresDrop .jq-dropdown .adresEkle i {
  font-style: normal;
  font-size: 45px;
  float: left;
  margin: -16px 10% 0 20%; }
.borderBlok .body .table2 {
  width: 100%; }
.borderBlok .body .table2 tr {
  border: 1px solid #e3e3e3; }
.borderBlok .body .table2 tr td {
  border-right: 1px solid #e3e3e3;
  padding: 15px 0;
  text-align: center; }
@media (max-width: 1150px) {
  .borderBlok .body .table2 tr td {
    display: none; } }
.borderBlok .body .table2 tr td label {
  padding: 0 0 0 21px; }
.borderBlok .body .table2 tr td.shows {
  display: none;
  text-align: left;
  padding: 0; }
.borderBlok .body .table2 tr td.shows label {
  width: inherit;
  padding: 11px 0 0; }
@media (max-width: 1150px) {
  .borderBlok .body .table2 tr td.shows {
    display: table-cell !important; } }
.borderBlok .form {
  padding: 20px 0; }
.borderBlok .form label {
  width: 100%;
  position: relative;
  margin-bottom: 10px; }
.borderBlok .form label .checkBox, .borderBlok .form label .radioButon {
  border: 1px solid #e3e3e3;
  width: 19px !important;
  height: 19px !important;
  float: left;
  margin-right: 7px; }
.borderBlok .form label .checkBox.check, .borderBlok .form label .radioButon.check {
  border: none;
  background: url(https://www.aydinlatmareyonu.com/css/images/check2.jpg) no-repeat 0 0; }
.borderBlok .form label span {
  font-size: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }
.borderBlok .form label input, .borderBlok .form label .cusel {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e3e3e3;
  width: 70%;
  outline: none; }
@media (max-width: 480px) {
  .borderBlok .form label input, .borderBlok .form label .cusel {
    width: 100% !important; } }
.borderBlok .form label .cusel {
  width: 70% !important; }
.borderBlok .form label .span_width {
  padding-left: 100px; }
.borderBlok .form label .span_width label {
  float: left;
  width: 15%; }
@media (max-width: 480px) {
  .borderBlok .form label .span_width label {
    width: 100%; } }
.borderBlok .form label .cusel label {
  line-height: 40px;
  margin: 0; }
.borderBlok .form label .cusel .cuselFrameRight {
  border-left: 1px solid #e3e3e3;
  width: 40px; }
.borderBlok .form label .cusel .cuselFrameRight:before {
  color: #c6c6c6;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #d0d1d3;
  right: 16px; }
.borderBlok .aliveriseDevam {
  border: none;
  background-color: #f1f1f1;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0 5px 0 0;
  width: 30%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  outline: none;
  margin: 30px;
  text-align: center;
  background-color: #fbbb4a;
  color: #fff;
  }
@media (max-width: 480px) {
  .borderBlok .aliveriseDevam {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px; } }
.borderBlok .aliveriseDevam span {
  width: 50px;
  text-align: center;
  line-height: 47px;
  display: inline-block;
  background-color: #F4AA3D;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  }
.borderBlok .aliveriseDevam:first-child {
  margin-right: 0; }
.borderBlok .aliveriseDevam:hover {
  background-color: #fbbb4a;
  color: #fff; }
.borderBlok .aliveriseDevam:hover span {
  background-color: #f4aa3d; }

/*-------------------- TESL─░M B─░LG─░LER─░ FINISH --------------------*/
section {
  background: url(https://www.aydinlatmareyonu.com/css/images/section-bg.jpg) repeat-x top center;
  padding-top: 5px;
  /*-------------------- YEN─░ ├£R├£NLER --------------------*/
  /*-------------------- HAKKIMIZDA --------------------*/ }
section #urun_toggle ul.urun_menu {
  display: none;
  z-index: 3; }
section .urun_gruplari {
  position: relative; }
@media (max-width: 992px) {
  section .urun_gruplari {
    height: 590px;
    display: none; } }
section .urun_gruplari h2 {
  width: 25%;
  color: #fff;
  font-size: 18px;
  background-color: #fbbb4a;
  height: 47px;
  line-height: 47px;
  margin: 0;
  padding: 0 20px;
  cursor: pointer;
  display: inline-block;
  font-family: "titillium_webregular";
  }
section .urun_gruplari h2 small {
  font: 18px "proxima_nova_rgregular";
  color: #fff; }
section .urun_gruplari h2 i {
  margin-right: 15px; }
@media (max-width: 992px) {
  section .urun_gruplari h2 {
    width: 100%; } }
section .urun_gruplari ul.urun_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  font-family: "titillium_webregular";
  }
section .urun_gruplari ul.urun_menu li {
  font-size: 17px;
  position: initial; }
section .urun_gruplari ul.urun_menu li a {
  width: 25%;
  background-color: #fff;
  display: block;
  line-height: 44px;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding-right: 20px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  }
@media (max-width: 992px) {
  section .urun_gruplari ul.urun_menu li a {
    width: 100%; } }
section .urun_gruplari ul.urun_menu li a .icon-angle-right {
  float: right;
  color: #c5c5c5;
  line-height: 48px;
  font-size: 20px;
  display: none; }
section .urun_gruplari ul.urun_menu li:hover a {
  border-color: #efefef;
  background-color: #f8f8f8;
  border-right: none; }
section .urun_gruplari ul.urun_menu li:hover a .icon-angle-right {
  display: block;
  color: #fbbb4a; }
section .urun_gruplari ul.urun_menu li ul.urun_alt {
  background: #f8f8f8 url(https://www.aydinlatmareyonu.com/css/images/menu-bg-toggle.jpg) no-repeat 0 0;
  border-color: #efefef;
  margin: 0;
  padding: 0;
  list-style: none;
  right: 0;
  top: 0;
  height: 433px;
  left: inherit;
  width: 75%;
  border-radius: inherit;
  box-shadow: none; }
section .urun_gruplari ul.urun_menu li ul.urun_alt li {
  font-size: 17px;
  padding-left: 30px; }
section .urun_gruplari ul.urun_menu li ul.urun_alt li h3 {
  font-size: 18px;
  margin: 0;
  padding: 20px 0; }
section .urun_gruplari ul.urun_menu li ul.urun_alt li a {
  display: block;
  border: none;
  padding: 0;
  background-color: inherit;
  line-height: 40px; }
section .urun_gruplari ul.urun_menu li ul.urun_alt li a:hover {
  color: #979898; }
section .urun_gruplari ul.urun_menu li ul.urun_alt li a:hover i {
  color: #979898; }
section .urun_gruplari ul.urun_menu li ul.urun_alt li a i {
  margin-right: 10px;
  color: #3b4348;
  font-size: 14px; }
section .urun_gruplari ul.urun_menu li ul.urun_alt li:hover ul {
  display: block; }
section .urun_gruplari ul.urun_menu li ul.urun_alt li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 0;
  top: 20px;
  display: none; }
section .urun_gruplari ul.urun_menu li ul.urun_alt li ul li .marka-isim {
  float: right;
  margin-right: 30px; }
section .urun_gruplari ul.urun_menu li ul.urun_alt li ul li .linear_urun img {
  max-height: 320px; }
section .menu-dropdown {
  display: none; }
@media (max-width: 992px) {
  section .menu-dropdown {
    display: block;
    font-size: 18px; }
  section .menu-dropdown .btn-default {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    cursor: pointer; }
  section .menu-dropdown .btn-default .caret {
    float: right;
    margin-top: 22px; }
  section .menu-dropdown .btn-default:hover {
    background-color: #fbbb4a;
    color: #fff; }
  section .menu-dropdown .dropdown-menu {
    font-size: 15px;
    border-radius: inherit; } }
section #icerikSag {
  float: right;
  width: 72.5%;
  position: relative;
  z-index: 5;
  margin-top: -47px; }
@media (max-width: 992px) {
  section #icerikSag {
    width: 100%;
    float: none;
    margin-top: 0; } }
@media (max-width: 992px) {
  section #icerikSag .autocomplete_form {
    margin: 20px 0; } }
section #icerikSag .autocomplete_form .input-group-addon {
  background-color: inherit;
  border: none;
  padding: 0;
  text-align: left; }
section #icerikSag .autocomplete_form .kategoriler {
  background-color: #fff;
  position: relative;
  width: 145px;
  height: 49px; }
@media (max-width: 992px) {
  section #icerikSag .autocomplete_form .kategoriler {
    border: 1px solid #e3e3e3; } }
section #icerikSag .autocomplete_form .kategoriler span {
  position: absolute;
  top: 0;
  left: 0;
  color: #b0b0b0;
  border-right: 1px solid #b0b0b0;
  width: 145px;
  line-height: 49px;
  text-indent: 15px;
  cursor: pointer; }
section #icerikSag .autocomplete_form .kategoriler ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #efefef;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 5;
  background-color: #fff;
  display: none; }
section #icerikSag .autocomplete_form .kategoriler ul li {
  line-height: 25px; }
section #icerikSag .autocomplete_form .kategoriler ul li a {
  display: block;
  padding: 0 15px; }
section #icerikSag .autocomplete_form form {
  position: relative;
  font-size: 13px;
  width: 100%;
  z-index: 5; }
@media (max-width: 992px) {
  section #icerikSag .autocomplete_form form {
    width: 100%; } }
section #icerikSag .autocomplete_form form input {
  border-radius: inherit;
  width: 82%;
  font-size: 16px;
  height: 49px;
  line-height: 49px;
  background-color: #fff;
  border: none;
  float: left;
  font-family: "titillium_webregular";
  }
@media (max-width: 992px) {
  section #icerikSag .autocomplete_form form input {
    border: 1px solid #e3e3e3; } }
section #icerikSag .autocomplete_form form .searchBtn {
  display: block;
  background-color: #fbbb4a;
  color: #fff;
  width: 100%;
  height: 49px;
  text-align: center;
  line-height: 49px;
  float: left;
  font-size: 25px;
  margin-left: 0.3%; }
section #icerikSag .sepetim {
  background-color: #fbbb4a;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  float: right;
  width: 175px; }
section #icerikSag .sepetim a {
  display: block;
  color: #fff;
  font-family: "titillium_webregular";
  }
section #icerikSag .sepetim a span {
  display: inline-block;
  background-color: #f4aa3d;
  width: 50px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  margin-right: 15px; }
section #icerikSag .sepetim a small {
  font-size: 16px; }
section #icerikSag .flexslider {
  border: none;
  border-radius: inherit;
  margin: 30px 0 0;
  width: 100%;
  height: 420px;

   }

@media (max-width: 992px) {
  section #icerikSag .flexslider {
    height: auto; } }

section #icerikSag .flexslider li a {
  display: block; }
section #icerikSag .flexslider li a .flex-cap {
  position: absolute;
  bottom: 80px;
  left: 35px;
  color: #fff;
  font-size: 29px; }
@media (max-width: 480px) {
  section #icerikSag .flexslider li a .flex-cap {
    font-size: 15px;
    bottom: 20px;
    left: 20px; } }
section #icerikSag .flexslider li a .flex-cap span {
  display: inline-block;
  background: #3b4348;
  /* The Fallback */
  background: rgba(59, 67, 72, 0.9);
  margin: 1px 0;
  padding: 10px; }
.ie8 section #icerikSag .flexslider li a .flex-cap span, .ie7 section #icerikSag .flexslider li a .flex-cap span {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E63B4348,endColorstr=#E63B4348);
  zoom: 1; }
@media (max-width: 480px) {
  section #icerikSag .flexslider li a .flex-cap span {
    padding: 3px; } }
section #icerikSag .flexslider .flex-control-nav {
  display: none; }
@media (max-width: 480px) {
  section #icerikSag .flexslider .flex-direction-nav {
    display: none; } }
section #icerikSag .flexslider .flex-direction-nav li a {
  left: 0;
  background: #3b4348;
  /* The Fallback */
  background: rgba(59, 67, 72, 0.9);
  opacity: 1 !important;
  text-align: center;
  line-height: 35px;
  margin: 0;
  top: inherit;
  bottom: 35px; }
.ie8 section #icerikSag .flexslider .flex-direction-nav li a, .ie7 section #icerikSag .flexslider .flex-direction-nav li a {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E63B4348,endColorstr=#E63B4348);
  zoom: 1; }
@media (max-width: 640px) {
  section #icerikSag .flexslider .flex-direction-nav li a {
    width: 35px;
    height: 35px;
    line-height: 35px; } }
section #icerikSag .flexslider .flex-direction-nav li a:before {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 25px; }
section #icerikSag .flexslider .flex-direction-nav li a.flex-prev {
  left: 35px !important; }
section #icerikSag .flexslider .flex-direction-nav li a.flex-prev:before {
  content: "\f104"; }
section #icerikSag .flexslider .flex-direction-nav li a.flex-next {
  left: 78px; }
@media (max-width: 640px) {
  section #icerikSag .flexslider .flex-direction-nav li a.flex-next {
    left: 62px; } }
section #icerikSag .flexslider .flex-direction-nav li a.flex-next:before {
  content: "\f105"; }
section #icerikSag .flexslider .flex-direction-nav li a:hover {
  background: #fbbb4a;
  /* The Fallback */
  background: rgba(251, 187, 74, 0.9); }
.ie8 section #icerikSag .flexslider .flex-direction-nav li a:hover, .ie7 section #icerikSag .flexslider .flex-direction-nav li a:hover {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FBBB4A,endColorstr=#E6FBBB4A);
  zoom: 1; }
section .urunler {
  margin: 25px 0;
  /* Top Slider */
  /*-----------------------------------*/
  padding: 0;
  }
section .urunler .baslik {
  color: #fff;
  font: 32px "walkway_condensed_semiboldRg";
  height: 60px;
  background: url(https://www.aydinlatmareyonu.com/css/images/baslik-bg.jpg) repeat-x top center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
section .urunler .baslik span {
  display: inline-block;
  line-height: 60px; }
section .urunler .baslik span.ust-bg {
  background: url(https://www.aydinlatmareyonu.com/css/images/section-bg.jpg) repeat-x top left;
  padding-left: 25px; }
section .urunler .baslik span.right-bg {
  background: url(https://www.aydinlatmareyonu.com/css/images/right-bg.jpg) no-repeat right top;
  padding-right: 100px; }
section .urunler .top-slider {
  position: relative;
  /* border-right: 1px solid #e3e3e3; */
  border-left: 1px solid #e3e3e3;
  }
section .urunler .top-slider .caroufredsel_wrapper {
  margin: 0 auto !important; }
section .urunler .top-slider ul {
  margin: -10px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  /* border-bottom: 1px solid #ccc; */
  background-color: #fff;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  }
section .urunler .top-slider ul li {
  width: 277px;
  height: 720px;
  float: left;
  position: relative;
  z-index: 0;
  margin: 0;
  background-color: #fff;
}
section .urunler .top-slider ul li .carousel-image {
  overflow: hidden;
  height: 360px;
  text-align: center;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  font-family: "titillium_webregular";
  }
section .urunler .top-slider ul li .carousel-image:before {
  content: "";
  background: #f1f1f1;
  /* The Fallback */
  background: rgba(241, 241, 241, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0); }
.ie8 section .urunler .top-slider ul li .carousel-image:before, .ie7 section .urunler .top-slider ul li .carousel-image:before {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80F1F1F1,endColorstr=#80F1F1F1);
  zoom: 1; }
section .urunler .top-slider ul li .carousel-image img {

  position: relative;
  z-index: -1;

   }
section .urunler .top-slider ul li .carousel-image a {
  display: block;
  position: relative;
  height: 80%;
  /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

/* Firefox */
display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;

/* Safari, Opera, and Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;

/* W3C */
display:box;
box-pack:center;
box-align:center;


}
section .urunler .top-slider ul li .carousel-image .indirim {
  color: #fff;
  text-align: center;
  font-size: 17px;
  width: 47px;
  height: 47px;
  background: url(https://www.aydinlatmareyonu.com/css/images/indirim_bg.png) no-repeat 0 0;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 12px;
  padding-top: 13px; }
section .urunler .top-slider ul li .carousel-image .indirim small {
  font-size: 12px;
  display: block; }
section .urunler .top-slider ul li .carousel-image .carousel-title {
  position: absolute;
  top: 25%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px); }
section .urunler .top-slider ul li .carousel-image .carousel-title .sepete-ekle {
  display: block;
  background-color: #fbbb4a;
  color: #fff;
  font-size: 14px;
  width: 128px;
  height: 39px;
  line-height: 39px;
  text-indent: 11px;
  margin: 0 auto; }
section .urunler .top-slider ul li .carousel-image .carousel-title .sepete-ekle i {
  vertical-align: sub;
  margin-right: 7px; }
section .urunler .top-slider ul li .carousel-image .carousel-title nav {
  text-align: center;
  margin-top: 3px; }
section .urunler .top-slider ul li .carousel-image .carousel-title nav a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #313131; }
section .urunler .top-slider ul li .carousel-image .price {
  font-size: 16px;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  }
section .urunler .top-slider ul li .carousel-image .price .newPrice {
  float: left;
  margin-left: 7px;
  margin-top: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 149px;
  white-space: nowrap;
}
section .urunler .top-slider ul li .carousel-image .price .newPrice small {
  display: block;
  color: #aeaeae;
  font-size: 13px; }
section .urunler .top-slider ul li .carousel-image .price .oldPrice {
  float: right;
  font-size: 18px;
  background-color: #bababa;
  text-align: center;
  width: 84px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  margin-right: 20px; }
section .urunler .top-slider ul li .carousel-image .price .oldPrice sup {
  font-size: 10px; }
section .urunler .top-slider ul li .carousel-image:hover:before {
  opacity: 100;
  filter: alpha(opacity=10000); }
section .urunler .top-slider ul li .carousel-image:hover .carousel-title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 100;
  filter: alpha(opacity=10000); }
section .urunler .top-slider ul li .carousel-image:hover .price .oldPrice {
  background-color: #fbbb4a; }
section .urunler .top-slider .arrow {
  position: absolute;
  top: -60px;
  right: 0; }
section .urunler .top-slider .arrow a {
  float: left;
  padding: 18px; }
section .urunler .top-slider .arrow a span {
  background: url(https://www.aydinlatmareyonu.com/css/images/sprite.png) no-repeat -24px 0;
  width: 11px;
  height: 22px;
  text-indent: -999px;
  overflow: hidden;
  display: block; }
section .urunler .top-slider .arrow a.next {
  background: url(https://www.aydinlatmareyonu.com/css/images/arrow-cubuk.png) no-repeat left center; }
section .urunler .top-slider .arrow a.next span {
  background-position: -36px 0; }
section .urunler .top-slider .arrow a:hover {
  background: #313131;
  /* The Fallback */
  background: rgba(49, 49, 49, 0.7); }
.ie8 section .urunler .top-slider .arrow a:hover, .ie7 section .urunler .top-slider .arrow a:hover {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3313131,endColorstr=#B3313131);
  zoom: 1; }
section .urunler.alt-sayfa {
  margin-top: 0;
  padding: 0;
  }
section .urunler.alt-sayfa .sayfa-list li {
  width: 33.3%; }
@media (max-width: 640px) {
  section .urunler.alt-sayfa .sayfa-list li {
    width: 50%; } }
section .urunler.alt-sayfa .top-slider {
  border-left: none;
  padding: 0;
  margin: 0;
  }
section .urunler.alt-sayfa .top-slider li {
  height: inherit;
  background-color: #fff; }
section .urunler.alt-sayfa .top-slider li .carousel-image .price .oldPrice {
  /* margin-top: 15px; */
  }
section .haftanin-urunu {
  position: relative;
  background-size: cover;
  background: url(https://www.aydinlatmareyonu.com/css/images/haftanin-urunu-bg.jpg) no-repeat 0 0;
  padding-bottom: 27px;
  text-shadow: 0 1px 0 #000;
  max-height: 345px;
 }
@media (max-width: 992px) {
  section .haftanin-urunu {
    margin-right: 0;
    margin-bottom: 20px; } }
section .haftanin-urunu:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 40%;
  height: 3px; }
section .haftanin-urunu .baslik {
  background-color: #121212;
  color: #fff;
  font: 23px/50px "walkway_condensed_semiboldRg";
  height: 50px;
  text-indent: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
@media (max-width: 480px) {
  section .haftanin-urunu .baslik {
    font-size: 18px; } }
section .haftanin-urunu a {
  display: block;
  color: #fffefe;
  padding: 0 30px; }
section .haftanin-urunu a .hgroup {
  float: left;
  text-align: justify;
  font-size: 15px;
  width: 50%; }
@media (max-width: 640px) {
  section .haftanin-urunu a .hgroup {
    float: none;
    width: 100%; } }
section .haftanin-urunu a .hgroup p {
  height: 160px;
  overflow: hidden; }
section .haftanin-urunu a .hgroup h2 {
  color: #fff;
  font-size: 25px; }
section .haftanin-urunu a .hgroup .incele {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 13px;
  width: 114px;
  height: 29px;
  line-height: 29px;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.1);
  margin-top: 30px; }
.ie8 section .haftanin-urunu a .hgroup .incele, .ie7 section .haftanin-urunu a .hgroup .incele {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1AFFFFFF,endColorstr=#1AFFFFFF);
  zoom: 1; }
section .haftanin-urunu a img {
  float: right;
  display: block; }
@media (max-width: 640px) {
  section .haftanin-urunu a img {
    display: none; } }
section .teklif-iste {
  height: 345px;
  background: url(https://www.aydinlatmareyonu.com/css/images/teklif-iste-bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 40px 20px; }
section .teklif-iste .title {
  text-align: center;
  display: block;
  color: #fff; }
section .teklif-iste .title img {
  margin: 0 auto; }
section .teklif-iste .title span {
  display: block; }
section .teklif-iste .title span.cp2 {
  color: #fbbb4a;
  font: 30px/26px "proxima_nova_rgbold";
  padding-top: 35px; }
section .teklif-iste .title span.cp3 {
  color: #fff;
  font-size: 14px;
  padding: 25px 0 35px; }
section .teklif-iste .title span.incele {
  margin: 0 auto;
  border: 1px solid #fbbb4a;
  color: #fbbb4a;
  font-size: 15px;
  text-align: center;
  width: 168px;
  height: 42px;
  line-height: 42px; }
section .path {
  background-color: #3b4348;
  height: 60px;
  line-height: 49px;
  font-family: "titillium_webregular";
  }
section .path nav {
  text-indent: 7px;
      padding-left: 10px;
  }
section .path nav a {
  color: #dddddd;
  font-size: 16px;
  /* padding-right: 15px; */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  }
@media (max-width: 640px) {
  section .path nav a {
    font-size: 13px; } }
section .path nav a:nth-child(2) {
  padding-right: 0; }
section .path nav a i {
  padding-right: 10px;
  /* width: auto; */
  }
section .subpage {
  margin: 30px 0;
  /*---------- ─░LET─░┼Ş─░M ----------*/ }
section .subpage .icerik-section {
  padding: 35px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  /*-------------------- ├£R├£NLER DETAY --------------------*/ }
@media (max-width: 992px) {
  section .subpage .icerik-section {
    padding: 15px; } }
section .subpage .icerik-section .head {
  color: #3b4348;
  font: 30px "proxima_nova_rgbold";
  margin-bottom: 20px; }
@media (max-width: 640px) {
  section .subpage .icerik-section .head {
    font-size: 20px; } }
section .subpage .icerik-section h4 {
  color: #3b4348; }
section .subpage .icerik-section .sideBar ul.sideBar_menu {
  margin: 0;
  padding: 0;
  list-style: none; }
@media (max-width: 992px) {
  section .subpage .icerik-section .sideBar ul.sideBar_menu {
    display: none; } }
section .subpage .icerik-section .sideBar ul.sideBar_menu li {
  font-size: 15px; }
section .subpage .icerik-section .sideBar ul.sideBar_menu li a {
  display: block;
  color: #ababab;
  line-height: 35px; }
section .subpage .icerik-section .sideBar ul.sideBar_menu li a:hover, section .subpage .icerik-section .sideBar ul.sideBar_menu li a.active {
  color: #3b4348; }
section .subpage .icerik-section .sideBar #sideBar-dropdown {
  border: 1px solid #e3e3e3;
  margin: 0 0 20px; }
section .subpage .icerik-section .sideBar .hs_title {
  background-color: #3f3f43;
  height: 74px;
  padding-left: 25px;
  color: #fff;
  font: 20px/74px "proxima_nova_rgbold"; }
section .subpage .icerik-section .sideBar .hs_title i {
  margin-right: 15px; }
section .subpage .icerik-section .sideBar ul.hs_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #e3e3e3; }
section .subpage .icerik-section .sideBar ul.hs_list li {
  font-size: 18px;
  border-bottom: 1px solid #e3e3e3; }
section .subpage .icerik-section .sideBar ul.hs_list li a {
  padding-left: 20px;
  line-height: 55px;
  display: block; }
section .subpage .icerik-section .sideBar ul.hs_list li a:hover, section .subpage .icerik-section .sideBar ul.hs_list li a.active {
  color: #7a7a7a; }
section .subpage .icerik-section .sideBar ul.hs_list li a:hover .def-icon-user-2, section .subpage .icerik-section .sideBar ul.hs_list li a.active .def-icon-user-2 {
  background-position: -125px -175px; }
section .subpage .icerik-section .sideBar ul.hs_list li a i {
  margin-right: 15px;
  font-size: 17px; }
section .subpage .icerik-section .right {
  font-size: 14px;
  text-align: justify;
  /*----------------------- REZERVASYONLARIM -------------------*/ }
section .subpage .icerik-section .right .hs_title {
  font: 22px "proxima_nova_rgbold"; }
section .subpage .icerik-section .right .hs_title i {
  margin-right: 15px; }
section .subpage .icerik-section .right .tab_pad {
  padding: 60px 0; }
section .subpage .icerik-section .right .tab_pad ul {
  border: none;
  margin: 0;
  padding: 0;
  list-style: none; }
section .subpage .icerik-section .right .tab_pad ul li {
  background-color: inherit;
  margin-right: 19px;
  border: none;
  margin-bottom: 15px;
  float: left;
  height: 44px; }
section .subpage .icerik-section .right .tab_pad ul li:last-child {
  margin-right: 0; }
section .subpage .icerik-section .right .tab_pad ul li a {
  font-weight: normal;
  color: #c1c1c1;
  padding: 12px 22px;
  font-size: 15px;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none; }
section .subpage .icerik-section .right .tab_pad ul li.active a {
  color: #fbbb4a;
  border-color: #fbbb4a; }
section .subpage .icerik-section .right .k_bilgiler {
  /*------------ F─░RMA B─░LG─░LER─░ -------------*/ }
section .subpage .icerik-section .right .k_bilgiler h2 {
  color: #3f3f43;
  font-size: 20px;
  margin: 0; }
section .subpage .icerik-section .right .k_bilgiler small {
  color: #4f5d6e;
  font-size: 13px;
  display: block;
  margin-bottom: 45px; }
section .subpage .icerik-section .right .k_bilgiler [class*="col-"] {
  padding-right: 40px; }
@media (max-width: 640px) {
  section .subpage .icerik-section .right .k_bilgiler [class*="col-"] {
    padding-right: 1px; } }
section .subpage .icerik-section .right .k_bilgiler .head_b {
  color: #4f5d6e;
  font: 15px "proxima_nova_rgbold"; }
section .subpage .icerik-section .right .k_bilgiler .fatura-blok {
  border: 1px dashed #DADCDF;
  padding: 20px;
  font-size: 13px;
  color: #4f5d6e;
  text-align: justify;
  margin-top: 15px; }
section .subpage .icerik-section .right .k_bilgiler .fatura-blok h2 {
  color: #383c42;
  font-size: 15px;
  margin-bottom: 7px; }
section .subpage .icerik-section .right .k_bilgiler .yeniAdres {
  float: right;
  height: 37px;
  line-height: 37px;
  border: 1px solid #e7e7e7;
  color: #898989;
  font-size: 13px;
  padding-right: 15px;
  padding-left: 5px;
  cursor: pointer;
  margin-top: 20px; }
section .subpage .icerik-section .right .k_bilgiler .yeniAdres i {
  color: #898989;
  vertical-align: middle;
  font-size: 35px;
  margin: 0 8px;
  font-style: normal; }
section .subpage .icerik-section .right .k_bilgiler .satir {
  width: 100%;
  line-height: 35px;
  color: #4f5d6e;
  font-size: 15px;
  clear: both; }
section .subpage .icerik-section .right .k_bilgiler .satir .small {
  display: inline-block;
  font-size: 12px;
  color: #a8a8a8;
  vertical-align: top; }
section .subpage .icerik-section .right .k_bilgiler span.title {
  color: #4f5d6e;
  font-size: 15px;
  display: block;
  margin: 20px 0 0;
  line-height: 35px; }
section .subpage .icerik-section .right .k_bilgiler input, section .subpage .icerik-section .right .k_bilgiler textarea, section .subpage .icerik-section .right .k_bilgiler .cusel {
  background: #f9f7fb;
  /* The Fallback */
  background: rgba(249, 247, 251, 0.4);
  border-radius: inherit;
  color: #4f5d6e;
  font-size: 14px;
  height: 35px;
  border: 1px solid #e3e3e3;
  outline: none; }
.ie8 section .subpage .icerik-section .right .k_bilgiler input, .ie7 section .subpage .icerik-section .right .k_bilgiler input, .ie8 section .subpage .icerik-section .right .k_bilgiler textarea, .ie7 section .subpage .icerik-section .right .k_bilgiler textarea, .ie8 section .subpage .icerik-section .right .k_bilgiler .cusel, .ie7 section .subpage .icerik-section .right .k_bilgiler .cusel {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66F9F7FB,endColorstr=#66F9F7FB);
  zoom: 1; }
section .subpage .icerik-section .right .k_bilgiler textarea {
  min-height: 130px;
  resize: none; }
section .subpage .icerik-section .right .k_bilgiler label {
  padding-right: 5%; }
section .subpage .icerik-section .right .k_bilgiler label .radioButon {
  border: 1px solid #d2d2d2;
  background: #f9f7fb;
  /* The Fallback */
  background: rgba(249, 247, 251, 0.6);
  width: 18px !important;
  height: 17px !important;
  float: left;
  margin-right: 10px;
  margin-top: 8px; }
.ie8 section .subpage .icerik-section .right .k_bilgiler label .radioButon, .ie7 section .subpage .icerik-section .right .k_bilgiler label .radioButon {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F9F7FB,endColorstr=#99F9F7FB);
  zoom: 1; }
section .subpage .icerik-section .right .k_bilgiler label .radioButon input {
  height: 17px; }
section .subpage .icerik-section .right .k_bilgiler label .radioButon.check {
  border: none;
  background: url(https://www.aydinlatmareyonu.com/css/images/check4.jpg) no-repeat 0 0; }
section .subpage .icerik-section .right .k_bilgiler #guncelle {
  padding: 0 30px 0 0;
  border: none;
  background-color: #353537;
  height: 37px;
  line-height: 37px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  float: right;
  margin-top: 20px; }
section .subpage .icerik-section .right .k_bilgiler #guncelle span {
  display: inline-block;
  width: 42px;
  background-color: #49494a;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-right: 20px; }
section .subpage .icerik-section .right .k_bilgiler #guncelle span i {
  margin: 0; }
section .subpage .icerik-section .right .k_bilgiler #guncelle:hover {
  background-color: #49494a; }
section .subpage .icerik-section .right .k_bilgiler #guncelle:hover span {
  background-color: #353537; }
section .subpage .icerik-section .right .k_bilgiler .input-left-1 {
  width: 31%;
  display: inline-block;
  margin-right: 2%; }
section .subpage .icerik-section .right .k_bilgiler .input-left-1 .cusel label {
  line-height: 33px; }
section .subpage .icerik-section .right .k_bilgiler .input-left-1 .cusel .cuselFrameRight {
  border-left: 1px solid #d2d2d2;
  background-color: #fff; }
section .subpage .icerik-section .right .k_bilgiler .input-left-1 .cusel .cuselFrameRight:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #d0d1d3;
  top: 15px;
  right: 12px; }
section .subpage .icerik-section .right .k_bilgiler .firma-logo figure {
  float: left;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #fbfbfb;
  /* The Fallback */
  background: rgba(251, 251, 251, 0.2);
  width: 90px;
  height: 64px;
  text-align: center;
  line-height: 64px; }
.ie8 section .subpage .icerik-section .right .k_bilgiler .firma-logo figure, .ie7 section .subpage .icerik-section .right .k_bilgiler .firma-logo figure {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FBFBFB,endColorstr=#33FBFBFB);
  zoom: 1; }
@media (max-width: 480px) {
  section .subpage .icerik-section .right .k_bilgiler .firma-logo figure {
    float: none; } }
section .subpage .icerik-section .right .k_bilgiler .firma-logo figure img {
  width: 55px;
  height: 45px; }
section .subpage .icerik-section .right .k_bilgiler .firma-logo .firma-isim {
  float: left;
  margin: 8px 0 0 20px; }
@media (max-width: 480px) {
  section .subpage .icerik-section .right .k_bilgiler .firma-logo .firma-isim {
    float: none; } }
section .subpage .icerik-section .right .k_bilgiler .firma-logo .firma-isim h2 {
  color: #3f3f43;
  font: 22px "proxima_nova_rgbold"; }
section .subpage .icerik-section .right .k_bilgiler .firma-logo .firma-isim em {
  font-size: 12px;
  color: #8b8b8b;
  display: block;
  font-style: normal; }
section .subpage .icerik-section .right .rezervasyon-tur {
  border: 1px solid #dedede;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }
section .subpage .icerik-section .right .rezervasyon-tur a {
  display: block;
  text-decoration: none; }
section .subpage .icerik-section .right .rezervasyon-tur figure {
  padding: 10px;
  border-right: 1px solid #dedede; }
@media (max-width: 991px) {
  section .subpage .icerik-section .right .rezervasyon-tur figure {
    border: none; } }
section .subpage .icerik-section .right .rezervasyon-tur figure img {
  width: 100%;
  min-height: 122px; }
section .subpage .icerik-section .right .rezervasyon-tur .hgroup h2 {
  color: #3f3f43;
  font: bold 17px "proxima_nova_rgbold";
  border-bottom: 1px solid #dedede;
  margin: 0;
  padding: 15px; }
section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1 {
  color: #353535;
  float: left;
  border-right: 1px solid #dedede;
  padding: 10px 15px;
  width: 36%;
  min-height: 94px; }
section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1:last-child {
  border-right: none; }
@media (max-width: 480px) {
  section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1 {
    width: 100%;
    float: none;
    text-align: center;
    border-right: none; } }
section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1.f_blok {
  width: 27%; }
@media (max-width: 480px) {
  section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1.f_blok {
    width: 100%;
    float: none; } }
section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1 .ust_bar {
  font: 13px "proxima_nova_rgregular";
  border-bottom: 1px dashed #cacaca;
  padding-bottom: 10px;
  margin-bottom: 10px; }
section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1 .ust_bar i {
  color: #353535;
  margin-right: 5px; }
section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1 .alt_bar {
  font-size: 13px; }
section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1 table {
  width: 100%; }
section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1 table tr td {
  border-bottom: 1px dashed #cacaca;
  line-height: 21px; }
@media (max-width: 480px) {
  section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1 table tr td {
    text-align: center; } }
section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1 table tr:last-child td {
  border-bottom: none; }
section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1 .fiyat {
  font-size: 13px;
  text-align: center; }
section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1 .fiyat strong {
  font: bold 25px "proxima_nova_rgbold";
  display: block; }
section .subpage .icerik-section .right .rezervasyon-tur .hgroup .blok_1 .fiyat strong sup {
  font-size: 15px; }
section .subpage .icerik-section .right .siparislerim {
  color: #9f9f9f;
  font-family: "titillium_webregular";
  text-align: left;
  padding: 60px 0; }
section .subpage .icerik-section .right .siparislerim .input-left-1 {
  width: 22%;
  float: left;
  margin-right: 1%; }
@media (max-width: 480px) {
  section .subpage .icerik-section .right .siparislerim .input-left-1 {
    float: none;
    width: 100%; } }
section .subpage .icerik-section .right .siparislerim .input-left-1 .title {
  margin-bottom: 5px;
  display: block; }
section .subpage .icerik-section .right .siparislerim .input-left-1 .cusel {
  border: 1px solid #e3e3e3;
  height: 40px;
  outline: none; }
section .subpage .icerik-section .right .siparislerim .input-left-1 .cusel label {
  line-height: 40px; }
section .subpage .icerik-section .right .siparislerim .input-left-1 .cusel .cuselFrameRight {
  border-left: 1px solid #e3e3e3;
  background-color: #fff;
  width: 45px; }
section .subpage .icerik-section .right .siparislerim .input-left-1 .cusel .cuselFrameRight:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #d0d1d3;
  top: 17px;
  right: 17px; }
section .subpage .icerik-section .right .siparislerim .listele {
  text-align: center;
  color: #fff;
  background-color: #fbbb4a;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  width: 110px;
  display: block;
  float: left;
  margin-top: 25px; }
section .subpage .icerik-section .right .siparislerim .table_siparis {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  margin-top: 30px; }
section .subpage .icerik-section .right .siparislerim .table_siparis tr {
  text-align: center;
  border-top: 1px solid #e3e3e3; }
section .subpage .icerik-section .right .siparislerim .table_siparis tr th {
  border-right: 1px solid #e3e3e3;
  padding: 12px 0;
  text-align: center; }
@media (max-width: 1150px) {
  section .subpage .icerik-section .right .siparislerim .table_siparis tr th {
    display: none; } }
section .subpage .icerik-section .right .siparislerim .table_siparis tr td {
  border-right: 1px solid #e3e3e3;
  padding: 20px 0; }
@media (max-width: 1150px) {
  section .subpage .icerik-section .right .siparislerim .table_siparis tr td {
    display: none; } }
section .subpage .icerik-section .right .siparislerim .table_siparis tr td.shows {
  display: none; }
@media (max-width: 1150px) {
  section .subpage .icerik-section .right .siparislerim .table_siparis tr td.shows {
    display: block; } }
section .subpage .icerik-section .right .siparislerim .table_siparis tr td img {
  margin: 0 auto 5px;
  display: block;
  border: 1px solid #e3e3e3; }
@media (max-width: 1150px) {
  section .subpage .icerik-section .right .siparislerim .table_siparis tr td img {
    display: none; } }
section .subpage .icerik-section .right .siparislerim .table_siparis tr td a {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 10px 10px 0; }
section .subpage .icerik-section .right .siparislerim .table_siparis tr td a.yorumYap {
  background-color: #fbbb4a;
  color: #fff; }
section .subpage .icerik-section .right .siparislerim .table_siparis tr td a.kargoTakip {
  background-color: #efefef;
  color: #a4a4a4; }
section .subpage .icerik-section .teklif-iste-form {
  border: 1px solid #e3e3e3;
  background: #f8f8f8;
  /* The Fallback */
  background: rgba(248, 248, 248, 0.7);
  padding: 35px; }
.ie8 section .subpage .icerik-section .teklif-iste-form, .ie7 section .subpage .icerik-section .teklif-iste-form {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3F8F8F8,endColorstr=#B3F8F8F8);
  zoom: 1; }
@media (max-width: 992px) {
  section .subpage .icerik-section .teklif-iste-form {
    margin-top: 20px; } }
section .subpage .icerik-section .teklif-iste-form form {
  display: inline-block;
  width: 100%; }
section .subpage .icerik-section .teklif-iste-form form label {
  font-size: 15px;
  width: 100%;
  margin-bottom: 10px; }
section .subpage .icerik-section .teklif-iste-form form label span {
  display: block;
  color: #919191;
  margin-bottom: 5px; }
section .subpage .icerik-section .teklif-iste-form form label input, section .subpage .icerik-section .teklif-iste-form form label .cusel, section .subpage .icerik-section .teklif-iste-form form label .fileBox {
  border: 1px solid #e3e3e3;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  outline: none; }
section .subpage .icerik-section .teklif-iste-form form label .cusel label {
  line-height: 40px;
  margin-bottom: 0; }
section .subpage .icerik-section .teklif-iste-form form label .cusel .cuselFrameRight {
  border-left: 1px solid #e3e3e3;
  width: 40px; }
section .subpage .icerik-section .teklif-iste-form form label .cusel .cuselFrameRight:before {
  right: 16px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #d0d1d3; }
section .subpage .icerik-section .teklif-iste-form form label .fileText {
  float: left;
  height: 40px;
  padding-left: 10px; }
section .subpage .icerik-section .teklif-iste-form form label .fileButonText {
  background-color: #e9e9e9;
  border-left: 1px solid #e3e3e3;
  width: 20%;
  float: right;
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
section .subpage .icerik-section .teklif-iste-form form button {
  color: #fff;
  background-color: #3b4348;
  width: 45%;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  float: right;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 15px; }
section .subpage .icerik-section #slider {
  border: 1px solid #e3e3e3; }
section .subpage .icerik-section #slider .flex-direction-nav {
  display: none; }
section .subpage .icerik-section #carousel ul.slides {
  display: inline-block;
  width: 100%; }
section .subpage .icerik-section #carousel ul.slides li {
  border: 1px solid #e3e3e3;
  cursor: pointer;
  margin-right: 10px;
  width: 136px !important;
  margin-top: 10px;
  text-align: center;
  }
section .subpage .icerik-section #carousel ul.slides li.flex-active-slide {
  border-color: #fbbb4a; }
section .subpage .icerik-section #carousel .flex-direction-nav li a {
  background-color: #fff;
  opacity: 1 !important;
  border: 1px solid #e3e3e3;
  width: 14px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  margin: 0;
  top: 45%;
  outline: none; }
section .subpage .icerik-section #carousel .flex-direction-nav li a.flex-prev {
  left: 0;
  border-left: none; }
section .subpage .icerik-section #carousel .flex-direction-nav li a.flex-prev:before {
  content: "\f104";
  color: #e3e3e3;
  font-family: "FontAwesome";
  font-size: 23px; }
section .subpage .icerik-section #carousel .flex-direction-nav li a.flex-next {
  right: 0;
  border-right: none; }
section .subpage .icerik-section #carousel .flex-direction-nav li a.flex-next:before {
  content: "\f105";
  color: #e3e3e3;
  font-family: "FontAwesome";
  font-size: 23px; }
section .subpage .icerik-section .galeriSlider {
  position: relative;
  overflow: hidden; 
  width: auto;
  height: 140px;
}
section .subpage .icerik-section .galeriSlider span {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1; }
section .subpage .icerik-section .galeriSlider a {
  display: block;
  outline: none;
  text-align: center;
  }
section .subpage .icerik-section .productContent {
  margin-left: 20px;
  font-family: "titillium_webregular";
  }
section .subpage .icerik-section .productContent .productContentUst {
  border-bottom: 1px solid #e3e3e3;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px; }
section .subpage .icerik-section .productContent .productContentUst .baslik {
  font-size: 25px; }
section .subpage .icerik-section .productContent .productContentUst .baslik small {
  display: block;
  font-size: 16px;
  color: #aeaeae; }
section .subpage .icerik-section .productContent .productContentUst .baslik strong {
  font-family: "titillium_websemibold"; }
section .subpage .icerik-section .productContent .productContentUst .ozellik {
  margin-top: 20px; }
section .subpage .icerik-section .productContent .productContentUst .ozellik a {
  color: #D4D4D4;
  font-size: 19px;
  margin-left: 15px; }
section .subpage .icerik-section .productContent .productContentUst .ozellik a:hover {
  color: #fbbb4a; }
section .subpage .icerik-section .productContent .productContentUst .ozellik a:hover .def-icon-kiyasla {
  background-position: 0 -75px; }
section .subpage .icerik-section .productContent .productContentUst .ozellik a:hover .def-icon-paslas {
  background-position: -22px -75px; }
section .subpage .icerik-section .productContent .productContentUst .ozellik a:hover .def-icon-eye {
  background-position: -42px -75px; }
section .subpage .icerik-section .productContent .productContentOrta table tr td {
  font-size: 15px;
  padding: 12px 15px 0 0;
  }
section .subpage .icerik-section .productContent .productContentOrta table tr td .fiyat {
  display: inline-block;
  color: #fbbb4a;
  font-size: 30px; }
section .subpage .icerik-section .productContent .productContentOrta table tr td sup {
  font-size: 18px; }
section .subpage .icerik-section .productContent .productContentOrta table tr td:first-child {
  font-size: 15px;
  font-weight: bold;
  }
section .subpage .icerik-section .productContent .productContentOrta table tr td .cusel {
  border: 1px solid #e3e3e3;
  height: 25px;
  outline: none;
  cursor: pointer; }
section .subpage .icerik-section .productContent .productContentOrta table tr td .cusel label {
  line-height: 25px; }
section .subpage .icerik-section .productContent .productContentOrta table tr td .cusel .cuselFrameRight:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #d0d1d3;
  top: 10px; }
section .subpage .icerik-section .productContent .productContentOrta table tr td .increment button {
  border: none;
  background-color: #dfdfdf;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  outline: none;
  float: left;
  font: 21px/19px "proxima_nova_rgbold";
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 0 3px; }
section .subpage .icerik-section .productContent .productContentOrta table tr td .increment button:hover {
  background-color: #fbbb4a; }
section .subpage .icerik-section .productContent .productContentOrta table tr td .increment input {
  border: none;
  float: left;
  width: 40px;
  text-align: center; }
section .subpage .icerik-section .productContent .productContentOrta .kargo {
  margin: 35px 0; }
section .subpage .icerik-section .productContent .productContentOrta .kargo ul {
  margin: 0;
  padding: 0;
  list-style: none; }
section .subpage .icerik-section .productContent .productContentOrta .kargo ul li {
  border: 1px solid #e3e3e3;
  font-size: 13px;
  float: left;
  text-align: center;
  margin-right: 3%;
  width: 31%;
  padding: 10px 0;
  line-height: 15px; }
section .subpage .icerik-section .productContent .productContentOrta .kargo ul li:last-child {
  margin-right: 0; }
section .subpage .icerik-section .productContent .productContentOrta .kargo ul li span {
  display: block;
  margin: 5px 0 0;
  color: #bcbcbc;
  font-size: 18px;
  font-style: italic; }
section .subpage .icerik-section .productContent .productContentOrta .kargo ul li span i {
  margin-right: 10px; }
section .subpage .icerik-section .productContent .productContentOrta .sutun-button {
  width: 100%; }
section .subpage .icerik-section .productContent .productContentOrta .sutun-button button {
  border: none;
  background-color: #f1f1f1;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  margin-right: 3%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0 5px 0 0;
  width: 31%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  outline: none; }
@media (max-width: 480px) {
  section .subpage .icerik-section .productContent .productContentOrta .sutun-button button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px; } }
section .subpage .icerik-section .productContent .productContentOrta .sutun-button button span {
  width: 50px;
  text-align: center;
  line-height: 47px;
  display: inline-block;
  background-color: #dfdfdf;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left; }
section .subpage .icerik-section .productContent .productContentOrta .sutun-button button:first-child {
  margin-right: 0; }
section .subpage .icerik-section .productContent .productContentOrta .sutun-button button:hover {
  background-color: #fbbb4a;
  color: #fff; }
section .subpage .icerik-section .productContent .productContentOrta .sutun-button button:hover span {
  background-color: #f4aa3d; }
section .subpage .icerik-section #urun_tab .tabPad {
  height: 85px; }
section .subpage .icerik-section #urun_tab .nav-tabs {
  margin: 40px 0 0;
  background-color: #f8f8f8;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3; }
section .subpage .icerik-section #urun_tab .nav-tabs li {
  font-size: 16px;
  border-right: 1px solid #e3e3e3;
  width: 25%;
  text-align: center; }
section .subpage .icerik-section #urun_tab .nav-tabs li a {
  border-radius: inherit;
  margin: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  font-family: "titillium_webregular";
  }
section .subpage .icerik-section #urun_tab .nav-tabs li.active a, section .subpage .icerik-section #urun_tab .nav-tabs li:hover a {
  background-color: #efefef;
  color: #3b4348;
  border-bottom: 2px solid #a3a3a3; }
section .subpage .icerik-section #urun_tab .tab-content {
  border: 1px solid #e3e3e3;
  padding: 35px;
  font-family: "titillium_webregular";
  }
@media (max-width: 640px) {
  section .subpage .icerik-section #urun_tab .tab-content {
    padding: 15px; } }
section .subpage .icerik-section #urun_tab .tab-content ul {
  padding: 0 0 0 16px;
  margin-bottom: 35px; }
section .subpage .icerik-section #urun_tab .tab-content ul li {
  color: #646464;
  font-size: 16px;
  line-height: 23px; }
section .subpage .icerik-section #urun_tab .tab-content .teknik_cizim {
  width: 100%;
  border: 1px solid #bbbbbb; }
section .subpage .icerik-section #urun_tab .tab-content .teknik_cizim tr {
  text-align: center;
  border-bottom: 1px solid #bbbbbb; }
section .subpage .icerik-section #urun_tab .tab-content .teknik_cizim tr th {
  color: #686868;
  font: italic 16px "proxima_nova_rgbold";
  line-height: 40px;
  border-right: 1px solid #bbbbbb;
  text-align: center; }
@media (max-width: 640px) {
  section .subpage .icerik-section #urun_tab .tab-content .teknik_cizim tr th {
    display: none; } }
section .subpage .icerik-section #urun_tab .tab-content .teknik_cizim tr td {
  border-right: 1px solid #bbbbbb; }
@media (max-width: 640px) {
  section .subpage .icerik-section #urun_tab .tab-content .teknik_cizim tr td {
    display: none; } }
section .subpage .icerik-section #urun_tab .tab-content .teknik_cizim tr td.shows {
  display: none; }
@media (max-width: 640px) {
  section .subpage .icerik-section #urun_tab .tab-content .teknik_cizim tr td.shows {
    display: table-cell; } }
section .subpage .icerik-section #urun_tab .tab-content .teknik_cizim tr td.shows ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -1px; }
section .subpage .icerik-section #urun_tab .tab-content .teknik_cizim tr td.shows ul li span {
  margin: 10px 0;
  border: 1px solid #bbbbbb;
  display: block;
  font: italic 14px "proxima_nova_rgbold";
  line-height: 40px; }
section .subpage .icerik-section #urun_tab .tab-content .taksit_secenekleri {
  border: 1px solid #e3e3e3;
  width: 100%; }
section .subpage .icerik-section #urun_tab .tab-content .taksit_secenekleri tr {
  text-align: center;
  border-bottom: 1px solid #e3e3e3; }
section .subpage .icerik-section #urun_tab .tab-content .taksit_secenekleri tr th {
  font: 16px "proxima_nova_rgbold";
  text-align: center;
  background-color: #f7f7f7;
  padding: 10px 0; }
section .subpage .icerik-section #urun_tab .tab-content .taksit_secenekleri tr td {
  font-size: 17px;
  border-right: 1px solid #e3e3e3;
  padding: 10px 0; }
@media (max-width: 640px) {
  section .subpage .icerik-section #urun_tab .tab-content .taksit_secenekleri tr td {
    font-size: 15px; } }
section .subpage .icerik-section #urun_tab .tab-content .taksit_secenekleri tr td small {
  display: block;
  font-size: 14px;
  color: #737373; }
@media (max-width: 640px) {
  section .subpage .icerik-section #urun_tab .tab-content .taksit_secenekleri tr td small {
    font-size: 12px; } }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar {
  margin: 0;
  padding: 0;
  list-style: none; }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .social {
  margin-top: 10px;
  float: left; }
@media (max-width: 480px) {
  section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .social {
    float: none; } }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .social a {
  display: inline-block; }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .comment-avatar {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 93px;
  height: 93px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  text-align: center; }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .comment-avatar figure {
  text-align: center;
  margin: 6px 0; }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .comment-avatar figure img {
  height: 80px;
  width: 80px; }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .comment-avatar .social {
  float: none; }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .comment-text {
  padding-left: 100px;
  width: 100%; }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .comment-text .comment-author, section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .comment-text input {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  min-height: 93px; }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .comment-text button {
  border: none;
  background-color: #fbbb4a;
  color: #fff;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font: 14px "proxima_nova_rgbold";
  float: right;
  margin-top: 10px;
  outline: none; }
@media (max-width: 480px) {
  section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .comment-text button {
    float: none; } }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .comment-text .comment-author .head-author {
  font: 16px/35px "proxima_nova_rgbold";
  border-bottom: 1px dashed #e3e3e3;
  padding: 0 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .comment-text .comment-author .head-author .tarih {
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 20px;
  font: 12px "proxima_nova_rgregular"; }
section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .comment-text .comment-author .comment-entry {
  padding: 20px;
  text-align: justify; }
section .subpage .sepetAdim .sepet .tabs .nav-tabs {
  border: 1px solid #e7e7e7;
  background-color: #fff; }
section .subpage .sepetAdim .sepet .tabs .nav-tabs li {
  font-size: 14px;
  border-right: 1px solid #e7e7e7;
  width: 25%;
  text-align: center;
  position: relative; }
section .subpage .sepetAdim .sepet .tabs .nav-tabs li .icon-angle-right {
  color: #e7e7e7;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border: 1px solid #e7e7e7;
  position: absolute;
  top: 35px;
  right: -11px;
  background-color: #fff;
  font-size: 16px;
  z-index: 1; }
section .subpage .sepetAdim .sepet .tabs .nav-tabs li:last-child {
  border-right: none; }
section .subpage .sepetAdim .sepet .tabs .nav-tabs li a {
  color: #c7c7c7;
  border: none;
  height: 95px;
  margin: 0;
  padding: 21px 15px;
  overflow: hidden; }
section .subpage .sepetAdim .sepet .tabs .nav-tabs li a i {
  display: block;
  margin: 0 auto 5px; }
section .subpage .sepetAdim .sepet .tabs .nav-tabs li:hover .icon-angle-right, section .subpage .sepetAdim .sepet .tabs .nav-tabs li.active .icon-angle-right {
  background: #fbbb4a;
  /* The Fallback */
  background: rgba(251, 187, 74, 0.15);
  color: #fff;
  border-color: #fff; }
.ie8 section .subpage .sepetAdim .sepet .tabs .nav-tabs li:hover .icon-angle-right, .ie7 section .subpage .sepetAdim .sepet .tabs .nav-tabs li:hover .icon-angle-right, .ie8 section .subpage .sepetAdim .sepet .tabs .nav-tabs li.active .icon-angle-right, .ie7 section .subpage .sepetAdim .sepet .tabs .nav-tabs li.active .icon-angle-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FBBB4A,endColorstr=#26FBBB4A);
  zoom: 1; }
section .subpage .sepetAdim .sepet .tabs .nav-tabs li:hover a, section .subpage .sepetAdim .sepet .tabs .nav-tabs li.active a {
  color: #fbbb4a;
  background: #fbbb4a;
  /* The Fallback */
  background: rgba(251, 187, 74, 0.15); }
.ie8 section .subpage .sepetAdim .sepet .tabs .nav-tabs li:hover a, .ie7 section .subpage .sepetAdim .sepet .tabs .nav-tabs li:hover a, .ie8 section .subpage .sepetAdim .sepet .tabs .nav-tabs li.active a, .ie7 section .subpage .sepetAdim .sepet .tabs .nav-tabs li.active a {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FBBB4A,endColorstr=#26FBBB4A);
  zoom: 1; }
section .subpage .sepetAdim .sepet .tabs .nav-tabs li:hover a .def-icon-teslim, section .subpage .sepetAdim .sepet .tabs .nav-tabs li.active a .def-icon-teslim {
  background-position: -70px -137px; }
section .subpage .sepetAdim .sepet .tabs .nav-tabs li:hover a .def-icon-odeme, section .subpage .sepetAdim .sepet .tabs .nav-tabs li.active a .def-icon-odeme {
  background-position: -105px -137px; }
section .subpage .sepetAdim .sepet .tabs .nav-tabs li:hover a .def-icon-siparis, section .subpage .sepetAdim .sepet .tabs .nav-tabs li.active a .def-icon-siparis {
  background-position: 0 -170px; }
section .subpage .sepetAdim .sepet .tabs .nav-tabs li:hover a .def-icon-finish, section .subpage .sepetAdim .sepet .tabs .nav-tabs li.active a .def-icon-finish {
  background-position: -35px -170px; }
section .subpage .sepetAdim .sepet .tab-content {
  margin-top: 20px; }
section .subpage .sepetAdim .sepet .tab-content .bankaList {
  border-left: 1px solid #e3e3e3; }
section .subpage .sepetAdim .sepet .tab-content .bankaList li {
  float: left;
  font: 18px "proxima_nova_rgbold";
  border-right: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3; }
section .subpage .sepetAdim .sepet .tab-content .bankaList li a {
  color: #696969;
  height: 50px;
  padding: 15px 40px;
  background-color: #fff; }
@media (max-width: 640px) {
  section .subpage .sepetAdim .sepet .tab-content .bankaList li a {
    padding: 15px 19px; } }
section .subpage .sepetAdim .sepet .tab-content .bankaList li:hover a, section .subpage .sepetAdim .sepet .tab-content .bankaList li.active a {
  background-color: #f9f9f9; }
section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri {
  padding: 20px 30px; }
@media (max-width: 640px) {
  section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri {
    padding: 20px 10px; } }
section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label {
  width: 70%;
  font-weight: normal;
  height: inherit;
  line-height: normal;
  padding-right: 36px;
  position: relative;
  line-height: 30px; }
@media (max-width: 640px) {
  section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label {
    min-height: 60px;
    width: 100%;
    padding-right: 0; } }
section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label span {
  text-align: left; }
section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label .span_width {
  padding-left: 180px;
  line-height: normal; }
section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label .span_width input.width_input, section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label .span_width .cusel.width_input {
  width: 19%;
  margin-right: 3%; }
section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label .span_width input.width_input:last-child, section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label .span_width .cusel.width_input:last-child {
  margin-right: 0; }
section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label .span_width input.cvc, section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label .span_width .cusel.cvc {
  width: 35%; }
section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label .span_width .cusel {
  width: 100% !important; }
section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label .span_width .cusel label {
  margin: 0;
  width: 100%;
  line-height: 40px;
  padding: 0;
  text-align: left; }
section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label .span_width .field {
  width: 42.4%;
  margin-right: 3%;
  display: inline-block; }
section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label .span_width .field:last-child {
  margin-right: 0; }
@media (max-width: 640px) {
  section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label .span_width .field {
    display: block;
    width: 100%; } }
section .subpage .sepetAdim .sepet .tab-content .kart_bilgileri label small {
  color: #fbbb4a;
  font-size: 12px;
  line-height: 30px;
  padding-left: 10px; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #e3e3e3; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart h4 {
  padding: 20px; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart [class*="col-md-"] {
  padding: 0 20px; }
@media (max-width: 992px) {
  section .subpage .sepetAdim .sepet .tab-content .bankaKart [class*="col-md-"] {
    padding: 0; } }
section .subpage .sepetAdim .sepet .tab-content .bankaKart table {
  width: 100%;
  border-bottom: 1px solid #e3e3e3; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr {
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr td {
  font-size: 14px;
  padding: 10px;
  display: block; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr td label {
  width: 100%;
  margin: 0; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr td label .radioButon {
  border: 1px solid #e3e3e3;
  width: 14px !important;
  height: 14px !important;
  margin: 0 25px 0 0;
  float: left; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr td label .radioButon.focus {
  border: none;
  background: url(https://www.aydinlatmareyonu.com/css/images/check3.jpg) no-repeat 0 0; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr td label span.fyt {
  float: right; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr:nth-child(3n+0) td {
  color: #fbbb4a; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr.active {
  background: #fbbb4a;
  /* The Fallback */
  background: rgba(251, 187, 74, 0.1); }
.ie8 section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr.active, .ie7 section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr.active {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1AFBBB4A,endColorstr=#1AFBBB4A);
  zoom: 1; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr.active td {
  color: #fbbb4a; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr.active:nth-child(3n+0) td {
  color: #fbbb4a; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr.images_card {
  border: none;
  background-color: inherit; }
section .subpage .sepetAdim .sepet .tab-content .bankaKart table tr.images_card td {
  padding-bottom: 23px; }
section .subpage .sepetAdim .sepet .tab-content .bilgiler {
  padding-right: 20px; }
@media (max-width: 992px) {
  section .subpage .sepetAdim .sepet .tab-content .bilgiler {
    padding-right: 0; } }
section .subpage .sepetAdim .sepet .tab-content .bilgiler table {
  width: 100%;
  border: 1px solid #e3e3e3;
  margin-bottom: 25px; }
section .subpage .sepetAdim .sepet .tab-content .bilgiler table tr {
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  color: #696969; }
section .subpage .sepetAdim .sepet .tab-content .bilgiler table tr:last-child {
  border-bottom: none; }
section .subpage .sepetAdim .sepet .tab-content .bilgiler table tr td {
  font-size: 14px;
  padding: 10px 25px; }
section .subpage .sepetAdim .sepet .tab-content .bilgiler table tr td h2 {
  margin: 0;
  font-size: 17px; }
section .subpage .telefon_numara {
  font-size: 14px;
  margin-top: 12px;
  color: #525252; }
section .subpage .telefon_numara i {
  vertical-align: sub;
  color: #c0c0c0;
  margin-right: 15px;
  display: inline-block;
  margin-top: 20px; }
section .subpage .form {
  margin-top: 20px; }
section .subpage .form form {
  margin: 0; }
section .subpage .form form label {
  display: block;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }
section .subpage .form form label [class^="icon-"] {
  position: absolute;
  right: 15px;
  top: 13px;
  color: #d8d8d8; }
section .subpage .form form label textarea, section .subpage .form form label input {
  border-radius: inherit;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin: 0;
  height: 40px;
  width: 100%;
  font: 14px "proxima_nova_rgregular";
  padding: 20px 40px 20px 5px; }
section .subpage .form form label textarea:focus, section .subpage .form form label input:focus {
  border: 1px solid #a0a0a0; }
section .subpage .form form label textarea:focus ~ [class^="icon-"], section .subpage .form form label input:focus ~ [class^="icon-"] {
  color: #a0a0a0; }
section .subpage .form form label textarea:focus::-webkit-input-placeholder, section .subpage .form form label input:focus::-webkit-input-placeholder {
  color: #a0a0a0; }
section .subpage .form form label textarea {
  height: 104px;
  resize: none; }
section .subpage .form form .buttons {
  margin-bottom: 64px; }
section .subpage .form form .buttons button {
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: inherit;
  float: right;
  font-size: 19px;
  margin: 0; }
section .subpage .form form .buttons button i {
  margin: 0; }
section .subpage .form form .buttons button[type="submit"] {
  background-color: #fbbb4a;
  font: 18px "titillium_webregular";
  width: 108px;
  margin-left: 5px; }
section .subpage .form form .buttons button[type="reset"] {
  background-color: #dbdbdb;
  width: 34px; }
section .icerikSol {
  margin-top: 30px;
  font-family: "titillium_webregular";
  }
section .icerikSol .block {
  border: 1px solid #e3e3e3;
  background-color: #fff;
  margin-bottom: 30px; }
section .icerikSol .block .inner {
  padding: 15px; }
section .icerikSol .block .border {
  border-bottom: 2px solid #e3e3e3;
  display: inline-block;
  width: 100%; }
section .icerikSol .block .border:last-child {
  border-bottom: none; }
section .icerikSol .block .scrollbar {
  overflow: hidden;
  position: relative;
  height: 222px; }
section .icerikSol .block .head {
  background-color: #dddddd;
  height: 50px;
  text-indent: 20px; }
section .icerikSol .block .head h2 {
  font-size: 19px;
  color: #313131;
  margin: 0;
  line-height: 50px;
  }
section .icerikSol .block .head h1 {
  font-size: 16px;
  margin: 0;
  color: #313131;
  line-height: 50px; }
section .icerikSol .block .kck-baslik {
  font-size: 16px;
  margin: 15px 0;
  font-family: "titillium_webregular";
  font-weight: bolder;
  }
section .icerikSol .block ul.sol-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  }
section .icerikSol .block ul.sol-menu li {
  font-size: 18px;
  position: relative; }
section .icerikSol .block ul.sol-menu li a {
  display: block;
  line-height: 35px;
  font-size: 16px;
  }
  section .icerikSol .block ul.sol-menu li a.active {
    font-weight: bold;
}
section .icerikSol .block ul.sol-menu li a i {
  font-size: 15px;
  margin-right: 7px; }
section .icerikSol .block ul.sol-menu li a:hover {
  color: #979898; }
section .icerikSol .block ul.sol-menu li .hover {
  position: absolute;
  top: 30px;
  right: 0;
  border: 1px solid #e3e3e3;
  width: 103px;
  height: 103px;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2; }
section .icerikSol .block ul.sol-menu li .hover img {
  width: 101px;
  height: 101px; }
section .icerikSol .block ul.sol-menu li:hover .hover {
  opacity: 100;
  filter: alpha(opacity=10000); }
section .icerikSol .block label {
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
  }
section .icerikSol .block label .checkBox, section .icerikSol .block label .radioButon {
  border: 1px solid #fbbb4a;
  width: 22px !important;
  height: 22px !important;
  float: left;
  margin-right: 10px; }
section .icerikSol .block label .checkBox.check, section .icerikSol .block label .radioButon.check {
  border: none;
  background: url(https://www.aydinlatmareyonu.com/css/images/check1.jpg) no-repeat 0 0; }
section .icerikSol .block label.dim {
  float: left;
  width: 50%; }
section .icerikSol .block .rangeslider {
  position: relative;
  margin-top: 40px;
  margin-bottom: 25px; }
section .icerikSol .block .rangeslider .nstSlider {
  border: 1px solid #fbbb4a;
  height: 14px;
  width: 100%;
  margin-top: 12px;
  background: none;
  border-radius: inherit; }
section .icerikSol .block .rangeslider .nstSlider .bar {
  border-radius: inherit;
  height: 12px;
  background-color: #f4aa3d;
  top: 0; }
section .icerikSol .block .rangeslider .nstSlider .leftGrip, section .icerikSol .block .rangeslider .nstSlider .rightGrip {
  background: url(https://www.aydinlatmareyonu.com/css/images/bar_bg.png) no-repeat 0 0;
  top: -5px;
  height: 21px;
  width: 9px; }
section .icerikSol .block .rangeslider .label_yon {
  color: #fbbb4a;
  font-size: 17px;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -30px; }
section .icerikSol .block .rangeslider .label_yon .inline {
  display: inline-block; }
section .icerikSol .block .rangeslider .label_yon .leftLabel, section .icerikSol .block .rangeslider .label_yon .rightLabel {
  display: inline-block;
  margin: 0 3px;
  }
section .icerikSol .block .rangeslider .label_yon sup {
  font-size: 12px;
  left: -4px; }
section .icerikSol .block .rangeslider .left_l, section .icerikSol .block .rangeslider .right_l {
  position: absolute;
  top: -20px;
  font: 13px "proxima_nova_rgregular";
  font-weight: normal;
  color: #a6a9c0; }
section .icerikSol .block .rangeslider .left_l {
  left: 0; }
section .icerikSol .block .rangeslider .right_l {
  right: 0; }
section .icerikSol .block .rangeslider .max {
  display: inline-block;
  width: 100%;
  margin-top: 25px; }
section .icerikSol .block .rangeslider .max label {
  float: left;
  width: 50%;
  margin: 0; }
section .icerikSol .block .rangeslider .max label input {
  height: 26px;
  border: 1px solid #e3e3e3;
  width: 60%; }
section .icerikSag {
  margin: 30px 0 0 30px; }
@media (max-width: 992px) {
  section .icerikSag {
    margin: 0; } }
section .icerikSag #siralam_turu {
  float: right;
  margin-right: 20px;
  width: 35%; }
@media (max-width: 840px) {
  section .icerikSag #siralam_turu {
    display: none; } }
section .icerikSag #siralam_turu .sirala-text {
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  background: url(https://www.aydinlatmareyonu.com/css/images/sirala-bg.png) no-repeat left center;
  float: left;
  }
@media (max-width: 640px) {
  section .icerikSag #siralam_turu .sirala-text {
    display: none; } }
section .icerikSag #siralam_turu .dropdown-toggle {
  color: #b6b6b6;
  font-style: italic;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  height: 23px;
  padding: 0 10px;
  display: inline-block;
  line-height: 23px;
  width: 68%; }
section .icerikSag #siralam_turu .dropdown-toggle span {
  float: right;
  margin-top: 8px; }
section .icerikSag #siralam_turu .dropdown-menu {
  left: 88px;
  border-radius: inherit;
  top: 40px; }

/*-------------------------------------- FOOTER ---------------------------*/
footer {
  background: url(https://www.aydinlatmareyonu.com/css/images/footer-bg.jpg) repeat-x 0 0;
  margin-top: 30px;
  padding: 30px 0 0;
  color: #fff;
  height: 233px;
  overflow: hidden; }
footer h2 {
  font: 20px "walkway_condensed_semiboldRg";
  color: #fff; }
@media (max-width: 992px) {
  footer h2 {
    display: none; } }
footer .alt-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font-family: "titillium_webregular";
  }
@media (max-width: 992px) {
  footer .alt-menu {
    display: none; } }
footer .alt-menu li {
  line-height: 21px; }
footer .alt-menu li a {
  color: #fff; }
footer .alt-menu li a i {
  font-size: 14px;
  margin-right: 7px; }
@media (max-width: 992px) {
  footer .kartlar {
    margin-top: 15px;
    text-align: center; } }
footer .kartlar img {
  display: inline-block;
  margin-right: 10px; }
@media (max-width: 992px) {
  footer .social {
    margin: 10px 0;
    text-align: center; } }
footer .social a {
  display: inline-block;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #3b4348; }
footer .tel-sag {
  width: 145px;
  margin: 0 auto; }
footer .tel-sag .tel {
  margin-bottom: 7px;
  display: block;
  color: #fbbb4a;
  font: 28px "proxima_nova_rgbold";
  background: url(https://www.aydinlatmareyonu.com/css/images/text2.png) no-repeat left center;
  padding-left: 10px; }
footer .mn_logo {
  display: block;
  text-align: right; }
@media (max-width: 992px) {
  footer .mn_logo {
    text-align: center; } }
footer .ssl {
  padding-top: 20px; }
@media (max-width: 992px) {
  footer .ssl {
    display: none; } }

div.sepetAdim {

  min-height: 460px;
}

/*# sourceMappingURL=mn.css.map */



.sweet-alert section{color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;background: none}
.panel_ac p{color: #3b4348;font: 25px "proxima_nova_rgbold";padding: 30px 40px 20px;margin: 0;text-align: left;}

/*.galeriSlider .flex-viewport ul li{width: auto !important}*/

#basaDon{display: none !important}
.bant{height: auto;background: #ed1477;width: 100%;text-align: center;}


section .subpage .pad{padding-left: 30px}
@media only screen and (max-width: 991px){
	#basaDon{display: none !important;}
}
.borderBlok .table1 tr td .kapat i{width: 26px;height: 26px;line-height: 21px;font-size: 20px;}


#useragrement .modal-content{max-width: 500px;margin: 0 auto;}
#useragrement .modal-body{height: 500px;text-align: justify;}


.autocomplete_form .input-group{width: 100%}
section .urunler .top-slider ul li .carousel-image a.mlink{display: none;width: 100%;height: 100%;position: absolute;}

@media only screen and (max-width: 768px){
	section .urunler .top-slider ul li .carousel-image .carousel-title{display: none !important;}
	section .urunler .top-slider ul li .carousel-image a.mlink{display: block;}
}

/*social*/
nav.social{display: table;width: 100%;}
nav.social ul{padding: 0;list-style: none;}
nav.social ul li{float: left;width: 33.3%;padding: 0 3px}
nav.social ul li:first-child{padding-left: 0}
nav.social ul li:last-child{padding-right: 0}
nav.social ul li a {
    display: block;
    font-family: "titillium_websemibold";
    font-size: 13px !important;
    color: #ebebeb;
    text-align: center;
    padding: 6px 3px 2px 0px;
}
nav.social ul li a i{display: inline-block;vertical-align: middle;background: url(https://www.aydinlatmareyonu.com/css/images/social.png) no-repeat;padding: 14px;margin-right: 2px}
nav.social ul li a i.def-icon-facebook{background-position: 0 -3px}
nav.social ul li a i.def-icon-twitter{background-position: 0 -34px}
nav.social ul li a i.def-icon-instagram{background-position: 0 -67px}
nav.social ul li a.facebook{background: #3b5998}
nav.social ul li a.twitter{background: #62a9e0}
nav.social ul li a.instagram{background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}


/*social*/

/*duzeltmeler*/
header .header-sag .uye_girisi a.tikla{display: inline-block;padding: 13px 20px}
.borderBlok .table1.tableSepetim tr td figure{max-height: none;}
.borderBlok .table1 tr td .increment{height: 32px;}
.borderBlok .table1 tr td .increment input{display: table;}
.modal#adresEkle .modal-dialog{padding: 0 15px}
.modal-content .close{padding: 15px;background:url(https://www.aydinlatmareyonu.com/css/images/modal-close.png) no-repeat -4px -2px;opacity: 1;position: absolute;right: 12px;top: 12px;}
.content{max-width: 1130px;padding: 0 10px}
header .ust-uye-sosyal .sociall{border-right: 1px solid #464d52;padding-top: 5px;display: inline-block;padding-right: 15px}
header .ust-uye-sosyal .sociall a{padding: 5px 10px}
header .ust-uye-sosyal .sociall a i{color: #fff;font-size: 15px}
footer .sociall a{display: inline-block;color: #fff;text-align: center;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;width: 25px;height: 25px;line-height: 25px;background-color: #3b4348;}

section #icerikSag .flexslider li a .flex-cap{display: none;}
section #icerikSag .flexslider .flex-direction-nav{display: none;}
section #icerikSag .flexslider .slides img{max-height: 425px}
section #icerikSag .flexslider .flex-control-nav{display: block;position: absolute;top: 50%;right: 20px;z-index: 99;bottom: auto;width: auto;margin-top: -103px;}
section #icerikSag .flexslider .flex-control-nav li{display: block;margin:4px;text-align: center;}
section #icerikSag .flexslider .flex-control-nav li a{display: inline-block;}
section #icerikSag .flexslider .flex-control-nav li a.flex-active{width: 15px;height: 15px;background:none;border:2px solid #000;}
section .subpage .icerik-section .odemeyap .panel .panel-body select{background:#fff !important}

@media only screen and (max-width: 991px){
	section #icerikSag .flexslider .flex-control-nav{bottom: 0;top: auto;margin-left: -68.5px;right: auto;left: 50%;}
	section #icerikSag .flexslider .flex-control-nav li{display: inline-block;}
}

/*section .urunler .top-slider ul li .carousel-image .carousel-title{transition: none;transform: none}*/

section .haftanin-urunu{height: 345px}
@media only screen and (max-width: 768px){
	section .haftanin-urunu{display: none}
}
section .haftanin-urunu a{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0}

@media (max-width: 1150px){
	header .header-sag .uye_girisi {margin-right: 10px;}
	.navbar-default .navbar-collapse{margin: 0 -10px;}
	.navbar-default .navbar-toggle{display: none;}
}
@media only screen and (max-width: 992px){
	section .menu-dropdown{margin:0 -10px;}
}
@media only screen and (max-width: 991px){
	section .subpage .icerik-section .odemeyap .panel .panel-body input{margin:5px 0;}
	section .subpage .icerik-section .odemeyap .panel .panel-body select{margin:5px 0;}
	footer .sociall{text-align: center;margin: 10px auto;}
}
@media only screen and (max-width: 768px){
	article a.contunie{width: 100%;text-align: center;}
}
@media only screen and (max-width: 650px){
	section .subpage .icerik-section .right .tab_pad ul li{width: 100%;}
	section .subpage .icerik-section .right .tab_pad ul li a{display: block;text-align: center;}
}
@media only screen and (max-width: 640px){
	section .subpage .icerik-section .adressecimi a.contunie{float: left !important;width: 100%;text-align: center;margin: 15px 0 0 0;}
	section #icerikSag .flexslider .flex-direction-nav li a.flex-next {left: 73px;}
	section .urunler.alt-sayfa .sayfa-list li {width: 100%;}
	section .subpage .icerik-section #urun_tab .nav-tabs li{height: 65px;font-size:13px;}
	section .subpage .icerik-section #urun_tab .nav-tabs li a{padding: 10px 8px;height: 65px}
}
@media only screen and (max-width: 350px){
	.borderBlok .table1 tr td .increment{width: 30%}
	section .urunler .baslik{font-size: 19px}
}
/*duzeltmeler*/

/*main menu*/
.ust-icon{float: right;display: table;list-style: none;max-width: 740px;width: 100%;padding: 0;margin-top: 78px;margin-bottom: 0;}
.ust-icon li{font-family: "Conv_trebuc";font-size: 13px;color: #fff;display: inline-block;float: left;width: 100%;max-width: 140px;}
.ust-icon li:last-child{max-width: 175px;width: 175px;}
.ust-icon li i{display: inline-block;vertical-align: middle;margin-right: 5px;float: left;}
.ust-icon li span{display: block;}
.ust-icon li i.def-icon-guvenli{background: url(https://www.aydinlatmareyonu.com/css/images/ust-icon.png) no-repeat 0 -5px;width: 35px;height: 36px}
.ust-icon li i.def-icon-uygun{background: url(https://www.aydinlatmareyonu.com/css/images/ust-icon.png) no-repeat -36px -2px;width: 32px;height: 38px}
.ust-icon li i.def-icon-hizli{background: url(https://www.aydinlatmareyonu.com/css/images/ust-icon.png) no-repeat -70px -6px;width:  50px;height: 29px}
.ust-icon li i.def-icon-iade{background: url(https://www.aydinlatmareyonu.com/css/images/ust-icon.png) no-repeat -129px -5px;width: 36px;height: 33px}
.ust-icon li i.def-icon-destek{background: url(https://www.aydinlatmareyonu.com/css/images/ust-icon.png) no-repeat  -172px -1px;width: 35px;height: 40px}
@media only screen and (max-width: 1150px){
	.ust-icon{display: none;}
}
/*main menu*/

@media only screen and (max-width: 768px){
	.yKayit .modal-content .close{right: 0;z-index: 1}
}

section .subpage .icerik-section #urun_tab .nav-tabs{margin-top: 19px}
section .subpage .icerik-section .productContent .productContentOrta .kargo{margin: 35px 0 20px 0}
section .subpage .icerik-section .productContent .productContentOrta .kargo ul li{height: 70px}
section .subpage .icerik-section .productContent .productContentOrta .kargo ul li p{display: inline-block;margin:0;}
@media only screen and (max-width: 480px){
	section .subpage .icerik-section .productContent .productContentOrta .kargo ul li p{display: block;}
	section .subpage .icerik-section .productContent .productContentOrta .kargo ul li span{font-size: 15px}
}
@media only screen and (max-width: 450px){
section .subpage .icerik-section .productContent .productContentOrta .kargo ul li{height: 112px}
section .subpage .icerik-section .productContent .productContentOrta .kargo ul li span{text-align: center;}
section .subpage .icerik-section .productContent .productContentOrta .kargo ul li span i{display: block;margin:0 auto 5px auto;}
}
/*-------------------ODEME---------------------*/

section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS{display: table;width: 100%}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .sar{float: left;}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS ul{padding: 0;list-style: none;float: right;margin-top: -15px}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS ul li{float: left;line-height: 5;padding: 0 5px;}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS ul li:last-child{padding-right: 0}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS ul li:last-child img{max-width: 130px}
@media only screen and (max-width: 560px){
	section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS ul{float: left;margin-top: 15px;}
}

section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .wrap input{display: none;}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .wrap label{font-family: 'titillium_webregular';font-size: 15px;color: #000;position: relative;cursor: pointer;padding-left: 20px;}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .wrap .radioButon{position: absolute !important;}
/*section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .wrap label:before{content:"";padding:8px;display: inline-block;vertical-align: middle;border:1px solid #ccc;position: absolute;left: 0px;}*/
/*section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .wrap input:checked + label:before{background: #fff url(https://www.aydinlatmareyonu.com/css/images/check1.png) no-repeat;border-color: #6f0700;background-size: contain}*/
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit{margin-top: 30px;display: none;float: left;width: 100%}
/*section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit .webtaksit table tr td:not(:first-child){background:blue}*/
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit .webtaksit table{width: 50%;float: left;margin-left: -1px}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit .webtaksit table tr td input[type="radio"]{display: none;}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit .webtaksit table tr:hover td:not(:first-child){/*background:#ccc;*/}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit .webtaksit table tr td:nth-child(2){position: relative;}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit .webtaksit table tr td:nth-child(2):before{content: "";position: absolute;left: 0;top: 0;padding:10px;/*background: url(https://www.aydinlatmareyonu.com/css/img/havale-check.png) no-repeat;*/background-size: contain}
/*section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit .webtaksit table tr:hover td:not(:first-child):nth-child(2):before{background: url(https://www.aydinlatmareyonu.com/css/img/havale-check.png) no-repeat;background-size:contain;}*/
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit .webtaksit table tr.active td:not(:first-child):nth-child(2):before{background: url(https://www.aydinlatmareyonu.com/css/images/havale-check.png) no-repeat;background-size:contain;}
/*section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit .webtaksit table tr:hover td:not(:first-child):nth-child(2):before{background: url(https://www.aydinlatmareyonu.com/css/img/havale-check.png) no-repeat;background-size:contain;}*/
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit .webtaksit table tr.active td:first-child{background: #fff !important}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit .webtaksit table tr.remove td{background: #fff !important;color: #000 !important}

section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit table tr th{font-family: "titillium_websemibold";font-size: 15px;text-align: center;vertical-align: middle;height: 55px}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit table tr td{text-align: center;vertical-align: middle;}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit table tr td .radioButon{display: none;}
/*section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit table tr:nth-child(odd){background: #f1efef}*/
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit table tr:first-child{background: none}
section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit table tr td:first-child{font-family: "titillium_websemibold";font-size: 15px;color: #000}
@media only screen and (max-width: 768px){
    section .subpage .icerik-section .odemeyap .panel .panel-body .odemeS .taksit .webtaksit table{width: 100%;margin-left: 0}
}


/*havale*/
section .subpage .icerik-section .odemeyap .panel .panel-body .havale{max-width: 750px}
section .subpage .icerik-section .odemeyap .panel .panel-body .havale h4{margin-bottom: 15px;font-family: "titillium_websemibold";font-size: 16px;}
section .subpage .icerik-section .odemeyap .panel .panel-body .havale table tr{cursor: pointer;}
section .subpage .icerik-section .odemeyap .panel .panel-body .havale table tr th{vertical-align: middle;text-align: center;padding:15px;position: relative;}
section .subpage .icerik-section .odemeyap .panel .panel-body .havale table tr th img{max-width: 100px}
section .subpage .icerik-section .odemeyap .panel .panel-body .havale table tr th input[type="radio"]{display: none;}
section .subpage .icerik-section .odemeyap .panel .panel-body .havale table tr th span{padding:15px;display: inline-block;position: absolute;left: 0;top: 0;}
section .subpage .icerik-section .odemeyap .panel .panel-body .havale table tr th span.animated.bounceIn{background: url(https://www.aydinlatmareyonu.com/css/images/havale-check.png) no-repeat;}
section .subpage .icerik-section .odemeyap .panel .panel-body .havale table tr th .radioButon{display: none;}

section .subpage .icerik-section .odemeyap .panel .panel-body .havale table tr td{padding:15px 15px 15px 30px;font-family: "titillium_webregular";font-size: 15px;color: #000}
@media only screen and (max-width: 768px){
    section .subpage .icerik-section .odemeyap .panel .panel-body .havale table tr th{display: block;}
    section .subpage .icerik-section .odemeyap .panel .panel-body .havale table tr td{display: block;}
}

/*havale*/

/*-------------------ODEME---------------------*/








#searchbox{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999999;visibility:hidden;opacity:0;
	filter:alpha(opacity=0);-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}
	#searchbox .overlay{position:absolute;left:0;top:0;z-index:0;width:100%;height:100%;background:#000;background:rgba(0,0,0,0.8);cursor:url(https://www.aydinlatmareyonu.com/css/img/close.CUR),auto}
	.ie8 #searchbox .overlay,.ie7 #searchbox .overlay{background:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);zoom:1}
	#searchbox .inner{background-color:#fff;position:relative;z-index:1}
	#searchbox .inner .holder{padding-right:65px;position:relative}
	#searchbox .inner .holder input{width:100%;padding:0;height:50px;border:0;background-color:#fff;font-size:16px;padding: 5px 10px}
	#searchbox .inner .holder button{border:0;padding:0;background:transparent none;color:#838383;height:100%;position:absolute;right:0;top:0;font-size:36px;padding-left:20px}
	
	.autocomplete_form .input-group{display: inline-block;width: 100%;}
	#searchbox{position: relative;opacity: 1 !important;visibility: visible;}
	section #icerikSag .autocomplete_form form .searchBtn{display: table;width: 65px;height: 50px;background:#f4aa3d;padding: 0}

	@media only screen and (max-width: 991px){
		#searchbox .inner .holder input{box-shadow: 0px 0 1px #353535;}
	}
	@media screen and (max-width: 480px){
		#searchbox .inner .holder button{font-size:30px}
	}
	@media screen and (max-width: 768px) and (orientation: landscape){
		#searchbox .inner .holder button{font-size:30px}
	}

.searchbox-open #searchbox{opacity:1;filter:alpha(opacity=100);z-index:999999;visibility:visible}




section .subpage .icerik-section #carousel ul.slides li{min-height: 112px}




.productContentOrta table tr td label{display: block;cursor: pointer;}
.productContentOrta table tr td .radioButon{border: 1px solid #d2d2d2;background: #f9f7fb;background: rgba(249, 247, 251, 0.6);width: 18px !important;height: 17px !important;float: left; margin-right: 5px;margin-top: 4px;}
.productContentOrta table tr td .radioButon.check{border: none;background: url(https://www.aydinlatmareyonu.com/css/images/check4.jpg) no-repeat 0 0;}


button{outline: none}
a{outline: none;}

@media only screen and (max-width: 640px){
	section .path{line-height: 20px;}
	section .path nav{height: 50px;padding:8px 20px 0 22px; }
	section .path nav a{white-space: normal;text-overflow: initial;overflow: auto;}
	section .path nav a:first-child{margin-left: -5px}
}

.flex-pageing .flex-viewport{max-height: 2160px}
.flex-pageing .flex-control-paging{margin-bottom: 20px}
.flex-pageing .flex-control-paging li a{text-indent: 0;border-radius: 0;background: #dddddd;width:32px;height: 34px;line-height: 34px;text-align: center;font-size: 13px;font-family: "proxima_nova_rgbold"}
.flex-pageing .flex-control-paging li a.flex-active{background: #fbbb4a;color: #fff;}

.galeriSlider .flex-viewport ul li{text-align: center;}
.galeriSlider .flex-viewport ul li img{max-height: 429px}

section .subpage .icerik-section #slider{min-height: 429px}


section .subpage .icerik-section .right .k_bilgiler .fatura-blok{position: relative;}
section .subpage .icerik-section .right .k_bilgiler .fatura-blok a.edit{position: absolute;right: 10px;bottom: 10px;}

section .subpage .icerik-section .right .k_bilgiler h2{margin-bottom: 30px}

/*arama butonu*/
.search{padding: 10px;border: 1px solid #e1e1e1;}
.search.fixed{position: fixed;bottom: 0;max-width: 276px;width: 100%;z-index: 999;background: rgba(255,255,255,0.7);}
.search a{display: block;background: #FBBB4A;color: #ffffff;padding: 12px;text-align: center;font-size:15px;}
/*arama butonu*/

@media (max-width: 991px){
	.search.fixed{max-width: 100%}
	.search{padding:0;margin-bottom: 10px}
}

@media only screen and (max-width: 991px){
	section .subpage .icerik-section .productContent{margin-left: 0}
	section .subpage .icerik-section .productContent .productContentUst .pad{padding-left: 0}
}




.yKayit .modal-content .modal-body form label select{height: 30px;color: #cacaca;}
.yKayit .modal-content .modal-body form label input.dd_mm_yyyy{border-radius: 0;border-color: #dbdbdb;}

header .logo{padding:29px 0;}

a.detail{display: block;background-color:#fbbb4a;color: #fff;font-size: 14px;width: 128px;height: 39px;line-height: 39px;text-indent: 11px;margin: 5px auto 0 auto;}
a.detail i.def-icon-zoom{background: url(https://www.aydinlatmareyonu.com/css/images/zoom.png) no-repeat;padding: 11px;margin-top: -7px;}

/*anasayfa Ã¼rÃ¼nleri dikeyde ortalama*/
section .urunler .top-slider ul li .carousel-image{display: -webkit-box; -webkit-box-pack: center;-webkit-box-align: center;display: box; box-pack: center; box-align: center;}
section .urunler .top-slider ul li .carousel-image img{margin-top: -30px;padding: 45px}

section .subpage .icerik-section #slider{height:429px;display: -webkit-box; -webkit-box-pack: center;-webkit-box-align: center;display: box; box-pack: center; box-align: center;}

section .subpage .icerik-section #urun_tab .tab-content ul.yorumlar li .comment-text textarea{resize:none;}
/*section #urun_toggle ul.urun_menu{display: block;width: 100%}
section #urun_toggle ul.urun_menu li a{width: 100%}*/

header .header-sag .uye_girisi a{font-size: 14px}
header .header-sag .uye_girisi a.logout{float: right;margin-top: 13px;}
header .header-sag .uye_girisi a.logout i.def-icon-exit{background: url(https://www.aydinlatmareyonu.com/css/images/exit.png) no-repeat;padding: 10px}

/*urun detay sepet-hemenal*/
section .subpage .icerik-section .productContent .productContentOrta .sutun-button a{border: none;background-color: #f1f1f1;height: 47px;line-height: 47px;font-size: 16px; margin-right: 2%;-webkit-transition: 0.3s; -moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s; padding: 0 5px 0 0;width: 31%; text-overflow: ellipsis;white-space: nowrap; overflow: hidden; float: left; outline: none;text-align: center;color:#3b4348;}
section .subpage .icerik-section .productContent .productContentOrta .sutun-button a span{width: 50px; text-align: center;line-height: 47px;display: inline-block;background-color: #dfdfdf; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;float: left;}
section .subpage .icerik-section .productContent .productContentOrta .sutun-button a span i.def-icon-stok{width: 28px;height: 28px;background-position: -124px -69px}
section .subpage .icerik-section .productContent .productContentOrta .sutun-button a:hover{background: #fbbb4a;color:#fff;}
section .subpage .icerik-section .productContent .productContentOrta .sutun-button a:hover span{background: #f4aa3d;}
section .subpage .icerik-section .productContent .productContentOrta .sutun-button a:hover span i{color: #fff}

@media only screen and (max-width: 768px){
	section .subpage .icerik-section .productContent .productContentOrta .sutun-button a{width: 100%;margin: 5px 0}
}

.borderBlok .table1.tableSepetim tr td img{max-height: 140px}

section .urunler .baslik{font-family: "Conv_walkway_condensed_semibold-webfont"}


/*siparislerim*/
.myorders .panel-group{margin-top: 28px}
.myorders .panel-group .panel{border-radius: 0}
.myorders .panel-group .panel .panel-heading{padding: 0}
.myorders .panel-group .panel .panel-heading a{padding: 15px;display: block;}
.myorders .panel-group .panel .panel-heading a.active{background: #fbbb4a;color:#fff;}
.myorders .panel-group .panel .panel-heading a p{float: right;}
.myorders .panel-group .panel .panel-body table tr th{text-align: center;}
.myorders .panel-group .panel .panel-body table tr th img{max-width: 150px;max-height: 150px}
.myorders .panel-group .panel .panel-body table tr td{text-align: center;}

.myorders .panel-group .panel-body table.ortak tr:first-child{background: #eae9e9}
/*.myorders .panel-group .panel-body p.total{font-family: "proxima_nova_rgbold";font-size: 16px;float: right;}
.myorders .panel-group .panel-body p.total span{font-family: "proxima_nova_rgregular";}*/
.myorders .panel-group table.total{float: right;}
.myorders .panel-group table.total tr th{text-align: right !important;}
.myorders .panel-group table.total tr th,td{padding:3px 5px;font-size: 15px}

@media (max-width: 767px){
	.myorders .panel-group .panel-body table.ortak tr th.visible-xs{width: 100%;display: block !important;background: #eae9e9}
	.myorders .panel-group .panel-body table.ortak tr td{width: 100%;display: block;}

	.myorders .panel-group .panel .panel-body table.urun tr th{width: 100%;display: block;}
	.myorders .panel-group .panel .panel-body table.urun tr td{width: 100%;display: block;}
}
@media (max-width: 415px){
	.myorders .panel-group .panel .panel-heading a p{float: none;margin-top: 5px}
}
/*siparislerim*/





button.confirm{background: rgb(239, 162, 29) !important;}
.body-bg{position: fixed;}
/*girisyap sayfasi*/
section .subpage .container{padding: 0;width: 100%}
section .subpage .container .icerik-section{min-height: 460px;}
section .subpage .icerik-section .girisyap ul{display: table;padding: 0;background: #fbfbfb;border:1px solid #ececec;padding: 30px 50px;width: 100%;margin-bottom: 30px}
section .subpage .icerik-section .girisyap ul li{display: inline-block;float: left;}
section .subpage .icerik-section .girisyap ul li:nth-child(2){margin: 0 15px}
section .subpage .icerik-section .girisyap ul li a{display: block;padding: 10px 40px 10px 30px;border: 1px solid #ddd;border-radius: 4px;font-size: 15px;font-family: "titillium_webregular";outline: none;transition: .2s ease-in-out}
section .subpage .icerik-section .girisyap ul li a i.def-icon-check{padding: 10px;background: url(https://www.aydinlatmareyonu.com/css/images/i_check.png) no-repeat;margin-right: 10px;vertical-align: text-bottom;opacity: 0;transition:.2s ease-in-out;}
section .subpage .icerik-section .girisyap ul li a:hover{color: #fbbb4a;border-color: #fbbb4a}
section .subpage .icerik-section .girisyap ul li a:hover i.def-icon-check{opacity: 1}
section .subpage .icerik-section .girisyap ul li a.active{color: #fbbb4a;border-color: #fbbb4a}
section .subpage .icerik-section .girisyap ul li a.active i.def-icon-check{opacity: 1}

section .subpage .icerik-section .girisyap .uyeliksiz{margin-top: 50px}
section .subpage .icerik-section .girisyap .uyeliksiz form label{display: block;padding-right: 30px}
section .subpage .icerik-section .girisyap .uyeliksiz form label span{display: block;margin-bottom: 7px;font-size: 15px}
section .subpage .icerik-section .girisyap .uyeliksiz form label input{padding:10px 15px;border:1px solid #dddddd;}
section .subpage .icerik-section .girisyap .uyeliksiz p{float: left;margin-top: 10px}
section .subpage .icerik-section .girisyap .uyeliksiz a.contunie{float: right;margin-right: 33px;background: #F4AA3D;padding: 12px 20px;color: #fff;font-size: 15px;margin-top: 10px;outline: none}


@media only screen and (max-width: 767px){
	.borderBlok .aliveriseDevam{width: 100% !important;margin:0;}
}

section .subpage .ozet {background: #fff;border: 1px solid #ddd;text-align: right;}
section .subpage .ozet h2 {margin: 0;padding: 15px;color: #fbbb4a;font-size: 21px;border-bottom: 1px solid #e3e3e3;font-family: "titillium_websemibold"; }
section .subpage .ozet .hgroup, section .subpage .ozet .alt-border {color: #696969;font-size: 16px;border-bottom: 1px solid #e3e3e3;padding: 15px; }
section .subpage .ozet .hgroup span, section .subpage .ozet .alt-border span {display: block;font: 25px "titillium_websemibold";}
section .subpage .ozet .hgroup small, section .subpage .ozet .alt-border small {font-size: 13px;}
section .subpage .ozet .alt-border em {font-style: normal;font-size: 18px;display: block; }
section .subpage .ozet a {display: block;color: #fff;font: 18px "titillium_websemibold";-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;
  -o-border-radius: 3px;border-radius: 3px;background-color: #f4aa3d;height: 40px;line-height: 40px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin: 15px; }
section .subpage .ozet a span {display: inline-block;background-color: #fcb44b;height: 40px;line-height: 40px;color: #fff;text-align: center; width: 50px; font-size: 30px;margin-left: 12%;float: right; }


@media (max-width: 991px){
	section .subpage .col-md-3.hidden-sm{display: none;}
	section .subpage .col-md-3.visible-sm{display: block !important;}
	section .subpage .ozet{text-align: center;margin-bottom: 30px}
}

@media (max-width: 768px){
	section .subpage .icerik-section .girisyap ul{padding:30px 30px}
	section .subpage .icerik-section .girisyap ul li{float: none;display: block;}
	section .subpage .icerik-section .girisyap ul li:nth-child(2){margin:10px 0;}
	section .subpage .icerik-section .girisyap .uyeliksiz form label{padding:0}
	section .subpage .icerik-section .girisyap .uyeliksiz a.contunie{width: 100%;margin:0;text-align: center;}
}



/*girisyap sayfasi*/




/*adres secimi*/
section .subpage .icerik-section .adressecimi a:hover{color: #3b4348}
section .subpage .icerik-section .adressecimi a.tanimla{display: block;padding:23px 30px;border: 1px solid #ddd;font-size: 17px;font-family: "titillium_webregular";text-align: center;outline: none}
section .subpage .icerik-section .adressecimi .col-md-6:first-child{padding-right: 30px}
section .subpage .icerik-section .adressecimi a.tanimla i.def-icon-plus{padding: 10px;background: url(https://www.aydinlatmareyonu.com/css/images/i_plus.png) no-repeat;vertical-align: text-bottom;margin-right: 10px;}

section .subpage .icerik-section .adressecimi .my_address{position: relative;}
section .subpage .icerik-section .adressecimi .my_address > a{border:1px solid #cfcfcf;color: #393939;display: block;padding: 30px 63px 30px 20px;min-height: 195px}
section .subpage .icerik-section .adressecimi .my_address h5{font-family: "titillium_webregular";font-size: 18px;margin-bottom: 10px;font-weight: bold;}
section .subpage .icerik-section .adressecimi .my_address p{font-family: "titillium_webregular";font-size: 15px}
section .subpage .icerik-section .adressecimi .my_address .icon{position: absolute;right: 0;top: 0;width: 44px;height: 100%;border-left:1px solid #cfcfcf;}
section .subpage .icerik-section .adressecimi .my_address .icon i{background: url(https://www.aydinlatmareyonu.com/css/images/i_caret.png) no-repeat ;padding: 6px;display: inline-block;margin: 50px 15px;}
section .subpage .icerik-section .adressecimi .list{display: none}
section .subpage .icerik-section .adressecimi .list > a{border:1px solid #cfcfcf;color: #393939;display: block;padding: 30px 63px 30px 20px;}
section .subpage .icerik-section .adressecimi .list > a.trash{position: absolute;right: 7px;top: 50%; padding: 11px;border: 0;outline: none;}
section .subpage .icerik-section .adressecimi .list h5{font-family: "titillium_webregular";font-size: 18px;margin-bottom: 10px;font-weight: bold;}
section .subpage .icerik-section .adressecimi .list p{font-family: "titillium_webregular";font-size: 15px}
section .subpage .icerik-section .adressecimi .list{position: relative;}
section .subpage .icerik-section .adressecimi .list > a{border-top: none;border-bottom: none;}
section .subpage .icerik-section .adressecimi .list .icon{position: absolute;right: 0;top: 0;width: 44px;height: 100%;}
section .subpage .icerik-section .adressecimi .list .icon i.def-icon-pencil{background: url(https://www.aydinlatmareyonu.com/css/images/i_edit.png) no-repeat;display: inline-block;padding: 8px;margin:48px 15px;}

section .subpage .icerik-section .adressecimi a.contunie{float: right;margin-right: 33px;background: #F4AA3D;padding: 12px 20px;color: #fff;font-size: 15px;margin-top: 10px;outline: none;}
section .subpage .icerik-section .adressecimi label{cursor: pointer;font-family: "titillium_webregular"}
section .subpage .icerik-section .adressecimi label a{color: #fbbb4a;font-weight: bold;outline: none;}
section .subpage .icerik-section .adressecimi label a:hover{color: #fbbb4a}
section .subpage .icerik-section .adressecimi .checkBox{border: 1px solid #e3e3e3;width: 14px !important;height: 14px !important;display: inline-block;margin: 15px 7px 0 0;vertical-align: sub;}
section .subpage .icerik-section .adressecimi .checkBox.check{background: url(https://www.aydinlatmareyonu.com/css/images/check3.jpg) no-repeat 0 0;border: none;}
/*adres secimi*/

@media (max-width: 991px){
	section .subpage .icerik-section .adressecimi .col-md-6:first-child{padding:0;margin-bottom: 30px}
}

article a.contunie{float: right;background: #F4AA3D;padding: 12px 20px;color: #fff;font-size: 15px;margin-top: 10px;outline: none;}
/*myaddress modal*/
/*newaddress modal*/
.modal#adresEkle .modal-dialog{max-width: 480px;margin:50px auto 0 auto;}
.modal#adresEkle .modal-dialog .modal-content{border-radius: 0}
.modal#adresEkle .modal-header{font-family: "titillium_webregular";color: #3C4349;;font-weight: bold;}
.modal#adresEkle .modal-header button.close{background: #f4aa3d url(https://www.aydinlatmareyonu.com/css/images/close.png) no-repeat center;opacity: 1;position: absolute;right: 0px;top: 2px;font-size: 35px;padding: 20px;color: #fff;}
.modal#adresEkle .modal-body form label{width: 100%;}
.modal#adresEkle .modal-body form label span{font-family: "titillium_webregular";font-size: 14px;color: #393939;display: inline-block;margin-top: 8px}
.modal#adresEkle .modal-body form label input[type="text"]{width: 75%;float: right;border: 1px solid #cfcfcf;padding: 5px 10px;font-family: "titillium_webregular";font-size: 14px;transition: .2s ease-in-out;margin-bottom: 3px}
.modal#adresEkle .modal-body form label input[type="text"]:focus{border-color: #f4aa3d}
.modal#adresEkle .modal-body form label select{width: 75%;float: right;border:1px solid #cfcfcf;padding: 5px 10px;font-family: "titillium_webregular";font-size: 14px;margin-bottom: 3px;background:#fff}
.modal#adresEkle .modal-body form label textarea{width: 75%;float: right;resize: none;min-height: 80px;border:1px solid #cfcfcf;margin-bottom: 3px;font-family: "titillium_webregular";font-size: 14px;transition: .2s ease-in-out;padding: 5px 10px}
.modal#adresEkle .modal-body form label textarea:focus{border-color: #f4aa3d}
.modal#adresEkle .modal-body form label.save_billing{font-family: "titillium_webregular";font-size: 14px;color: #393939;display: inline-block;width: auto;position: relative;/*padding-left: 30px;*/cursor: pointer;}
.modal#adresEkle .modal-body form label.save_billing input[type="checkbox"]{float: left;width: auto;margin-right: 10px;}
/*.modal#adresEkle .modal-body form input[type="checkbox"]{margin-left: 92px;display: none}*/
.modal#adresEkle .modal-body form .checkBox{border: 1px solid #e3e3e3;width: 14px !important;height: 14px !important;display: inline-block;margin: 15px 7px 0 0;vertical-align: sub;}
.modal#adresEkle .modal-body form .checkBox.check{background: url(https://www.aydinlatmareyonu.com/css/images/check3.jpg) no-repeat 0 0;border: none;}

/*.modal#adresEkle .modal-body form label.save_billing:before{content: "";position: absolute;left: 0px;top: 1px;padding: 9px;background: #fff;border: 1px solid #cfcfcf;transition:.2s ease-in-out;}
.modal#adresEkle .modal-body form input[type="checkbox"]:checked + label.save_billing:before{background:#fff url(https://www.aydinlatmareyonu.com/css/images/check.png) no-repeat;border-color: #e92d2e}*/
.modal#adresEkle .modal-body form .right{display: table;width:75%;float: right;}
.modal#adresEkle .modal-body form .right .blockla{float: left;}
.modal#adresEkle .modal-body form .right .blockla:last-child{margin-left: 15px}
.modal#adresEkle .modal-body form .right label:first-child .radioButon{margin-left: 0}
.modal#adresEkle .modal-body form .invoice_info{border-top: 1px solid #cfcfcf;margin-top: 15px;padding-top: 15px;float: left;}
.modal#adresEkle .modal-body form .invoice_info .invoice_type{margin-bottom: 4px}
.modal#adresEkle .modal-body form .invoice_info .invoice_type span{font-family: "titillium_webregular";font-size: 14px;color: #393939;display: inline-block;}
.modal#adresEkle .modal-body form .invoice_info .invoice_type input[type="radio"]{margin: 0;width: 15px;height: 22px;float: left;margin-right: 4px;}
.modal#adresEkle .modal-body form .invoice_info .invoice_type label{width: auto;position: relative;/*padding-left: 30px;*/font-family: "titillium_webregular";font-size: 14px;color: #393939;cursor: pointer;}
/*.modal#adresEkle .modal-body form .invoice_info .invoice_type label:before{content: "";position: absolute;left: 0px;top: 1px;padding: 9px;background: #fff;border: 1px solid #cfcfcf;transition:.2s ease-in-out;}*/
/*.modal#adresEkle .modal-body form .invoice_info .invoice_type .radioButon{border: 1px solid #e3e3e3;width: 14px !important;height: 14px !important;display: inline-block;margin: 5px 7px 0 15px;vertical-align: sub;}
.modal#adresEkle .modal-body form .invoice_info .invoice_type .radioButon.check{background: url(https://www.aydinlatmareyonu.com/css/images/check3.jpg) no-repeat 0 0;border: none;}*/
/*.modal#adresEkle .modal-body form .invoice_info .invoice_type label:last-child{margin-left: 20px;}*/
.modal#adresEkle .modal-body form .invoice_info .invoice_type input[type="radio"]:checked + label:before{background:#fff url(https://www.aydinlatmareyonu.com/css/images/check1.jpg) no-repeat;border-color: #e92d2e}
.modal#adresEkle .modal-body form button{width: 100%;border: none;padding: 8px;font-family: "titillium_webregular";margin-top: 20px;background: #3C4349;color: #fff;}
.hidee{display: none;}
.showw{display: inline-block;width: 100%}
/*myaddress modal*/

#sales_agreement .modal-dialog{max-width: 500px}
#sales_agreement .modal-body{max-height: 600px}

/*odemeyap*/
section .subpage .icerik-section .odemeyap .row{margin:0 -15px;}
section .subpage .icerik-section .odemeyap .col-sm-2,.col-md-4,.col-md-12{padding: 0 0 0 15px}

section .subpage .icerik-section .odemeyap .panel{border-radius: 0}
section .subpage .icerik-section .odemeyap .panel .panel-heading{padding: 0;background:none}
section .subpage .icerik-section .odemeyap .panel .panel-heading a{display: block;font-family: "titillium_webregular";font-size: 18px;padding: 14px;font-weight: bold;}
section .subpage .icerik-section .odemeyap .panel .panel-heading a i{padding: 9px;background: #fff;border: 1px solid #cfcfcf;transition: .2s ease-in-out;display: inline-block;vertical-align: sub;margin-right: 13px;transition:.2s ease-in-out;}
section .subpage .icerik-section .odemeyap .panel .panel-heading a.active{color: #FBBB4A}
section .subpage .icerik-section .odemeyap .panel .panel-heading a.active i{background:#fff url(https://www.aydinlatmareyonu.com/css/images/checkk.png) no-repeat;border-color:#f4aa3d;}
section .subpage .icerik-section .odemeyap .panel .panel-body{padding: 50px 60px}
/*section .subpage .icerik-section .odemeyap .panel .panel-body input{opacity: 1 !important}*/
section .subpage .icerik-section .odemeyap .panel .panel-body .secenekler{padding-bottom: 20px}
section .subpage .icerik-section .odemeyap .panel .panel-body .secenekler label{font-size: 15px;}
section .subpage .icerik-section .odemeyap .panel .panel-body .radioButon{border: 1px solid #e3e3e3;width: 16px !important;height: 16px !important;display: inline-block;margin: 5px 7px 0 0;vertical-align: sub;cursor: pointer;}
section .subpage .icerik-section .odemeyap .panel .panel-body .radioButon.check{background: url(https://www.aydinlatmareyonu.com/css/images/check3.jpg) no-repeat 0 0;}


section .subpage .icerik-section .odemeyap .panel .panel-body  input{border-radius:0;width: 100%;border: 1px solid #cfcfcf;padding: 6px 15px;font-family: "titillium_webregular";font-size: 14px;transition: .2s ease-in-out;}
section .subpage .icerik-section .odemeyap .panel .panel-body  select{border-radius:0;width: 100%;border: 1px solid #cfcfcf;padding: 5px 6px;font-family: "titillium_webregular";font-size: 14px;transition: .2s ease-in-out;}
section .subpage .icerik-section .odemeyap .panel .panel-body  input:focus{border-color: #f4aa3d}
section .subpage .icerik-section .odemeyap .panel .panel-body  input[name="cardnumber"]{margin-bottom: 30px;background: url(https://www.aydinlatmareyonu.com/css/images/def-icon-lock.png) no-repeat center right;padding-right: 37px}
section .subpage .icerik-section .odemeyap .panel .panel-body  input[name="cardcvv2"]{background: url(https://www.aydinlatmareyonu.com/css/images/def-icon-question.png) no-repeat center right;padding-right: 37px}

section .subpage .icerik-section .odemeyap .panel .panel-body  input::-webkit-input-placeholder {font-family: "titillium_webregular";font-size: 15px;color: #B5B1B1}
section .subpage .icerik-section .odemeyap .panel .panel-body  input:-moz-placeholder {font-family: "titillium_webregular";font-size: 15px;color: #B5B1B1}
section .subpage .icerik-section .odemeyap .panel .panel-body  input::-moz-placeholder {font-family: "titillium_webregular";font-size: 15px;color: #B5B1B1}
section .subpage .icerik-section .odemeyap .panel .panel-body  input:-ms-input-placeholder{font-family: "titillium_webregular";font-size: 15px;color: #B5B1B1}




/*taksit secenekleri*/
section .subpage .icerik-section .odemeyap .taksitS{display: none}
section .subpage .icerik-section .odemeyap .taksitS table tr th{text-align: center;}
section .subpage .icerik-section .odemeyap .taksitS table tr td{padding: 0}
section .subpage .icerik-section .odemeyap .taksitS table tr td label{padding: 8px;width: 100%;margin: 0;cursor: pointer;}
section .subpage .icerik-section .odemeyap .taksitS .radioButon{border: 1px solid #e3e3e3;width: 14px !important;height: 14px !important;display: inline-block;margin: 5px 7px 0 15px;vertical-align: text-bottom;}
section .subpage .icerik-section .odemeyap .taksitS .radioButon.check{background: url(https://www.aydinlatmareyonu.com/css/images/check3.jpg) no-repeat 0 0;}
/*taksit secenekleri*/

/*havale*/
section .subpage .icerik-section .odemeyap #havale table tr td{vertical-align: middle;}
section .subpage .icerik-section .odemeyap #havale h5{font-size: 16px}
section .subpage .icerik-section .odemeyap #havale p{font-size: 15px}
section .subpage .icerik-section .odemeyap #havale table tr{cursor: pointer;}
section .subpage .icerik-section .odemeyap #havale table tr:hover{background: #f8f8f8}
section .subpage .icerik-section .odemeyap #havale table tr td:first-child{text-align: center;}
section .subpage .icerik-section .odemeyap #havale table tr td:first-child img{max-width: 200px;width: 100%}
section .subpage .icerik-section .odemeyap #havale table tr td .radioButon{border: 1px solid #e3e3e3;width: 14px !important;height: 14px !important;display: inline-block;margin: 5px 7px 0 15px;vertical-align: text-bottom;}
section .subpage .icerik-section .odemeyap #havale table tr td .radioButon.check{background: url(https://www.aydinlatmareyonu.com/css/images/check3.jpg) no-repeat 0 0;}
/*havale*/

@media (max-width: 991px){
	section .subpage .icerik-section .odemeyap .panel .panel-body{padding: 30px 20px}
	section .subpage .icerik-section .odemeyap .panel .panel-body form input[name="cardnumber"]{margin:0 0 10px 0;}
	section .subpage .icerik-section .odemeyap .panel .panel-body form input{margin-bottom: 10px}

	section .subpage .icerik-section .odemeyap .taksitS table tr td label{text-align: center;}

	section .subpage .icerik-section .odemeyap #havale table tr{border-bottom: 1px solid #ddd}
	section .subpage .icerik-section .odemeyap #havale table tr td{width: 100%;display: block;text-align: center;border:none;}

	/*mobil havale*/
	section .subpage .icerik-section .odemeyap #havale h5{font-size: 14px}
	section .subpage .icerik-section .odemeyap #havale ul{padding: 0;list-style: none;border:1px solid #ddd;}
	section .subpage .icerik-section .odemeyap #havale ul li{text-align: center;margin-bottom: 10px;padding:10px;border-bottom: 1px solid #ddd;cursor: pointer;}
	section .subpage .icerik-section .odemeyap #havale ul li img{max-width: 200px;width: 100%;}
	section .subpage .icerik-section .odemeyap #havale ul li .radioButon{border: 1px solid #e3e3e3;width: 14px !important;height: 14px !important;display: inline-block;margin: 5px 7px 0 15px;vertical-align: text-bottom;}
	section .subpage .icerik-section .odemeyap #havale ul li .radioButon.check{background: url(https://www.aydinlatmareyonu.com/css/images/check3.jpg) no-repeat 0 0;}
	/*mobil havale*/
}

/*odemeyap*/

/*odemeonay*/
section .subpage .icerik-section .odemeonay .onay{border:1px solid #0da979;padding: 30px}
section .subpage .icerik-section .odemeonay .onay h4{color: #0da979;font-size: 35px;font-family: "titillium_websemibold";text-align: center;}
section .subpage .icerik-section .odemeonay .onay h4 span{font-family: "titillium_webregular"}
section .subpage .icerik-section .odemeonay .onay h4 i{margin-right: 10px;padding: 27px;vertical-align: middle;background: url(https://www.aydinlatmareyonu.com/css/images/odemeonay.png);}
section .subpage .icerik-section .odemeonay p{color:#0da979;font-family: "titillium_webregular";font-size: 15px;text-align: center;margin-top: 10px}
/*odemeonay*/

@media (max-width: 768px){
	section .subpage .icerik-section .odemeonay .onay h4{font-size: 30px}
	section .subpage .icerik-section .odemeonay .onay h4 i{display: table;margin:0 auto 10px auto;}
}


#searchbox .inner .holder input{width: 70%}
#searchbox ul.typeahead li a{white-space: normal;}
section #icerikSag .autocomplete_form form .searchBtn{position: initial;margin-left: 0}
section #icerikSag .sepetim{position: absolute;right: 0;top: 0}
section #icerikSag .flexslider{padding:0 2px}
ul.typeahead li figure{float: left;}
ul.typeahead span{min-height: 44px;padding-left: 15px;display: table;}
@media only screen and (max-width: 991px){
	#searchbox .inner .holder input{width: 100%}
	section #icerikSag .autocomplete_form form .searchBtn{position: absolute;}
	section #icerikSag .sepetim{position: initial;}
}

/*.bootstrap-filestyle span.group-span-filestyle{display: inline-block !important;margin:0;outline: none;}
.bootstrap-filestyle label.btn span{display: inline-block !important;margin-bottom:0 !important;}
.bootstrap-filestyle label.btn span.icon-span-filestyle{background: url(https://www.aydinlatmareyonu.com/css/images/file.png) no-repeat 0 -1px;width: 15px;height: 15px}*/

/*modal yeni adres ekle css*/
/*

.modal .modal-dialog.adresEkle {
  max-width: 440px;
  border-radius: inherit; }
.modal .modal-dialog.adresEkle .modal-content {
  border: none;
  background-color: #F1F1F1;
  }
.modal .modal-dialog.adresEkle .modal-content .modal-header {
  background-color: #3C4349;
  border: none;
  height: 50px;
  padding: 13px 40px;
  }
.modal .modal-dialog.adresEkle .modal-content .modal-header h4 {
  color: #FBBB4A;
  margin: 0;
  }
.modal .modal-dialog.adresEkle .modal-content .modal-body {
  padding: 30px; }
.modal .modal-dialog.adresEkle .modal-content .modal-body a.tc-no {
  text-decoration: none;
  color: #676767;
  display: block;
  margin-top: 10px; }
.modal .modal-dialog.adresEkle .modal-content .modal-body a.tc-no em {
  font-style: normal;
  text-decoration: underline; }
.modal .modal-dialog.adresEkle .modal-content .modal-body input, .modal .modal-dialog.adresEkle .modal-content .modal-body .cusel {
  background-color: #fff;
  border-radius: inherit;
  height: 28px;
  line-height: 28px;
  }
.modal .modal-dialog.adresEkle .modal-content .modal-body .cusel .cuselText label {
  line-height: 28px; }
.modal .modal-dialog.adresEkle .modal-content .modal-body .cusel .cuselFrameRight:before {
  top: 10px; }
.modal .modal-dialog.adresEkle .modal-content .modal-body textarea {
  height: 100px;
  resize: none;
  width: 100%; }
.modal .modal-dialog.adresEkle .modal-content .modal-body #ekle {
  background-color: #121212;
  border: none;
  color: #fff;
  font: 15px/38px "titillium_websemibold";
  text-align: center;
  height: 38px;
  width: 106px;
  float: right;
  margin-top: 20px;
  outline: none; }
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder {
  border-bottom: 1px solid #c89973;
  padding: 30px; }
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder .input_width {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 80px;
  width: 100%; }
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder .b_baslik {
  font: 15px "titillium_websemibold";
  padding: 0 0 20px 80px;
  color: #59361a; }
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder .block_input {
  position: relative;
  margin-bottom: 10px;
  height: 28px; }
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder .block_input .contact_title {
  color: #3C4349;
  }
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder .input_styled label {
  color: #3C4349;
  }
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder .input_styled label:before {
  background-color: #fff; }
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder .input_styled label.checked:before {
  background-color: #3C4349;
  }
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder .adreskaydet {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #3C4349;
  width: 100%;
  font: 16px/45px "titillium_websemibold";
  border: none;
  }

.modal .modal-dialog{margin:40px auto;}
.modal .modal-dialog.f-adres{max-width: 500px}
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder{padding:20px 30px;    border-bottom: 1px solid #E4E0DC !important;}
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder .bireyselinput,.kurumsalinput{margin-top: 10px}
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder .kurumsalinput{display: none}
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder textarea{padding:5px}
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder .input_width{position: absolute; top: 0;left: auto;padding-left: 80px;width: 95%;right: 0;}
.modal .modal-dialog.adresEkle .modal-content .modal-body .blockBorder .input_width select{height: 30px}
*/

/*
.cusel {
  height: 40px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 30px 0 7px;
  width: 100%;
  border: 1px solid #cfcfcf;
  outline: none;
  width: 100% !important;
  background-color: #fff; }
.cusel .cuselFrameRight {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 30px;
  height: 100%; }
.cusel .cuselFrameRight:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #59361a;
  position: absolute;
  top: 15px;
  right: 10px; }
.cusel .cuselText {
  cursor: pointer; }
.cusel .cuselText label {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  line-height: 40px;
  font-size: 13px;
  color: #9f9f9f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal; }

#cuselBox {
  position: absolute;
  z-index: 9999;
  width: 100%; }
#cuselBox .cusel-scroll-pane {
  padding-right: 0 !important; }
#cuselBox .jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  border: 1px solid #d0d1d3;
  border-top: none;
  background: #fff; }
#cuselBox span {
  display: block;
  cursor: pointer; }
#cuselBox span label {
  display: block;
  padding: 10px 12px;
  position: relative;
  border-top: 1px solid #d0d1d3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-weight: normal; }
#cuselBox span:first-child label {
  border-top: none; }
#cuselBox span:hover, #cuselBox span.cuselOptHover, #cuselBox span.cuselActive {
  color: #a77d5a;
  background: #DFE3E9; }

.custom-checkbox input, .custom-radio input {
  display: none; }

.input_styled label {
  position: relative;
  color: #767676;
  padding-left: 25px;
  font-weight: normal;
  color: #a4a4a4;
  font-size: 14px;
  }
.input_styled label:before, .input_styled label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px; }
.input_styled label:before {
  background-color: #3C4349;
  }
.input_styled label:after {
  color: #fff;
  font-family: "FontAwesome";
  font-size: 10px;
  text-align: center;
  line-height: 16px; }
.input_styled label.checked {
  color: #a77d5a;
  }
.input_styled label.checked:before {
  border: 1px solid #3C4349;
  }
.input_styled label.checked:after {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 3px;
  }
.input_styled label .lg {
  width: 37px;
  height: 18px;
  margin: 0 20px 0 10px;
  vertical-align: bottom; }

  .modal .modal-dialog .close {
    background: url(https://www.aydinlatmareyonu.com/css/images/close.png) no-repeat right 0;
    width: 16px;
    height: 57px;
    margin-right: -25px;
}
*/



ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

ul.pagination li a.active {
    background-color: #FBBB4A;
    color: white;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

@media (max-width: 991px){
	a.filt-url{display: block;background: #f4aa3d;color: #ffffff;padding: 12px;text-align: center;font-size: 15px;margin: 15px 0}
	/*a.filt-url i.def-icon-caret{width:19px;height: 19px;background: url(https://www.aydinlatmareyonu.com/css/images/i-caret.png) no-repeat center center;display: inline-block;margin-left: 6px}*/
	section .icerikSol .block.filtr{display:none;}
	#sticky{display: none}
}

i.icon-whatsapp{width: 19px;height: 19px;background: url(https://www.aydinlatmareyonu.com/css/images/grey-whatsapp.png) no-repeat 0 2px;}
.whatsapp{float: left;margin-top:10px;padding-right: 10px;border-right: 1px solid #464d52}
.whatsapp i.def-icon-whatsapp{width: 25px;height: 23px;float: left;margin-right: 10px;background: url(https://www.aydinlatmareyonu.com/css/images/white-whatsapp.png) no-repeat;}
.whatsapp a{font-family: "titillium_websemibold";font-size: 16px;color: #fff}

@media (max-width: 1150px){
	.whatsapp{display: none;}
}



i.def-icon-stock{width: 23px;height: 23px;background:url(../images/sprite.png) no-repeat;background-position: -127px -227px;margin-top: -6px}

a.stock{display: block;background-color: #fbbb4a;color: #fff;font-size: 14px;width: 128px;height: 39px;line-height: 39px;text-indent: 11px;margin: 0 auto;}
a.stock i{width: 22px;height: 22px;background-position: -116px -209px;margin-top: -6px;margin-left: -19px;margin-right: 6px;background-size: 138px;}