/* Minification failed. Returning unminified contents.
(2517,1): run-time error CSS1036: Expected expression, found '}'
 */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #ddd;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/js-plugins/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

.slbOverlay,.slbWrapOuter,.slbWrap{position:fixed;top:0;right:0;bottom:0;left:0}.slbOverlay{overflow:hidden;z-index:2000;background-color:#000;opacity:0.7;filter:alpha(opacity=70);-webkit-animation:slbOverlay 0.5s;-moz-animation:slbOverlay 0.5s;animation:slbOverlay 0.5s}.slbWrapOuter{overflow-x:hidden;overflow-y:auto;z-index:2010}.slbWrap{position:absolute;text-align:center}.slbWrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.slbContentOuter{position:relative;display:inline-block;vertical-align:middle;margin:0px auto;padding:0 1em;box-sizing:border-box;z-index:2020;text-align:left;max-width:100%}.slbContentEl .slbContentOuter{padding:5em 1em}.slbContent{position:relative}.slbContentEl .slbContent{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;background-color:#fff;box-shadow:0 0.2em 1em rgba(0,0,0,0.4)}.slbImageWrap{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;position:relative}.slbImageWrap:after{content:"";position:absolute;left:0;right:0;top:5em;bottom:5em;display:block;z-index:-1;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background-color:#FFF}.slbImage{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:5em 0;margin:0 auto}.slbCaption{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;font-size:1.4em;position:absolute;left:0;right:0;bottom:0;padding:.71429em 0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbCloseBtn,.slbArrow{margin:0;padding:0;border:0;cursor:pointer;background:none}.slbCloseBtn::-moz-focus-inner,.slbArrow::-moz-focus-inner{padding:0;border:0}.slbCloseBtn:hover,.slbArrow:hover{opacity:0.5}.slbCloseBtn:active,.slbArrow:active{opacity:0.8}.slbCloseBtn{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;font-size:3em;width:1.66667em;height:1.66667em;line-height:1.66667em;position:absolute;right:-.33333em;top:0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbLoading .slbCloseBtn{display:none}.slbLoadingText{font-size:1.4em;color:#fff;color:rgba(255,255,255,0.9)}.slbArrows{position:fixed;top:50%;left:0;right:0}.slbLoading .slbArrows{display:none}.slbArrow{position:absolute;top:50%;margin-top:-5em;width:5em;height:10em;opacity:0.7;text-indent:-999em;overflow:hidden}.slbArrow:before{content:"";position:absolute;top:50%;left:50%;margin:-.8em 0 0 -.8em;border:.8em solid transparent}.slbArrow.next{right:0}.slbArrow.next:before{border-left-color:#fff}.slbArrow.prev{left:0}.slbArrow.prev:before{border-right-color:#fff}.slbIframeCont{width:80em;height:0;overflow:hidden;padding-top:56.25%;margin:5em 0}.slbIframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background:#000}@-webkit-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-moz-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-webkit-keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnter{from{opacity:0;-moz-transform:translate3d(0, -1em, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0);-moz-transform:translate3d(0, -1em, 0);-ms-transform:translate3d(0, -1em, 0);-o-transform:translate3d(0, -1em, 0);transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}


nav{
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}

nav:not(.mm-menu)
{
	display: none;
}


.menu-button
{
    
	/*background: url('/Files/arkaplan/menu.png') no-repeat;*/
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
    text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 24px;
}

.menu-button a
{
	display: block;
	width: 42px;
	height: 24px;
	position: absolute;
	top: 0;
}


.menu-button
{    
	background: #333333;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
    text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 36px;
}

.menu-button a
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 40px;
	height: 36px;
	position: absolute;
	top: 0;
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }
  .mm-buttonbar:after {
    content: '';
    display: block;
    clear: both; }
  .mm-buttonbar > * {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-buttonbar > a {
    text-decoration: none; }
  .mm-buttonbar > input {
    position: absolute;
    left: -1000px;
    top: -1000px; }
  .mm-buttonbar > input:checked + label {
    border-color: transparent  !important; }
  .mm-buttonbar > *:first-child,
  .mm-buttonbar > input:first-child + * {
    border-left: none; }
  .mm-buttonbar.mm-buttonbar-2 > * {
    width: 50%; }
  .mm-buttonbar.mm-buttonbar-3 > * {
    width: 33.33%; }
  .mm-buttonbar.mm-buttonbar-4 > * {
    width: 25%; }
  .mm-buttonbar.mm-buttonbar-5 > * {
    width: 20%; }

.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px; }

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px; }
  .mm-footer .mm-buttonbar > * {
    border-left: none; }

.mm-list > li > .mm-buttonbar {
  margin: 10px 20px; }

.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333; }
  .mm-menu .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: #333333; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0; }

.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px; }

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header .mm-title,
  .mm-header .mm-prev,
  .mm-header .mm-next,
  .mm-header .mm-close {
    padding-top: 30px; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative; }
  .mm-header .mm-prev,
  .mm-header .mm-next,
  .mm-header .mm-close {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
  .mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0; }
  .mm-header .mm-next,
  .mm-header .mm-close {
    padding-left: 10px;
    padding-right: 20px;
    right: 0; }
  .mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px; }
  .mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
    margin-left: 5px;
    margin-right: -2px; }
  .mm-header [href].mm-next:after {
    border-top: none;
    border-left: none; }
  .mm-header [href].mm-close:after {
    content: 'x'; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px; }
  .mm-menu.mm-hassearch .mm-header .mm-title,
  .mm-menu.mm-hassearch .mm-header .mm-prev,
  .mm-menu.mm-hassearch .mm-header .mm-next,
  .mm-menu.mm-hassearch .mm-header .mm-close {
    padding-top: 20px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px; }
  .mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 60px; }
  .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
  .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
    padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header .mm-prev:before,
  .mm-menu .mm-header .mm-next:after,
  .mm-menu .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-list li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
  top: 8.5px; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px; }
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0; }

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0; }

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0; }

.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.mm-search {
  padding: 10px; }
  .mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0; }
  .mm-menu .mm-noresultsmsg:after {
    border: none !important; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px; }
  .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px; }
  .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0; }
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px; }
.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px; }

label.mm-check + a,
label.mm-check + span {
  margin-right: 50px; }

a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px; }

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px; }

a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px; }

em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px; }

em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px; }

em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu label.mm-toggle:before {
    background: #333333; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      -moz-transform: scale(0.7, 0.7) translateX(-30%);
      -ms-transform: scale(0.7, 0.7) translateX(-30%);
      -o-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }








/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }





@font-face {
    font-family: 'OpenSans';
    src: url('/sites/default/css/fonts/opensans-italic-webfont.eot');
    src: url('/sites/default/css/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sites/default/css/fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('/sites/default/css/fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('/sites/default/css/fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/sites/default/css/fonts/opensans-bold-webfont.eot');
    src: url('/sites/default/css/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sites/default/css/fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('/sites/default/css/fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('/sites/default/css/fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/sites/default/css/fonts/opensans-regular-webfont.eot');
    src: url('/sites/default/css/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sites/default/css/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('/sites/default/css/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('/sites/default/css/fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('/sites/default/css/fonts/opensans-condbold-webfont.eot');
    src: url('/sites/default/css/fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sites/default/css/fonts/opensans-condbold-webfont.woff') format('woff'),
         url('/sites/default/css/fonts/opensans-condbold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('/sites/default/css/fonts/opensans-condlight-webfont.eot');
    src: url('/sites/default/css/fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sites/default/css/fonts/opensans-condlight-webfont.woff') format('woff'),
         url('/sites/default/css/fonts/opensans-condlight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('/sites/default/css/fonts/opensans-condlightitalic-webfont.eot');
    src: url('/sites/default/css/fonts/opensans-condlightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sites/default/css/fonts/opensans-condlightitalic-webfont.woff') format('woff'),
         url('/sites/default/css/fonts/opensans-condlightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@media print
{
   .hidefont  p, .hidefont  h1, .hidefont h2, .hidefont h3, .hidefont h4, .hidefont h5, .hidefont h6, .hidefont ul, .hidefont ol { visibility:visible ! important}    
}


/*mobile*/

.ismobile { visibility:hidden }
.ismobile .site {max-width:100% ! important}
.ismobile .znslidervideo .image-container iframe { bottom: 0; height: 100% !important; left: 0; position: absolute; right: 0; top: 0; width: 100% !important;}
.ismobile .keep-ratio { height: 0 !important; padding-bottom: 51%;}
.ismobile .aspect-ratio { position: relative; width: 100% !important;}
.mobile-ready{visibility:visible !important}

/*mobile*/


.part a{ color:inherit}

.GenericContent table td{ vertical-align:top }

.part_content img{vertical-align:middle}
.ImageBox .part_content img{vertical-align:top}
/*GenericContent*/
.esn-fl-right, .text-editor .esn-fl-right{margin:0 0 20px 30px}
.esn-fl-left, .text-editor .esn-fl-left{margin:0 30px 20px 0}
/*GenericContent*/

.itmlink{ position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:499}

.collapsedmarginfix::before{clear:both;float:left}
 

.part.Accordion .part_header, .part.AccordionVideo .part_header{ cursor:pointer}
.part.Accordion .part_content, .part.AccordionVideo .part_content{ display:none}


.part.Accordion .accicon{ position:absolute; top:4px; left:30px}
.part.Accordion .acctitle{padding-top:4px}
.part.Accordion .part_header * {color:#404041 ! important; font-size:22px ! important;}
.part.Accordion .wf{ background:url('/files/arkaplan/contact_flat48.png') no-repeat; height:37px }

.part.Accordion.current .part_header * { color:#ffffff ! important;  font-weight:bold ! important}
.part.Accordion.current .part_header {background:url('/files/arkaplan/contact_flat49.png') no-repeat 50% 100%; padding-bottom:9px}

.part.AccordionVideo .part_header{background:#ebeced url('/files/arkaplan/video_flat2.png') no-repeat 50% 100%; min-height:43px; padding-bottom:15px}
.part.AccordionVideo .acctitle{padding:14px 0 0 50px; }

.part.AccordionVideo .part_header * {color:#4B4B4B ! important; font-weight:normal ! important; }
.part.AccordionVideo.current .part_header * { color:#195A81 ! important;  font-weight:bold ! important}
.part.AccordionVideo.current .part_content{margin-bottom:30px}
.part.AccordionVideo iframe{ height:494px ! important; width:100% ! important}


.part.PageDate .day{color: #ffffff; font-size: 75px; font-family: 'Lato'; line-height: 1;
            font-weight: normal; text-align: center; padding-top:15px}
            
.part.PageDate .month{color: #ffffff; font-size: 21px; font-family: Lato; line-height: 26px;
            font-weight: normal; text-align: center;}
            
.part.PageDate .year{color: #ffffff; font-size: 21px; font-family: Lato; line-height: 26px;
            font-weight: normal; text-align: center;}


.part.VideoEmbed{position:absolute; top:0; left:0; right:0; bottom:0}
.part.VideoEmbed iframe{ width:100% ! important; height:100% ! important}


.znformbutton { float:right; }

.zngooglemap iframe{ float:left}

.ButtonWithZones a.link{ position:absolute; top:0; left:0; right:0; bottom:0 }

.ImageBox a img{ float:left }

.kutu1text ul{ padding-left:13px}
.kutu1text ul li, .kutu2text ul li{ position:relative}
.kutu1text ul li:before, .kutu2text ul li:before{
        content: "";
        position: absolute;
        top: 8px;
        left: -8px;
        width: 4px;
        height: 4px;
        background-image: url('/files/arkaplan/anasayfa_flat38.png');
}

.page_popup_window { position:absolute; top:0; left:0; bottom:0; right:0; background-color:#ffffff}
.page_popup_window table, .page_popup_window td{ height:100%; vertical-align:middle;}

.sbox-button input, .sbox-input input{ background:none; border:none; outline:none; position:absolute; top:0; left:0; right:0; bottom:0; width:100%; z-index:100}

.SearchResults{ font-family:'Open Sans Condensed' }

.SearchResults .search-result {
    margin-bottom: 20px;
}
.SearchResults .title-link 
{    
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
}
.SearchResults .text-link {
    display: block;
    font-size: 88x;
}


.hide-sublevels .lvl0 .lvl{ display:none ! important}

.hidesublvl{display:none !important}


.tblcenter .GenericContent table td{ vertical-align:middle}

.slider-cutoff{position:relative}
.slider-cutoff::after
{
    content: '';
    position:absolute;
    top:0;
    left:0;
    height: 0px;
    width: 0px;
    border-right:625px solid black;
    border-top:313px solid white;
    border-bottom:313px solid white;
    border-left:625px solid black;
}

/*.sayfa-resmi .context_menu_toggler { top:180px ! important}*/

.zone-scroll-bar{ background:#cccccc; border-radius:5px; width:10px; right:0px; height:446px }
.zone-scroll-handle{background:#000000 ! important; left:0px; border-radius:5px; width:10px}

.zone-h-scroll-bar{ /*background:#cccccc;*/ border-radius:5px; height:10px; bottom:0px; position:absolute; left:0; right:0; /*width:1280px;*/ }
.zone-h-scroll-handle{background:#F16623 ! important; left:0px; border-radius:5px; height:10px;position:absolute;}

.home-slider .slider, .home-slider .viewport, .home-slider .slide, .home-slider .row, .home-slider .item, .home-slider .image-container, .home-slider .image-container img{ width:100% ! important;}
.home-slider .image-container{ overflow:hidden; display: -webkit-flex; display: flex; -webkit-align-content: center; align-content: center;}
.home-slider .image-container img{ min-width:1600px}


.tblcenter .GenericContent table td{ vertical-align:middle}

.znformbutton { float:right; }
                        

.znscrolltotop{ cursor:pointer}

.simple-lightbox button{ box-shadow:none}

.ismobile .noslide .navi, .ismobile .noslide .prev, .ismobile .noslide .next{ display:none}

.zndefaultpage-redirectpage { display:none }
.DefaultPage .zndefaultpage-redirectpage, .RedirectPage .zndefaultpage-redirectpage { display:block }

.PartTemplate .site{ display:none }

.home-slider .navi {margin:0 !important }





.BoxWithZones .element-link{position:absolute;top:0;bottom:0;left:0;right:0}

.ListWithZones .viewport, .ListWithZones .slides, .SliderWithZones .viewport, .SliderWithZones .slides{background:none !important}



/*mobile*/

.ismobile .znlarrow, .ismobile .znrarrow{ visibility:hidden !important}
.ismobile .mobile-ready .znlarrow, .ismobile .mobile-ready .znrarrow{ visibility:visible !important}

/*mobile*/



/*Tabs*/
#dc_site .TabPage { display:none; border:1px solid #ebebeb; padding:28px; margin-bottom:30px; margin-top:-1px !important}
.TabPage .tabbutton, .tabsbuttons .tabbutton { cursor:pointer;  border:1px solid #ebebeb;}
.TabPage .part_content { min-height:100px;}
.tabsbuttons {margin-left:1px}
.tabsbuttons .part_header { float:left;  }
.tabsbuttons .wf {  }
.tabsbuttons .tabbutton { height:35px; line-height:35px; font-size:13px; color:#56698f; padding:0 20px; min-width:120px; text-align:center; margin-left:-1px; position:relative; z-index:400 }
.tabsbuttons .part_header.current {   }
.tabsbuttons .part_header.current .wf {  }
.tabsbuttons .part_header.current .tabbutton { color:#363636}


.TabPage .part_content *{ color:#ffffff; }
.TabPage .part_content a:hover{ color:#ffffff; }

/*Tabs*/


/*fade image*/

.znprojelergirisliste .item:hover .fade-image-a{opacity:1;display:inline-block}
.znprojelergirisliste .item:hover .fade-image-b{display:none}

/*fade image*/

.clear{clear:both}

.home-slider .navi{text-align:center}
.home-slider .navi-item-container{display:inline-block; float:none !important}
.znanasayfaurunlerliste .zndetails *, .znurunlerliste .zndetails *, .znprojelergirisliste .zndetails *{font-size:11px;color:#FFFFFF;line-height:12px;}
.znprojelerliste .zndetails *{color:#000000;font-size:12px;font-family:'OpenSans', 'Open Sans Condensed';line-height:13px;font-weight:normal;}

.znanasayfaurunlerliste .item, .znurunlerliste .item, .znprojelerliste .item{padding-bottom:50px}

.znprojelergirisliste .item:hover .zntextcont{background:#1F4B79 !important}
.zndigerprojelerliste .item:hover .zntextcont{background:#1F4B79 !important}

.znlang a:hover{color:#10ABBD}

.znform .field-item{margin-bottom:12px}
.znform .item-title{left:0; right:0; top:8px !important; margin:auto !important; float:none}
.znform .input-control{ border:1px solid #cdced0 !important; border-radius:4px; padding:8px 10px; text-align:center; margin-left:-10px}
.znform textarea{ height:184px !important}

.ismobile .znkutu1 img, .ismobile .znkutu5 img{min-height:329px !important}

@media screen and (max-width:1000px)
{
    /*default*/

     html.ismobile body{ overflow:hidden; max-width:100% ! important}
    .ismobile .mobilezone { margin-left:auto ! important; margin-right:auto ! important; float:none ! important; max-width:100% ! important; min-height:0px ! important}

    .ismobile .znstatic{position:static !important}
    .ismobile .zncenter{max-width:100%; float:none ! important; margin-left:auto ! important; margin-right:auto ! important;}   
    .ismobile .zncentertext, .ismobile .zncentertext *{text-align:center !important}     
    .ismobile .znrighttext, .ismobile .znrighttext *{text-align:center !important}    
    .ismobile .znhide{ display:none ! important}
    .ismobile .znhidebg { background:none ! important }
    .ismobile .znfull{width:100% !important}
    .ismobile .znbgcover{background-size:cover ! important}
                                 
    .ismobile .keep-ratio { height: 0 ! important; padding-bottom: 51%;}
    .ismobile .aspect-ratio { position: relative; width: 100% ! important;}           
    .ismobile .aspect-ratio iframe{ position:absolute; top:0; left:0; right:0; bottom:0; width:100% ! important; height:100% ! important}     

    .ismobile .znmenu .MenuWithZones { float:none }
    .ismobile .SliderWithZones .slider{ float:none ! important; margin-left:auto ! important; margin-right:auto ! important}

    .ismobile .mobilezone > .part.GenericContent,
    .ismobile .mobilezone > .part.CustomFormWithZones{ width:96%; padding:0 2%}

    .ismobile .ImageBox img, .ismobile .BoxWithZones .image-container img{ max-width:100%; height:auto ! important}
    .ismobile .BoxWithZones, .ismobile .ImageBox{ min-height:0px ! important}
        
    .ismobile .mobilezone > .GenericContent * { text-align:center ! important}    
    .ismobile .znalignleft .GenericContent * { text-align:left ! important}

    .ismobile .zntoleft{float:left !important; margin-left:0px !important;}
    .ismobile .zntoright{float:right !important; margin-right:0px !important;}
    .ismobile .zntexttoleft, .ismobile .zntexttoleft *, .ismobile .zntexttoleft .GenericContent *{text-align:left !important}
    .ismobile .zntexttoright, .ismobile .zntexttoright *, .ismobile .zntexttoright .GenericContent *{text-align:right !important}

    .ismobile .znnmlmr{margin-left:0 !important; margin-right:0 !important}
    .ismobile .znwauto{width:auto !important}
    
    .ismobile .znpadd1 {padding:0 10px}
    .ismobile .znborderbox{box-sizing:border-box;}

    .ismobile .znovisible {overflow:visible}

    /*default*/


    .ismobile .znmenu{margin-top:20px !important}
    .ismobile .znlang{width:38px !important; position:static !important; right:auto !important; top:auto !important}
    .ismobile .home-slider{margin-top:20px !important}
    .ismobile .znmtop1{margin-top:20px !important}
    .ismobile .znmtop2{margin-top:20px !important}
    .ismobile .znmtop3{margin-top:20px !important}    
    .ismobile .znmtop4{margin-top:20px !important}
    .ismobile .znmtop5{margin-top:20px !important}
    .ismobile .znmtop6{margin-top:40px !important}
    .ismobile .znmtop7{margin-top:20px !important}
    .ismobile .znmtop8{margin-top:20px !important}
    .ismobile .znmargin0{margin:0 !important}

    .ismobile .home-slider, .ismobile .home-slider .slider, .ismobile .home-slider .slides, .ismobile .home-slider .viewport, 
    .ismobile .home-slider .slide,
    .ismobile .home-slider .row,
    .ismobile .home-slider .item,
    .ismobile .home-slider .image-container{ width:100% ! important; min-height:0 ! important; }
    .ismobile .home-slider .image-container img{max-width:100%; position:static ! important; min-width:0; /*height:100% ! important*/ }
    .ismobile .home-slider .slider-mask{min-height:0 ! important; height:100% ! important; width:100% ! important; left:auto ! important; background-size:cover}

    .ismobile .home-slider .zntextcont1{margin:0 !important;height:auto !important; min-height:0 !important; position:static; width:100% !important; margin-top:10px !important}
    .ismobile .home-slider .zntextcont{margin:0 !important;position:static !important;width:100% !important; min-height:0 !important}
    .ismobile .home-slider .zntext{margin:0 !important; min-height:0 !important;/*width:100% !important;*/ /*position:absolute; bottom:10px; margin:0 !important; width:100% !important; text-shadow:3px 3px 6px #000; min-height:0 !important*/ }
    .ismobile .home-slider .zntext * {/*text-align:center !important;*/}

    .ismobile .home-slider .zntitle {width:100% !important; }
    .ismobile .home-slider .zntitle *{text-align:center !important}
    .ismobile .home-slider .znlink{ bottom:40px ! important; right:20px ! important; top:auto ! important; left:auto ! important; }

    .ismobile .home-slider .slides{overflow:visible !important}
    .ismobile .home-slider .image-container{ height:auto !important;}
    /*.ismobile .home-slider .image-children{position:static}*/

    .ismobile .home-slider .image-container{display:block}

    
    .ismobile .home-slider .znnavigationcont{min-height:0 !important; position:absolute !important; top:5px !important; left:auto !important; max-width:100%; right:5px !important}
    .ismobile .home-slider .znnavigation{min-height:0 !important; width:auto !important; left:auto !important; margin:0 !important; position:relative !important; top:auto !important; max-width:100%; right:auto !important; float:right !important}
    .ismobile .home-slider .znnavigation .navi-item-container{float:left !important; margin-left:2px !important}
    .ismobile .home-slider .znnavigation .navi-item, .ismobile .home-slider .znnavigation .navi-item-active{width:36px !important; height:5px !important; min-height:0 !important}

    .ismobile .horizontal .znaltmenu{float:none}
    .ismobile .horizontal .znaltmenu .seperator { display:none; }
    .ismobile .horizontal .znaltmenu .item, .ismobile .horizontal .znaltmenu .item .zone{ float:none; padding:0}
    .ismobile .horizontal .znaltmenu .item{ text-align:center}
    .ismobile .horizontal .znaltmenu .item .item-default{display:inline-block}
    .ismobile .horizontal .znaltmenu .item-active{ display:none}
    .ismobile .horizontal .znaltmenu .current > .item-default, .ismobile .horizontal .znaltmenu .item:hover > .item-default, .ismobile .horizontal .znaltmenu .trail > .item-default{ display:none}
    .ismobile .horizontal .znaltmenu .current > .item-active, .ismobile .horizontal .znaltmenu .item:hover > .item-active, .ismobile .horizontal .znaltmenu .trail > .item-active{ display:inline-block}


    .ismobile .znbreadcrumbs {float:none !important; text-align:center; margin-top:10px !important;}
    .ismobile .znbreadcrumbs .lvl{float:none !important}
    .ismobile .znbreadcrumbs .item .seperator{display:none}
    .ismobile .znbreadcrumbs .item-default{display:inline-block !important;float:none; margin-bottom:4px !important;padding-bottom:8px}
    .ismobile .znbreadcrumbs .item-default:after{position:absolute;left:0;right:0;bottom:-4px;content:'|';font-size:8px;margin:auto;width:2px}
    .ismobile .znbreadcrumbs .item.last .item-default:after{display:none}
    .ismobile .znbreadcrumbs .item.last .item-default{margin-bottom:0px !important}
    
    .ismobile .znsayfaresmi, .ismobile .znsayfaresmi .image-container{min-height:0 !important}
    .ismobile .znsayfaresmi{margin-top:20px !important;}
    .ismobile .znsayfaresmi .zntext{max-width:100%; min-height:0 !important; bottom:0 !important}
    .ismobile .znsayfaresmi .zntext *{font-size:40px !important}
    .ismobile .znsayfaresmi .image-container img{min-height:0 !important; max-width:100% !important}
    .ismobile .part-container{ max-width:100%}

    .ismobile .znhakkimizdatext{margin-top:0px !important}

    .ismobile .zncircle{min-height:60px !important; float:none !important; margin-left:auto !important; margin-right:auto !important}

    .ismobile .sayfa-iletisim .znroundborder1{max-width:98% !important;}

    .ismobile .znresimgalerisi .next, .ismobile .znresimgalerisi .prev{ display:none}

    .ismobile .zndigerurunler .item{margin-bottom:20px}

    .ismobile .zndigerprojelerliste .item{margin-bottom:20px}
    .ismobile .zndigerprojelerliste {float:none !important; margin-left:auto !important; margin-right:auto !important}

    .ismobile .znkutu2, .ismobile .znkutu3, .ismobile .znkutu4{float:none !important; margin-left:auto !important; margin-right:auto !important; max-width:100%}

    .ismobile .sayfa-proje .PageTitle *{ text-align:center }

    .ismobile .znprojemetincont *{ text-align:center !important}

    .ismobile .znprojemetincont > .zone{margin-left:auto !important; margin-right:auto !important; float:none !important}

    .ismobile .znkutu1 img, .ismobile .znkutu5 img{min-height:0 !important}



}
@media (max-width:1000px) and (min-width:769px)
{

    .ismobile .home-slider .image-container img {max-width:100%; width:auto !important}
    .ismobile .home-slider .navi{bottom:0 !important}
    .ismobile .home-slider .navi-item, .ismobile .home-slider .navi-item-active{width:20px !important; height:3px !important}
    .ismobile .home-slider .zntext p{font-size:18px !important;}
    .ismobile .home-slider .zntext h3{font-size:30px !important;}
    .ismobile .home-slider .zntextcont { padding:0 !important }
    .ismobile .home-slider .zntextcont2{ max-width:100%; padding:5px !important; box-sizing:border-box}
    .ismobile .znanasayfaurunlerliste {float:none !important; margin-left:auto !important; margin-right:auto !important}

    .ismobile .znkutu1 .image-container{min-height:0 !important}
    .ismobile .znkutu1 img{max-width:150% !important; width:200% !important}
    .ismobile .znkutu1 .zntextcont{margin:0 !important; min-height:0 !important; max-width:100%}
    .ismobile .znkutu1 .zntext{margin:0 !important; margin-top:30px !important; min-height:0 !important; max-width:100%; position:static !important; bottom:auto !important; left:auto !important;  text-align:center !important}
    .ismobile .znkutu1 .zntext *{ text-align:center !important}
    
    .ismobile .znkutu5 .image-container{min-height:0 !important}
    .ismobile .znkutu5 img{max-width:150% !important; width:200% !important}
    .ismobile .znkutu5 .zntextcont{margin:0 !important; min-height:0 !important; max-width:100%; position:static !important; left:auto !important; bottom:auto !important; right:auto !important}
    .ismobile .znkutu5 .zntext{width:100% !important;margin:0 !important; margin-top:30px !important; min-height:0 !important; max-width:100%; position:static !important; bottom:auto !important; left:auto !important;  text-align:center !important}
    .ismobile .znkutu5 .zntext *{ text-align:center !important}

    .ismobile .znsayfaresmi .image-container img{max-width:200% !important; width:200% !important}

    .ismobile .sayfa-urunler .znurunlerliste {float:none !important; margin-left:auto !important; margin-right:auto !important}

    .ismobile .znkutu2 {zoom:0.8;}
    .ismobile .znkutu4 {zoom:0.8;}
    .ismobile .znkutu3 {zoom:0.8;}

    .ismobile .znprojelerliste { float:none !important; margin-left:auto !important; margin-right:auto !important}

}
@media (max-width:768px) and (min-width:601px)
{
    .ismobile .home-slider .image-container img {max-width:100%; width:auto !important}
    .ismobile .home-slider .navi{bottom:0 !important}
    .ismobile .home-slider .navi-item, .ismobile .home-slider .navi-item-active{width:20px !important; height:3px !important}
    .ismobile .home-slider .zntext p{font-size:18px !important;}
    .ismobile .home-slider .zntext h3{font-size:30px !important;}
    .ismobile .home-slider .zntextcont { padding:0 !important }
    .ismobile .home-slider .zntextcont2{ max-width:100%; padding:5px !important; box-sizing:border-box}
    .ismobile .znanasayfaurunlerliste {float:none !important; margin-left:auto !important; margin-right:auto !important}

    .ismobile .znkutu1 .image-container{min-height:0 !important}
    .ismobile .znkutu1 img{max-width:150% !important; width:200% !important}
    .ismobile .znkutu1 .zntextcont{margin:0 !important; min-height:0 !important; max-width:100%}
    .ismobile .znkutu1 .zntext{margin:0 !important; margin-top:30px !important; min-height:0 !important; max-width:100%; position:static !important; bottom:auto !important; left:auto !important;  text-align:center !important}
    .ismobile .znkutu1 .zntext *{ text-align:center !important}
    
    .ismobile .znkutu5 .image-container{min-height:0 !important}
    .ismobile .znkutu5 img{max-width:150% !important; width:200% !important}
    .ismobile .znkutu5 .zntextcont{margin:0 !important; min-height:0 !important; max-width:100%; position:static !important; left:auto !important; bottom:auto !important; right:auto !important}
    .ismobile .znkutu5 .zntext{width:100% !important;margin:0 !important; margin-top:30px !important; min-height:0 !important; max-width:100%; position:static !important; bottom:auto !important; left:auto !important;  text-align:center !important}
    .ismobile .znkutu5 .zntext *{ text-align:center !important}

    .ismobile .znsayfaresmi .image-container img{max-width:200% !important; width:200% !important}

    .ismobile .sayfa-urunler .znurunlerliste {float:none !important; margin-left:auto !important; margin-right:auto !important}

    .ismobile .znkutu2 {zoom:0.8;}
    .ismobile .znkutu4 {zoom:0.8;}
    .ismobile .znkutu3 {zoom:0.8;}

    .ismobile .znprojelerliste { float:none !important; margin-left:auto !important; margin-right:auto !important}
    
}


@media (max-width:600px) and (min-width:427px)
{
    .ismobile .home-slider .image-container img {max-width:150%; width:auto !important}
    .ismobile .home-slider .navi{bottom:0 !important}
    .ismobile .home-slider .navi-item, .ismobile .home-slider .navi-item-active{width:20px !important; height:3px !important}
    .ismobile .home-slider .zntext p{font-size:16px !important;}
    .ismobile .home-slider .zntext h3{font-size:32px !important;}
    .ismobile .home-slider .zntextcont { padding:0 !important }
    .ismobile .home-slider .zntextcont2{ max-width:100%; padding:5px !important; box-sizing:border-box}
    .ismobile .znanasayfaurunlerliste {float:none !important; margin-left:auto !important; margin-right:auto !important}

    .ismobile .znkutu1 .image-container{min-height:0 !important}
    .ismobile .znkutu1 img{max-width:200% !important; width:200% !important}
    .ismobile .znkutu1 .zntextcont{margin:0 !important; min-height:0 !important; max-width:100%}
    .ismobile .znkutu1 .zntext{margin:0 !important; margin-top:30px !important; min-height:0 !important; max-width:100%; position:static !important; bottom:auto !important; left:auto !important; zoom:0.74; text-align:center !important}
    .ismobile .znkutu1 .zntext *{ text-align:center !important}
    
    .ismobile .znkutu5 .image-container{min-height:0 !important}
    .ismobile .znkutu5 img{max-width:200% !important; width:200% !important}
    .ismobile .znkutu5 .zntextcont{margin:0 !important; min-height:0 !important; max-width:100%; position:static !important; left:auto !important; bottom:auto !important; right:auto !important}
    .ismobile .znkutu5 .zntext{width:100% !important;margin:0 !important; margin-top:30px !important; min-height:0 !important; max-width:100%; position:static !important; bottom:auto !important; left:auto !important; zoom:0.7; text-align:center !important}
    .ismobile .znkutu5 .zntext *{ text-align:center !important}

    .ismobile .znsayfaresmi .image-container img{max-width:200% !important; width:200% !important}

    .ismobile .sayfa-urunler .znurunlerliste {zoom:0.8; float:none !important; margin-left:auto !important; margin-right:auto !important}

    .ismobile .znkutu2 .image-container{zoom:0.9;}
    .ismobile .znkutu2 .zntextcont{margin-top:10px !important; min-height:0 !important}

    .ismobile .znkutu4 .image-container{zoom:0.9;}
    .ismobile .znkutu4 .zntextcont{margin-top:10px !important; min-height:0 !important}
    .ismobile .znkutu4{margin-top:40px !important; margin-bottom:40px !important}

    .ismobile .znkutu3 .image-container{zoom:0.9; float:right !important;margin-top:10px !important}
    .ismobile .znkutu3 .zntextcont{margin-top:10px !important; float:right !important; margin-right:12px !important; min-height:0 !important}

    .ismobile .znprojelerliste { float:none !important; margin-left:auto !important; margin-right:auto !important}
}


@media (max-width:426px) and (min-width:361px)
{
    .ismobile .home-slider .image-container img {max-width:180%; width:auto !important}
    .ismobile .home-slider .navi{bottom:0 !important}
    .ismobile .home-slider .navi-item, .ismobile .home-slider .navi-item-active{width:20px !important; height:3px !important}
    .ismobile .home-slider .zntext p{font-size:13px !important;}
    .ismobile .home-slider .zntext h3{font-size:19px !important;}
    .ismobile .home-slider .zntextcont { padding:0 !important }
    .ismobile .home-slider .zntextcont2{ max-width:100%; padding:5px !important; box-sizing:border-box}
    .ismobile .znanasayfaurunlerliste {zoom:0.9; float:none !important; margin-left:auto !important; margin-right:auto !important}

    .ismobile .znkutu1 .image-container{min-height:0 !important}
    .ismobile .znkutu1 img{max-width:200% !important; width:200% !important}
    .ismobile .znkutu1 .zntextcont{margin:0 !important; min-height:0 !important; max-width:100%}
    .ismobile .znkutu1 .zntext{margin:0 !important; margin-top:30px !important; min-height:0 !important; max-width:100%; position:static !important; bottom:auto !important; left:auto !important; zoom:0.6; text-align:center !important}
    .ismobile .znkutu1 .zntext *{ text-align:center !important}
    
    .ismobile .znkutu5 .image-container{min-height:0 !important}
    .ismobile .znkutu5 img{max-width:200% !important; width:200% !important}
    .ismobile .znkutu5 .zntextcont{margin:0 !important; min-height:0 !important; max-width:100%; position:static !important; left:auto !important; bottom:auto !important; right:auto !important}
    .ismobile .znkutu5 .zntext{width:100% !important;margin:0 !important; margin-top:30px !important; min-height:0 !important; max-width:100%; position:static !important; bottom:auto !important; left:auto !important; zoom:0.6; text-align:center !important}
    .ismobile .znkutu5 .zntext *{ text-align:center !important}

    .ismobile .znsayfaresmi .image-container img{max-width:200% !important; width:200% !important}

    .ismobile .sayfa-urunler .znurunlerliste {zoom:0.6; float:none !important; margin-left:auto !important; margin-right:auto !important}

    .ismobile .znkutu2 .image-container{zoom:0.64;}
    .ismobile .znkutu2 .zntextcont{margin-top:10px !important; min-height:0 !important}

    .ismobile .znkutu4 .image-container{zoom:0.64;}
    .ismobile .znkutu4 .zntextcont{margin-top:10px !important; min-height:0 !important}
    .ismobile .znkutu4{margin-top:40px !important; margin-bottom:40px !important}

    .ismobile .znkutu3 .image-container{zoom:0.64; float:right !important; margin-top:10px !important}
    .ismobile .znkutu3 .zntextcont{margin-top:10px !important; float:right !important; margin-right:12px !important; min-height:0 !important}

    .ismobile .znprojelerliste {zoom:0.8; float:none !important; margin-left:auto !important; margin-right:auto !important}

}


@media (max-width:360px) and (min-width:0px)
{
    .ismobile .home-slider .image-container img {max-width:200%; width:auto !important}
    .ismobile .home-slider .navi{bottom:0 !important}
    .ismobile .home-slider .navi-item, .ismobile .home-slider .navi-item-active{width:20px !important; height:3px !important}
    .ismobile .home-slider .zntext p{font-size:12px !important;}
    .ismobile .home-slider .zntext h3{font-size:18px !important;}
    .ismobile .home-slider .zntextcont { padding:0 !important }
    .ismobile .home-slider .zntextcont2{ max-width:100%; padding:5px !important; box-sizing:border-box}
    .ismobile .znanasayfaurunlerliste {zoom:0.8; float:none !important; margin-left:auto !important; margin-right:auto !important}

    .ismobile .znkutu1 .image-container{min-height:0 !important}
    .ismobile .znkutu1 img{max-width:200% !important; width:200% !important}
    .ismobile .znkutu1 .zntextcont{margin:0 !important; min-height:0 !important; max-width:100%}
    .ismobile .znkutu1 .zntext{margin:0 !important; margin-top:30px !important; min-height:0 !important; max-width:100%; position:static !important; bottom:auto !important; left:auto !important; zoom:0.5; text-align:center !important}
    .ismobile .znkutu1 .zntext *{ text-align:center !important}
    
    .ismobile .znkutu5 .image-container{min-height:0 !important}
    .ismobile .znkutu5 img{max-width:200% !important; width:200% !important}
    .ismobile .znkutu5 .zntextcont{margin:0 !important; min-height:0 !important; max-width:100%; position:static !important; left:auto !important; bottom:auto !important; right:auto !important}
    .ismobile .znkutu5 .zntext{width:100% !important;margin:0 !important; margin-top:30px !important; min-height:0 !important; max-width:100%; position:static !important; bottom:auto !important; left:auto !important; zoom:0.5; text-align:center !important}
    .ismobile .znkutu5 .zntext *{ text-align:center !important}

    .ismobile .znsayfaresmi .image-container img{max-width:200% !important; width:200% !important}

    .ismobile .sayfa-urunler .znurunlerliste {zoom:0.6; float:none !important; margin-left:auto !important; margin-right:auto !important}

    .ismobile .znkutu2 .image-container{zoom:0.64;}
    .ismobile .znkutu2 .zntextcont{margin-top:10px !important; min-height:0 !important}

    .ismobile .znkutu4 .image-container{zoom:0.64;}
    .ismobile .znkutu4 .zntextcont{margin-top:10px !important; min-height:0 !important}
    .ismobile .znkutu4{margin-top:40px !important; margin-bottom:40px !important}

    .ismobile .znkutu3 .image-container{zoom:0.64; float:right !important; margin-top:10px !important}
    .ismobile .znkutu3 .zntextcont{margin-top:10px !important; float:right !important; margin-right:12px !important; min-height:0 !important}

    .ismobile .znprojelerliste {zoom:0.8; float:none !important; margin-left:auto !important; margin-right:auto !important}
}

/*slider opener*/

.zntiklaacgaleri .slider-opener{cursor:pointer}
.zntiklaacgaleri .slider-opener-textcont{ position:absolute; bottom:0; left:0; right:0; padding:5px 14px 4px;}
.zntiklaacgaleri .slider-opener-title { color: #FFFFFF; font-size: 22px; font-family: 'Raleway'; line-height: 27px; font-weight: normal;}
.zntiklaacgaleri .slider-opener-text { color:#FFFFFF;font-size:13px;font-family:'Raleway', 'Open Sans Condensed';line-height:18px;font-weight:normal;}

.esnslider.hasopener{display:none}

.slideroverlay{position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 1003; background-color: rgba(0,0,0,0.85);}
.slideroverlay .esnslider{  position:absolute; top:0;  left:0;  bottom:0;  right:0;  margin:auto !important;  height:480px;    width:772px;}
.slideroverlay .esnslider.thumbs{  position:absolute;  top:50%;  left:0;  bottom:50%;  right:0;  margin:auto !important;  margin-bottom:-334px !important;  height:86px; width:772px;}
.slideroverlay .close:hover { opacity:0.7;}
.slideroverlay .close{right: 30px;z-index: 1015;margin-top: -14px;margin-right: -14px;width: 44px;font-size: 3rem; top: 30px;color: #fff;position: fixed; height: 44px;line-height: 44px;font-family: Arial,Baskerville,monospace;  cursor:pointer;  text-align:center;}
.slideroverlay .valigner td, .slideroverlay .valigner td > .zone{ vertical-align:middle}
.slideroverlay .valigner .image-container{min-height:0 !important}
.slideroverlay .thumbs .viewport, .slideroverlay .thumbs .slide{ width:772px; height:95px !important}
.slideroverlay .thumbs .item{padding-bottom:16px; cursor:pointer; float:left}
.slideroverlay .thumbs .next{display:none}
.slideroverlay .thumbs .image-container {position:relative;}
.slideroverlay .thumbs .item.active .mask{ position:absolute; bottom:-9px; height:4px; left:0; right:0; background:#ec7b06; border-radius:2px }

.slider-textcont{  position:absolute;  bottom:0;  left:0;  background-color:rgba(241, 102, 35, 0.9);  padding:6px;  max-width:500px;}
.slider-title {  color: #FFFFFF;  font-size: 22px;  font-family: 'Raleway';  line-height: 27px;  font-weight: normal;}
.slider-text {  color:#FFFFFF;font-size:13px;font-family:'Raleway', 'Open Sans Condensed';line-height:16px;font-weight:normal;}

/*slider opener*/



.clonedajaxfixed { z-index:1006 ! important}

.button-item-active, .button-item{ cursor:pointer}
.buttonwz .button-item-active{ display:none}
.buttonwz:hover .button-item{ display:none ! important}
.buttonwz:hover .button-item-active{ display:block ! important}

.esnslider a.link, .box a.link{ position:absolute; top:0; left:0; right:0; bottom:0; z-index:501}
.esnslider .img-wrap {width:100%}

.fade-image .fade-image-a {
	z-index: 5;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
     display:none;
}

.fade-image .fade-image-b {
    display:inline-block;
}

.SliderWithZones .item:hover .fade-image .fade-image-b {
    display:none;
}
.SliderWithZones .item:hover .fade-image .fade-image-a {
    display:inline-block;
}

.BoxWithZones .image-container:hover .fade-image .fade-image-b {
    display:none;
}
.BoxWithZones .image-container:hover .fade-image .fade-image-a {
    display:inline-block;
}

/* FORMS */

a.fancy { color: #ffffff ! important; font-size:12px; margin-top:0px; float:left;background: #1e51a4; display: inline-block; margin-right:26px;
          padding: 10px 20px 9px;  text-decoration: none; line-height: 1; -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px; 
          -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3); box-shadow: 0 1px 3px rgba(0,0,0,0.3);
          text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); position: relative; cursor: pointer; }

a.fancy span {font-weight:normal;}
a.fancy:hover{ }

.FormWithZones .field-item-active, .FormWithZones .button-item-active{ display:none}
.FormWithZones .input-control{ width:100%; border:none; background:none; outline:none; display:block; margin-top:-1px}
.FormWithZones .form-button{ z-index:500; position:absolute; top:0; left:0; right:0; bottom:0; background:none; border:none; outline:none; padding:0; margin:0; width:100%; display:block}
.FormWithZones .button-container *{ cursor:pointer}
.FormWithZones .result-message, .FormWithZones .error{color:#ff0000 ! important;}
.FormWithZones .result-message{ bottom:5px; position:relative }
.FormWithZones .item-title{z-index:0 ! important; font-size:15px ! important}
.FormWithZones .item-input{z-index:1 ! important; font-size:15px ! important}
/*.FormWithZones .item-title *{font-size:15px ! important}
.FormWithZones .item-input *{font-size:15px ! important}*/

.FormWithZones .field-validation-error span{font-size:10px ! important; margin-top:0px; line-height:14px; display:block; margin-bottom:-4px; color:#ff0000}

.FormWithZones textarea { resize:none}

.FormWithZones .day-input,.FormWithZones .month-input,.FormWithZones .year-input
{
   width:30%; padding-left:6px; border:none; border-top:1px solid #EDEDEE; border-bottom:1px solid #EDEDEE; background:#EDEDEE; outline:none; font-family:"Open Sans"; font-size:11px; color:#000000;
}
.FormWithZones .month-input { margin:0 5%; }

.FormWithZones input[type="file"] { height:27px !important }

/*.zniletisimformu .znformfields > .zone:nth-of-type(2), .zniletisimformu .znformfields > .zone:nth-of-type(3){ width:46% ! important}
.zniletisimformu .znformfields > .zone:nth-of-type(3) { float:right; clear:right}
.zniletisimformu .znformfields > .zone:nth-of-type(2) .zone, .zniletisimformu .znformfields > .zone:nth-of-type(3) .zone { max-width:100% ! important}*/

/*ersin*/

.tasiyici {
width:1200px;
float:none;
margin:0 auto;
}
.ust {
    margin-top: 10px;
    height: 75px;
    width:100%;
}

.ust .sol {
        margin-top: 10px;
        height: 65px;
        width:150px;
    }
.ust .sag {
    }
.paralax {    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    font-size: 17px;
    text-align: center;
    clear:
}

.paralax span {
        margin: 0;
        padding: 0;
        color: #28ace2;
    }
.Homepage .sliderm, .Homepage .sliderf{
    min-width:1200px;
    max-width:1920px;
}
.ustmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ustmenu ul li {
        padding:0;
        margin:0;
        display:inline-block;
	position: relative
    }
.ustmenu ul li a {
        padding: 15px 25px;
        float: left;
        color: #FFF;
        cursor: pointer;
        font-size:15px;
    }

.ustmenu ul li a.active {
            color: #28ace2;
        }

.ustmenu ul li a:hover {
            color: #28ace2;
            background-color: #FFF;
            transition: ease-in-out;
            transition-property: all;
            transition-duration: 0.5s
        }
.ustmenu ul.lvl1 {
        position: absolute;
        width: 160%;
        margin-top: 50px;
        background-image: url(../../../Files/tr/submenu-bg.png);
        background-repeat:repeat;
        margin-left:-30%;
        display:none;
    }
.ustmenu ul.lvl1 li {
    float:left;
    width:100%;
        
}
.ustmenu ul.lvl1 li a{
    font-size:13px;
    text-align:center;
    width:100%;
    box-sizing:border-box;
    display:block;
    padding:10px;
    border-bottom:1px solid white;

    }
.ustmenu ul.lvl1 li:last-child a{
        border-bottom: 0;
    }
.Kutu1 .kutu {
    background-repeat: no-repeat;
    height: 160px;
    width:100%;
    float:left;
    overflow:hidden
}

.Kutu1 .kutu .ic {
        position: absolute;
        top: 22px;
        height: 120px;
        font-size: 18px;
        border: 1px solid #28ace2;
        padding: 5.5%;
        width: 50%;
        color: #28ace2;
        font-size: 18px;
        right: 0;
        transition: ease-in-out;
        transition-property: all;
        transition-duration: 0.5s;
        box-sizing: border-box;
        background-image: url(../../../Files/tr/kutu1bg.png);
        background-repeat: no-repeat;
        background-position: 96% 50%;
    }

.Kutu1 .kutu:hover .ic {
    background-color: #28ace2;
    color: #FFF;
    transition: ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
}
.Kutu1 .ic p {
    font-size:18px;}
.Kutu1 .boxlink {
    display:block;
    }
.Kutu1 .kutu img {
    width:96%;
    }
.Kutu2 .item {
    width:49.5%;
    height:218px;
    overflow:hidden;
    float:left;
    min-height:50px;
    position:relative;
    margin-top:1%;
}
.Kutu2 .item:nth-child(2n+2) {
    margin-left:1%;

}
.Kutu2 .image img {
    width: 100%;
    transition: ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
    z-index:0
}
.Kutu2 .text-container {
    position: absolute;
    right: 25px;
    color: #fff;
    top: 25%;
    font-size: 25px;
    width: 190px;
    text-align: right;
    font-weight:bold
}
.Kutu2 .text-container a .baslik {
    border-bottom:1px solid #fff ;
    padding-bottom:10px;
    margin-bottom:10px;
}
.Kutu2 .item:first-child .image-container:hover .image img, .Kutu2 .item:last-child .image-container:hover .image img {
    filter: grayscale(100%) contrast(200%);
    -webkit-filter: grayscale(100%) contrast(200%);
    transition: ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
    z-index: 0
}
.ReferansListe .item {
    text-align: center;
    padding: 5%;
    font-size: 17px;
    color: #9e9e9e;
    transition: ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
}
.ReferansListe .item .title, .ReferansListe .item .spec {
    font-weight:bold;   }
.ReferansListe .owl-item.active.center .item {
    color: #000;
    transition: ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
}
.ReferansListe .owl-nav {
    text-align:inherit !important;
}

.ReferansListe .owl-prev {
    margin-left: -80px !important;
    margin-top: -90px !important;
    position: absolute;
    background-image: url(../../../Files/tr/sol1.png) !important;
}
.ReferansListe .owl-next {
    right: -80px !important;
    margin-top: -90px !important;
    position: absolute;
    background-image: url(../../../Files/tr/sag1.png) !important;
}
.ReferansListe .owl-theme .owl-nav [class*='owl-'] {
    background-color: transparent !important;
    border-radius: 0 !important;
    width: 41px;
    height: 41px;
    background-repeat: no-repeat !important;
}
.taban {
    background-color: #000;
    margin-top: 10px;
    padding: 15px 0;
    width: 100%;
    min-height: 50px;
}
.altmenu ul {
        list-style: none;
        margin: 0 10px;
        padding: 0;
        margin-left: 130px
    }

.altmenu ul li a{
        padding: 15px 25px;
        float: left;
        color: #28ace2;
        cursor: pointer;
    }

    .altmenu ul li.active a {
        color: #fff !important;
    }
.altmenu ul li a:hover {
            color: #fff;
            transition: ease-in-out;
            transition-property: all;
            transition-duration: 0.5s
        }
.artarda a {
    color: #ccc !important;
    font-size: 10px !important;
}
.anasayfa-carousel .bg-image {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 977px;
}
.anasayfa-carousel .middle {
    width:860px;
    float:none;
    margin:0 auto;
    position:relative;
    margin-top:-450px;
} 
.anasayfa-carousel .item {
    height:977px;
}
.anasayfa-carousel .desc {
    width: 400px;
    height: 140px;
    float: left;
    background-image: url(../../../Files/tr/slider-renk.png);
    background-repeat: no-repeat;
    margin: 0 15px;
    transition: ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
}
.anasayfa-carousel .desc:hover {
    background-image: url(../../../Files/tr/slider-gray.png);
    transition: ease-in-out;
      transition-property: all;
        transition-duration: 0.5s;
}
.anasayfa-carousel .text {
    width:320px;
    float:left;
    margin-top:20px;
}
.anasayfa-carousel .detail {
    float: left;
    padding: 18px 0;
    color: #ffffff;
    font-size: 8px;
    box-sizing: border-box;
    margin-top: 30px;
    padding-left: 11px;
    border-left: 1px solid #28ace2;
    margin-left:11px;
}
.anasayfa-carousel .owl-prev {
    margin-top: -90px !important;
    position: absolute;
    left:5%;
    background-image: url(../../../Files/tr/sol-ok.png) !important;
}

.anasayfa-carousel .owl-next {
    margin-top: -90px !important;
    position: absolute;
    right:5%;
    background-image: url(../../../Files/tr/sag-ok.png) !important;
}

.anasayfa-carousel  .owl-nav [class*='owl-'] {
    background-color: transparent !important;
    border-radius: 0 !important;
    width: 41px;
    height: 41px;
    top:50%;
    background-repeat: no-repeat !important;
}
.Homepage .sayfa-ust-gorsel, .Homepage .icerik {
    display:none;}
.sayfa-ust-gorsel {
    width:100%;
    z-index:2;
    height:600px;
    overflow:hidden;
    text-align:center;


}
.sayfa-ust-gorsel .img {
    width:100%;
}
.icerik {
    width: 1200px;
    margin: 0 auto;
    float: none;
    min-height: 50px !important;
}
.smenu ul {
    list-style:none;
    padding:0;
    margin:0 auto;
    display:table;
    float:none;

}
.smenu ul li {
    padding:0;
    margin:10px;
    float:left;
    }
.smenu ul li a {
        color: #3c3c3c;
        font-size: 17px;
        padding: 5px 25px;
        border: 1px solid #3c3c3c;
    }
.smenu ul li a:hover, .smenu ul li.active a {
        color: #28ace2;
        font-size: 17px;
        padding: 5px 25px;
        border: 1px solid #28ace2;
    }
.bc-area ul {
    list-style:none;
    padding:0;
    margin:0;
    display:block;
    float:left;

}
.bc-area li {
    padding: 0;
    margin: 0px;
    list-style: none;
    float: left;
    font-size: 17px;
    color:#28ace2;
}
.bc-area a {
    margin: 0 3px;
    font-size: 17px;
    color: #58595b
}
.bc-area a {
    color:black;
}
.bc-area a::after {
        content: '/';
        display: inline-block;
        margin-right: 6px;
        float: right;
        margin-left:3px
    }
.bc-area .Breadcrumbs {
    display: inline-block;
    float: none;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin-top:20px;
    vertical-align:central;
}
.iletisim-form input, .iletisim-form textarea {
    border: 1px solid #28ace2;
    background-color: white;
    width: 45%;
    text-align: center;
    float: left;
    height: 30px;
    font-size: 17px;
    margin: 0.5% 2%;
    padding: 0;
    font-family: unset;
    line-height: 30px;
}
.iletisim-form #gonder {
    background-color: #28ace2;
    color: white;
    display: block;
    margin: 0.5% auto;
    float: none;
}
.ikform {
    background-color: #f3f4f4;
    border-radius:25px;
}
.ikform form {
    margin:5%;
    }
.ikform .title {
    text-align:center;
    font-size:25px;
    color:#28ace2;
    margin-top:25px
    }
.ikform input[type="text"] {
    border:0;
    background:white;
    border-radius:15px;
    width:100%;
    height:35px;
    }
   
.ikform span {
    text-align:center;
    width:100%;
    display:block;
    margin:10px 0;
    }
.ikform input[type="submit"] {
        width: 40%;
        display: block;
        float: none;
        margin: 0 auto;
        background-color: #28ace2;
        border-radius: 15px;
        border: 0;
        height: 35px;
        margin-top: 10px;
        position: absolute;
        margin-left: 25%;
        color: white;
    }
.UygulamalarGaleri .kutu .item {
    width:49%;
    margin:0.5%;
    float:left;
    position:relative;
    }
.UygulamalarGaleri .item .baslik {
    position: absolute;
    width: 100%;
    text-align: center;
    background-image: url(../../../Files/tr/tra.png) !important;
    background-repeat:repeat;
    padding:5px;
    box-sizing:border-box;
    color:white;
    bottom:15%;
}
.UygulamalarGaleri .item img {
    max-width:100% !important;}
.urunler .ImageBox img {
    width:600px;}
.UrunListe .item {
    float: left;
    background-image: url(../../../Files/tr/arrow1.png) !important;
    background-repeat:no-repeat;
    background-position:0 7px;
    margin:10px 0;
}
.UrunListe .item a{
    margin-left:10px;
    font-size:14px;
    margin-right:40px;
}
.UrunKat a.baglanti {
    float: left;
    width: 49%;
    margin: 0.5%
}
.UrunKat .item {
    position:relative;}
.UrunKat .title {
    background-image: url(../../../Files/tr/tra.png) !important;
    position:absolute;
    right:0;
    top:25%;
    padding:25px;
    color:white;
    width:85%;
}
.UrunKat .item img {
    width:100%;}
.UrunKat .item .be {
    text-align:right;
    font-size:18px;
    float:left;
    width:85%;
    box-sizing:border-box;
    padding:5%;
    border-right:1px solid white;
    height:100px;
    padding-left:20%;

}
.UrunKat .item .detail {
    float: left;
    font-size: 10px;
    text-decoration: underline;
    width: 15%;
    box-sizing: border-box;
    padding:10% 5%
}
.urun-detay .sahip-baslik {
    color:#28ace2;
    font-size:42px;
    font-weight:bold;
}
.urun-detay .sayfa-baslik {
    color:black;
    font-weight:bold;
    font-size:22px;
    padding-right:25%;;
    box-sizing:border-box;
    margin:25px 0;

}
.urun-detay .urun-metin {
    font-size:16px;
    color:black;
    text-align:justify;
}
.urun-detay .sol {
    box-sizing:border-box;
    padding-right:5%;
}

.ReferansListe-2 .liste {
    display:table;
    width:100%;
}

.ReferansListe-2 .row {
    width: 100%;
    min-height: 30px;
    height: auto;
    font-size: 13px;
    display:table-row;

}
.ReferansListe-2 .row div {
        float: left;
        padding: 5px 0;
        width: 9%;
        display:table-cell;
    }
.ReferansListe-2 .head.row .title {
        width: 28%;
        padding-left:1%;
    } 
.ReferansListe-2 .row .count {
        width: 3%;
        text-align:center;
    } 
.ReferansListe-2 .row .title {
        width: 26%;
    } 
.ReferansListe-2 .row .spec {
    width:37%;}
.ReferansListe-2 .row .piece {
        width: 7%;
    } 
.ReferansListe-2 .row .year {
        width: 4%;
    }
.ReferansListe-2 .row .middle {
        width: 14%;
    }
.ReferansListe-2 .row:nth-child(2n+2){
        background-color: #eaebec
    }
.ReferansListe-2 .head div{
    background-color: #dcddde;
    border-bottom:1px solid white;
    color:#28ace2;
    font-weight:bold;
    height:100%;
}

    .urun-detay .parent-title {
    color:#28ace2;
    font-size:44px;
}
.UrunGaleri .image {
    float:left;
    margin-bottom:20px;
}
    
.UrunGaleri .image:nth-child(2n+2) {
margin-left:20px;}
.urun-tablo table {
    width: 100%;
    border-bottom: 1px solid #404041;
    border-right: 1px solid #404041;
}
.urun-tablo td {
    border-left: 1px solid #404041;
    border-top: 1px solid #404041;
    text-align:center;
    padding:4px 0;
}
.urun-tablo table tr:first-child td:first-child {
        border-left: 0;
        border-top: 0;
        background-color:white;
    }
.urun-tablo tr:first-child {
    background-color: #dcddde;
    color:#28ace2;
    font-weight:bold;
}
.urun-tablo tr:nth-child(2), .urun-tablo tr:nth-child(3) {
    background-color: #eceded
}
.urun-tablo .konv {
    background-color: #dcddde
}
.urun-tablo table .odd {
    background-color: #dcddde
}
.StandartGaleri .image {
    float:left
}
.mobile-menu-trigger {
    display: none ;
}

@media screen and (max-width:1919px) {
    .Homepage .sliderm, .Homepage .sliderf {
        width: 100%;
    }
}
@media screen and (min-width:1920px) {
    .Homepage .sliderm, .Homepage .sliderf {
        width: 1920px;
        ;
    }
}
@media screen and (max-width:600px) {
    .tasiyici {
        width: 100%;
    }

    .ust #zone-16 {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .ust .sol {
        height: 105px
    }

    .ustmenu.mobilezone ul.lvl1 {
        display: none !important;
    }

    .ustmenu.mobilezone ul.lvl0 {
        display: none;
    }

    .mobilezone .mobile-menu-trigger {
        display: block;
        width: 100px;
        height: 50px;
        float: none;
        margin: auto;
        text-align: center;
        color: white;
        padding: 10px;
        font-weight: 100;
        box-sizing: border-box;
    }

        .mobilezone .mobile-menu-trigger p {
            font-size: 20px;
        }

    .mobilezone .ustmenu ul.lvl0 {
        background-image: url(../../../Files/tr/tra.png) !important;
    }

        .mobilezone .ustmenu ul.lvl0 li {
            width: 100%;
        }

    .mobilezone .ustmenu ul.lvl0 li a {
        width: 100%;
        padding: 5px;
    }

    .sliderf, .sliderm {
        width: 100% !important;
        min-width: 100px !important;
    }

    .sliderm {
        height: 80px;
    }

    .anasayfa-carousel .item {
        height: 200px;
    }

    #zone-6323 {
        display: flex;
    }

    #zone-6325 {
        display: none;
    }

    .anasayfa-carousel .owl-nav [class*='owl-'] {
        top: auto;
        bottom: 30%;
        zoom: 0.5;
    }

    .paralax {
        margin-bottom: 42px;
    }

    .mobilezone .anasayfa-carousel .bg-image {
        background-size: cover;
        height: 200px;
    }

    .mobilezone .Kutu2 .item {
        width: 100%;
        height: 140px;
    }
    .mobilezone .Kutu2 .item .text-container {
            zoom:0.8;
        }

    .mobilezone .Kutu2 .item:first-child, .mobilezone .Kutu2 .item:last-child {
            display: none;
        }
     .mobilezone .Kutu2 .item:nth-child(2n+2) {
         margin-left:0;
     }
     .refs {
         width:100% !important;
     }
    .owl-theme .owl-nav [class*='owl-'] {
        zoom:0.7;
    }
    .mobilezone .ReferansListe .owl-prev {
        margin-left:-40px !important;

    }
    .mobilezone .ReferansListe .owl-next {
        right:-50px !important;
    }
    .altmenu.mobilezone {
        display:none;
    }
     #zone-108 {
        margin-top:0 !important;
    }
    .mobilezone .sayfa-ust-gorsel {
        height:142px;
    }
    .mobilezone .icerik > div > div {
        width: 100% !important;
    }
    .mobilezone .UrunGaleri .image:nth-child(2n+2) {
        margin-left:auto;

    }
    .mobilezone .UrunGaleri .image {
        display:inline-block;
        text-align:center;
        width:100%;
    }
    .mobilezone .urun-diger a.baglanti {
        width:100%;
    }
    .mobilezone .UrunKat .title {
        width:85% !important;

    }
    .mobilezone .urunler > div >div {
        width:100% !important
    }
    .mobilezone .ReferansListe-2 .row .count {
        display:none;
    }
    .mobilezone #zone-436 {
        width:90% !important;
        margin-bottom:50px;
    }
    .mobilezone .iletisim > div {
        width:90% !important;
    }
    .mobilezone .UrunKat a.baglanti {
        width:100% !important; 
    }
    .mobilezone .UrunKat .title  {
        padding:10px !important;
    }
    .mobilezone .Kutu1 .kutu .ic {
        height:auto !important;
    }
    }
