/* Minification failed. Returning unminified contents.
(4025,12): run-time error CSS1038: Expected hex color, found '#00000'
 */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}




/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	bottom: 45px;
    position: relative;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #3f3f3f;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 18px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 9px;
	height: 9px;
	margin: 5px;
	background-image:url("/images/owl-page.png");
	background-position:left center;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-image:url("/images/owl-page.png");
	background-position:right center;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../AjaxLoader.gif) no-repeat center center
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {	position: relative;}
.fancybox-opened {z-index: 8030;}

.fancybox-type-inline .fancybox-skin{
padding:0 !important;
background-color:#ffffff;
border-radius:5px;
overflow:hidden;
}
.fancybox-type-inline .fancybox-close{right:0px;top:0px;}
.fancybox-outer, .fancybox-inner {position: relative;overflow:hidden;border-radius:5px;}
.fancybox-inner {overflow: hidden;}
.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch}
.fancybox-error {color: #444;margin: 0;padding: 15px;white-space: nowrap;}
.fancybox-image, .fancybox-iframe {display: block;width: 100%;height: 100%;}
.fancybox-image {max-width: 100%;max-height: 100%;}


#fancybox-loading {
position: fixed;
top:50%;left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}

#fancybox-loading div {
width: 44px;
height: 44px;
background: url('/assets/fancybox/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 8040;
	background-image: url('/assets/fancybox/css/fancybox_sprite.png');
	background-position: left top;
	background-color: #9E4AE6;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}


.fancybox-prev {	left: 0;}
.fancybox-next {right: 0;}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	/*visibility: hidden;*/
	background-image: url('/assets/fancybox/css/fancybox_sprite.png');
	background-color: #9E4AE6;
	background-repeat: no-repeat;
}

.fancybox-prev span {
	left: 10px;
	background-position:left bottom;
}

.fancybox-next span {
	right: 10px;
	background-position: left center;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {}
.fancybox-title-float-wrap .child {}
.fancybox-title-outside-wrap {position: relative;margin-top: 10px;color:#fff;}
.fancybox-title-inside-wrap {padding-top:10px;}
.fancybox-title-over-wrap {position: absolute;bottom: 0;left: 0;color: #fff;	padding: 10px;background: #000;	background: rgba(0, 0, 0, .8);}


#menu {position: absolute;right: 0;top: 0;min-height: 100% !important;width:240px !important;height:100% !important;}
#pushobj {position: absolute;z-index: 1;width:100%;}

.mlpm_w {position: absolute;overflow: hidden;min-width: 100%;min-height: 100%;margin: 0;	padding: 0;
width:240px !important;height:100% !important;}
.mlpm_w .levelHolderClass {position: absolute;overflow: hidden;top: 0;background-color: #e7e6e4;width: auto;min-height: 100%;zoom: 1;width:240px !important;height:100% !important;}
.mlpm_w .ltr {margin-left: -100%;left:0;}
.mlpm_w .rtl {margin-right: -100%;right: 0;}
.mlpm_w .mlpm_inactive {background: #e7e6e4;}
.mlpm_w h2 {font-size:24px;line-height:71px;font-family:'ralewaybold';color: #000000;padding-right:10px;	padding-left:10px;margin-top:0px;margin-bottom:0px;background-color:#cfcfcd;}
.mlpm_w ul {list-style: none;	padding: 0;	margin: 0;}
.mlpm_w li {cursor: pointer;border-top:1px solid #cfcfcd;padding:5px;}
.mlpm_w div {font-size:24px;line-height:71px;font-family:'ralewaybold';color: #000000;padding-right:10px;	padding-left:10px;margin-top:0px;margin-bottom:0px;background-color:#cfcfcd;}

.mlpm_w li:last-child {border-bottom: 1px solid #cfcfcd;}
.mlpm_w li:hover {background-color:#B9B8B6;}
.mlpm_w a {display: block;outline: none;overflow: hidden;font-size:16px;	line-height:18px;padding:10px;
text-decoration: none;color: #000000;}
.mlpm_w a:hover {color:#f1f1f1;text-decoration:none;}
.mlpm_w .backItemClass {display: block;padding:5px;background:#B9B8B6;border-top: 1px solid #cfcfcd;}

.mlpm_w .floatRight {float: right;}
.mlpm_w .floatLeft {float: left;}
.mlpm_w .cursorPointer {cursor: pointer;}



.mlpm_w .special{
background-color:#f2f3f4;
}

.mlpm_w .special > a{
font-size:14px;
font-family:'ralewayregular';
}

@media (min-width: 993px) {
#menu {display:none !important;}
.mlpm_w{display:none !important;}
#pushobj{margin-left:0 !important;}
}


/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 257px;
	display: none;
    border:none;
    background:none;
    background-color:#cbcbcb;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
    background-color:#ff9b00;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 0;
	width: 1.8em;
	height: 1.8em;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 0;
}
.ui-datepicker .ui-datepicker-prev {
    background-image:url(/images/dateArrowLeft.png);
    background-repeat:no-repeat;
    width:33px;
    height:33px;
}
.ui-datepicker .ui-datepicker-next {
	right: 0;
    
        background-image:url(/images/dateArrowRight.png);
    background-repeat:no-repeat;
    width:33px;
    height:33px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 0px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    line-height:33px;
    height:33px;
	text-align: center;

}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin-bottom:2px;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
    background-color:#ffffff;
    color:#000000;
    font-family: 'ralewayregular';
    font-size:12px;
}

.ui-datepicker th span{

    color:#000000;
    font-family: 'ralewayregular';
    font-size:12px;
}
.ui-datepicker td {
	border: 0;
	padding: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'ralewaymedium';
}
/*.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}*/
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background-color: #e2e2e2;
	font-weight: bold;
	color: #424242;
    text-align:center;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
background-color: #ff9b00;
color: #FFF;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background-color: #FFA500;
	color: #FFF;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #FFF;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */



/* Overlays */
.ui-widget-overlay {
	background: #666666 url("/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 14, 2014 */



@font-face {
    font-family: 'ralewaylight';
    src: url('/assets/fonts/raleway-light_0-webfont.eot');
    src: url('/assets/fonts/raleway-light_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/raleway-light_0-webfont.woff') format('woff'),
         url('/assets/fonts/raleway-light_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ralewaybold';
    src: url('/assets/fonts/raleway-bold_0-webfont.eot');
    src: url('/assets/fonts/raleway-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/raleway-bold_0-webfont.woff') format('woff'),
         url('/assets/fonts/raleway-bold_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ralewaymedium';
    src: url('/assets/fonts/raleway-medium_0-webfont.eot');
    src: url('/assets/fonts/raleway-medium_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/raleway-medium_0-webfont.woff') format('woff'),
         url('/assets/fonts/raleway-medium_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayextrabold';
    src: url('/assets/fonts/raleway-extrabold_0-webfont.eot');
    src: url('/assets/fonts/raleway-extrabold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/raleway-extrabold_0-webfont.woff') format('woff'),
         url('/assets/fonts/raleway-extrabold_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayextralight';
    src: url('/assets/fonts/raleway-extralight_0-webfont.eot');
    src: url('/assets/fonts/raleway-extralight_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/raleway-extralight_0-webfont.woff') format('woff'),
         url('/assets/fonts/raleway-extralight_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayheavy';
    src: url('/assets/fonts/raleway-heavy_0-webfont.eot');
    src: url('/assets/fonts/raleway-heavy_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/raleway-heavy_0-webfont.woff') format('woff'),
         url('/assets/fonts/raleway-heavy_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaysemibold';
    src: url('/assets/fonts/raleway-semibold_0-webfont.eot');
    src: url('/assets/fonts/raleway-semibold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/raleway-semibold_0-webfont.woff') format('woff'),
         url('/assets/fonts/raleway-semibold_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaythin';
    src: url('/assets/fonts/raleway-thin_0-webfont.eot');
    src: url('/assets/fonts/raleway-thin_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/raleway-thin_0-webfont.woff') format('woff'),
         url('/assets/fonts/raleway-thin_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayregular';
    src: url('/assets/fonts/raleway-regular_0-webfont.eot');
    src: url('/assets/fonts/raleway-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/raleway-regular_0-webfont.woff') format('woff'),
         url('/assets/fonts/raleway-regular_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
.info-numeric {
    clear: both;
    height: auto;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.info-area {
    margin-bottom: 30px;
}

.info-cell-position {
    margin-top: 40px;
}

.info-numeric .tittle {
    color: white;
    text-align: center;
    font-size: 28px;
    font-family: AkkoRoundedPro-Medium;
}

.info-numeric .info-cell {
    height: auto;
    margin-bottom: 30px;
}

.info-area .info-cell-orange {
    /*background-color:#ff9c00;*/
    height: 160px;
    margin-top: 20px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #ffffff;
    text-align: center;
    /* Firefox */
    -moz-transition: background-color 0.5s ease;
    /* WebKit */
    -webkit-transition: background-color 0.5s ease;
    /* Opera */
    -o-transition: background-color 0.5s ease;
    /* Standard */
    transition: background-color 0.5s ease;
    position: relative;
    z-index: 1;
}

.info-area .info-cell-white {
    /*background-color:#ff9c00;*/
    height: 160px;
    margin-top: 20px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #F8B121;
    text-align: center;
    /* Firefox */
    -moz-transition: background-color 0.5s ease;
    /* WebKit */
    -webkit-transition: background-color 0.5s ease;
    /* Opera */
    -o-transition: background-color 0.5s ease;
    /* Standard */
    transition: background-color 0.5s ease;
    position: relative;
    z-index: 1;
}

.info-cell-position .first2 {
    margin-top: 35px;
    font-size: 18px !important;
    font-family: AkkoRoundedPro-Light;
    line-height: 18px;
}

.info-cell-position .first3 {
    font-size: 44px !important;
    font-family: 'AkkoRoundedPro-Medium';
    line-height: 18px;
}

/*//////////////////////////////////////*/
body {
    background-color: #ffffff;
    font-family: 'AkkoRoundedPro-Light', sans-serif;
    font-weight: normal;
}

.ppButton {
    background-color: #E64AE6;
    color: white !important;
    width: 25%;
}
    .ppButton:hover {
        background-color: #9E4AE6;
    }

.ppAdress h {
    font-size: 14px !important;
    font-family: AkkoRoundedPro-Regular !important;
}
.ppAdress p {
    font-size: 14px !important;
    font-family: AkkoRoundedPro-Light !important;
}
.ppAdress span {
    font-size: 14px !important;
    font-family: AkkoRoundedPro-Light !important;
}

.ppPicture {
    width: 100%;
    height: 450px;
}

.fadein {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

    .fadein p {
        height: 100%;
        left: 0;
        position: relative;
        top: 0;
    }

a:focus {
    outline: none !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.semibold {
    font-family: AkkoRoundedPro-Medium;
}

.np {
    padding-left: 0;
    padding-right: 0;
}

.display-table {
    display: table !important;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-cell2 {
    display: table-cell;
    vertical-align: middle;
    background-image: linear-gradient(to right,#9E4AE6,#E64AE6);
    font-size: 20px !important;
    font-family: 'AkkoRoundedPro-Medium' !important;
    color: #f2f3f4;
    text-align:center;
}

.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.container {
    height: auto;
}

.full-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.error {
    margin: 100px auto;
}


/* Header */
header {
    width: 100%;
    display: table;
}

.header-top {
    background-image: linear-gradient(to right,#9E4AE6,#E64AE6);
    height: auto;
    line-height: 25px;
}

.header-top-right {
    float: right;
    padding-right: 0;
}

    .header-top-right .social {
        padding-left: 0px;
        padding-right: 10px;
    }

        .header-top-right .social li {
            float: left;
            width: 34px;
            height: 34px;
        }

            .header-top-right .social li:hover {
                background-color: #EDE9E6;
            }

        .header-top-right .social .facebook {
            background-image: url("/images/header-facebook.png");
        }

        .header-top-right .social .twitter {
            background-image: url("/images/header-twitter.png");
        }

        .header-top-right .social .gplus {
            background-image: url("/images/header-gplus.png");
        }

        .header-top-right .social .instagram {
            background-image: url("/images/header-instagram.png");
        }

        .header-top-right .social li a {
            display: block;
            width: 34px;
            height: 34px;
        }

            .header-top-right .social li a:hover, .header-top-right .social li a:focus {
                text-decoration: none;
            }

    .header-top-right ul {
        float: left;
        margin-bottom: 0;
    }

        .header-top-right ul li {
            list-style: none;
        }

            .header-top-right ul li a {
                color: #ffffff;
                font-size: 12px;
                line-height: 34px;
            }

    .header-top-right .login {
        float: left;
        padding-left: 20px;
        height: 34px;
    }

        .header-top-right .login .dropdown-menu {
            border-radius: 0px;
            padding: 5px;
            margin-top: -1px;
        }

        .header-top-right .login .login-dropdown {
            border: none;
            height: 34px;
            line-height: 34px;
            background-color: #ede9e6;
            padding: 0 15px;
        }

        .header-top-right .login .dropdown-menu .form-control:focus {
            border: 1px solid #262f5f;
            box-shadow: none;
        }

        .header-top-right .login .dropdown-menu .login-btn {
            background-color: #ff9c00;
            color: #ffffff;
        }

            .header-top-right .login .dropdown-menu .login-btn:hover {
                background-color: #f09300;
            }

        .header-top-right .login .dropdown-menu .login-facebook {
            background-color: #3a5795;
            color: #ffffff;
            margin-top: 10px;
        }

            .header-top-right .login .dropdown-menu .login-facebook:hover {
                background-color: #2e4982;
            }

@media (max-width:992px) {
    .form .col .resecurity a {
        width: 40px !important;
        /*width:30px!important;*/
    }

    .mymobilecart {
        display: block !important;
    }

    .badge {
        color: black;
        text-align: center;
        background-color: white;
        border: 1px solid orange;
        position: fixed;
        bottom: 50px;
        right: 52px;
    }

    .mymobilecart-btn {
        background-color: #ffa500;
        background-image: url(/images/mycart.png);
        background-repeat: no-repeat;
        background-position: center;
        color: #ffffff;
        display: table-cell;
        vertical-align: middle;
        border-radius: 25px;
        width: 50px;
        height: 50px;
        display: inline-block;
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 24px;
        text-align: center;
        padding-top: 12px;
        transition: background 0.3s, color 0.2s;
        -webkit-transition: background 0.3s, color 0.2s;
        -moz-transition: background 0.3s, color 0.2s;
        -ms-transition: background 0.3s, color 0.2s;
        -o-transition: background 0.3s, color 0.2s;
        cursor: pointer;
    }


    
}

.header-top-right .mycart {
    display: table;
    float: left;
    height: 34px;
}

.header-top-right .signup {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

    .header-top-right .signup a {
        line-height: 34px;
        color: #333333;
    }


.header-top-right .mycart .mycart-btn {
    padding-right: 40px;
    background-color: #ffa500;
    background-image: url(/images/mycart.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    border-radius: 0px;
}

    .header-top-right .mycart .mycart-btn:hover {
        background-color: #f19c00;
    }

.header-top-right .shortcuts {
    float: left;
    padding-left: 15px;
}

    .header-top-right .shortcuts li {
        float: left;
        width: 35px;
        height: 34px;
        list-style: none;
        background-color: #EDE9E6;
        border-right: 1px solid #F7F4F1;
    }

        .header-top-right .shortcuts li:hover {
            background-color: #dbd5d0;
        }

        .header-top-right .shortcuts li a {
            display: block;
            width: 35px;
            height: 34px;
        }

            .header-top-right .shortcuts li a:hover, .header-top-right .shortcuts li a:focus {
                text-decoration: none;
            }

    .header-top-right .shortcuts .myorderbtn {
        background-image: url(/images/myorderbtn.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .header-top-right .shortcuts .membershipbtn {
        background-image: url(/images/membershipbtn.png);
        background-repeat: no-repeat;
        background-position: center center;
    }



.header-top-right .username {
    float: left;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
}

    .header-top-right .username a {
        font-family: AkkoRoundedPro-Light;
        font-size: 14px;
        color: #3f3f3f;
        text-decoration: underline;
    }

        .header-top-right .username a:hover {
            color: #666666;
        }

.mobile-menu {
    display: none;
}

.mp-menu {
    display: none;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar {
    clear: both;
    margin-bottom: 0px;
    border-radius: 0;
    border: none;
    background-color: #ffffff;
}

.navbar-header {
    height: 90px;
}

.navbar-right {
    display: table;
    float: none !important;
    margin: 0 auto;
    padding-right: 0;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    float: left;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -40px;
    height: 90px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.navbar-brand img {
    margin: 0 auto;
    width: 100%;
}

.mobil-header .navbar-brand img {
    margin: 0 auto;
    width: 50%;
}

.navbar-default .navbar-nav > li > a {
    line-height: 60px;
    color: #000000;
    padding-right: 8px;
    padding-left: 40px;
    font-family: 'AkkoRoundedPro-Medium';
    font-size: 15px;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #9E4AE6;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: transparent;
}


.dropdown .caret {
    color: #000000;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffffff;
    color: #063579;
}

.dropdown-menu {
    border: none;
}

.search {
    float: right !important;
    height: 90px;
}

    .search .form-group {
        margin-bottom: 0;
        position: relative;
        height: 30px;
    }

        .search .form-group .form-control {
            border: 1px solid transparent;
            box-shadow: none;
            background-color: #f5f5f5;
            padding-right: 50px;
            height: 35px;
            font-size: 13px;
            -webkit-transition: background-color 0.35s, -webkit-transform 0.35s;
            transition: background-color 0.35s, transform 0.35s;
            border-radius: 20px;
        }

            .search .form-group .form-control:focus {
                background-color: #ffffff;
                border: 1px solid #f2f3f4;
            }

.form-control::-moz-placeholder {
    color: #000000;
}


.search a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 35px;
    width: 50px;
    border-radius: 20px;
    background-image: url('../../images/search_icon.svg');
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Header Son*/


/* Web Menü */
.dropdown-full {
    position: static !important;
}

.dropdown-menu-full {
    background-color: #f2f3f4;
    border-radius: 0px 0px 5px 5px !important;
    right: 0 !important;
    left: 0 !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .dropdown-menu-full ul li {
        font-size: 15px;
        font-family: AkkoRoundedPro-Medium;
        list-style: none;
        line-height: 32px;
    }

        .dropdown-menu-full ul li a {
            color: #000000;
        }

    .dropdown-menu-full .left {
        background-color: #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 0px 0px 0px 5px !important;
        min-height: 490px;
        padding-left: 20px;
        padding-right: 0px;
        margin-top: 10px;
    }

        .dropdown-menu-full .left ul li a {
            padding-left: 20px;
        }

        .dropdown-menu-full .left ul .active {
            background-color: #f2f3f4;
            font-size: 16px;
            font-family: AkkoRoundedPro-Regular;
        }

    .dropdown-menu-full .middle {
        margin-top: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /*.dropdown-menu-full .middle ul :nth-child(1){
display:none;
}*/

    .dropdown-menu-full .right {
        padding-top: 20px;
        padding-bottom: 0px;
        margin-top: 10px;
    }

        .dropdown-menu-full .right ul li {
            height: 215px;
            border-radius: 5px;
            margin-bottom: 20px;
        }

        .dropdown-menu-full .right ul .top a {
            height: 215px;
            width: 100%;
            display: block;
        }

            .dropdown-menu-full .right ul .top a:hover .first {
                text-decoration: underline;
            }

            .dropdown-menu-full .right ul .top a:hover .second {
                text-decoration: underline;
            }

            .dropdown-menu-full .right ul .top a .text {
                float: right;
                padding-right: 20px;
                text-align: center;
                width: 141px;
                margin-top: 69px;
            }

                .dropdown-menu-full .right ul .top a .text .first {
                    font-size: 18px;
                    font-family: 'AkkoRoundedPro-Medium';
                    line-height: 18px;
                    display: block;
                    height: 18px;
                }

                .dropdown-menu-full .right ul .top a .text .second {
                    font-size: 18px;
                    font-family: AkkoRoundedPro-Light;
                    line-height: 18px;
                    display: block;
                    height: 18px;
                }

        .dropdown-menu-full .right ul .bottom a {
            color: #ffffff;
        }

        .dropdown-menu-full .right ul .bottom .text {
            float: left;
            padding-left: 20px;
            position: relative;
            top: 125px;
            width: 100%;
        }


            .dropdown-menu-full .right ul .bottom .text .first {
                font-size: 26px;
                font-family: 'AkkoRoundedPro-Medium';
                line-height: 24px;
                display: block;
            }

            .dropdown-menu-full .right ul .bottom .text .second {
                background-image: url("/images/more-white.png");
                background-position: right center;
                background-repeat: no-repeat;
                clear: both;
                display: block;
                float: left;
                font-size: 13px;
                font-weight: 300;
                margin-bottom: 0;
                padding-right: 20px;
            }

.dropdown-menu-left {
    border-radius: 5px;
    width: 300px;
    padding-bottom: 20px;
    padding-top: 0;
}

    .dropdown-menu-left .top {
        background-image: linear-gradient(to right,#E64AE6,#9E4AE6);
        height: 17px;
        width: 100%;
        border-radius: 3px 3px 0px 0px;
        position: relative;
        top: -7px;
    }

        .dropdown-menu-left .top .top-arrow {
            /*	background-image: url("/images/top-arrow.png");*/
            background-repeat: no-repeat;
            height: 8px;
            left: 32px;
            position: absolute;
            top: -8px;
            width: 14px;
        }

.dropdown-menu-full .tops {
    background-color: #ff9c00;
    height: 17px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    top: -7px;
}

    .dropdown-menu-full .tops .top-arrow {
        background-image: url("/images/top-arrow.png");
        background-repeat: no-repeat;
        height: 8px;
        left: 325px;
        position: absolute;
        top: -8px;
        width: 14px;
    }

.dropdown-menu-left > li > a {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
}

    .dropdown-menu-left > li > a:hover {
        text-decoration: underline;
        background-color: transparent;
    }


/* Web Menü Son */

/* Slider */
.slider {
}

    .slider .owl-controls {
        display: block !important;
    }

    .slider .container {
        width: auto;
        max-width: 1380px;
        position: relative;
    }

        .slider .container .item {
            position: relative;
        }

.slide-text {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
    z-index: 9;
    left: 0px;
    height: 100%;
}

    .slide-text .display-table {
        width: 50%;
        height: 100%;
        margin: 0 auto;
    }

.slide-text-sub {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.slide-text h1 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 6px;
    margin-top: 0;
}

.slide-text h2 {
    font-size: 44px;
    line-height: 48px;
    font-family: 'AkkoRoundedPro-Medium';
    margin-top: 0px;
    margin-bottom: 0px;
}

.slide-text h3 {
    font-size: 30px;
    font-family: 'AkkoRoundedPro-Medium';
    margin-top: 0px;
    margin-bottom: 0px;
}

.slide-text .links {
    background-color: #ffffff;
    opacity: 0.67;
    border-radius: 5px;
    display: inline-block;
    margin-top: 33px;
}

    .slide-text .links:before {
        content: "";
        width: 50px;
        height: 100%;
        background-color: #222;
    }

.slider .owl-carousel .owl-wrapper-outer {
    height: 600px;
}

.slide-text a {
    font-family: 'AkkoRoundedPro-Medium';
    font-size: 13px;
    color: #000000;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 88px;
    padding-right: 88px;
    display: block;
    letter-spacing: 3px;
}

    .slide-text a:hover {
        text-decoration: underline;
    }


.slider .owl-item .item {
    background-position: center center;
    border-radius: 10px;
}

.slider .owl-buttons {
    display: none;
}

/* Slider Son */

.owl-buttons {
    display: none;
}

/* Main Bottom */

.main-bottom {
    clear: both;
    height: auto;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

    /* Adese Hakkında*/

    .main-bottom .selva-about {
        height: auto;
    }

.selva-about .container {
    width: 100%;
}

.selva-about .owl-wrapper-outer {
}

.main-bottom .selva-about .owl-item .item {
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

    .main-bottom .selva-about .owl-item .item a:hover {
        text-decoration: none;
    }

    .main-bottom .selva-about .owl-item .item a .selva-about-image {
        height: 230px;
        overflow: hidden;
        display: block;
        background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
        background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
        border-radius: 5px 5px 0px 0px;
    }

#owl-selva-about .owl-item .item a .selva-about-image span {
    height: 230px;
    background-position: center center;
    background-size: cover;
    display: block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    border-radius: 5px 5px 0px 0px;
}

#owl-selva-about .owl-item .item a:hover .selva-about-image span {
    opacity: 0.6;
    -webkit-transform: scale3d(1.5,1.5,0.5);
    transform: scale3d(1.5,1.5,0.5);
}


#owl-selva-about .owl-item .item a .selva-about-text {
    height: 100px;
    background-color: #f2f3f4;
    width: 100%;
}

#owl-selva-about .owl-item .item a .selva-about-text {
    color: #000000;
    padding-left: 35px;
    padding-right: 35px;
}

    #owl-selva-about .owl-item .item a .selva-about-text span {
        margin-top: 0;
        margin-bottom: 5px;
        line-height: 20px;
        font-size: 16px;
        font-family: 'AkkoRoundedPro-Regular';
        text-align: center;
    }



    #owl-selva-about .owl-item .item a .selva-about-text p {
        font-size: 13px;
        font-family: 'AkkoRoundedPro-Light';
        text-align: center;
    }


#owl-selva-about .owl-controls {
    bottom: 139px;
    display: table;
    margin: 0 auto;
}

/* Adese Hakkında Son */


/* Adese Pratik Bilgiler */

.main-bottom .portfoy-info {
    height: auto;
}

.portfoy-info .container {
    width: 100%;
}

.portfoy-info .owl-wrapper-outer {
}

#owl-portfoy-info .owl-item .item {
    height: auto;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

/*portfoy dıv*/
#owl-portfoy-info {
   margin-bottom: -26px;
}

    #owl-portfoy-info .owl-item .item a:hover {
        text-decoration: none;
    }

    #owl-portfoy-info .owl-item .item a .portfoy-info-image {
        height: 280px;
        overflow: hidden;
        display: block;
        /*        background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
        background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);*/
        background-color: white;
        border-radius: 5px 5px 0px 0px;
    }

        #owl-portfoy-info .owl-item .item a .portfoy-info-image span {
            height: 280px;
            background-position: center center;
            background-size: cover;
            display: block;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            border-radius: 5px 5px 0px 0px;
        }

    #owl-portfoy-info .owl-item .item a:hover .portfoy-info-image span {
        opacity: 0.6;
        -webkit-transform: scale3d(1.5,1.5,0.5);
        transform: scale3d(1.5,1.5,0.5);
    }



    #owl-portfoy-info .owl-item .item a .portfoy-info-text {
        height: 100px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; /*17.06.2022 eklendi*/
        /*padding-left: 35px;
        padding-right: 35px;*/
        background-color: #F2F3F4;
    }



    /*portfoy div için eklendi*/
.portfoy-info-text {
    height: 100px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; /*17.06.2022 eklendi*/
    /*padding-left: 35px;
        padding-right: 35px;*/
    background-color: #F2F3F4;
}


/*ımage altyazıları */
.prtfy {
    height: auto;
    overflow: hidden;
    border-radius:0px 0px 5px 5px;
}




        #owl-portfoy-info .owl-item .item a .portfoy-info-text span {
            /*color: #000000;*/
            color: #ffffff; /*17.06.2022 eklendi*/
            font-size: 16px;
            font-family: 'AkkoRoundedPro-Light';
            line-height: 22px;
            text-align: center;
        }


#owl-portfoy-info .owl-controls {
    bottom: 40px;/*clickable*/
    display: table;
    margin: 0 auto;
}
/* Adese Pratik Bilgiler Son */

/* Adese Pratik Bilgiler */

.main-bottom .test-info {
    height: auto;
}

.test-info .container {
    width: 100%;
}

.test-info .owl-wrapper-outer {
}

#owl-test-info .owl-item .item {
    height: auto;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

/*proje dıv*/
#owl-test-info {
    margin-bottom: -26px;
}

    #owl-test-info .owl-item .item a:hover {
        text-decoration: none;
    }

    #owl-test-info .owl-item .item a .test-info-image {
        height: 280px;
        overflow: hidden;
        display: block;
        /*        background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
        background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);*/
        background-color: white;
        border-radius: 5px 5px 0px 0px;
    }

        #owl-test-info .owl-item .item a .test-info-image span {
            height: 280px;
            background-position: center center;
            background-size: cover;
            display: block;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            border-radius: 5px 5px 0px 0px;
        }

    #owl-test-info .owl-item .item a:hover .test-info-image span {
        opacity: 0.6;
        -webkit-transform: scale3d(1.5,1.5,0.5);
        transform: scale3d(1.5,1.5,0.5);
    }



    #owl-test-info .owl-item .item a .test-info-text {
        height: 100px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; /*17.06.2022 eklendi*/
        /*padding-left: 35px;
        padding-right: 35px;*/
        background-color: #F2F3F4;
    }


/*tmamlaman proje div için eklendi*/
.test-info-text {
    height: 100px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; /*17.06.2022 eklendi*/
    /*padding-left: 35px;
        padding-right: 35px;*/
    background-color: #F2F3F4;
}

/*ımage altyazıları */
.tmm-proje {
    height: auto;
    overflow: hidden;
    border-radius: 0px 0px 5px 5px;
}

        #owl-test-info .owl-item .item a .test-info-text span {
            /*color: #000000;*/
            color: #ffffff; /*17.06.2022 eklendi*/
            font-size: 16px;
            font-family: 'AkkoRoundedPro-Light';
            line-height: 22px;
            text-align: center;
        }


#owl-test-info .owl-controls {
    bottom: 38px;
    display: table;
    margin: 0 auto;
}
/* Adese Pratik Bilgiler Son */

/* Adese Pratik Bilgiler */

.main-bottom .test2-info {
    height: auto;
}

.test2-info .container {
    width: 100%;
}

.test2-info .owl-wrapper-outer {
}

#owl-test2-info .owl-item .item {
    height: auto;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

/*proje dıv*/
#owl-test2-info {
    margin-bottom: -26px;
}

    #owl-test2-info .owl-item .item a:hover {
        text-decoration: none;
    }

    #owl-test2-info .owl-item .item a .test2-info-image {
        height: 280px;
        overflow: hidden;
        display: block;
        /*        background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
        background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);*/
        background-color: white;
        border-radius: 5px 5px 0px 0px;
    }

        #owl-test2-info .owl-item .item a .test2-info-image span {
            height: 280px;
            background-position: center center;
            background-size: cover;
            display: block;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            border-radius: 5px 5px 0px 0px;
        }

    #owl-test2-info .owl-item .item a:hover .test2-info-image span {
        opacity: 0.6;
        -webkit-transform: scale3d(1.5,1.5,0.5);
        transform: scale3d(1.5,1.5,0.5);
    }



    #owl-test2-info .owl-item .item a .test2-info-text {
        height: 100px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; /*17.06.2022 eklendi*/
        /*padding-left: 35px;
        padding-right: 35px;*/
        background-color: #F2F3F4;
    }

    /*altyazı divi için eklendi*/
    .test2-info-text {
        height: 100px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; /*17.06.2022 eklendi*/
        /*padding-left: 35px;
        padding-right: 35px;*/
        background-color: #F2F3F4;
    }

.devam-proje {
    height: auto;
    overflow: hidden;
    border-radius: 0px 0px 5px 5px;
}

        #owl-test2-info .owl-item .item a .test2-info-text span {
            /*color: #000000;*/
            color: #ffffff; /*17.06.2022 eklendi*/
            font-size: 16px;
            font-family: 'AkkoRoundedPro-Light';
            line-height: 22px;
            text-align: center;
        }


#owl-test2-info .owl-controls {
    bottom: 38px;
    display: table;
    margin: 0 auto;
}
/* Adese Pratik Bilgiler Son */

/* Adese Pratik Bilgiler */

.main-bottom .test3-info {
    height: auto;
}

.test3-info .container {
    width: 100%;
}

.test3-info .owl-wrapper-outer {
}

#owl-test3-info .owl-item .item {
    height: auto;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}


/*proje dıv*/
#owl-test3-info {
    margin-bottom: -26px;
}

    #owl-test3-info .owl-item .item a:hover {
        text-decoration: none;
    }

    #owl-test3-info .owl-item .item a .test3-info-image {
        height: 280px;
        overflow: hidden;
        display: block;
        /*        background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
        background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);*/
        background-color: white;
        border-radius: 5px 5px 0px 0px;
    }

        #owl-test3-info .owl-item .item a .test3-info-image span {
            height: 280px;
            background-position: center center;
            background-size: cover;
            display: block;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            border-radius: 5px 5px 0px 0px;
        }

    #owl-test3-info .owl-item .item a:hover .test3-info-image span {
        opacity: 0.6;
        -webkit-transform: scale3d(1.5,1.5,0.5);
        transform: scale3d(1.5,1.5,0.5);
    }



    #owl-test3-info .owl-item .item a .test3-info-text {
        height: 100px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; /*17.06.2022 eklendi*/
        /*padding-left: 35px;
        padding-right: 35px;*/
        background-color: #F2F3F4;
    }


/*planlanan proje div için eklendi*/
.test3-info-text {
    height: 100px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; /*17.06.2022 eklendi*/
    /*padding-left: 35px;
        padding-right: 35px;*/
    background-color: #F2F3F4;
}

/*ımage altyazıları */
.plan-proje {
    height: auto;
    overflow: hidden;
    border-radius: 0px 0px 5px 5px;
}



        #owl-test3-info .owl-item .item a .test3-info-text span {
            /*color: #000000;*/
            color: #ffffff; /*17.06.2022 eklendi*/
            font-size: 16px;
            font-family: 'AkkoRoundedPro-Light';
            line-height: 22px;
            text-align: center;
        }


#owl-test3-info .owl-controls {
    bottom: 38px;
    display: table;
    margin: 0 auto;
}
/* Adese Pratik Bilgiler Son */

/* Adese Pratik Bilgiler */

.main-bottom .pratical-info {
    height: auto;
}

.pratical-info .container {
    width: 100%;
}

.pratical-info .owl-wrapper-outer {
}

#owl-pratical-info .owl-item .item {
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

    #owl-pratical-info .owl-item .item a:hover {
        text-decoration: none;
    }

    #owl-pratical-info .owl-item .item a .pratical-info-image {
        height: 280px;
        overflow: hidden;
        display: block;
        background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
        background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
        border-radius: 5px 5px 0px 0px;
    }

        #owl-pratical-info .owl-item .item a .pratical-info-image span {
            height: 280px;
            background-position: center center;
            background-size: cover;
            display: block;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            border-radius: 5px 5px 0px 0px;
        }

    #owl-pratical-info .owl-item .item a:hover .pratical-info-image span {
        opacity: 0.6;
        -webkit-transform: scale3d(1.5,1.5,0.5);
        transform: scale3d(1.5,1.5,0.5);
    }



    #owl-pratical-info .owl-item .item a .pratical-info-text {
        height: 100px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; /*17.06.2022 eklendi*/
        /*padding-left: 35px;
        padding-right: 35px;*/
        background-color: #F2F3F4;
    }

        #owl-pratical-info .owl-item .item a .pratical-info-text span {
            /*color: #000000;*/
            color: #ffffff; /*17.06.2022 eklendi*/
            font-size: 16px;
            font-family: 'AkkoRoundedPro-Light';
            line-height: 22px;
            text-align: center;
        }


#owl-pratical-info .owl-controls {
    bottom: 139px;
    display: table;
    margin: 0 auto;
}
/* Adese Pratik Bilgiler Son */


/* Sağ Butonlar*/
.right-buttons {
    margin-bottom: 30px;
}

    .right-buttons .selva-pos .selva-pos-ef {
        height: 180px;
        margin-bottom: 20px;
        /*background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);*/
        /*background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);*/
        border-radius: 5px;
        overflow: hidden;
    }

        .right-buttons .selva-pos .selva-pos-ef a {
            /*background-image: url("/images/selva-pos.jpg");*/
            background-repeat: no-repeat;
            background-size: initial;
            background-image: linear-gradient(to right,#1DC4E9,#1DE9B6);
            /*background-image: url('../../images/hisse-ozet.png');*/
            /*background-size: cover;*/
            background-position: center center;
            display: block;
            color: #ffffff;
            height: 180px;
            overflow: hidden;
            border-radius: 5px;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
        }

            .right-buttons .selva-pos .selva-pos-ef a:hover {
                opacity: 0.6;
                -webkit-transform: scale3d(1.1,1.1,0.5);
                transform: scale3d(1.1,1.1,0.5);
            }

                .right-buttons .selva-pos .selva-pos-ef a:hover .link {
                }


            .right-buttons .selva-pos .selva-pos-ef a .link {
                /*    float: right;
                text-align: right;*/
                width: 80%;
/*                padding-right: 3px;
*/                /*padding-right: 25px;*/
                padding-top: 0px;
                padding-top: 56px;
            }

                .right-buttons .selva-pos .selva-pos-ef a .link .first {
                    text-align: center;
                    font-family: AkkoRoundedPro-Light;
                    font-size: 20px;
                    line-height: 30px;
                }

                .right-buttons .selva-pos .selva-pos-ef a .link .second {
                    text-align: center;
                    font-family: 'AkkoRoundedPro-Light';
                    font-size: 10px;
                    line-height: 18px;
                }

    .right-buttons .dealers .dealer-login {
        /*background-color:#ff9c00;*/
        height: 180px;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        background-image: linear-gradient(to right,#899ED4,#C889D4);
        /*background-color: #ff6600;*/
        /* Firefox */
        -moz-transition: background-color 0.5s ease;
        /* WebKit */
        -webkit-transition: background-color 0.5s ease;
        /* Opera */
        -o-transition: background-color 0.5s ease;
        /* Standard */
        transition: background-color 0.5s ease;
        position: relative;
        z-index: 1;
    }

        .right-buttons .dealers .dealer-login a {
            color: #ffffff;
            padding-top: 125px;
            text-align: center;
            padding-bottom: 17px;
            display: block;
        }

            .right-buttons .dealers .dealer-login a:hover {
                opacity: 0.8;
                -webkit-transform: scale3d(1.1,1.1,0.5);
                transform: scale3d(1.1,1.1,0.5);
            }


    .right-buttons .dealers .dealer-login2 {
        /*background-color:#ff9c00;*/
        height: 180px;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        background-image: linear-gradient(to right,#F8B121,#FF8E52);
        /* Firefox */
        -moz-transition: background-color 0.5s ease;
        /* WebKit */
        -webkit-transition: background-color 0.5s ease;
        /* Opera */
        -o-transition: background-color 0.5s ease;
        /* Standard */
        transition: background-color 0.5s ease;
        position: relative;
        z-index: 5;
    }

    .right-buttons .dealers .dealer-login3 {
        /*background-color:#ff9c00;*/
        height: 160px;
        margin-top: 20px;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        background-color: #ffffff;
        text-align: center;
        /* Firefox */
        -moz-transition: background-color 0.5s ease;
        /* WebKit */
        -webkit-transition: background-color 0.5s ease;
        /* Opera */
        -o-transition: background-color 0.5s ease;
        /* Standard */
        transition: background-color 0.5s ease;
        position: relative;
        z-index: 1;
    }

    .right-buttons .dealers .dealer-login4 {
        /*background-color:#ff9c00;*/
        height: 160px;
        margin-top: 20px;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        background-color: #F8B121;
        text-align: center;
        /* Firefox */
        -moz-transition: background-color 0.5s ease;
        /* WebKit */
        -webkit-transition: background-color 0.5s ease;
        /* Opera */
        -o-transition: background-color 0.5s ease;
        /* Standard */
        transition: background-color 0.5s ease;
        position: relative;
        z-index: 1;
    }

    .right-buttons .dealers .dealer-login2 a {
        color: #ffffff;
/*        padding-top: 125px;
*/        text-align: center;
        padding-bottom: 17px;
        display: block;
    }

        .right-buttons .dealers .dealer-login2 a:hover {
            opacity: 0.8;
            -webkit-transform: scale3d(1.1,1.1,0.5);
            transform: scale3d(1.1,1.1,0.5);
        }

.image-position {
    position: absolute;
    top: 50px;
    left: 45%;
}

.image-position-background {
    padding: 0;
    max-height: 100%;
    width: 100%;
    z-index: 1;
}

.adese-dealer-button {
}

.right-buttons .dealers .adese-dealer {
    background-color: #ffba00;
    border-radius: 5px;
    height: 152px;
    /* Firefox */
    -moz-transition: background-color 0.5s ease;
    /* WebKit */
    -webkit-transition: background-color 0.5s ease;
    /* Opera */
    -o-transition: background-color 0.5s ease;
    /* Standard */
    transition: background-color 0.5s ease;
    position: relative;
    z-index: 1;
}

    .right-buttons .dealers .adese-dealer:before {
        content: "";
        float: left;
        height: 95px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('/images/adese-dealer.png');
        -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
        transform: rotateY(0deg);
        -webkit-transition-duration: 1.6s; /* Safari */
        transition-duration: 1.6s;
        position: absolute;
        z-index: -1;
    }

    .right-buttons .dealers .adese-dealer:hover:before {
        -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
        transform: rotateY(360deg);
    }


    .right-buttons .dealers .adese-dealer:hover {
        background-color: #ffa600;
    }

    .right-buttons .dealers .adese-dealer a {
        display: block;
        color: #ffffff;
        padding-top: 95px;
        text-align: center;
        padding-bottom: 17px;
    }

        .right-buttons .dealers .adese-dealer a:hover {
            text-decoration: none;
        }

        .right-buttons .dealers .adese-dealer a .First {
            font-size: 16px;
            font-family: 'AkkoRoundedPro-Medium';
            line-height: 18px;
        }

.first2 {
    margin-top: 40px;
    font-size: 20px !important;
    font-family: 'AkkoRoundedPro-Medium';
    line-height: 18px;
}

.first3 {
    font-size: 44px !important;
    font-family: 'AkkoRoundedPro-Medium';
    line-height: 18px;
}


.right-buttons .dealers .adese-dealer a .second {
    font-size: 20px !important;
    line-height: 18px;
    font-family: 'AkkoRoundedPro-Light';
}


/*İngilizce Sayfa Butonlar*/
.right-buttons .send-recipe-top .send-recipe {
    background-color: #ffb900;
    height: 152px;
    border-radius: 5px;
    /* Firefox */
    -moz-transition: background-color 0.5s ease;
    /* WebKit */
    -webkit-transition: background-color 0.5s ease;
    /* Opera */
    -o-transition: background-color 0.5s ease;
    /* Standard */
    transition: background-color 0.5s ease;
    position: relative;
    z-index: 1;
}

    .right-buttons .send-recipe-top .send-recipe:before {
        content: "";
        float: left;
        height: 95px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("/images/send-recipe.png");
        -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
        transform: rotateY(0deg);
        -webkit-transition-duration: 1.6s; /* Safari */
        transition-duration: 1.6s;
        position: absolute;
        z-index: -1;
    }

    .right-buttons .send-recipe-top .send-recipe:hover {
        background-color: #f5b200;
    }

        .right-buttons .send-recipe-top .send-recipe:hover:before {
            -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
            transform: rotateY(360deg);
        }

    .right-buttons .send-recipe-top .send-recipe a {
        color: #ffffff;
        padding-top: 95px;
        text-align: center;
        padding-bottom: 17px;
        display: block;
    }

        .right-buttons .send-recipe-top .send-recipe a:hover {
            text-decoration: none;
        }

        .right-buttons .send-recipe-top .send-recipe a .First {
            font-size: 16px;
            font-family: 'AkkoRoundedPro-Medium';
            line-height: 18px;
        }

        .right-buttons .send-recipe-top .send-recipe a .Second {
            font-size: 16px;
            line-height: 18px;
            font-family: 'AkkoRoundedPro-Light';
        }



.right-buttons .contact-top .contact-btn {
    background-color: #ff9c00;
    height: 152px;
    border-radius: 5px;
    /* Firefox */
    -moz-transition: background-color 0.5s ease;
    /* WebKit */
    -webkit-transition: background-color 0.5s ease;
    /* Opera */
    -o-transition: background-color 0.5s ease;
    /* Standard */
    transition: background-color 0.5s ease;
    position: relative;
    z-index: 1;
    margin-bottom: 26px;
}

    .right-buttons .contact-top .contact-btn:before {
        content: "";
        float: left;
        height: 95px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("/images/contact-btn.png");
        -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
        transform: rotateY(0deg);
        -webkit-transition-duration: 1.6s; /* Safari */
        transition-duration: 1.6s;
        position: absolute;
        z-index: -1;
    }

    .right-buttons .contact-top .contact-btn:hover {
        background-color: #ff8b00;
    }

        .right-buttons .contact-top .contact-btn:hover:before {
            -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
            transform: rotateY(360deg);
        }

    .right-buttons .contact-top .contact-btn a {
        color: #ffffff;
        padding-top: 95px;
        text-align: center;
        padding-bottom: 17px;
        display: block;
    }

        .right-buttons .contact-top .contact-btn a:hover {
            text-decoration: none;
        }

        .right-buttons .contact-top .contact-btn a .First {
            font-size: 16px;
            font-family: 'AkkoRoundedPro-Medium';
            line-height: 18px;
        }

        .right-buttons .contact-top .contact-btn a .Second {
            font-size: 16px;
            line-height: 18px;
            font-family: 'AkkoRoundedPro-Light';
        }

/* Adese Haberler*/
.main-bottom .selva-news {
    height: auto;
    margin-bottom: 30px;
}

.selva-news .container {
    width: 100%;
}

.selva-news .owl-wrapper-outer {
}

#owl-selva-news .owl-item .item {
    height: auto;
    overflow: hidden;
    /*    background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
    background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);*/
    background-color: white;
    border-radius: 5px;
}

    #owl-selva-news .owl-item .item a:hover {
        text-decoration: none;
    }

    #owl-selva-news .owl-item .item .selva-news-image {
        height: 280px;
        overflow: hidden;
        display: block;
        border-radius: 5px;
    }

        #owl-selva-news .owl-item .item .selva-news-image span {
            height: 305px;
            background-position: center center;
            background-size: cover;
            display: block;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            border-radius: 5px;
        }

    #owl-selva-news .owl-item .item a:hover .selva-news-image span {
        opacity: 0.6;
        -webkit-transform: scale3d(1.5,1.5,0.5);
        transform: scale3d(1.5,1.5,0.5);
    }

    #owl-selva-news .owl-item .item a .selva-news-text {
        background-color: #f2f3f4;
        padding-top: 5px;
        color: #000000;
        padding-left: 28px;
        padding-right: 28px;
        display: block;
        height: 100px;
    }

    #owl-selva-news .owl-item .item a:hover {
        text-decoration: none;
    }


    #owl-selva-news .owl-item .item a .selva-news-text .title {
        margin-top: 0;
        line-height: 22px;
        font-size: 18px;
        font-family: 'AkkoRoundedPro-Light';
    }

    #owl-selva-news .owl-item .item a .selva-news-text p {
        font-size: 13px;
        font-family: 'AkkoRoundedPro-Light';
        margin-bottom: 17px;
        margin-top: 15px;
    }

    #owl-selva-news .owl-item .item a .selva-news-text .more {
        font-size: 13px;
        font-family: 'AkkoRoundedPro-Light';
        position: absolute;
        bottom: 0;
        margin-bottom: 5px;
        background-image: url("/images/more.png");
        background-position: center right;
        background-repeat: no-repeat;
        padding-right: 20px;
        -webkit-transition: padding-right 0.35s, -webkit-transform 0.35s;
        transition: padding-right 0.35s, transform 0.35s;
        /*        left:60%;
*/
    }

    #owl-selva-news .owl-item .item a:hover .selva-news-text .more {
        padding-right: 30px;
    }

    #owl-selva-news .owl-item .item .selva-news-text a:hover .more {
        text-decoration: underline;
    }

#owl-selva-news .owl-controls {
    bottom: 139px;
    display: table;
    margin: 0 auto;
}


/* Adese Haberler Son */
/* Adese Haberler*/
.main-bottom .selva-project {
    height: auto;
    margin-bottom: 30px;
}

.selva-project .container {
    width: 100%;
}

.selva-project .owl-wrapper-outer {
}

#owl-selva-project .owl-item .item {
    height: auto;
    overflow: hidden;
    background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
    background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
    border-radius: 5px;
}

    #owl-selva-project .owl-item .item a:hover {
        text-decoration: none;
    }

    #owl-selva-project .owl-item .item .selva-project-image {
        height: 280px;
        overflow: hidden;
        display: block;
        border-radius: 5px;
    }

        #owl-selva-project .owl-item .item .selva-project-image span {
            height: 305px;
            background-position: center center;
            background-size: cover;
            display: block;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            border-radius: 5px;
        }

    #owl-selva-project .owl-item .item a:hover .selva-project-image span {
        opacity: 0.6;
        -webkit-transform: scale3d(1.5,1.5,0.5);
        transform: scale3d(1.5,1.5,0.5);
    }

    #owl-selva-project .owl-item .item a .selva-project-text {
        background-color: #f2f3f4;
        padding-top: 20px;
        color: #000000;
        padding-left: 28px;
        padding-right: 28px;
        display: block;
        height: 100px;
    }

    #owl-selva-project .owl-item .item a:hover {
        text-decoration: none;
    }


    #owl-selva-project .owl-item .item a .selva-project-text .title {
        margin-top: 0;
        line-height: 22px;
        font-size: 20px;
        font-family: 'AkkoRoundedPro-Light';
    }

    #owl-selva-project .owl-item .item a .selva-project-text p {
        font-size: 13px;
        font-family: 'AkkoRoundedPro-Light';
        margin-bottom: 17px;
        margin-top: 15px;
    }

    #owl-selva-project .owl-item .item a .selva-project-text .more {
        font-size: 13px;
        font-family: 'AkkoRoundedPro-Light';
        position: absolute;
        bottom: 32px;
        margin-bottom: 0;
        background-image: url("/images/more.png");
        background-position: center right;
        background-repeat: no-repeat;
        padding-right: 20px;
        -webkit-transition: padding-right 0.35s, -webkit-transform 0.35s;
        transition: padding-right 0.35s, transform 0.35s;
    }

    #owl-selva-project .owl-item .item a:hover .selva-project-text .more {
        padding-right: 30px;
    }

    #owl-selva-project .owl-item .item .selva-project-text a:hover .more {
        text-decoration: underline;
    }

#owl-selva-project .owl-controls {
    bottom: 139px;
    display: table;
    margin: 0 auto;
}


/* Adese Haberler Son */



/* Tarifler */
.main-bottom-middle {
}

    .main-bottom-middle .recipes {
        background-color: #f2f3f4;
        border-radius: 5px;
        height: 303px;
        margin-bottom: 38px;
        overflow: hidden;
    }


        .main-bottom-middle .recipes .recipes-text {
            padding-left: 29px;
            padding-right: 29px;
            height: 100%;
        }

            .main-bottom-middle .recipes .recipes-text .top {
                height: 100%;
                display: table;
            }

                .main-bottom-middle .recipes .recipes-text .top a {
                    color: #000000;
                    height: 100%;
                }

                    .main-bottom-middle .recipes .recipes-text .top a:hover {
                        text-decoration: none;
                    }

                .main-bottom-middle .recipes .recipes-text .top .first {
                    font-size: 31px;
                    font-family: 'AkkoRoundedPro-Medium';
                    line-height: 31px;
                    letter-spacing: 1px;
                    display: block;
                }

                .main-bottom-middle .recipes .recipes-text .top .second {
                    clear: both;
                    margin-top: 20px;
                    font-size: 16px;
                    font-family: 'AkkoRoundedPro-Light';
                    line-height: 18px;
                    margin-top: 21px;
                    display: block;
                }

                .main-bottom-middle .recipes .recipes-text .top .third {
                    clear: both;
                    margin-top: 5px;
                    font-size: 16px;
                    font-family: 'AkkoRoundedPro-Light';
                    line-height: 18px;
                    display: block;
                }

                .main-bottom-middle .recipes .recipes-text .top .more {
                    background-image: url("/images/more.png");
                    background-position: right center;
                    background-repeat: no-repeat;
                    clear: both;
                    float: left;
                    font-size: 13px;
                    font-weight: 300;
                    margin-bottom: 0;
                    padding-right: 20px;
                    margin-top: 24px;
                    display: block;
                    -webkit-transition: padding-right 0.35s, -webkit-transform 0.35s;
                    transition: padding-right 0.35s, transform 0.35s;
                }

                    .main-bottom-middle .recipes .recipes-text .top .more:hover {
                        padding-right: 30px;
                    }

                .main-bottom-middle .recipes .recipes-text .top a:hover .more {
                    padding-right: 30px;
                }


            .main-bottom-middle .recipes .recipes-text .bottom {
                border-top: 1px solid #c8cbce;
                height: 84px;
            }

                .main-bottom-middle .recipes .recipes-text .bottom a {
                    color: #000000;
                }

                .main-bottom-middle .recipes .recipes-text .bottom .more {
                    background-image: url("/images/more.png");
                    background-position: right center;
                    background-repeat: no-repeat;
                    font-size: 13px;
                    font-weight: 500;
                    margin-bottom: 0;
                    padding-right: 20px;
                    -webkit-transition: padding-right 0.35s, -webkit-transform 0.35s;
                    transition: padding-right 0.35s, transform 0.35s;
                }

                    .main-bottom-middle .recipes .recipes-text .bottom .more:hover {
                        padding-right: 30px;
                    }


        .main-bottom-middle .recipes .recipes-photo {
            height: 303px;
            border-radius: 0 5px 5px 0;
            overflow: hidden;
            background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
            background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
        }

            .main-bottom-middle .recipes .recipes-photo a {
                background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
                display: block;
                height: 303px;
                -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                transition: opacity 0.35s, transform 0.35s;
                border-radius: 0px 5px 5px 0px;
            }

                .main-bottom-middle .recipes .recipes-photo a:hover {
                    overflow: hidden;
                    height: 303px;
                    opacity: 0.6;
                    -webkit-transform: scale3d(1.5,1.5,0.5);
                    transform: scale3d(1.5,1.5,0.5);
                }

/*Tarifler Son*/
.main-bottom-right-buttons {
}

    .main-bottom-right-buttons .buttons {
        height: 175px;
    }

        .main-bottom-right-buttons .buttons .human-resources {
            background-color: #f2f3f4;
            height: 175px;
            border-radius: 5px;
            /* Firefox */
            -moz-transition: background-color 0.5s ease;
            /* WebKit */
            -webkit-transition: background-color 0.5s ease;
            /* Opera */
            -o-transition: background-color 0.5s ease;
            /* Standard */
            transition: background-color 0.5s ease;
            position: relative;
            z-index: 1;
        }

            .main-bottom-right-buttons .buttons .human-resources:before {
                content: "";
                float: left;
                height: 115px;
                width: 100%;
                background-image: url(/images/human-resources.png);
                background-repeat: no-repeat;
                background-position: center center;
                -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
                transform: rotateY(0deg);
                -webkit-transition-duration: 1.6s; /* Safari */
                transition-duration: 1.6s;
                position: absolute;
                z-index: -1;
            }

            .main-bottom-right-buttons .buttons .human-resources:hover:before {
                -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
                transform: rotateY(360deg);
            }

            .main-bottom-right-buttons .buttons .human-resources:hover {
                background-color: #d9dadc;
            }

            .main-bottom-right-buttons .buttons .human-resources a {
                color: #000000;
                display: block;
                padding-bottom: 33px;
                padding-top: 95px;
                text-align: center;
            }

                .main-bottom-right-buttons .buttons .human-resources a:hover {
                    text-decoration: none;
                }

                .main-bottom-right-buttons .buttons .human-resources a .first {
                    font-size: 16px;
                    font-family: 'AkkoRoundedPro-Medium';
                }

                .main-bottom-right-buttons .buttons .human-resources a .second {
                    font-size: 16px;
                    font-family: 'AkkoRoundedPro-Light';
                    color: #000000;
                }


        .main-bottom-right-buttons .buttons .download-catalog {
            background-color: #f2f3f4;
            height: 175px;
            border-radius: 5px;
            /* Firefox */
            -moz-transition: background-color 0.5s ease;
            /* WebKit */
            -webkit-transition: background-color 0.5s ease;
            /* Opera */
            -o-transition: background-color 0.5s ease;
            /* Standard */
            transition: background-color 0.5s ease;
            position: relative;
            z-index: 1;
        }

            .main-bottom-right-buttons .buttons .download-catalog:before {
                content: "";
                float: left;
                height: 115px;
                width: 100%;
                background-repeat: no-repeat;
                background-position: center center;
                background-image: url(/images/download-catalog.png);
                -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
                transform: rotateY(0deg);
                -webkit-transition-duration: 1.6s; /* Safari */
                transition-duration: 1.6s;
                position: absolute;
                z-index: -1;
            }

            .main-bottom-right-buttons .buttons .download-catalog:hover:before {
                -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
                transform: rotateY(360deg);
            }

            .main-bottom-right-buttons .buttons .download-catalog:hover {
                background-color: #d9dadc;
            }

            .main-bottom-right-buttons .buttons .download-catalog a {
                color: #000000;
                display: block;
                padding-bottom: 33px;
                padding-top: 95px;
                text-align: center;
            }

                .main-bottom-right-buttons .buttons .download-catalog a:hover {
                    text-decoration: none;
                }

                .main-bottom-right-buttons .buttons .download-catalog a .first {
                    font-size: 16px;
                    font-family: 'AkkoRoundedPro-Medium';
                }

                .main-bottom-right-buttons .buttons .download-catalog a .second {
                    font-size: 16px;
                    font-family: 'AkkoRoundedPro-Light';
                    color: #000000;
                }


    .main-bottom-right-buttons .blogs .blog-button {
        background-color: #ff9c00;
        height: 175px;
        border-radius: 5px;
        /* Firefox */
        -moz-transition: background-color 0.5s ease;
        /* WebKit */
        -webkit-transition: background-color 0.5s ease;
        /* Opera */
        -o-transition: background-color 0.5s ease;
        /* Standard */
        transition: background-color 0.5s ease;
    }

        .main-bottom-right-buttons .blogs .blog-button:hover {
            background-color: #ff8b00;
        }

        .main-bottom-right-buttons .blogs .blog-button a {
            color: #ffffff;
            display: block;
        }

        .main-bottom-right-buttons .blogs .blog-button .blog-image {
            background-image: url(/images/blog.jpg);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            float: left;
            height: 175px;
            border-radius: 5px 0 0 5px;
        }

        .main-bottom-right-buttons .blogs .blog-button .blog-text {
            text-align: center;
            height: 175px;
        }

            .main-bottom-right-buttons .blogs .blog-button .blog-text .first {
                font-size: 24px;
                font-family: 'AkkoRoundedPro-Medium';
            }

            .main-bottom-right-buttons .blogs .blog-button .blog-text .second {
                font-size: 14px;
                font-family: 'AkkoRoundedPro-Light';
                display: block;
                line-height: 16px;
            }


/* Main Bottom Son */


/* Page */
.page-body {
    background-color: #f7f4f1;
    clear: both;
    height: auto;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    min-height: 772px;
}

.page-container {
}

.page-content-top {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
}

.page-content-center {
    display: table;
    margin: 0 auto;
    float: none;
    text-align: center;
}

    .page-content-center p {
        margin: 10px 0px;
        font-size: 14px;
        font-family: 'AkkoRoundedPro-Regular';
        color: #ffffff;
    }

        .page-content-center p a {
            color: #ffffff;
            font-family: 'AkkoRoundedPro-Medium';
            text-decoration: underline;
        }

            .page-content-center p a:hover {
                color: #e1e1e1;
            }

.page-content-top-left {
    padding-left: 0;
}

    .page-content-top-left .breadcrumb {
        clear: both;
        margin-bottom: 0px;
        background-color: transparent;
        border-radius: 0;
        padding: 0px;
    }

        .page-content-top-left .breadcrumb > li {
            font-size: 12px;
            font-family: 'AkkoRoundedPro-Medium';
        }

        .page-content-top-left .breadcrumb a {
            color: #ffffff;
        }

        .page-content-top-left .breadcrumb > .active {
            color: #ffffff;
        }

    .page-content-top-left h1, .page-content-top-left h2 {
        font-size: 30px;
        font-family: 'AkkoRoundedPro-Medium';
        color: #ffffff;
        margin-top: 10px;
        margin-bottom: 0px;
    }

.page-content-top-right-text {
    padding: 0px;
}

.page-content-top-left-text {
    padding: 0px;
    text-align: left;
}


    .page-content-top-left-text p,
    .page-content-top-right-text p {
        padding-top: 20px;
        font-size: 14px;
        font-family: 'AkkoRoundedPro-Medium';
        color: #ffffff;
    }

.page-content-top-right {
    float: left;
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
}


    .page-content-top-right .breadcrumb {
        float: right;
        clear: both;
        margin-bottom: 0px;
        background-color: transparent;
        border-radius: 0;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
    }

        .page-content-top-right .breadcrumb > li {
            font-size: 12px;
            font-family: 'AkkoRoundedPro-Light';
        }

        .page-content-top-right .breadcrumb a {
            color: #ffffff;
        }

        .page-content-top-right .breadcrumb > .active {
            color: #ffffff;
        }

    .page-content-top-right .dropdown {
        width: 100%;
    }

        .page-content-top-right .dropdown .category-button {
            -moz-user-select: none;
            background-color: #c1afa7;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            display: inline-block;
            font-size: 15px;
            font-weight: 400;
            line-height: 1.42857;
            margin-bottom: 0;
            padding: 6px 12px;
            height: 35px;
            text-align: left;
            vertical-align: middle;
            white-space: nowrap;
            width: 100%;
            color: #ffffff;
            font-family: 'AkkoRoundedPro-Light';
            overflow: hidden;
        }

            .page-content-top-right .dropdown .category-button:hover {
                background-color: #b29f96;
            }

            .page-content-top-right .dropdown .category-button .icon {
                height: 35px;
                width: 50px;
                background-color: #262F5F;
                right: 0;
                top: 0;
                position: absolute;
                border-radius: 0 5px 5px 0;
            }

                .page-content-top-right .dropdown .category-button .icon .iconimg {
                    background-image: url(/images/category-button.png);
                    background-position: center center;
                    background-repeat: no-repeat;
                    height: 35px;
                    width: 50px;
                    float: left;
                    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                    transition: opacity 0.35s, transform 0.35s;
                }

            .page-content-top-right .dropdown .category-button:hover .iconimg {
                -ms-transform: rotate(90deg); /* IE 9 */
                -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
                transform: rotate(90deg);
            }

    .page-content-top-right .open .category-button .icon .iconimg {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }



    .page-content-top-right .dropdown .dropdown-menu {
        width: 100%;
        border-radius: 5px;
    }


.page-content-bottom {
}

    .page-content-bottom .page-back {
        background-color: #ffffff;
        border-radius: 5px;
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
        overflow: hidden;
    }

.slider .owl-item .item img {
    width: 100%;
}

.page-content-bottom .page-back-np {
    padding-top: 0;
    padding-bottom: 0;
}

.page-content-left-contents {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.page-content-left-contents-np {
    padding: 0 !important;
}

.form {
    position: relative;
}

    .form .row {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

        .form .row .col {
            padding-left: 5px;
            padding-right: 5px;
        }

            .form .row .col .sozlesmedetay {
                height: 150px;
                overflow-x: hidden;
                overflow-y: scrool;
                border: 1px solid #ece7e3;
                color: #272f60;
                font-size: 14px;
                border-radius: 3px;
                padding: 15px 15px 0px 15px;
            }

.printSozlesme {
    padding-left: 5px;
    padding-right: 5px;
}

.checkbox-general {
    padding-left: 5px;
    padding-right: 5px;
}

.printSozlesme a {
    background-color: #ffa500;
    border-radius: 3px;
    color: #ffffff !important;
    font-family: "AkkoRoundedPro-Regular" !important;
    padding: 10px 15px;
}


.form .row .col label {
    font-family: 'AkkoRoundedPro-Regular';
    font-size: 14px;
    color: #FFA500;
    font-weight: normal;
}

.form .form-control {
    height: 50px;
    border: 1px solid #ece7e3;
    box-shadow: none;
    color: #272f60;
    font-family: 'AkkoRoundedPro-Medium';
    font-size: 14px;
    margin-bottom: 10px;
    -webkit-transition: border 0.65s, -webkit-transform 0.65s;
    transition: border 0.65s, transform 0.65s;
   /*////////////////////////////////////////////////////////////////////////////////////////////*/
}

    .form .form-control:focus {
        border: 1px solid #262F5F;
    }

.form textarea.form-control {
    height: auto;
}

.form a {
    height: 50px;
    color: #272f60;
    line-height: 50px;
}

.form .form-control-file {
    height: 50px;
    border: 1px solid #ece7e3;
    box-shadow: none;
    color: #272f60;
    font-family: 'AkkoRoundedPro-Medium';
    font-size: 14px;
    margin-bottom: 10px;
    -webkit-transition: border 0.65s, -webkit-transform 0.65s;
    transition: border 0.65s, transform 0.65s;
}



    .form .form-control-file:focus {
        border: 1px solid #262F5F;
    }


.form textarea.form-control-file {
    height: auto;
}

.form .col .select-box .select {
    background-color: #ffffff;
    background-image: url("/images/selectbox-arrow.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #ece7e3;
    border-radius: 5px;
    color: #272f60;
    font-size: 14px;
    font-family: 'AkkoRoundedPro-Medium';
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
}

.form .col .select-box select {
    opacity: 0;
}

.form .col .resecurity {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ece7e3;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .form .col .resecurity a {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        background-image: url(/images/resecurity.png);
        border-radius: 0 5px 5px 0;
        background-color: #ece7e3;
    }

        .form .col .resecurity a:hover {
            background-color: #cfcac5;
        }

.form .col .file-upload {
    position: relative;
}

    .form .col .file-upload span {
        height: 50px;
        left: 0;
        line-height: 50px;
        padding-left: 12px;
        position: absolute;
        top: 0;
        border: 1px solid #ece7e3;
        border-radius: 5px;
        background-color: #ffffff;
        background-image: url(/images/fileupload.png);
        background-repeat: no-repeat;
        background-position: right center;
        display: block;
        overflow: hidden;
    }

    .form .col .file-upload input {
        opacity: 0;
    }

.form .send-btn {
    float: right;
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #E64AE6;
    background-image: url(/images/send.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'AkkoRoundedPro-Medium';
}

    .form .send-btn:hover {
        background-color: #9E4AE6;
    }

.form .send-btn-cancel {
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #FFA500;
    background-image: url(/images/cancel.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'AkkoRoundedPro-Medium';
}

    .form .send-btn-cancel:hover,
    .form .send-btn-cancel:focus {
        background-color: #f49e00;
    }

.form .ordernumber {
    font-size: 20px;
    font-family: 'AkkoRoundedPro-Regular';
    color: #00000;
    text-align: center;
}

    .form .ordernumber span {
        font-family: 'AkkoRoundedPro-Medium';
    }

.form .warning {
    position: relative;
    height: auto;
}

    .form .warning .display-table {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .form .warning img {
        display: block;
        margin: 0 auto;
    }

.form .successfull span {
    font-size: 22px;
    font-family: 'AkkoRoundedPro-Regular';
    color: #ff9c00;
    display: block;
    margin-top: 40px;
}

.form .false span {
    font-size: 18px;
    font-family: 'AkkoRoundedPro-Regular';
    color: #ff5a00;
    display: block;
    margin-top: 40px;
}

.form .input-validation-normal {
    background-image: url("/images/input-validation-normal.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 40px;
}

.form .input-validation-error {
    background-image: url("/images/input-validation-error.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 40px;
}



.page-content-left-contents .pager-default {
    width: 100%;
    display: table;
    position: relative;
    height: 40px;
}

    .page-content-left-contents .pager-default .previous {
        position: absolute;
        left: 0;
        top: 0;
        list-style: none;
        width: 40px;
        height: 40px;
        background-color: #272f60;
        background-image: url(/images/pager-previous.png);
        background-position: left center;
        background-repeat: no-repeat;
        border-radius: 5px;
        -webkit-transition: background-position 0.35s, -webkit-transform 0.35s;
        transition: background-position 0.35s, transform 0.35s;
    }

        .page-content-left-contents .pager-default .previous:hover {
            background-color: #1b2143;
            background-position: right center;
        }

        .page-content-left-contents .pager-default .previous a {
            display: block;
            width: 40px;
            height: 40px
        }

    .page-content-left-contents .pager-default .pagination {
        display: table;
        margin: 0 auto;
        padding-left: 0;
    }

        .page-content-left-contents .pager-default .pagination li a {
            background-color: transparent;
            border-top: none;
            border-left: none;
            border-bottom: none;
            border-right: 1px solid #f1eff0;
            font-size: 16px;
            font-family: 'AkkoRoundedPro-Regular';
            color: #272f60;
        }

            .page-content-left-contents .pager-default .pagination li a:hover {
                text-decoration: underline;
            }

        .page-content-left-contents .pager-default .pagination .active a {
            font-family: 'AkkoRoundedPro-Medium';
        }



    .page-content-left-contents .pager-default .next {
        position: absolute;
        right: 0;
        top: 0;
        list-style: none;
        width: 40px;
        height: 40px;
        background-color: #272f60;
        background-image: url(/images/pager-next.png);
        background-position: right center;
        background-repeat: no-repeat;
        border-radius: 5px;
        -webkit-transition: background-position 0.35s, -webkit-transform 0.35s;
        transition: background-position 0.35s, transform 0.35s;
    }

        .page-content-left-contents .pager-default .next:hover {
            background-color: #1b2143;
            background-position: left center;
        }

        .page-content-left-contents .pager-default .next a {
            display: block;
            width: 40px;
            height: 40px
        }



.maincontent .pager-default {
    width: 100%;
    display: table;
    position: relative;
    height: 40px;
}

    .maincontent .pager-default .previous {
        position: absolute;
        left: 0;
        top: 0;
        list-style: none;
        width: 40px;
        height: 40px;
        background-color: #272f60;
        background-image: url(/images/pager-previous.png);
        background-position: left center;
        background-repeat: no-repeat;
        border-radius: 5px;
        -webkit-transition: background-position 0.35s, -webkit-transform 0.35s;
        transition: background-position 0.35s, transform 0.35s;
    }

        .maincontent .pager-default .previous:hover {
            background-color: #1b2143;
            background-position: right center;
        }

        .maincontent .pager-default .previous a {
            display: block;
            width: 40px;
            height: 40px
        }

    .maincontent .pager-default .pagination {
        display: table;
        margin: 0 auto;
        padding-left: 0;
    }

        .maincontent .pager-default .pagination li a {
            background-color: transparent;
            border-top: none;
            border-left: none;
            border-bottom: none;
            border-right: 1px solid #f1eff0;
            font-size: 16px;
            font-family: 'AkkoRoundedPro-Regular';
            color: #272f60;
        }

            .maincontent .pager-default .pagination li a:hover {
                text-decoration: underline;
            }

        .maincontent .pager-default .pagination .active a {
            font-family: 'AkkoRoundedPro-Medium';
        }



    .maincontent .pager-default .next {
        position: absolute;
        right: 0;
        top: 0;
        list-style: none;
        width: 40px;
        height: 40px;
        background-color: #272f60;
        background-image: url(/images/pager-next.png);
        background-position: right center;
        background-repeat: no-repeat;
        border-radius: 5px;
        -webkit-transition: background-position 0.35s, -webkit-transform 0.35s;
        transition: background-position 0.35s, transform 0.35s;
    }

        .maincontent .pager-default .next:hover {
            background-color: #1b2143;
            background-position: left center;
        }

        .maincontent .pager-default .next a {
            display: block;
            width: 40px;
            height: 40px
        }


.page-content-left-contents .short-content {
    height: auto;
    overflow: hidden;
}

    .page-content-left-contents .short-content h2 {
        margin-top: 0;
        margin-bottom: 35px;
        font-size: 20px;
        line-height: 30px;
        font-family: 'AkkoRoundedPro-Light';
    }

    .page-content-left-contents .short-content img {
        float: right;
        margin-left: 30px;
        border-radius: 5px;
        margin-bottom: 20px;
    }

.page-content-left-contents h2 {
    font-size: 21px;
    font-family: 'AkkoRoundedPro-Regular';
    line-height: 30px;
}

.page-content-left-contents h3 {
    font-size: 18px;
    font-family: 'AkkoRoundedPro-Medium';
    line-height: 57px;
}

.page-content-left-contents h4 {
    font-size: 16px;
    font-family: 'AkkoRoundedPro-Medium';
    line-height: 57px;
}

.page-content-left-contents p {
    font-size: 14px;
    font-family: 'AkkoRoundedPro-Regular';
    line-height: 20px;
    color: #333333;
}

.page-content-left-contents a {
    font-family: 'AkkoRoundedPro-Light';
    color: #333333;
}

.page-content-left-contents ul {
    padding-left: 15px;
    clear: both;
}

    .page-content-left-contents ul li {
        list-style: outside disc;
    }

.maincontent ul li {
    list-style: outside disc;
}

.page-content-left-contents .general-btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #262f5f;
    clear: both;
    float: left;
    color: #ffffff;
    -webkit-transition: background-color 0.35s, -webkit-transform 0.35s;
    transition: background-color 0.35s, transform 0.35s;
}

    .page-content-left-contents .general-btn:hover {
        background-color: #1b2142;
    }

.page-content-left-contents .goon {
    background-color: #ffa500;
    float: left;
}

.page-content-left-contents .complete a {
    float: right;
}

.page-content-left-contents .goon:hover {
    background-color: #F49400;
}

.page-content-left-contents .featurette-all {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .page-content-left-contents .featurette-all .featurette {
    }

        .page-content-left-contents .featurette-all .featurette .featurette-image {
            float: none;
        }

            .page-content-left-contents .featurette-all .featurette .featurette-image img {
                border-radius: 5px;
                overflow: hidden;
                width: 100%;
            }

        .page-content-left-contents .featurette-all .featurette .featurette-text {
            float: none;
        }

            .page-content-left-contents .featurette-all .featurette .featurette-text h3 {
                margin-top: 0;
                font-size: 20px;
                line-height: 24px;
            }

            .page-content-left-contents .featurette-all .featurette .featurette-text p {
                font-size: 13px;
                line-height: 20px;
            }




/* Makarna ve Yaşam */

.page-content-left-contents .pastalife-all {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .page-content-left-contents .pastalife-all .pastalife {
    }

        .page-content-left-contents .pastalife-all .pastalife .pastalife-image {
            float: none;
            padding-left: 0px;
            padding-right: 0px;
        }

            .page-content-left-contents .pastalife-all .pastalife .pastalife-image img {
                overflow: hidden;
                width: 100%;
            }

        .page-content-left-contents .pastalife-all .pastalife .pastalife-text {
            float: none;
            padding-left: 35px;
            padding-right: 35px;
        }

        .page-content-left-contents .pastalife-all .pastalife .left-text {
            text-align: left;
        }

        .page-content-left-contents .pastalife-all .pastalife .right-text {
            text-align: right;
        }

        .page-content-left-contents .pastalife-all .pastalife .pastalife-text h3 {
            margin-top: 0;
            font-size: 30px;
            line-height: 30px;
            color: #ff8400;
            font-family: 'AkkoRoundedPro-Light';
        }

        .page-content-left-contents .pastalife-all .pastalife .pastalife-text p {
            font-size: 15px;
            line-height: 18px;
            color: #222222;
            font-family: 'AkkoRoundedPro-Light';
        }
/*Makarna ve Yaşam Son*/


/*Neden Adese*/
.page-content-left-contents .whyadese {
    clear: both;
}

    .page-content-left-contents .whyadese .line {
        margin-bottom: 20px;
        width: 100%;
        height: 170px;
        background-color: #f7f4f1;
        position: relative;
    }

        .page-content-left-contents .whyadese .line .icon {
            display: table;
            text-align: center;
            position: absolute;
            top: 0;
            height: 170px;
            width: 170px;
            background-color: #ffa500;
        }

        .page-content-left-contents .whyadese .line .icon-left {
            left: 0;
            border-radius: 3px 0 0 3px;
        }

            .page-content-left-contents .whyadese .line .icon-left:after {
                content: "";
                position: absolute;
                right: -30px;
                bottom: 0px;
                border-style: solid;
                border-width: 0 30px 30px 15px;
                border-color: transparent transparent #ffa500 transparent;
            }

        .page-content-left-contents .whyadese .line .icon-right {
            right: 0;
            border-radius: 0 3px 3px 0;
        }

            .page-content-left-contents .whyadese .line .icon-right:after {
                content: "";
                position: absolute;
                left: -30px;
                bottom: 0px;
                border-style: solid;
                border-width: 0 15px 30px 30px;
                border-color: transparent transparent #ffa500 transparent;
            }

        .page-content-left-contents .whyadese .line .text {
            display: table;
            height: 170px;
            text-align: left;
        }

        .page-content-left-contents .whyadese .line .text-left {
            padding-left: 205px;
            padding-right: 35px;
        }

        .page-content-left-contents .whyadese .line .text-right {
            padding-right: 205px;
            padding-left: 35px;
        }

        .page-content-left-contents .whyadese .line .text .title {
            font-size: 18px;
            color: #ffa500;
            margin-bottom: 15px;
            line-height: 18px;
            font-family: 'AkkoRoundedPro-Regular';
        }

        .page-content-left-contents .whyadese .line .text .bottom {
            font-size: 13px;
            color: #494949;
            margin-bottom: 15px;
            line-height: 18px;
            font-family: 'AkkoRoundedPro-Regular';
        }
/*Neden Adese Son*/

/*İK*/
.page-content-left-contents .ik {
    clear: both;
}

    .page-content-left-contents .ik .line {
        margin-bottom: 20px;
        width: 100%;
        min-height: 170px;
        height: auto;
        background-color: #f7f4f1;
        position: relative;
    }

        .page-content-left-contents .ik .line .icon {
            display: table;
            text-align: center;
            position: absolute;
            top: 0;
            height: 170px;
            width: 170px;
            background-color: #ffa500;
            left: 0;
            border-radius: 3px 0 0 3px;
        }

            .page-content-left-contents .ik .line .icon:after {
                content: "";
                position: absolute;
                right: -30px;
                bottom: 0px;
                border-style: solid;
                border-width: 0 30px 30px 15px;
                border-color: transparent transparent #ffa500 transparent;
            }


            .page-content-left-contents .ik .line .icon span {
                width: 77px;
                height: 77px;
                border: 2px solid #ffffff;
                border-radius: 50%;
                display: block;
                margin: 0 auto;
                text-align: center;
                font-family: 'AkkoRoundedPro-Light';
                font-size: 42px;
                line-height: 70px;
                color: #ffffff;
            }

        .page-content-left-contents .ik .line .text {
            display: table;
            height: auto;
            overflow: hidden;
            text-align: left;
            padding-left: 205px;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-right: 35px;
        }

            .page-content-left-contents .ik .line .text .title {
                font-size: 18px;
                color: #ffa500;
                margin-bottom: 15px;
                line-height: 18px;
                font-family: 'AkkoRoundedPro-Regular';
            }

            .page-content-left-contents .ik .line .text .bottom {
                font-size: 13px;
                color: #494949;
                margin-bottom: 15px;
                line-height: 18px;
                font-family: 'AkkoRoundedPro-Regular';
            }

                .page-content-left-contents .ik .line .text .bottom a {
                    font-family: 'AkkoRoundedPro-Medium';
                }
/*İK Son*/

/*Ödüller*/
.page-content-left-contents .awards {
    clear: both;
}

    .page-content-left-contents .awards .line {
        margin-bottom: 20px;
        width: 100%;
        height: 170px;
        background-color: #f7f4f1;
        position: relative;
    }

        .page-content-left-contents .awards .line .icon {
            display: table;
            text-align: center;
            position: absolute;
            top: 0;
            height: 170px;
            width: 170px;
            background-color: #ffa500;
        }

        .page-content-left-contents .awards .line .icon-left {
            left: 0;
            border-radius: 3px 0 0 3px;
        }

            .page-content-left-contents .awards .line .icon-left:after {
                content: "";
                position: absolute;
                bottom: 0px;
                border-style: solid;
                border-width: 0 30px 30px 15px;
                border-color: transparent transparent #ffa500 transparent;
            }

        .page-content-left-contents .awards .line .icon-right {
            right: 0;
            border-radius: 0 3px 3px 0;
        }

            .page-content-left-contents .awards .line .icon-right:after {
                content: "";
                position: absolute;
                left: -30px;
                bottom: 0px;
                border-style: solid;
                border-width: 0 15px 30px 30px;
                border-color: transparent transparent #ffa500 transparent;
            }

        .page-content-left-contents .awards .line .icon span {
            color: #ffffff;
            font-size: 48px;
            font-family: 'AkkoRoundedPro-Regular';
        }

        .page-content-left-contents .awards .line .text {
            display: table;
            height: 170px;
            width: 100%;
        }

        .page-content-left-contents .awards .line .text-left {
            padding-left: 195px;
            padding-right: 35px;
        }

        .page-content-left-contents .awards .line .text-right {
            padding-right: 195px;
            padding-left: 35px;
        }

        .page-content-left-contents .awards .line .text .part {
            padding-top: 15px;
            background-image: url(/images/awards.png);
            background-repeat: no-repeat;
            background-position: left center;
            padding-bottom: 15px;
        }

        .page-content-left-contents .awards .line .text-left .part {
            background-position: left center;
            padding-left: 50px;
        }

        .page-content-left-contents .awards .line .text-right .part {
            background-position: right center;
            padding-right: 50px;
        }

        .page-content-left-contents .awards .line .text .part .title {
            font-size: 18px;
            color: #505050;
            line-height: 18px;
            font-family: 'AkkoRoundedPro-Regular';
        }

        .page-content-left-contents .awards .line .text .part .bottom {
            font-size: 14px;
            color: #ffa500;
            line-height: 18px;
            font-family: 'AkkoRoundedPro-Regular';
        }
/*Ödüller Son*/

/*Tarihçe*/
.page-content-left-contents .bygone {
    clear: both;
}

    .page-content-left-contents .bygone .line {
        float: left;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        background-color: #f7f4f1;
        position: relative;
    }

        .page-content-left-contents .bygone .line .icon {
            display: table;
            text-align: center;
            position: relative;
            height: auto;
            width: 100%;
            background-color: #ffa500;
            z-index: 9;
            border-radius: 3px 3px 0 0;
        }

            .page-content-left-contents .bygone .line .icon span {
                color: #ffffff;
                font-size: 48px;
                font-family: 'AkkoRoundedPro-Regular';
            }


            .page-content-left-contents .bygone .line .icon:after {
                content: "";
                position: absolute;
                border-style: solid;
                border-top-width: 15px;
                border-right-width: 15px;
                border-left-width: 15px;
                border-top-color: #ffa500;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
                bottom: -15px;
                left: 15px;
            }


        .page-content-left-contents .bygone .line .image {
            width: 100%;
        }

            .page-content-left-contents .bygone .line .image img {
                width: 100%;
            }

        .page-content-left-contents .bygone .line .text {
            height: auto;
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
            float: left;
            text-align: center;
        }

            .page-content-left-contents .bygone .line .text p {
                font-size: 16px;
                color: #505050;
                line-height: 18px;
                font-family: 'AkkoRoundedPro-Regular';
            }

/*Tarihçe Son*/

/*Vizyon ve Misyon*/
.page-content-left-contents .vision-mission {
    clear: both;
}

.page-content-left-contents .vision-mission-top {
    position: relative;
}

    .page-content-left-contents .vision-mission-top .left,
    .page-content-left-contents .vision-mission-top .right {
        height: 270px;
        display: table;
        background-color: #ffa500;
        text-align: center;
    }

    .page-content-left-contents .vision-mission-top .left {
        border-radius: 3px 0 0 0;
    }

        .page-content-left-contents .vision-mission-top .left::after {
            border-top-width: 25px;
            border-right-width: 0px;
            border-left-width: 25px;
            border-top-color: #ffffff;
            border-right-color: #ffa500;
            border-bottom-color: #ffa500;
            border-left-color: #ffa500;
            top: 0px;
            content: "";
            position: absolute;
            display: table;
            right: 0px;
            border-style: solid;
        }

        .page-content-left-contents .vision-mission-top .left::before {
            border-top-width: 25px;
            border-right-width: 25px;
            border-left-width: 0px;
            border-bottom-width: 0px;
            border-top-color: #ffa500;
            border-right-color: #ffffff;
            border-bottom-color: #ffa500;
            border-left-color: #ffa500;
            bottom: 0px;
            content: "";
            position: absolute;
            display: table;
            right: 0px;
            border-style: solid;
        }


    .page-content-left-contents .vision-mission-top .right {
        border-radius: 0 3px 0 0;
    }

        .page-content-left-contents .vision-mission-top .right::after {
            border-top-width: 25px;
            border-right-width: 25px;
            border-left-width: 0px;
            border-top-color: #ffffff;
            border-right-color: #ffa500;
            border-bottom-color: #ffa500;
            border-left-color: #ffa500;
            top: 0px;
            content: "";
            position: absolute;
            display: table;
            left: 0px;
            border-style: solid;
        }

        .page-content-left-contents .vision-mission-top .right::before {
            border-top-width: 25px;
            border-right-width: 0px;
            border-left-width: 25px;
            border-bottom-width: 0px;
            border-top-color: #ffa500;
            border-right-color: #ffa500;
            border-bottom-color: #ffa500;
            border-left-color: #ffffff;
            bottom: 0px;
            content: "";
            position: absolute;
            display: table;
            right: 0px;
            border-style: solid;
        }

        .page-content-left-contents .vision-mission-top .left h3,
        .page-content-left-contents .vision-mission-top .right h3 {
            font-size: 40px;
            margin-top: 0px;
            margin-bottom: 0px;
            font-family: 'AkkoRoundedPro-Regular';
            color: #ffffff;
        }

        .page-content-left-contents .vision-mission-top .left p,
        .page-content-left-contents .vision-mission-top .right p {
            font-size: 20px;
            margin-top: 0px;
            margin-bottom: 0px;
            font-family: 'AkkoRoundedPro-Regular';
            color: #ffffff;
        }

.page-content-left-contents .vision-mission .tabletitle {
    clear: both;
    text-align: center;
    display: table;
    width: 100%;
}

    .page-content-left-contents .vision-mission .tabletitle h3 {
        font-family: "AkkoRoundedPro-Regular";
        font-size: 40px;
        line-height: 50px;
    }

.page-content-left-contents .vision-mission table {
    clear: both;
}

    .page-content-left-contents .vision-mission table tr td {
        text-align: center;
        vertical-align: top;
        padding: 20px 35px;
        width: 25%;
    }

.vision-mission table tr:nth-child(even) td:nth-child(even) {
    background-color: #f7f4f1;
}

.vision-mission table tr:nth-child(even) td:nth-child(odd) {
    background-color: #ffffff;
}

.vision-mission table tr:nth-child(odd) td:nth-child(even) {
    background-color: #ffffff;
}

.vision-mission table tr:nth-child(odd) td:nth-child(odd) {
    background-color: #f7f4f1;
}

.vision-mission table tr td .title {
    color: #000000;
    display: block;
    font-family: "AkkoRoundedPro-Light";
    font-size: 21px;
    margin: 0 auto 5px;
    text-align: center;
}

.vision-mission table tr td span {
    display: block;
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    font-family: 'AkkoRoundedPro-Light';
}

/*Vizyon ve Misyon Son*/
.list-group-item:hover {
    background-color: #F2E1F2;
}

.list-group-item img {
    float: right;
    margin-left: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.page-content-left-contents .photo-gallery {
}

    .page-content-left-contents .photo-gallery .row {
    }

.page-content-left-contents .gallery .row .thumbnail-col {
    margin-bottom: 20px;
}


    .page-content-left-contents .gallery .row .thumbnail-col a {
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        text-decoration: none;
    }

.page-content-left-contents .gallery .thumbnail {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

    .page-content-left-contents .gallery .thumbnail:hover img {
        opacity: 0.6;
        -webkit-transform: scale3d(1.5,1.5,0.5);
        transform: scale3d(1.5,1.5,0.5);
    }

    .page-content-left-contents .gallery .thumbnail img {
        border-radius: 5px;
        width: 100%;
        height: 100%;
        -webkit-transition: transform 0.35s, -webkit-transform 0.35s;
        transition: transform 0.35s, transform 0.35s;
    }

.page-content-left-contents .gallery .row .thumbnail-col .thumbnail:hover .thumbnail-photo {
    display: block;
}

.page-content-left-contents .gallery .row .thumbnail-col .thumbnail .thumbnail-photo {
    background-color: rgba(39, 47, 96, 0.6);
    background-image: url(/images/photo-zoom.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}


.page-content-left-contents .gallery .row .thumbnail-col .thumbnail:hover .thumbnail-video {
    display: block;
}

.page-content-left-contents .gallery .row .thumbnail-col .thumbnail .thumbnail-video {
    background-color: rgba(39, 47, 96, 0.6);
    background-image: url(/images/video-zoom.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.page-content-left-contents .document-gallery {
}

.page-content-left-contents .list-group {
}

    .page-content-left-contents .list-group .list-group-item {
        color: #262f5f;
        font-family: 'AkkoRoundedPro-Regular';
        background-image: url(/images/document-download.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 70px;
        padding-bottom: 15px;
        padding-top: 15px;
        -webkit-transition: background-color 0.35s, -webkit-transform 0.35s;
        transition: background-color 0.35s, transform 0.35s;
    }

        .page-content-left-contents .list-group .list-group-item:hover,
        .page-content-left-contents .list-group .list-group-item:focus {
            background-color: #ece7e4;
        }

.table-responsive .table {
    color: #262f5f;
}

    .table-responsive .table thead tr th {
        border-bottom: 5px solid #ece7e4;
    }

    .table-responsive .table tbody {
        border-left: 1px solid #ece7e4;
    }

        .table-responsive .table tbody tr {
            -webkit-transition: background-color 0.35s, -webkit-transform 0.35s;
            transition: background-color 0.35s, transform 0.35s;
        }

            .table-responsive .table tbody tr:hover {
                background-color: #f6f2ef;
            }

            .table-responsive .table tbody tr td {
                border-bottom: 1px solid #ece7e4;
                border-right: 1px solid #ece7e4;
                border-top: medium none;
            }

                .table-responsive .table tbody tr td a {
                    color: #000000;
                    font-family: "AkkoRoundedPro-Light";
                    font-size: 13px;
                }

                .table-responsive .table tbody tr td:nth-last-child(1) {
                    border-right: none;
                }


.page-content-left-contents .accordion {
    margin-top: 20px;
    clear: both;
}

    .page-content-left-contents .accordion .panel {
        box-shadow: none;
        border: 1px solid transparent;
        background-color: #f7f4f1;
    }

        .page-content-left-contents .accordion .panel .panel-heading {
            padding: 0;
            overflow: hidden;
        }

            .page-content-left-contents .accordion .panel .panel-heading .display-table {
                width: 100%;
                position: relative;
            }

            .page-content-left-contents .accordion .panel .panel-heading .panel-title a {
                font-size: 16px;
                font-family: 'AkkoRoundedPro-Medium';
                padding: 13px;
                display: block;
                border-radius: 5px;
                color: #272f60;
            }

                .page-content-left-contents .accordion .panel .panel-heading .panel-title a:hover {
                    text-decoration: underline;
                }

                .page-content-left-contents .accordion .panel .panel-heading .panel-title a:focus {
                    outline: none;
                }

            .page-content-left-contents .accordion .panel .panel-heading .panel-title .icon {
                position: absolute;
                right: 0;
                top: 0;
                background-image: url("/images/accordion.png");
                background-position: center center;
                background-repeat: no-repeat;
                width: 48px;
                height: 100%;
            }


            .page-content-left-contents .accordion .panel .panel-heading .panel-title a:hover .icon {
                text-decoration: none;
            }


            .page-content-left-contents .accordion .panel .panel-heading .panel-title .active {
                color: #272F60;
                font-size: 16px;
            }

                .page-content-left-contents .accordion .panel .panel-heading .panel-title .active .icon {
                    background-image: url("/images/accordion-active.png");
                    background-position: right bottom;
                    background-repeat: no-repeat;
                    border: 1px transparent;
                }



        .page-content-left-contents .accordion .panel .panel-collapse {
            margin-top: -1px;
            border-radius: 0 0 5px 5px;
        }

        .page-content-left-contents .accordion .panel .collapse .panel-body {
            font-size: 14px;
            font-family: 'AkkoRoundedPro-Medium';
            line-height: 18px;
            color: #272f60;
            border: none;
        }

            .page-content-left-contents .accordion .panel .collapse .panel-body .panel-body-image {
                padding-left: 0;
                overflow: hidden;
            }

                .page-content-left-contents .accordion .panel .collapse .panel-body .panel-body-image img {
                    border-radius: 5px;
                    width: 100%;
                }

.page-content-left-contents .quality-documents {
}

    .page-content-left-contents .quality-documents .thumbnail-col .thumbnail {
        border: 1px solid #ece7e4;
    }

        .page-content-left-contents .quality-documents .thumbnail-col .thumbnail .image {
            overflow: hidden;
            display: block;
        }

        .page-content-left-contents .quality-documents .thumbnail-col .thumbnail .name {
            display: table;
            width: 100%;
            height: 50px;
            background-color: #ece7e4;
            text-align: center;
            font-size: 14px;
            color: #000000;
            font-family: 'AkkoRoundedPro-Regular';
            padding-left: 10px;
            padding-right: 10px;
        }


        .page-content-left-contents .quality-documents .thumbnail-col .thumbnail .thumbnail-photo {
            background-color: rgba(236, 231, 228, 0.6) !important;
            background-image: url(/images/photo-zoom2.png) !important;
        }


.page-content-left-contents .press-kit {
}

    .page-content-left-contents .press-kit .press-kit-col {
        margin-bottom: 30px;
    }

        .page-content-left-contents .press-kit .press-kit-col .press-kit-image {
            border: 1px solid #ebe7e4;
            border-radius: 5px 5px 0 0;
            overflow: hidden;
            position: relative;
        }

            .page-content-left-contents .press-kit .press-kit-col .press-kit-image img {
                width: 100%;
                max-width: 100%;
            }

        .page-content-left-contents .press-kit .press-kit-col .press-kit-text {
            border-left: 1px solid #ebe7e4;
            border-right: 1px solid #ebe7e4;
            border-bottom: 1px solid #ebe7e4;
            border-radius: 0 0 5px 5px;
            height: 50px;
            position: relative;
            overflow: hidden;
            display: table;
            width: 100%;
        }

            .page-content-left-contents .press-kit .press-kit-col .press-kit-text .name {
                padding-right: 162px;
                padding-left: 15px;
                display: table-cell;
                vertical-align: middle;
                font-size: 15px;
                color: #272f60;
                font-family: 'AkkoRoundedPro-Light';
                line-height: 18px;
            }

            .page-content-left-contents .press-kit .press-kit-col .press-kit-text .buttons {
                position: absolute;
                right: -1px;
                top: 0;
                /*                width: 157px;
*/ height: 50px;
                border-radius: 0 0 5px 0;
                overflow: hidden;
            }

                .page-content-left-contents .press-kit .press-kit-col .press-kit-text .buttons .button {
                    float: left;
                    width: 52px;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    border-left: 1px solid #ffffff;
                }

                    .page-content-left-contents .press-kit .press-kit-col .press-kit-text .buttons .button a {
                        color: white;
                        background-color: #E64AE6;
                        display: block;
                    }

                        .page-content-left-contents .press-kit .press-kit-col .press-kit-text .buttons .button a:hover {
                            background-color: #9E4AE6;
                            color: white;
                            text-decoration: none;
                        }

                    .page-content-left-contents .press-kit .press-kit-col .press-kit-text .buttons .button:hover .press-kit-image-mask {
                        display: block;
                    }



.page-content-left-contents .commercials {
}


    .page-content-left-contents .commercials .thumbnail-col .thumbnail:hover {
        text-decoration: none;
    }

    .page-content-left-contents .commercials .thumbnail-col .thumbnail .name {
        display: table;
        width: 100%;
        height: 90px;
        text-align: center;
        font-size: 15px;
        color: #272f60;
        font-family: 'AkkoRoundedPro-Light';
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid rgba(236, 231, 228, 0.24);
        border-radius: 0 0 5px 5px;
    }

    .page-content-left-contents .commercials .thumbnail-col .thumbnail .photo {
        display: block;
        overflow: hidden;
        position: relative;
        background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
        background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
        border-radius: 5px;
    }

        .page-content-left-contents .commercials .thumbnail-col .thumbnail .photo img {
            border-radius: 5px 5px 0 0;
        }


        .page-content-left-contents .commercials .thumbnail-col .thumbnail .photo .thumbnail-commercials {
            background-color: transparent !important;
            background-position: center center;
            background-repeat: no-repeat;
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }


    .page-content-left-contents .commercials .thumbnail-col .thumbnail:hover .thumbnail-commercials {
        background-color: rgba(236, 231, 228, 0.6) !important;
        background-image: url(/images/thumbnail-commercials-hover.png) !important;
    }

.page-content-left-contents .newsletter-archive {
}

    .page-content-left-contents .newsletter-archive .newsletter {
        margin-bottom: 20px;
    }

        .page-content-left-contents .newsletter-archive .newsletter a {
            display: block;
        }


            .page-content-left-contents .newsletter-archive .newsletter a:hover .newsletter-text {
                text-decoration: underline;
            }

        .page-content-left-contents .newsletter-archive .newsletter .newsletter-photo {
            border-radius: 5px;
            overflow: hidden;
            display: block;
        }

            .page-content-left-contents .newsletter-archive .newsletter .newsletter-photo img {
                width: 100%;
            }

        .page-content-left-contents .newsletter-archive .newsletter .newsletter-text {
            padding-top: 20px;
            display: block;
            height: 100px;
        }

            .page-content-left-contents .newsletter-archive .newsletter .newsletter-text h3 {
                margin-top: 0;
                margin-bottom: 0;
                color: #272f60;
                font-size: 20px;
                font-family: 'AkkoRoundedPro-Medium';
            }

            .page-content-left-contents .newsletter-archive .newsletter .newsletter-text p {
                margin-top: 15px;
                margin-bottom: 0;
                color: #272f60;
                font-size: 16px;
                font-family: 'AkkoRoundedPro-Regular';
            }


/* Tarif Liste */
.recipes .recipe-slider {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}

    .recipes .recipe-slider .owl-theme .owl-controls {
        bottom: 45px;
        position: relative;
        text-align: center;
        padding-top: 29px;
    }

        .recipes .recipe-slider .owl-theme .owl-controls .owl-page.active span,
        .recipes .recipe-slider .owl-theme .owl-controls.clickable .owl-page:hover span {
            background-image: url("/images/owl-product.png");
            background-position: right center;
        }

        .recipes .recipe-slider .owl-theme .owl-controls .owl-page span {
            background-image: url("/images/owl-product.png");
            background-position: left center;
            display: block;
            height: 9px;
            margin: 20px 5px 0 5px;
            width: 9px;
        }

#owl-recipe-slider .owl-carousel .owl-wrapper-outer {
    border-radius: 5px 5px 0 0;
}


#owl-recipe-slider .owl-item .item {
    height: 470px;
    overflow: hidden;
    background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
    background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
}

    #owl-recipe-slider .owl-item .item:hover .recipe-slide-image {
        opacity: 0.6;
        -webkit-transform: scale3d(1.2,1.2,0.2);
        transform: scale3d(1.2,1.2,0.2);
    }


    #owl-recipe-slider .owl-item .item .recipe-slide-image-ef {
        overflow: hidden;
        display: block;
    }

    #owl-recipe-slider .owl-item .item .recipe-slide-image {
        height: 350px;
        background-position: center center;
        background-size: cover;
        display: block;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    #owl-recipe-slider .owl-item .item .recipe-slide-text {
        height: 120px;
        background-color: #ebe7e4;
        color: #272f60;
        display: block;
        padding-left: 15px;
    }

        #owl-recipe-slider .owl-item .item .recipe-slide-text .display-table {
            width: 100%;
        }

        #owl-recipe-slider .owl-item .item .recipe-slide-text .recipe-slide-text-sub {
            display: table-cell;
            vertical-align: middle;
            height: 120px;
        }

            #owl-recipe-slider .owl-item .item .recipe-slide-text .recipe-slide-text-sub h3 {
                font-size: 30px;
                font-family: 'AkkoRoundedPro-Medium';
                margin-top: 0;
                margin-bottom: 0;
            }

            #owl-recipe-slider .owl-item .item .recipe-slide-text .recipe-slide-text-sub p {
                font-size: 16px;
                color: #272f60;
                font-family: 'AkkoRoundedPro-Medium';
            }

        #owl-recipe-slider .owl-item .item .recipe-slide-text .recieps-info {
            float: right;
            height: 50px;
            background-color: #272f60;
            color: #ffffff;
            width: 200px;
        }

            #owl-recipe-slider .owl-item .item .recipe-slide-text .recieps-info .time {
                float: left;
                width: 100px;
                line-height: 50px;
                padding-left: 10px;
            }

                #owl-recipe-slider .owl-item .item .recipe-slide-text .recieps-info .time img {
                    margin-right: 5px;
                }

            #owl-recipe-slider .owl-item .item .recipe-slide-text .recieps-info .person {
                float: left;
                width: 100px;
                line-height: 50px;
                padding-left: 10px;
            }

                #owl-recipe-slider .owl-item .item .recipe-slide-text .recieps-info .person img {
                    margin-right: 5px;
                }

#owl-recipe-slider .owl-controls {
    bottom: 0px;
}

.recipes .recipe-list {
    padding-left: 30px;
    padding-right: 30px;
}

.recipestwo .recipe-list {
    padding-left: 0px;
    paddign-right: 30px;
}


.recipes .recipe-list .thumbnail-col .thumbnail .photo {
    display: block;
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
    background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
}

    .recipes .recipe-list .thumbnail-col .thumbnail .photo img {
        border-radius: 0px;
    }

.recipes .recipe-list .thumbnail-col .thumbnail .name {
    border: 1px solid #ece7e4;
    border-radius: 0 0 5px 5px;
    display: table;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 100%;
    background-image: linear-gradient(to right,#E64AE6,#9E4AE6);
}

    .recipes .recipe-list .thumbnail-col .thumbnail .name .table-cell .first {
        display: block;
        font-size: 18px;
        font-family: 'AkkoRoundedPro-Regular';
        color: white;
        line-height: 27px;
    }

    .recipes .recipe-list .thumbnail-col .thumbnail .name .table-cell .second {
        display: block;
        font-size: 16px;
        font-family: 'AkkoRoundedPro-Medium';
        color: #414973;
    }

/* Tarif Liste Son */

/* Tarif Detay */

.recipes-details {
}

    .recipes-details .recipes-top {
        float: left;
        position: relative;
        width: 100%;
    }

        .recipes-details .recipes-top .share {
            position: absolute;
            right: 30px;
            bottom: 15px;
        }

            .recipes-details .recipes-top .share span {
                float: left;
                color: #998476;
                font-size: 12px;
                font-family: 'AkkoRoundedPro-Regular';
                height: 32px;
                line-height: 32px;
            }

            .recipes-details .recipes-top .share ul {
                float: left;
                margin-bottom: 0;
                margin-left: 15px;
                clear: none;
            }

                .recipes-details .recipes-top .share ul li {
                    width: 32px;
                    height: 32px;
                    background-repeat: no-repeat;
                    background-position: center top;
                    padding-left: 0;
                    padding-right: 0;
                    -webkit-transition: background-position 0.20s, -webkit-transform 0.20s;
                    transition: background-position 0.20s, transform 0.20s;
                }

                    .recipes-details .recipes-top .share ul li:hover {
                        background-position: center bottom;
                    }

                    .recipes-details .recipes-top .share ul li a {
                        display: block;
                        width: 32px;
                        height: 32px;
                    }

                .recipes-details .recipes-top .share ul .twitter {
                    background-image: url(/images/page/twiiter.png);
                }

                .recipes-details .recipes-top .share ul .facebook {
                    background-image: url(/images/page/facebook.png);
                }

                .recipes-details .recipes-top .share ul .pinterest {
                    background-image: url(/images/page/pinterest.png);
                }


        .recipes-details .recipes-top .recipes-info {
            background-color: #FF6100;
            height: 50px;
            position: absolute;
            left: 0;
            top: 0;
            width: 200px;
            color: #ffffff;
            z-index: 3;
        }

            .recipes-details .recipes-top .recipes-info .time {
                float: left;
                width: 100px;
                line-height: 50px;
                padding-left: 10px;
            }

                .recipes-details .recipes-top .recipes-info .time img {
                    width: auto;
                    margin-right: 5px;
                }

            .recipes-details .recipes-top .recipes-info .person {
                float: left;
                width: 100px;
                line-height: 50px;
                padding-left: 10px;
            }

                .recipes-details .recipes-top .recipes-info .person img {
                    width: auto;
                    margin-right: 5px;
                }

        .recipes-details .recipes-top .photo {
            overflow: hidden;
            max-width: 100%;
            z-index: 2;
            width: 100%;
        }

        .recipes-details .recipes-top .text {
            background-color: #FF7E00;
            display: table;
            height: 120px;
            overflow: hidden;
            padding-right: 20px;
            position: absolute;
            z-index: 1;
            width: 50%;
            padding-left: 20px;
            top: 0;
            right: 0;
        }

            .recipes-details .recipes-top .text .display-table {
                height: 120px;
            }

            .recipes-details .recipes-top .text .table-cell h3 {
                margin-top: 0;
                margin-bottom: 0;
                color: #ffffff;
                font-size: 26px;
                line-height: 34px;
                font-family: 'AkkoRoundedPro-Light';
            }

            .recipes-details .recipes-top .text .table-cell p {
                margin-top: 0;
                margin-bottom: 0;
                color: #ffffff;
                font-size: 16px;
                line-height: 20px;
                font-family: 'AkkoRoundedPro-Medium';
            }

        .recipes-details .recipes-top .text-bottom {
            padding-top: 135px;
            padding-right: 15px;
        }

            .recipes-details .recipes-top .text-bottom p {
                font-size: 14px;
                line-height: 18px;
                font-family: 'AkkoRoundedPro-Medium';
                color: #272f60;
            }

    .recipes-details .materials {
        padding-top: 15px;
        color: #272f60;
    }

        .recipes-details .materials h3 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 20px;
            font-weight: 600;
        }

        .recipes-details .materials h4 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 600;
        }

        .recipes-details .materials ul {
        }

            .recipes-details .materials ul li {
                font-size: 14px;
                list-style: outside none disc;
                padding-right: 15px;
            }

    .recipes-details .preparation {
        color: #272f60;
        padding-top: 15px;
    }

        .recipes-details .preparation h3 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 20px;
            font-weight: 600;
        }

        .recipes-details .preparation ul {
            padding-left: 0;
        }

            .recipes-details .preparation ul li {
                font-size: 14px;
                font-weight: 400;
                list-style: outside none none;
            }



.other-recipe {
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    width: 100%;
}

    .other-recipe .title {
        display: table;
        height: 49px;
        margin-top: 15px;
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

        .other-recipe .title h3 {
            color: #262f5f;
            display: table-cell;
            font-size: 20px;
            font-weight: 500;
            height: 49px;
            line-height: 22px;
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 77px;
            padding-right: 77px;
            text-align: center;
            vertical-align: middle;
        }

        .other-recipe .title .prev {
            background-image: url("/images/otherproduct.png");
            background-position: left top;
            background-repeat: no-repeat;
            background-color: #ece7e4;
            float: left;
            height: 49px;
            position: absolute;
            width: 77px;
            -webkit-transition-duration: 0.2s; /* Safari */
            transition-duration: 0.2s;
        }

            .other-recipe .title .prev a {
                width: 77px;
                height: 49px;
                display: block;
            }

            .other-recipe .title .prev:hover {
                background-position: right top;
                background-color: #d4cfcc;
            }

        .other-recipe .title .next {
            background-image: url("/images/otherproduct.png");
            background-position: right bottom;
            background-repeat: no-repeat;
            background-color: #ece7e4;
            height: 49px;
            position: absolute;
            right: 12px;
            top: 0;
            width: 77px;
            -webkit-transition-duration: 0.2s; /* Safari */
            transition-duration: 0.2s;
        }

            .other-recipe .title .next a {
                width: 77px;
                height: 49px;
                display: block;
            }

            .other-recipe .title .next:hover {
                background-position: left bottom;
            }

    .other-recipe .item {
        min-height: 305px;
        padding-left: 12px;
        padding-right: 12px;
    }

        .other-recipe .item a {
            border-radius: 5px;
            overflow: hidden;
        }

            .other-recipe .item a:hover .image img {
                opacity: 0.6;
                -webkit-transform: scale3d(1.5,1.5,0.5);
                transform: scale3d(1.5,1.5,0.5);
            }

        .other-recipe .item .image {
            display: block;
            margin: 0 auto;
            overflow: hidden;
            background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
            background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
        }

            .other-recipe .item .image img {
                width: 100%;
                -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                transition: opacity 0.35s, transform 0.35s;
            }

        .other-recipe .item .text {
            color: #262f5f;
            text-align: center;
            width: 100%;
            border: 1px solid #ece7e4;
            height: 92px;
            border-radius: 0 0 5px 5px;
        }

            .other-recipe .item .text .first {
                font-size: 18px;
                font-weight: 400;
                line-height: 22px;
            }

            .other-recipe .item .text .second {
                font-size: 16px;
                font-family: 'AkkoRoundedPro-Medium';
                line-height: 20px;
            }

    .other-recipe .owl-theme .owl-controls {
        bottom: 0;
        position: absolute;
        width: 100%;
    }

    .other-recipe .owl-controls .owl-pagination {
        bottom: -30px;
        position: absolute;
        width: 100%;
    }

#owl-recipe-slider .owl-controls .owl-page span {
    background-image: url("/images/owl-product.png");
    background-position: left center;
    display: block;
    height: 9px;
    margin: 5px;
    width: 9px;
}

#owl-recipe-slider .owl-controls .owl-page.active span, #owl-recipe-slider .owl-controls.clickable .owl-page:hover span {
    background-image: url("/images/owl-product.png");
    background-position: right center;
}

/* Tarif Detay Son */

/* Haberler Liste */
.news-list {
}

    .news-list .news {
        border-bottom: 1px solid #ebe7e4;
        height: auto;
        overflow: hidden;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .news-list .news a {
            display: block;
        }

            .news-list .news a .img-responsive {
                width: 100%;
                -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                transition: opacity 0.35s, transform 0.35s;
            }

            .news-list .news a:hover .img-responsive {
                opacity: 0.6;
                -webkit-transform: scale3d(1.5,1.5,0.5);
                transform: scale3d(1.5,1.5,0.5);
            }

            .news-list .news a:hover .news-photo-mask {
                border-radius: 5px;
                border: none;
            }

            .news-list .news a .news-photo {
                padding-left: 0;
            }

                .news-list .news a .news-photo .news-photo-mask {
                    border: none;
                    background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
                    background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
                    overflow: hidden;
                    display: block;
                    border-radius: 5px;
                }

        .news-list .news h3 {
            margin-top: 0;
            margin-bottom: 10px;
            color: #272f60;
            font-size: 18px;
            font-family: 'AkkoRoundedPro-Light';
            line-height: 20px;
        }

        .news-list .news p {
            font-size: 13px;
            line-height: 20px;
            font-family: 'AkkoRoundedPro-Regular';
            color: #6C6C6C;
        }

        .news-list .news .news-btn {
            background-color: #E64AE6;
            color: #ffffff;
            padding-top: 9px;
            padding-right: 33px;
            padding-bottom: 9px;
            padding-left: 10px;
            background-image: url("/images/news.png");
            background-repeat: no-repeat;
            background-position: right center;
            font-size: 12px;
            font-family: 'AkkoRoundedPro-Regular';
        }

        .news-list .news a:hover .news-btn {
            text-decoration: underline;
        }

/* Haberler Liste Son */

/* Haber Detay */
.news-detail {
}

    .news-detail h1 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 20px;
        font-family: 'AkkoRoundedPro-Medium';
        /*        line-height: 26px;
    */ color: #9E4AE6;
    }

    .news-detail h2 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 16px;
        font-family: 'AkkoRoundedPro-Regular' !important;
        line-height: 22px;
        color: #5A5A5A;
    }

    .news-detail h3 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 18px;
        font-family: 'AkkoRoundedPro-Regular' !important;
        line-height: 20px;
        color: #272f60;
    }

    .news-detail p span {
        font-size: 14px !important;
        line-height: 18px;
/*        color: #4F4F4F;
*/        font-family: AkkoRoundedPro-Light !important;
    }
    .news-detail .news-detail-photo {
        padding-left: 0;
        margin-bottom: 10px;
    }

        .news-detail .news-detail-photo img {
            width: 100%;
            border-radius: 5px;
        }
/* Haber Detay Son */

/* Basın Yansımaları */
.press-reflections {
}

    .press-reflections .press {
        border-bottom: 1px solid #ebe7e4;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .press-reflections .press a {
            display: block;
        }

        .press-reflections .press h3 {
            margin-top: 0;
            margin-bottom: 10px;
            color: #272f60;
            font-size: 20px;
            font-family: 'AkkoRoundedPro-Light';
        }

        .press-reflections .press p {
            font-size: 16px;
            line-height: 20px;
            font-family: 'AkkoRoundedPro-Regular';
            color: #272f60;
        }

        .press-reflections .press .press-btn {
            float: right;
            font-size: 14px;
            font-family: 'AkkoRoundedPro-Regular';
            color: #272f60;
            padding-right: 13px;
            background-image: url(/images/press.png);
            background-repeat: no-repeat;
            background-position: right center;
            text-decoration: none;
        }

        .press-reflections .press a:hover span {
            text-decoration: underline;
        }

        .press-reflections .press .right {
            float: left;
        }

            .press-reflections .press .right .date {
                font-size: 14px;
                font-family: 'AkkoRoundedPro-Regular';
                color: #272f60;
            }

            .press-reflections .press .right .newspaper {
                font-size: 14px;
                font-family: 'AkkoRoundedPro-Regular';
                color: #272f60;
            }
/* Basın Yansımaları Son */

/* Sizden Gelenler */
.from-you-list {
}

    .from-you-list .from-you {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ebe7e4;
    }

        .from-you-list .from-you .from-you-top {
            display: table;
            width: 100%;
            margin-bottom: 10px;
        }

            .from-you-list .from-you .from-you-top .subject {
                padding-left: 0;
                font-size: 20px;
                font-family: 'AkkoRoundedPro-Medium';
                color: #272f60;
                display: table-cell;
            }

            .from-you-list .from-you .from-you-top .date {
                padding-right: 0;
                text-align: right;
                display: table-cell;
                color: #272f60;
            }

        .from-you-list .from-you .message {
            color: #272f60;
            font-size: 14px;
            line-height: 18px;
            font-family: 'AkkoRoundedPro-Regular';
            margin-bottom: 20px;
        }

        .from-you-list .from-you .sender {
            font-size: 14px;
            color: #272f60;
            font-family: 'AkkoRoundedPro-Medium';
            padding-left: 0;
        }

        .from-you-list .from-you .link {
            text-align: right;
            padding-right: 0;
        }

            .from-you-list .from-you .link a {
                font-size: 14px;
                font-family: 'AkkoRoundedPro-Regular';
                color: #272f60;
            }

/* Sizden Gelenler Son*/


/* Radyo Spotları */

.SoundRec {
    height: auto;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ece7e4;
    background-color: #ffffff;
    -webkit-transition: background-color 0.35s, -webkit-transform 0.35s;
    transition: background-color 0.35s, transform 0.35s;
}

    .SoundRec:hover {
        background-color: #ece7e4;
    }

    .SoundRec .SoundPlay {
        display: table-cell;
        height: 49px;
        width: 49px;
        /* Firefox */ -moz-transition: background-color 0.5s ease;
        /* WebKit */ -webkit-transition: background-color 0.5s ease;
        /* Opera */ -o-transition: background-color 0.5s ease;
        /* Standard */ transition: background-color 0.5s ease;
        position: relative;
        z-index: 1;
    }

        .SoundRec .SoundPlay:before {
            content: "";
            background-image: url("/images/playicon.png");
            background-position: right center;
            background-repeat: no-repeat;
            height: 49px;
            width: 49px;
            float: left;
            z-index: -1;
            -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
            transform: rotateY(0deg);
            -webkit-transition-duration: 1.6s; /* Safari */
            transition-duration: 1.6s;
        }

        .SoundRec .SoundPlay:hover:before {
            -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
            transform: rotateY(360deg);
        }

    .SoundRec .SoundPause {
        display: none;
        height: 49px;
        width: 49px;
        /* Firefox */ -moz-transition: background-color 0.5s ease;
        /* WebKit */ -webkit-transition: background-color 0.5s ease;
        /* Opera */ -o-transition: background-color 0.5s ease;
        /* Standard */ transition: background-color 0.5s ease;
        position: relative;
        z-index: 1;
    }

        .SoundRec .SoundPause:before {
            content: "";
            background-image: url("/images/pauseicon.png");
            background-position: right center;
            background-repeat: no-repeat;
            height: 49px;
            width: 49px;
            float: left;
            z-index: -1;
            -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
            transform: rotateY(0deg);
            -webkit-transition-duration: 1.6s; /* Safari */
            transition-duration: 1.6s;
        }

        .SoundRec .SoundPause:hover:before {
            -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
            transform: rotateY(360deg);
        }

    .SoundRec span.title {
        color: #272f60;
        font-size: 16px;
        font-family: 'AkkoRoundedPro-Medium';
        padding-left: 20px;
        display: table-cell;
        vertical-align: middle;
    }
/* Radyo Spotları Son*/

/* Tarihçe */
.history {
}

    .history .history-slider {
    }

#owl-history-slider .owl-controls {
    display: none !important;
}

.history .history-slider .prev {
    background-image: url("/images/history-arrow-prev.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ECE7E4;
    float: left;
    height: 49px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    padding: 0;
    border-radius: 5px;
}

    .history .history-slider .prev a {
        width: 100%;
        height: 49px;
        display: block;
    }

        .history .history-slider .prev a:hover, .history .history-slider .prev a:focus {
            text-decoration: none;
        }

    .history .history-slider .prev:hover {
        background-color: #D4CFCC;
    }


.history .history-slider .next {
    background-image: url("/images/history-arrow-next.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ECE7E4;
    float: left;
    height: 49px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    padding: 0;
    border-radius: 5px;
}

    .history .history-slider .next a {
        width: 100%;
        height: 49px;
        display: block;
    }

        .history .history-slider .next a:hover, .history .history-slider .next a:focus {
            text-decoration: none;
        }

    .history .history-slider .next:hover {
        background-color: #D4CFCC;
    }


.history .history-slider .item {
    height: 49px;
    width: 100%;
    display: table;
}

    .history .history-slider .item a {
        text-align: center;
        color: #262F5F;
    }

.history .history-slider .active {
    background-color: #ECE7E4;
    border-radius: 5px;
}

    .history .history-slider .active a {
        color: #afa198;
    }

        .history .history-slider .active a:hover {
            text-decoration: none;
        }


.history .history-content {
    margin-top: 20px;
}

    .history .history-content .history-content-title {
        background-color: #ECE7E4;
        border-radius: 5px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 24px;
        color: #afa198;
        font-family: 'AkkoRoundedPro-Medium';
    }
/* Tarihçe Son*/




/* İletişim */
.contact {
}

    .contact .contact-map {
    }

    .contact .contact-address {
        margin-bottom: 20px;
        color: #434343;
        padding-left: 0;
        padding-right: 0;
    }

        .contact .contact-address h3 {
            font-size: 24px;
        }

        .contact .contact-address .left {
            clear: both;
            font-family: 'AkkoRoundedPro-Medium';
            font-size: 14px;
        }

            .contact .contact-address .left span {
                float: right;
            }

        .contact .contact-address .right {
            font-family: 'AkkoRoundedPro-Regular';
            font-size: 14px;
        }

    .contact .form-select {
        color: #262F5F;
        padding-top: 15px;
        margin-bottom: 15px;
    }

        .contact .form-select .form-select-border {
            border-radius: 5px;
            background-color: #ece7e4;
            padding-left: 15px;
            padding-top: 15px;
            padding-bottom: 5px;
            height: auto;
            overflow: hidden;
        }

        .contact .form-select h3 {
            margin-top: 0px;
            font-size: 24px;
            float: left;
            clear: both;
        }

        .contact .form-select p {
            color: #262F5F;
            font-family: 'AkkoRoundedPro-Regular';
            float: left;
            clear: both;
            font-size: 15px;
            line-height: 20px;
        }

            .contact .form-select p a {
                color: #262F5F;
                text-decoration: underline;
                font-family: 'AkkoRoundedPro-Medium';
                font-size: 15px;
            }

        .contact .form-select a:hover {
            color: #48538f;
        }


/* İletişim Son */




/* Page Son */


/* Ürün Detay*/
.product-sidebar-nav {
    border-radius: 5px 0px 0px 0px;
    height: 692px;
    overflow: hidden;
}

    .product-sidebar-nav .product-sidebar {
        padding-top: 44px;
        padding-left: 30px;
        height: 642px;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .product-sidebar-nav .product-sidebar .active {
            height: 60px;
            line-height: 60px;
            background-color: #ffffff;
        }

            .product-sidebar-nav .product-sidebar .active a {
                color: #262f5f;
                font-size: 18px;
                font-family: 'AkkoRoundedPro-Regular';
                display: table;
                height: 60px;
                width: 100%;
            }

                .product-sidebar-nav .product-sidebar .active a span {
                    display: table-cell;
                    vertical-align: middle;
                    line-height: 16px;
                }

        .product-sidebar-nav .product-sidebar li {
            width: 100%;
            height: 30px;
            line-height: 30px;
            background-color: transparent;
        }

            .product-sidebar-nav .product-sidebar li:focus {
                background-color: transparent;
            }

            .product-sidebar-nav .product-sidebar li a {
                color: #ffffff;
                float: left;
                clear: both;
                font-family: 'AkkoRoundedPro-Regular';
                font-size: 13px;
                text-decoration: none;
                padding-left: 15px;
                padding-right: 15px;
                padding-top: 0;
                padding-bottom: 0;
                width: 100%;
            }

                .product-sidebar-nav .product-sidebar li a span {
                    line-height: 14px;
                }

                .product-sidebar-nav .product-sidebar li a:hover {
                    text-decoration: underline;
                    background-color: transparent;
                }


                .product-sidebar-nav .product-sidebar li a:focus {
                    background-color: transparent;
                }

    .product-sidebar-nav .all-category {
        height: 47px;
        line-height: 47px;
        background-image: url(/images/all-category.png);
        background-repeat: repeat;
        text-align: left;
        padding-left: 45px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .product-sidebar-nav .all-category a {
            color: #ffffff;
            display: block;
            font-size: 13px;
            font-family: 'AkkoRoundedPro-Medium';
        }

.product-detail {
    height: 602px;
    border-radius: 0px 5px 0px 0px;
}

    .product-detail .line {
        height: 7px;
        border-radius: 0px 5px 0px 0px;
    }

    .product-detail .product-content {
        height: 595px;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .product-detail .product-content .product-info {
            padding-left: 60px;
            padding-top: 45px;
            color: #262f5f;
        }

            .product-detail .product-content .product-info .product-info-text .first {
                font-size: 25px;
                font-family: 'AkkoRoundedPro-Light';
                height: 25px;
                line-height: 25px;
            }

            .product-detail .product-content .product-info .product-info-text .second {
                font-size: 36px;
                font-family: 'AkkoRoundedPro-Regular';
                line-height: 36px;
            }

            .product-detail .product-content .product-info .product-info-text .third {
                font-size: 18px;
                font-family: 'AkkoRoundedPro-Light';
                height: 18px;
                line-height: 18px;
                margin-bottom: 34px;
                clear: both;
            }

            .product-detail .product-content .product-info .product-info-text .fourth {
                font-size: 17px;
                font-family: 'AkkoRoundedPro-Medium';
                margin-bottom: 30px;
            }

            .product-detail .product-content .product-info .fifth {
                height: auto;
                overflow: hidden;
                width: 240px;
                border-radius: 5px 5px 5px 5px;
                border: 1px solid #c1afa7;
            }

                .product-detail .product-content .product-info .fifth .price {
                    float: left;
                    font-size: 16px;
                    height: 86px;
                    border-right: 1px solid #c1afa7;
                }

                    .product-detail .product-content .product-info .fifth .price .first {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 28px;
                    }

                    .product-detail .product-content .product-info .fifth .price .second {
                        font-weight: 500;
                        font-size: 14px;
                        line-height: 16px;
                        text-decoration: line-through;
                        color: #d1d1d1;
                    }

                    .product-detail .product-content .product-info .fifth .price .second {
                        font-weight: 500;
                        font-size: 14px;
                        line-height: 16px;
                        text-decoration: line-through;
                        color: #d1d1d1;
                    }

                    .product-detail .product-content .product-info .fifth .price .oldprice {
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 16px;
                        text-decoration: line-through;
                        opacity: 0.75;
                    }


                    .product-detail .product-content .product-info .fifth .price .third {
                        font-weight: 500;
                        font-size: 20px;
                        line-height: 36px;
                    }

                .product-detail .product-content .product-info .fifth .stock .first {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 28px;
                }

                .product-detail .product-content .product-info .fifth .stock .yes {
                    color: #15bd50;
                    font-weight: 500;
                    line-height: 36px;
                    font-size: 16px;
                }

                .product-detail .product-content .product-info .fifth .stock .no {
                    color: #df191e;
                    font-weight: 500;
                    line-height: 36px;
                    font-size: 16px;
                }

                .product-detail .product-content .product-info .fifth .notify {
                    float: left;
                    border-top: 1px solid #c1afa7;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

                    .product-detail .product-content .product-info .fifth .notify a {
                        color: #262f5f;
                        font-size: 15px;
                        text-decoration: underline;
                        padding-right: 20px;
                        background-image: url("/images/more.png");
                        background-position: center right;
                        background-repeat: no-repeat;
                    }

                        .product-detail .product-content .product-info .fifth .notify a:hover {
                            color: #414d90;
                        }

                .product-detail .product-content .product-info .fifth .weight-number {
                    float: left;
                    padding-top: 10px;
                    margin-bottom: 20px;
                    border-top: 1px solid #c1afa7;
                }

                .product-detail .product-content .product-info .fifth .weight-top {
                    padding-right: 7px;
                }

                .product-detail .product-content .product-info .fifth .weight {
                    height: 50px;
                    border-radius: 5px;
                    background-color: #ffffff;
                    /*background-image:url("/images/selectbox-arrow.png");*/
                    background-repeat: no-repeat;
                    background-position: right center;
                    border: 1px solid #ece7e4;
                }

                    .product-detail .product-content .product-info .fifth .weight span {
                        height: 50px;
                        line-height: 50px;
                        position: absolute;
                        padding-left: 10px;
                    }

                    .product-detail .product-content .product-info .fifth .weight select {
                        height: 50px;
                        width: 100%;
                        opacity: 0;
                    }

                .product-detail .product-content .product-info .fifth .number {
                    padding-left: 7px;
                }

                    .product-detail .product-content .product-info .fifth .number input {
                        border: 1px solid #ece7e4;
                        height: 50px;
                        border-radius: 5px;
                        box-shadow: none;
                    }




                .product-detail .product-content .product-info .fifth .add-to-cart {
                    background-color: #ffa500;
                    background-image: url("/images/addtocart.png");
                    background-repeat: no-repeat;
                    background-position: right center;
                    text-align: left;
                    color: #ffffff;
                    height: 50px;
                    margin-top: 20px;
                    border-radius: 0;
                }

                    .product-detail .product-content .product-info .fifth .add-to-cart:hover {
                        background-color: #ffa500;
                    }

                .product-detail .product-content .product-info .fifth .stock {
                    font-size: 14px;
                    font-weight: 400;
                    float: left;
                    height: 64px;
                }

            .product-detail .product-content .product-info .info-box {
                margin-top: 5px;
                font-size: 14px;
                color: #FFA500;
                font-family: 'AkkoRoundedPro-Regular';
            }


            .product-detail .product-content .product-info .nearest-adese {
                float: left;
                margin-top: 20px;
            }

                .product-detail .product-content .product-info .nearest-adese a {
                    background-color: transparent;
                    background-image: url(/images/nearest-adese.png);
                    background-repeat: no-repeat;
                    background-position: right center;
                    border-radius: 3px;
                    color: #fff;
                    font-family: 'AkkoRoundedPro-Light';
                    font-size: 15px;
                    padding-left: 8px;
                    padding-right: 30px;
                    padding-top: 8px;
                    padding-bottom: 8px;
                    text-decoration: underline;
                    width: 240px;
                    display: block;
                }

                    .product-detail .product-content .product-info .nearest-adese a:hover {
                        background-color: transparent;
                    }

        .product-detail .product-content .product-image {
            float: right;
            padding-top: 42px;
            position: relative;
            height: 100%;
        }

            .product-detail .product-content .product-image img {
                max-width: 100%;
                bottom: 0;
                left: 0;
                max-width: 100%;
                padding-left: 20px;
                padding-right: 60px;
                position: absolute;
            }

            .product-detail .product-content .product-image .share {
                position: absolute;
                right: 30px;
                top: 15px;
            }

                .product-detail .product-content .product-image .share span {
                    float: left;
                    color: #998476;
                    font-size: 12px;
                    font-family: 'AkkoRoundedPro-Regular';
                    height: 32px;
                    line-height: 32px;
                }

                .product-detail .product-content .product-image .share ul {
                    float: left;
                    margin-bottom: 0;
                    margin-left: 15px;
                }

                    .product-detail .product-content .product-image .share ul li {
                        width: 32px;
                        height: 32px;
                        background-repeat: no-repeat;
                        background-position: center top;
                        padding-left: 0;
                        padding-right: 0;
                        -webkit-transition: background-position 0.20s, -webkit-transform 0.20s;
                        transition: background-position 0.20s, transform 0.20s;
                    }

                        .product-detail .product-content .product-image .share ul li:hover {
                            background-position: center bottom;
                        }

                        .product-detail .product-content .product-image .share ul li a {
                            display: block;
                            width: 32px;
                            height: 32px;
                        }

                    .product-detail .product-content .product-image .share ul .twitter {
                        background-image: url(/images/page/twiiter.png);
                    }

                    .product-detail .product-content .product-image .share ul .facebook {
                        background-image: url(/images/page/facebook.png);
                    }

                    .product-detail .product-content .product-image .share ul .instagram {
                        background-image: url(/images/page/instagram.png);
                    }



.product-bottom .nav-tabs {
    margin-top: -90px;
    height: 90px;
    border-bottom: none;
    display: table;
    table-layout: fixed;
    margin-bottom: 0;
}

    .product-bottom .nav-tabs .active {
        background-color: #ffffff;
    }

        .product-bottom .nav-tabs .active:hover {
            border: none;
        }

        .product-bottom .nav-tabs .active a {
            border: none !important;
        }

    .product-bottom .nav-tabs li {
        height: 90px;
        background-color: #ece7e4;
        display: table-cell;
        vertical-align: middle;
        float: none;
        border-left: 1px solid #fff;
    }

        .product-bottom .nav-tabs li:nth-child(1) {
            border-left: none;
        }

        .product-bottom .nav-tabs li a {
            height: 90px;
            border: none;
            border-radius: 0;
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
            border: none;
        }

            .product-bottom .nav-tabs li a:hover {
                background-color: transparent;
                border: none;
            }

            .product-bottom .nav-tabs li a .text {
                font-size: 15px;
                font-family: 'AkkoRoundedPro-Medium';
                line-height: 17px;
                padding-left: 33px;
            }

                .product-bottom .nav-tabs li a .text .first {
                    color: #91817a;
                }

            .product-bottom .nav-tabs li a:hover .text .first {
                text-decoration: underline;
            }


            .product-bottom .nav-tabs li a .text .second {
                color: #262f5f;
            }

            .product-bottom .nav-tabs li a:hover .text .second {
                text-decoration: underline;
            }

            .product-bottom .nav-tabs li a .icon {
                width: 47px;
                height: 36px;
                background-repeat: no-repeat;
                background-position: center center;
                display: none;
            }

            .product-bottom .nav-tabs li a .info {
                background-image: url("/images/info.png");
            }

            .product-bottom .nav-tabs li a .food {
                background-image: url("/images/info.png");
            }

            .product-bottom .nav-tabs li a .recipes {
                background-image: url("/images/info.png");
            }

.active .icon {
    display: table-cell !important;
}

.product-bottom .tab-content {
    background-color: #ffffff;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 0px 0px 5px 5px;
    height: auto;
    overflow: hidden;
}


.table-info {
}

.product-bottom .tab-content .table-info .left {
    padding-right: 9px;
}

.product-bottom .tab-content .table-info .right {
    padding-left: 9px;
}

.product-bottom .tab-content .table-info .tdborder {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ece7e4;
    height: 82px;
    font-size: 14px;
    font-family: 'AkkoRoundedPro-Regular';
    color: #262f5f;
}

    .product-bottom .tab-content .table-info .tdborder img {
        float: left;
        margin-right: 17px;
    }

.product-bottom .tab-content .table-responsive h1 {
    margin-top: 0;
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: 'AkkoRoundedPro-Medium';
    border-bottom: 5px solid #ece7e4;
    color: #262f5f;
}

.product-bottom .tab-content .table-responsive .table {
    color: #262f5f;
    border-left: 1px solid #ece7e4;
}

    .product-bottom .tab-content .table-responsive .table thead tr th {
        border-bottom: 1px solid #ece7e4;
        border-right: 1px solid #ece7e4;
    }

    .product-bottom .tab-content .table-responsive .table tbody tr td {
        border-top: none;
        border-bottom: 1px solid #ece7e4;
        border-right: 1px solid #ece7e4;
    }


.product-bottom .tab-content .recipe-list {
}

    .product-bottom .tab-content .recipe-list .thumbnail-col {
        margin-bottom: 20px
    }

        .product-bottom .tab-content .recipe-list .thumbnail-col .thumbnail {
            border: medium none;
            margin-bottom: 0;
            padding: 0;
            border-radius: 5px;
            overflow: hidden;
            position: relative;
            background: -webkit-linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
            background: linear-gradient(-45deg, #ffa800 0%,#ff0000 100%);
        }

            .product-bottom .tab-content .recipe-list .thumbnail-col .thumbnail:hover img {
                opacity: 0.6;
                -webkit-transform: scale3d(1.5,1.5,0.5);
                transform: scale3d(1.5,1.5,0.5);
            }

            .product-bottom .tab-content .recipe-list .thumbnail-col .thumbnail .photo {
                display: block;
                overflow: hidden;
                position: relative;
            }

                .product-bottom .tab-content .recipe-list .thumbnail-col .thumbnail .photo img {
                    width: 100%;
                    -webkit-transition: transform 0.35s, -webkit-transform 0.35s;
                    transition: transform 0.35s, transform 0.35s;
                }


            .product-bottom .tab-content .recipe-list .thumbnail-col .thumbnail .name {
                border: 1px solid #ece7e4;
                border-radius: 0 0 5px 5px;
                display: table;
                height: 90px;
                padding-left: 10px;
                padding-right: 10px;
                text-align: center;
                width: 100%;
                background-color: #ffffff;
            }

                .product-bottom .tab-content .recipe-list .thumbnail-col .thumbnail .name .first {
                    color: #000000;
                    display: block;
                    font-size: 18px;
                    font-weight: 400;
                }

            .product-bottom .tab-content .recipe-list .thumbnail-col .thumbnail:hover .first {
                text-decoration: underline;
            }

            .product-bottom .tab-content .recipe-list .thumbnail-col .thumbnail .name .second {
                color: #414973;
                display: block;
                font-size: 16px;
                font-weight: 500;
            }

            .product-bottom .tab-content .recipe-list .thumbnail-col .thumbnail:hover .second {
                text-decoration: underline;
            }

.product-bottom .tab-content .recipes {
}

    .product-bottom .tab-content .recipes .photo {
        border-radius: 5px 0 0 5px;
        overflow: hidden;
    }

        .product-bottom .tab-content .recipes .photo img {
            max-width: 100%;
            width: 100%;
        }

    .product-bottom .tab-content .recipes .text {
    }

        .product-bottom .tab-content .recipes .text .top {
            background-color: #ece7e4;
            height: 120px;
            border-radius: 0 5px 5px 0;
            padding-left: 20px;
            padding-right: 120px;
            overflow: hidden;
            display: table;
            color: #91817a;
        }

            .product-bottom .tab-content .recipes .text .top .name-info {
                display: table-cell;
                vertical-align: middle;
            }

                .product-bottom .tab-content .recipes .text .top .name-info h2 {
                    margin-top: 0;
                    margin-bottom: 0;
                    font-family: 'AkkoRoundedPro-Medium';
                    font-size: 30px;
                }

                .product-bottom .tab-content .recipes .text .top .name-info p {
                    margin-top: 0;
                    margin-bottom: 0;
                    font-family: 'AkkoRoundedPro-Medium';
                    font-size: 16px;
                    line-height: 20px;
                }

            .product-bottom .tab-content .recipes .text .top .recipes-info {
                position: absolute;
                right: 0;
                top: 0;
                width: 100px;
            }

                .product-bottom .tab-content .recipes .text .top .recipes-info .time {
                    height: 60px;
                    line-height: 60px;
                    color: #ffffff;
                    background-color: #988a82;
                    padding-left: 10px;
                    border-radius: 0 5px 0 0;
                }

                    .product-bottom .tab-content .recipes .text .top .recipes-info .time img {
                        margin-right: 10px;
                    }

                .product-bottom .tab-content .recipes .text .top .recipes-info .person {
                    height: 120px;
                    line-height: 120px;
                    color: #ffffff;
                    background-color: #beaca3;
                    padding-left: 10px;
                    border-radius: 0 0 5px 0;
                }

                    .product-bottom .tab-content .recipes .text .top .recipes-info .person img {
                        margin-right: 10px;
                    }

    .product-bottom .tab-content .recipes .preparation {
        padding-top: 15px;
        color: #272f60;
    }

        .product-bottom .tab-content .recipes .preparation h2 {
            margin-top: 0;
            font-size: 20px;
            font-family: 'AkkoRoundedPro-Regular';
        }

        .product-bottom .tab-content .recipes .preparation ul {
            padding-left: 15px;
        }

            .product-bottom .tab-content .recipes .preparation ul li {
                list-style: outside disc;
                font-size: 14px;
                font-family: 'AkkoRoundedPro-Regular';
            }

    .product-bottom .tab-content .recipes .materials {
        color: #272f60;
        padding-left: 0;
        padding-right: 0;
    }

        .product-bottom .tab-content .recipes .materials h2 {
            font-size: 20px;
            font-family: 'AkkoRoundedPro-Regular';
        }

        .product-bottom .tab-content .recipes .materials h3 {
            font-size: 16px;
            font-family: 'AkkoRoundedPro-Regular';
        }

        .product-bottom .tab-content .recipes .materials ul {
        }

            .product-bottom .tab-content .recipes .materials ul li {
                list-style: outside none disc;
                font-size: 14px;
            }

.other-products {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .other-products #demo {
        background-color: #ffffff;
        border-radius: 5px;
    }

    .other-products .owl-controls .active span {
        background-image: url("/images/owl-product.png");
        background-position: right center;
    }

    .other-products .owl-controls .owl-page span {
        background-image: url("/images/owl-product.png") !important;
        background-position: left center;
    }

    .other-products .owl-theme .owl-controls {
        bottom: 0;
        position: absolute;
        width: 100%;
    }

    .other-products .owl-controls .owl-pagination {
        bottom: 20px;
        position: absolute;
        width: 100%;
    }


    .other-products .title {
        margin-top: 15px;
        height: 49px;
        position: relative;
        display: table;
        width: 100%;
    }

        .other-products .title h1, .other-products .title .altbaslik {
            font-size: 20px;
            font-family: 'AkkoRoundedPro-Medium';
            text-align: center;
            margin-top: 0px;
            margin-bottom: 0px;
            padding-left: 77px;
            padding-right: 77px;
            height: 49px;
            line-height: 22px;
            color: #262f5f;
            display: table-cell;
            vertical-align: middle;
        }

        .other-products .title .prev {
            float: left;
            background-image: url("/images/otherproduct.png");
            background-repeat: no-repeat;
            background-position: left top;
            background-color: #ece7e4;
            width: 77px;
            height: 49px;
            position: absolute;
            -webkit-transition-duration: 0.2s; /* Safari */
            transition-duration: 0.2s;
        }

            .other-products .title .prev:hover {
                background-position: right top;
                background-color: #d4cfcc;
            }

            .other-products .title .prev a {
                display: block;
                width: 77px;
                height: 49px
            }

        .other-products .title .next {
            background-image: url("/images/otherproduct.png");
            background-repeat: no-repeat;
            background-position: right bottom;
            background-color: #ece7e4;
            width: 77px;
            height: 49px;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition-duration: 0.2s; /* Safari */
            transition-duration: 0.2s;
        }

            .other-products .title .next:hover {
                background-position: left bottom;
                background-color: #d4cfcc;
            }

            .other-products .title .next a {
                display: block;
                width: 77px;
                height: 49px
            }


    .other-products .owl-carousel {
        padding-top: 14px;
        padding-bottom: 77px;
    }


    .other-products .owl-item:nth-child(1n+0) {
        background-color: #faf9f7;
    }

    .other-products .owl-item:nth-child(2n+0) {
        background-color: #ffffff;
    }

    .other-products a:hover .text {
        text-decoration: underline;
    }

    .other-products .text {
        color: #262f5f;
        text-align: center;
        text-align: center;
        width: 100%;
        padding-top: 28px;
        padding-bottom: 13px;
    }

        .other-products .text .first {
            font-size: 15px;
            line-height: 24px;
            font-family: 'AkkoRoundedPro-Regular';
        }

        .other-products .text .second {
            font-size: 18px;
            line-height: 19px;
            font-family: 'AkkoRoundedPro-Light';
        }

    .other-products .image {
        display: block;
        margin: 0 auto;
        width: 70%;
        overflow: hidden;
        text-align: center;
    }

        .other-products .image img {
            width: 80%;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
        }

    .other-products a:hover .image img {
        -webkit-transform: scale3d(1.3,1.3,0.3);
        transform: scale3d(1.3,1.3,0.3);
    }

    .other-products .btn {
        bottom: 0;
        clear: both;
        right: 0;
        position: absolute;
        width: 120px;
        background-color: #FFA500;
        color: #ffffff;
        border-radius: 0px;
        height: 80px;
        background-image: url(/images/basket.png);
        background-repeat: no-repeat;
        background-position: center 14px;
        padding-top: 52px;
        -webkit-transition: background-color 0.20s, -webkit-transform 0.20s;
        transition: background-color 0.20s, transform 0.20s;
    }

        .other-products .btn:hover {
            background-color: #ee9a00;
        }

/* Ürün Detay Son */


/* Kategori Liste*/
.categories-title {
    height: 80px;
    background-color: #262f5f;
}

    .categories-title h2 {
        margin-top: 0;
        margin-bottom: 0;
        color: #ffffff;
        text-align: center;
        font-size: 24px;
        font-family: 'AkkoRoundedPro-Regular';
    }

.categories-list {
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}

    .categories-list .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .categories-list .categories {
        height: auto;
        padding: 0;
    }


        .categories-list .categories a {
            display: block;
            color: #262f5f;
        }

            .categories-list .categories a .categories-photo {
                width: 100%;
            }

            .categories-list .categories a .text {
                position: absolute;
                width: 50%;
                display: block;
                height: auto;
                padding-top: 15px;
                padding-bottom: 10px;
                padding-right: 20px;
                text-align: right;
                color: #262f5f;
                top: 0;
                right: 0;
            }

                .categories-list .categories a .text .first {
                    display: block;
                    font-family: 'AkkoRoundedPro-Light';
                    font-size: 15px;
                    line-height: 15px;
                }

                .categories-list .categories a .text .second {
                    display: block;
                    clear: both;
                    font-family: 'AkkoRoundedPro-Medium';
                    font-size: 18px;
                    line-height: 20px;
                }

/* Kategori Liste Son*/

/* Ürün Liste*/
.producs-title {
    height: 80px;
}

    .producs-title h2 {
        margin-top: 0;
        margin-bottom: 0;
        color: #ffffff;
        text-align: center;
        font-size: 24px;
        font-family: 'AkkoRoundedPro-Regular';
    }

.producs-list {
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}

    .producs-list .producs {
        background-color: #f1f1f1;
        height: auto;
        border-right: 20px solid #ffffff;
        border-top: 20px solid #ffffff;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
    }


        .producs-list .producs a {
            display: block;
        }

            .producs-list .producs a:hover .text {
                text-decoration: underline;
            }

        .producs-list .producs .text {
            background: -webkit-linear-gradient(90deg, #ffffff 0%,#f1f1f1 100%);
            background: linear-gradient(90deg, #ffffff 0%,#f1f1f1 100%);
            height: 80px;
        }

            .producs-list .producs .text::after {
                border-top-width: 15px;
                border-right-width: 15px;
                border-left-width: 15px;
                border-bottom-width: 15px;
                border-top-color: #ffffff;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: #ffffff;
                top: 80px;
                content: "";
                position: absolute;
                display: table;
                left: 0px;
                border-style: solid;
            }

        .producs-list .producs a .producs-photo {
            width: 100%;
            float: left;
            overflow: hidden;
            padding-left: 15px;
            padding-right: 15px;
        }

            .producs-list .producs a .producs-photo img {
                padding-left: 50px;
                padding-right: 50px;
                -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                transition: opacity 0.35s, transform 0.35s;
            }

        .producs-list .producs a:hover .producs-photo img {
            -webkit-transform: scale3d(1.3,1.3,0.3);
            transform: scale3d(1.3,1.3,0.3);
        }

        .producs-list .producs a .text {
            float: left;
            width: 100%;
            height: 80px;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
            display: block;
            color: #262f5f;
            display: table;
        }

            .producs-list .producs a .text .first {
                font-size: 15px;
                line-height: 15px;
                font-family: 'AkkoRoundedPro-Regular';
                display: block;
            }

            .producs-list .producs a .text .second {
                font-size: 18px;
                line-height: 20px;
                font-family: 'AkkoRoundedPro-Medium';
                display: block;
            }

        .producs-list .producs .price {
            bottom: 80px;
            right: 0;
            position: absolute;
            width: 120px;
            background-color: #262f5f;
            color: #ffffff;
            height: auto;
            overflow: hidden;
            padding: 3px 5px;
            font-size: 14px;
            text-align: center;
        }

        .producs-list .producs .btn {
            bottom: 0;
            clear: both;
            right: 0;
            position: absolute;
            width: 120px;
            background-color: #FFA500;
            color: #ffffff;
            border-radius: 0px;
            height: 80px;
            background-image: url(/images/basket.png);
            background-repeat: no-repeat;
            background-position: center 14px;
            padding-top: 52px;
            -webkit-transition: background-color 0.20s, -webkit-transform 0.20s;
            transition: background-color 0.20s, transform 0.20s;
        }

            .producs-list .producs .btn:hover {
                background-color: #ee9a00;
            }

/* Ürün Liste Son*/

/* Page Content Left */

.page-content-left {
    padding-right: 0;
}

    .page-content-left .page-content-left-title {
        background-color: #F2E1F2;
        height: 80px;
        padding-left: 30px;
        padding-right: 30px;
    }

        .page-content-left .page-content-left-title h1 {
            color: #434343;
            font-size: 24px;
            font-family: 'AkkoRoundedPro-Light';
            margin-bottom: 0;
            margin-top: 0;
            text-align: left;
        }

        .page-content-left .page-content-left-title .share {
            position: absolute;
            right: 30px;
            top: 23px;
        }

            .page-content-left .page-content-left-title .share span {
                float: left;
                color: #998476;
                font-size: 12px;
                font-family: 'AkkoRoundedPro-Regular';
                height: 32px;
                line-height: 32px;
            }

            .page-content-left .page-content-left-title .share ul {
                float: left;
                margin-bottom: 0;
                margin-left: 15px;
            }

                .page-content-left .page-content-left-title .share ul li {
                    width: 32px;
                    height: 32px;
                    background-repeat: no-repeat;
                    background-position: center top;
                    padding-left: 0;
                    padding-right: 0;
                    -webkit-transition: background-position 0.20s, -webkit-transform 0.20s;
                    transition: background-position 0.20s, transform 0.20s;
                }

                    .page-content-left .page-content-left-title .share ul li:hover {
                        background-position: center bottom;
                    }

                    .page-content-left .page-content-left-title .share ul li a {
                        display: block;
                        width: 32px;
                        height: 32px;
                    }

                .page-content-left .page-content-left-title .share ul .twitter {
                    background-image: url(/images/page/twiiter.png);
                }

                .page-content-left .page-content-left-title .share ul .facebook {
                    background-image: url(/images/page/facebook.png);
                }

                .page-content-left .page-content-left-title .share ul .pinterest {
                    background-image: url(/images/page/pinterest.png);
                }

/* Page Content Left Son */


/* Bayiler */
.filtering {
    margin-top: 15px;
}

.pointofsale table tr td {
    font-size: 13px;
}

    .pointofsale table tr td a {
        color: #ff9b00;
    }
/* Bayiler Son*/

/* Pratik Bilgiler */
.page-content-left .page-content-left-contents .practicalinfo {
    margin-bottom: 20px;
    clear: both;
}

    .page-content-left .page-content-left-contents .practicalinfo .top {
        border-radius: 3px 3px 0px 0px;
        overflow: hidden;
        height: 190px;
        background-color: #ffa500;
    }

        .page-content-left .page-content-left-contents .practicalinfo .top .image {
            height: 100%;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .page-content-left .page-content-left-contents .practicalinfo .top .text {
            height: 100%;
            display: table;
            font-size: 35px;
            font-family: 'AkkoRoundedPro-Regular';
            line-height: 36px;
            color: #ffffff;
        }



    .page-content-left .page-content-left-contents .practicalinfo table tr td {
        text-align: center;
        vertical-align: top;
        padding: 20px 35px;
        width: 25%;
    }

.practicalinfo table tr:nth-child(even) td:nth-child(even) {
    background-color: #f7f4f1;
}

.practicalinfo table tr:nth-child(even) td:nth-child(odd) {
    background-color: #ffffff;
}

.practicalinfo table tr:nth-child(odd) td:nth-child(even) {
    background-color: #ffffff;
}

.practicalinfo table tr:nth-child(odd) td:nth-child(odd) {
    background-color: #f7f4f1;
}

.page-content-left .page-content-left-contents .practicalinfo table tr td .number {
    display: block;
    margin: 0 auto 15px;
    width: 77px;
    height: 77px;
    border: 2px solid #ffa500;
    border-radius: 50%;
    line-height: 70px;
    font-size: 42px;
    font-family: 'AkkoRoundedPro-Light';
    color: #ffa500;
    text-align: center;
}

.page-content-left .page-content-left-contents .practicalinfo table tr td span {
    display: block;
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    font-family: 'AkkoRoundedPro-Light';
}
/* Pratik Bilgiler Son*/

/* Sidebar */

.sidebar {
    padding-left: 0;
}

.nav-sidebar-top {
    background-color: #9E4AE6;
    border-radius: 5px 5px 0 0;
    height: 80px;
}

    .nav-sidebar-top .title {
        color: #ffffff;
        height: 80px;
        line-height: 80px;
        padding-left: 40px;
        font-size: 20px;
        font-family: 'AkkoRoundedPro-Light';
    }

        .nav-sidebar-top .title .caret {
            float: right;
            margin-right: 40px;
            margin-top: 40px;
        }

.nav-sidebar {
    background-color: #E64AE6;
    border-radius: 0 0 5px 5px;
}

    .nav-sidebar a {
        color: #ffffff;
    }

    .nav-sidebar .active:focus {
        background-color: #E64AE6;
    }

    .nav-sidebar .active a {
        font-family: 'AkkoRoundedPro-Medium';
        text-decoration: underline;
    }

    .nav-sidebar li {
        border-top: 1px solid rgba(255, 200, 137, 0.4);
        width: 100%;
        -webkit-transition: background-color 0.35s, -webkit-transform 0.35s;
        transition: background-color 0.35s, transform 0.35s;
    }

        .nav-sidebar li:hover, .nav-sidebar li:focus {
            background-image: linear-gradient(to right,#E64AE6,#9E4AE6);
        }



        .nav-sidebar li a {
            clear: both;
            font-family: 'AkkoRoundedPro-Regular';
            font-size: 14px;
            text-decoration: none;
            padding-left: 40px;
            padding-right: 40px;
            padding-top: 19px;
            padding-bottom: 19px;
            line-height: 17px;
            background-color: transparent;
        }

            .nav-sidebar li a:focus {
                background-color: #9E4AE6;
            }


            .nav-sidebar li a:hover {
                text-decoration: underline;
                background-color: transparent;
            }

        .nav-sidebar li ul {
            padding-bottom: 10px;
        }

            .nav-sidebar li ul li {
                padding-left: 15px;
                border-top: none;
                color: #ffffff;
                list-style: inside disc;
            }

                .nav-sidebar li ul li a {
                    padding-left: 0px;
                    padding-top: 5px;
                    padding-bottom: 5px;
                    font-size: 13px;
                }

                    .nav-sidebar li ul li a:focus {
                        background-color: transparent;
                    }


/*Eticaret*/
.page-content-left-contents .myorder-list tbody tr .cancel {
    color: #FFA500;
    font-family: 'AkkoRoundedPro-Regular';
}

.page-content-left-contents .myorder-list tbody tr .true {
    color: #04265F;
    font-family: 'AkkoRoundedPro-Regular';
}

.page-content-left-contents .membership-info h3 {
    color: #FFA500;
}

.page-content-left-contents .membership-info .column {
    width: 100%;
    border-bottom: 1px solid #F7F4F1;
    padding-bottom: 20px;
}

    .page-content-left-contents .membership-info .column h3 {
        margin-top: 0px;
    }

.page-content-left-contents .myaddress .col {
}

.page-content-left-contents .myaddress .address-col .address-col-bottom {
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    border: 1px solid #F7F4F1;
    min-height: 150px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.page-content-left-contents .myaddress .address-col .title {
    color: #FFA500;
    font-family: 'AkkoRoundedPro-Regular';
    font-size: 14px;
}

.page-content-left-contents .myaddress .address-col .address {
    color: #000000;
    font-family: 'AkkoRoundedPro-Regular';
    font-size: 14px;
    line-height: 18px;
}

.page-content-left-contents .myaddress .address-col .links a {
    color: #FFA500;
    font-family: 'AkkoRoundedPro-Regular';
    font-size: 12px;
    text-decoration: underline;
    padding-right: 5px;
}

.page-content-left-contents .myaddress .button-col {
    display: table;
    height: 150px;
}

    .page-content-left-contents .myaddress .button-col .address-col-bottom {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        border: 1px solid #F7F4F1;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        border-radius: 3px;
    }

        .page-content-left-contents .myaddress .button-col .address-col-bottom a {
            padding-top: 10px;
            padding-right: 15px;
            padding-bottom: 10px;
            padding-left: 15px;
            background-color: #FFA500;
            border-radius: 3px;
            color: #ffffff;
            font-family: 'AkkoRoundedPro-Regular';
        }

.page-content-left-contents .radio {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 20px;
    position: absolute;
    left: 30px;
    top: 15px;
}

.page-content-left-contents .radio-general {
    height: auto;
    margin-bottom: 15px;
}

.page-content-left-contents .radios {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 20px;
    position: relative;
    left: 0;
    top: 0;
}

.page-content-left-contents .radio .custom-radio {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 3px;
    margin-right: 8px;
    background-image: url(/images/radio.png);
    background-repeat: no-repeat;
}

    .page-content-left-contents .radio .custom-radio input {
        opacity: 0;
    }

    .page-content-left-contents .radio .custom-radio:hover {
        background-image: url(/images/radio-hover.png);
        background-repeat: no-repeat;
    }

    .page-content-left-contents .radio .custom-radio.selected {
        background-image: url(/images/radio-selected.png);
        background-repeat: no-repeat;
    }

    .page-content-left-contents .radio .custom-radio input[type="radio"] {
        margin: 1px;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: none;
        opacity: 0;
        /* CSS hacks browsers */
        _noFocusLine: expression(this.hideFocus=true);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
    }

.page-content-left-contents .radio label {
    display: block;
    color: #48443f;
    font-size: 13px;
    font-family: 'AkkoRoundedPro-Medium';
    padding-left: 0px;
}

.page-content-left-contents .checkbox {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 20px;
    position: absolute;
    left: 15px;
    top: 15px;
}

    .page-content-left-contents .checkbox input[type="checkbox"] {
        display: block;
        left: 25px;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 70%;
        opacity: 0;
    }

        .page-content-left-contents .checkbox input[type="checkbox"] + label {
            background-image: url("/images/radio.png");
            background-repeat: no-repeat;
            background-position: left center;
            clear: none;
            cursor: pointer;
            display: inline-block;
            height: 20px;
            margin: 0;
            padding: 0 10px 0 24px;
        }

            .page-content-left-contents .checkbox input[type="checkbox"] + label:hover {
                background: url("/images/radio-hover.png");
                background-repeat: no-repeat;
                background-position: left center;
            }

        .page-content-left-contents .checkbox input[type="checkbox"]:checked + label {
            background-image: url("/images/radio-selected.png");
            background-repeat: no-repeat;
            background-position: left center;
        }

    .page-content-left-contents .checkbox .field-validation-error {
        background-image: url("/images/input-validation-error.png");
        background-position: right center;
        background-repeat: no-repeat;
        width: 33px;
        height: 23px;
        display: block;
        float: right;
    }

.page-content-left-contents .radio {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 20px;
    position: absolute;
    left: 30px;
    top: 15px;
}

    .page-content-left-contents .radio input[type="radio"] {
        display: block;
        left: 20px;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 0;
    }

        .page-content-left-contents .radio input[type="radio"] + label {
            background-image: url("/images/radio.png");
            background-repeat: no-repeat;
            background-position: left center;
            clear: none;
            cursor: pointer;
            display: inline-block;
            height: 20px;
            margin: 0;
            padding: 0 10px 0 24px;
        }

            .page-content-left-contents .radio input[type="radio"] + label:hover {
                background: url("/images/radio-hover.png");
                background-repeat: no-repeat;
                background-position: left center;
            }

        .page-content-left-contents .radio input[type="radio"]:checked + label {
            background-image: url("/images/radio-selected.png");
            background-repeat: no-repeat;
            background-position: left center;
        }

.page-content-left-contents .mycart-list {
}

    .page-content-left-contents .mycart-list tbody tr {
        height: 100px;
    }

        .page-content-left-contents .mycart-list tbody tr .delete a {
            color: #FFA500;
            font-size: 13px;
            font-family: 'AkkoRoundedPro-Regular';
        }

        .page-content-left-contents .mycart-list tbody tr .photo {
            height: 100px;
            text-align: center;
        }

            .page-content-left-contents .mycart-list tbody tr .photo img {
                height: 100%;
            }

        .page-content-left-contents .mycart-list tbody tr .number {
            text-align: center;
        }

            .page-content-left-contents .mycart-list tbody tr .number .form-control {
                height: 40px;
                border: 1px solid #ece7e3;
                box-shadow: none;
                color: #272f60;
                font-family: 'AkkoRoundedPro-Medium';
                font-size: 14px;
                margin-bottom: 10px;
                -webkit-transition: border 0.65s, -webkit-transform 0.65s;
                transition: border 0.65s, transform 0.65s;
                text-align: center;
            }

                .page-content-left-contents .mycart-list tbody tr .number .form-control:focus {
                    border: 1px solid #262F5F;
                }

            .page-content-left-contents .mycart-list tbody tr .number a {
                color: #FFA500;
                font-size: 13px;
                font-family: 'AkkoRoundedPro-Regular';
            }

    .page-content-left-contents .mycart-list .total {
        width: 100%;
        display: table;
        height: 50px;
        background-color: #FFA500;
        padding-left: 15px;
        padding-right: 15px;
        text-align: right;
        border-radius: 3px;
    }

        .page-content-left-contents .mycart-list .total .text {
            font-size: 20px;
            font-family: 'AkkoRoundedPro-Regular';
            color: #ffffff;
        }

        .page-content-left-contents .mycart-list .total .price {
            font-size: 20px;
            font-family: 'AkkoRoundedPro-Medium';
            color: #ffffff;
        }

.page-content-left-contents .mycoupon p {
    color: #FFA500;
    font-family: 'AkkoRoundedPro-Regular';
    font-size: 14px;
}

.page-content-left-contents .order-detail h3 {
    margin-top: 0px;
    color: #FFA500;
    line-height: 24px;
}

.page-content-left-contents .order-detail tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.page-content-left-contents .order-detail tbody tr .photo {
    height: 100px;
    text-align: center;
}

    .page-content-left-contents .order-detail tbody tr .photo img {
        height: 100%;
    }

.page-content-left-contents .order-detail tbody tr td .totalprice {
    display: block;
}

.page-content-left-contents .order-detail tbody tr td .subtotal {
    display: block;
    font-size: 12px;
    color: #FFA500;
    font-family: 'AkkoRoundedPro-Medium';
}

.page-content-left-contents .order-detail .total {
    background-color: #F7F4F1;
    height: auto;
    overflow: hidden;
    padding: 15px 0px 15px 0px;
    border-radius: 3px;
    margin-bottom: 20px;
    color: #000000;
}

    .page-content-left-contents .order-detail .total .left {
        text-align: left;
        font-size: 14px;
        font-family: 'AkkoRoundedPro-Regular';
        clear: both;
    }

    .page-content-left-contents .order-detail .total .right {
        text-align: right;
        font-size: 14px;
        font-family: 'AkkoRoundedPro-Regular';
    }

        .page-content-left-contents .order-detail .total .right .totalprice {
            display: block;
            font-size: 20px;
            line-height: 20px;
            font-family: 'AkkoRoundedPro-Regular';
        }


    .page-content-left-contents .order-detail .total .total-ordering {
        font-size: 20px;
        font-family: 'AkkoRoundedPro-Regular';
    }

.page-content-left-contents .order-detail .ordering-info .title {
    font-size: 16px;
    font-family: 'AkkoRoundedPro-Regular';
    color: #000000;
    clear: both;
}

.page-content-left-contents .order-detail .ordering-info .cont {
    font-size: 14px;
    font-family: 'AkkoRoundedPro-Regular';
    color: #000000;
    text-align: right;
}


.payment {
}

    .payment .paymenttab {
        padding-left: 0px;
        width: 100%;
        border-bottom: 5px solid #FFA500;
        position: relative;
        table-layout: fixed;
        display: table;
        height: 50px;
    }

        .payment .paymenttab li {
            display: table-cell;
            vertical-align: middle;
        }

            .payment .paymenttab li a {
                text-align: center;
                color: #FFA500;
                padding-left: 15px;
                padding-right: 15px;
                font-size: 14px;
                font-family: 'AkkoRoundedPro-Regular';
                display: table;
                width: 100%;
                height: 45px;
            }

                .payment .paymenttab li a span {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }

        .payment .paymenttab .active {
            background-color: #FFA500;
            border-radius: 3px 3px 0 0;
        }

            .payment .paymenttab .active a {
                color: #ffffff;
            }

                .payment .paymenttab .active a:hover {
                    text-decoration: none;
                }

    .payment h3 {
        color: #ffa500;
        line-height: 24px;
    }

    .payment .address-col {
        margin-bottom: 15px;
    }

        .payment .address-col .address-col-bottom {
            padding-left: 50px;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-right: 15px;
            border: 1px solid #F7F4F1;
            min-height: 150px;
            border-radius: 3px;
        }

        .payment .address-col .title {
            color: #FFA500;
            font-family: 'AkkoRoundedPro-Regular';
            font-size: 14px;
        }

        .payment .address-col .address {
            color: #000000;
            font-family: 'AkkoRoundedPro-Regular';
            font-size: 14px;
            line-height: 18px;
        }

        .payment .address-col .links a {
            color: #FFA500;
            font-family: 'AkkoRoundedPro-Regular';
            font-size: 12px;
            text-decoration: underline;
            padding-right: 5px;
        }

    .payment .button-col {
        display: table;
        height: 150px;
    }

        .payment .button-col .address-col-bottom {
            padding-left: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-right: 15px;
            border: 1px solid #F7F4F1;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            border-radius: 3px;
        }

            .payment .button-col .address-col-bottom a {
                padding-top: 10px;
                padding-right: 15px;
                padding-bottom: 10px;
                padding-left: 15px;
                background-color: #FFA500;
                border-radius: 3px;
                color: #ffffff;
                font-family: 'AkkoRoundedPro-Regular';
            }

    .payment .newbill {
        background-color: #ffa500;
        border-radius: 3px;
        display: table;
        float: right;
    }

        .payment .newbill a {
            color: #ffffff;
            font-family: 'AkkoRoundedPro-Regular';
            padding: 10px 15px;
            display: table-cell;
            vertical-align: middle;
        }


    .payment .checkbox-general {
        display: block;
        height: 50px;
        overflow: hidden;
    }

    .payment .radio-general {
        min-height: 50px;
    }

        .payment .radio-general .radio {
            left: 0px;
        }

.page-content-left-contents .form .checkbox-general {
    display: block;
    height: 50px;
    overflow: hidden;
}

    .page-content-left-contents .form .checkbox-general .checkbox {
        left: 5px;
    }

.payment .paymentformbank .bankall {
    height: 200px;
    overflow-y: scroll;
}

.payment .paymentformbank .bank {
    margin-bottom: 15px;
    padding-top: 15px;
}

    .payment .paymentformbank .bank:nth-child(even) {
        background-color: #f7f4f1;
    }


    .payment .paymentformbank .bank .line {
        width: 100%;
        clear: both;
        border-bottom: 1px solid #F7F4F1;
        padding-bottom: 5px;
        margin-bottom: 5px;
        height: auto;
        overflow: hidden;
    }

        .payment .paymentformbank .bank .line .left {
            font-family: 'AkkoRoundedPro-Regular';
            font-size: 14px;
            float: left;
            width: 50%;
        }

        .payment .paymentformbank .bank .line .right {
            font-family: 'AkkoRoundedPro-Regular';
            font-size: 14px;
            float: left;
            width: 50%;
        }

.payment .paymentformbank .BankFormInfo p a {
    line-height: 15px;
}

.payment tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.payment tbody tr .photo {
    height: 100px;
    text-align: center;
}

    .payment tbody tr .photo img {
        height: 100%;
    }

.payment tbody tr td .totalprice {
    display: block;
}

.payment tbody tr td .subtotal {
    display: block;
    font-size: 12px;
    color: #FFA500;
    font-family: 'AkkoRoundedPro-Medium';
}

.payment .total {
    background-color: #F7F4F1;
    height: auto;
    overflow: hidden;
    padding: 15px 0px 15px 0px;
    border-radius: 3px;
    margin-bottom: 20px;
    color: #000000;
}

    .payment .total .left {
        text-align: left;
        font-size: 14px;
        font-family: 'AkkoRoundedPro-Regular';
        clear: both;
    }

    .payment .total .right {
        text-align: right;
        font-size: 14px;
        font-family: 'AkkoRoundedPro-Regular';
    }

        .payment .total .right .totalprice {
            display: block;
            font-size: 20px;
            line-height: 20px;
            font-family: 'AkkoRoundedPro-Regular';
        }


    .payment .total .total-ordering {
        font-size: 20px;
        font-family: 'AkkoRoundedPro-Regular';
    }

.payment .ordering-info .title {
    font-size: 16px;
    font-family: 'AkkoRoundedPro-Regular';
    color: #000000;
    clear: both;
}

.payment .ordering-info .cont {
    font-size: 14px;
    font-family: 'AkkoRoundedPro-Regular';
    color: #000000;
    text-align: right;
}

.page-content-left-contents .newaddress {
    display: none;
}

.page-content-left-contents .billing-address {
    display: none;
}

.page-content-left-contents .newaddress-two {
    display: none;
}

.paymentformbank {
    display: none;
    margin-bottom: 20px;
}


.page-content-left-contents .transfernotification {
}

/*Eticaret Son*/


/*Ürün Liste Yeni*/
.productlist {
    background-color: #ffffff;
    height: auto;
    overflow: hidden;
}

    .productlist .product-sidebar .breadcrumb {
        background-color: transparent;
        padding: 20px 0px;
        margin: 0px;
    }

        .productlist .product-sidebar .breadcrumb li a {
            color: #000000;
            font-size: 12px;
            font-family: 'AkkoRoundedPro-Regular';
        }

        .productlist .product-sidebar .breadcrumb > li + li::before {
            color: #000000;
            font-size: 12px;
            font-family: 'AkkoRoundedPro-Regular';
            padding: 0px;
        }

        .productlist .product-sidebar .breadcrumb > .active {
            color: #000000;
            font-size: 12px;
            font-family: 'AkkoRoundedPro-Regular';
        }

    .productlist .product-sidebar .title {
        margin-bottom: 30px;
    }

        .productlist .product-sidebar .title span {
            color: #fea400;
            font-size: 18px;
            font-family: 'ralewayextrabold';
        }

    .productlist .product-sidebar .nav {
        margin-bottom: 65px;
    }


        .productlist .product-sidebar .nav li a {
            padding: 5px 0px;
            color: #262f5f;
            font-size: 14px;
            font-family: 'ralewayextrabold';
        }

            .productlist .product-sidebar .nav li a:hover {
                background-color: transparent;
                text-decoration: underline;
            }

            .productlist .product-sidebar .nav li a span {
                padding-left: 5px;
                font-family: 'AkkoRoundedPro-Light';
            }

        .productlist .product-sidebar .nav .active a {
            color: #fea400;
        }


    .productlist .product-sidebar .advertisement,
    .productlist .product-sidebar .advertisement .col,
    .productlist .product-sidebar .advertisement .col img {
        width: 100%;
    }

        .productlist .product-sidebar .advertisement .col {
            margin-bottom: 12px;
        }

    .productlist .product-list-top {
        width: 100%;
        padding: 15px;
        display: block;
        height: auto;
        overflow: hidden;
    }



        .productlist .product-list-top .left {
            float: left;
            margin: 5px 0px;
        }

            .productlist .product-list-top .left a {
                font-size: 13px;
                color: #000000;
                font-family: 'AkkoRoundedPro-Regular';
                background-image: url(/images/instock.png);
                background-position: left center;
                background-repeat: no-repeat;
                padding-left: 20px;
            }

        .productlist .product-list-top .right {
            float: right;
        }

        .productlist .product-list-top .select-box {
            position: relative;
        }

            .productlist .product-list-top .select-box .select {
                background-color: #f7f4f1;
                color: #000000;
                font-size: 13px;
                font-family: 'AkkoRoundedPro-Regular';
                height: 32px;
                line-height: 32px;
                padding-left: 12px;
                position: absolute;
                right: 0px;
                top: 0px;
                width: 100%;
                padding-right: 44px;
                border-radius: 3px;
            }

                .productlist .product-list-top .select-box .select::after {
                    background-image: url("/images/product-list-arrow.png");
                    background-position: center center;
                    background-repeat: no-repeat;
                    height: 32px;
                    right: 0;
                    top: 0;
                    position: absolute;
                    content: "";
                    z-index: 99;
                    width: 32px;
                }

            .productlist .product-list-top .select-box select {
                opacity: 0;
            }

    .productlist .products .product {
        margin-bottom: 35px;
    }

        .productlist .products .product a:hover {
            text-decoration: none;
        }

        .productlist .products .product .photo {
            background-color: #efebe9;
            display: block;
            -webkit-transition: background-color 0.35s;
            transition: background-color 0.35s;
        }

        .productlist .products .product:hover .photo {
            background-color: #e3d7d1;
        }

        .productlist .products .product .photo img {
            max-width: 100%;
            display: table;
            margin: 0 auto;
        }

        .productlist .products .product .photo .status {
            height: 72px;
            display: none; /*display:block;*/
            width: 100%;
            padding: 10px;
        }

            .productlist .products .product .photo .status .first {
                float: left;
                padding: 8px 10px;
                background-color: #97c221;
                color: #ffffff;
                font-size: 12px;
                line-height: 12px;
                font-family: 'AkkoRoundedPro-Medium';
                margin-bottom: 3px;
            }

            .productlist .products .product .photo .status .second {
                float: left;
                padding: 8px 10px;
                background-color: #8d7a6c;
                color: #ffffff;
                font-size: 12px;
                line-height: 12px;
                font-family: 'AkkoRoundedPro-Medium';
                clear: both;
                margin-bottom: 3px;
            }

            .productlist .products .product .photo .status .third {
                float: left;
                padding: 8px 10px;
                background-color: #FF0000;
                color: #ffffff;
                font-size: 12px;
                line-height: 12px;
                font-family: 'AkkoRoundedPro-Medium';
                clear: both;
            }

        .productlist .products .product .text .name .first {
            font-size: 14px;
            color: #262f5f;
            font-family: 'AkkoRoundedPro-Regular';
        }

        .productlist .products .product .text .name .second {
            font-size: 14px;
            color: #262f5f;
            font-family: 'AkkoRoundedPro-Regular';
        }

        .productlist .products .product .text .name .third {
            font-size: 14px;
            color: #262f5f;
            font-family: 'AkkoRoundedPro-Regular';
        }

        .productlist .products .product .text .price {
            clear: both;
            display: block;
            font-size: 18px;
        }

            .productlist .products .product .text .price .oldprice {
                color: #797a7f;
                font-family: 'AkkoRoundedPro-Regular';
                text-decoration: line-through;
            }

            .productlist .products .product .text .price .nowprice {
                color: #262f5f;
                font-family: 'AkkoRoundedPro-Medium';
            }


        .productlist .products .product .addbtn {
            font-size: 15px;
            font-family: 'ralewayextrabold';
            color: #fea400;
        }

.product-sub-title {
    color: #fea400;
    font-weight: bold;
    font-size: 20px;
    padding: 0 15px 15px 15px;
}

.productlist .products .product .addbtn:hover span {
    text-decoration: underline;
}

.productlist .products .product .addbtn::before {
    content: "+";
    padding-right: 5px;
}

.productlist .products .product .btnGreen {
    color: #78fe00;
}

/*Ürün Liste Yeni Son*/

/* Fancy Box */
.fancybox-top {
    padding-top: 70px;
}

    .fancybox-product .title,
    .fancybox-top .title {
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        color: #ffffff;
        padding-left: 15px;
        padding-right: 65px;
        display: table;
        background-color: #ffa500;
    }

        .fancybox-product .title span, .fancybox-top .title span {
            display: table-cell;
            vertical-align: middle;
            font-family: 'AkkoRoundedPro-Medium';
            font-size: 20px;
        }

.fancybox-product .product-content {
    height: 404px;
}


.fancybox-product .product-info {
    padding-top: 15px;
    padding-left: 30px;
    color: #262f5f;
}

    .fancybox-product .product-info .product-info-text .first {
        font-size: 25px;
        font-family: 'AkkoRoundedPro-Light';
        height: 25px;
        line-height: 25px;
    }

    .fancybox-product .product-info .product-info-text .second {
        font-size: 36px;
        font-family: 'AkkoRoundedPro-Regular';
        line-height: 36px;
    }

    .fancybox-product .product-info .product-info-text .third {
        font-size: 18px;
        font-family: 'AkkoRoundedPro-Light';
        height: 18px;
        line-height: 18px;
        margin-bottom: 34px;
        clear: both;
    }

    .fancybox-product .product-info .fifth {
        height: auto;
        overflow: hidden;
        width: 240px;
        border-radius: 5px 5px 5px 5px;
        border: 1px solid #c1afa7;
    }

        .fancybox-product .product-info .fifth .price {
            float: left;
            font-size: 16px;
            height: 86px;
            border-right: 1px solid #c1afa7;
        }

            .fancybox-product .product-info .fifth .price .first {
                font-weight: 400;
                font-size: 14px;
                line-height: 28px;
            }

            .fancybox-product .product-info .fifth .price .second {
                font-weight: 500;
                font-size: 14px;
                line-height: 16px;
                text-decoration: line-through;
                color: #d1d1d1;
            }


            .fancybox-product .product-info .fifth .price .third {
                font-weight: 500;
                font-size: 20px;
                line-height: 36px;
            }

        .fancybox-product .product-info .fifth .stock .first {
            font-size: 14px;
            font-weight: 400;
            line-height: 28px;
        }

        .fancybox-product .product-info .fifth .stock .yes {
            color: #15bd50;
            font-weight: 500;
            line-height: 36px;
            font-size: 16px;
        }

        .fancybox-product .product-info .fifth .stock .no {
            color: #df191e;
            font-weight: 500;
            line-height: 36px;
            font-size: 16px;
        }

        .fancybox-product .product-info .fifth .weight-number {
            float: left;
            padding-top: 10px;
            margin-bottom: 20px;
            border-top: 1px solid #c1afa7;
        }

        .fancybox-product .product-info .fifth .weight-top {
            padding-right: 7px;
        }

        .fancybox-product .product-info .fifth .weight {
            height: 50px;
            border-radius: 5px;
            background-color: #ffffff;
            background-image: url("/images/selectbox-arrow.png");
            background-repeat: no-repeat;
            background-position: right center;
            border: 1px solid #ece7e4;
        }

            .fancybox-product .product-info .fifth .weight span {
                height: 50px;
                line-height: 50px;
                position: absolute;
                padding-left: 10px;
            }

            .fancybox-product .product-info .fifth .weight select {
                height: 50px;
                width: 100%;
                opacity: 0;
            }

        .fancybox-product .product-info .fifth .number {
            padding-left: 7px;
        }

            .fancybox-product .product-info .fifth .number input {
                border: 1px solid #ece7e4;
                height: 50px;
                border-radius: 5px;
                box-shadow: none;
            }

        .fancybox-product .product-info .fifth .add-to-cart {
            background-color: #c1afa7;
            background-image: url("/images/addtocart.png");
            background-repeat: no-repeat;
            background-position: right center;
            text-align: left;
            color: #ffffff;
            height: 50px;
            margin-top: 20px;
            border-radius: 0;
        }

            .fancybox-product .product-info .fifth .add-to-cart:hover {
                background-color: #ad9d96;
            }

        .fancybox-product .product-info .fifth .stock {
            font-size: 14px;
            font-weight: 400;
            float: left;
            height: 64px;
        }

    .fancybox-product .product-info .warning {
        margin-top: 10px;
        font-size: 14px;
        font-family: 'AkkoRoundedPro-Regular';
    }

    .fancybox-product .product-info .true {
        color: #272F60;
    }

    .fancybox-product .product-info .false {
        color: #FFA500;
    }

    .fancybox-product .product-info .info-box {
        margin-top: 5px;
        font-size: 14px;
        color: #FFA500;
        font-family: 'AkkoRoundedPro-Regular';
    }


    .fancybox-product .product-info .nearest-adese {
        float: left;
        margin-top: 20px;
        padding-right: 20px;
        background-image: url("/images/more.png");
        background-position: center right;
        background-repeat: no-repeat;
    }

        .fancybox-product .product-info .nearest-adese a {
            color: #262f5f;
            font-size: 18px;
            font-family: 'AkkoRoundedPro-Light';
            text-decoration: underline;
        }

            .fancybox-product .product-info .nearest-adese a:hover {
                color: #414d90;
            }

.fancybox-product .product-image {
    float: right;
    position: relative;
    height: 100%;
    overflow: hidden;
}

    .fancybox-product .product-image img {
        max-width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 60px;
        position: absolute;
        bottom: -10px;
    }

.fancybox-top .order-detail {
    margin-bottom: 20px;
}

    .fancybox-top .order-detail h3 {
        margin-top: 0px;
        color: #FFA500;
        line-height: 24px;
    }

    .fancybox-top .order-detail thead tr th {
        text-align: left;
        vertical-align: middle;
    }

    .fancybox-top .order-detail tbody tr td {
        text-align: left;
        vertical-align: middle;
    }

    .fancybox-top .order-detail tbody tr .photo {
        height: 100px;
        text-align: center;
    }

        .fancybox-top .order-detail tbody tr .photo img {
            height: 100%;
        }

    .fancybox-top .order-detail tbody tr td .totalprice {
        display: block;
    }

    .fancybox-top .order-detail tbody tr td .subtotal {
        display: block;
        font-size: 12px;
        color: #FFA500;
        font-family: 'AkkoRoundedPro-Medium';
    }

    .fancybox-top .order-detail .total {
        background-color: #F7F4F1;
        height: auto;
        overflow: hidden;
        padding: 15px 0px 15px 0px;
        border-radius: 3px;
        margin-bottom: 20px;
        color: #000000;
    }

        .fancybox-top .order-detail .total .left {
            text-align: left;
            font-size: 14px;
            font-family: 'AkkoRoundedPro-Regular';
            clear: both;
        }

        .fancybox-top .order-detail .total .right {
            text-align: right;
            font-size: 14px;
            font-family: 'AkkoRoundedPro-Regular';
        }

            .fancybox-top .order-detail .total .right .totalprice {
                display: block;
                font-size: 20px;
                line-height: 20px;
                font-family: 'AkkoRoundedPro-Regular';
            }


        .fancybox-top .order-detail .total .total-ordering {
            font-size: 20px;
            font-family: 'AkkoRoundedPro-Regular';
        }

    .fancybox-top .order-detail .ordering-info .top {
        font-size: 16px;
        font-family: 'AkkoRoundedPro-Regular';
        color: #000000;
        clear: both;
    }

    .fancybox-top .order-detail .ordering-info .cont {
        font-size: 14px;
        font-family: 'AkkoRoundedPro-Regular';
        color: #000000;
        text-align: right;
    }




/* Fancy Box Son*/


Footer
footer {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .footer-top ul {
        float: left;
        padding-left: 0;
        width: 50%;
    }

        .footer-top ul li {
            list-style: none;
            line-height: 24px;
        }

            .footer-top ul li a {
                float: left;
                font-size: 20px;
                font-family: 'AkkoRoundedPro-Medium';
                color: #792181;
            }

                .footer-top ul li a:hover {
                    text-decoration: underline;
                }

            .footer-top ul li ul {
                clear: both;
                width: 100%;
            }

                .footer-top ul li ul li a {
                    float: left;
                    font-size: 12px;
                    font-family: 'AkkoRoundedPro-Regular';
                    color: #000000;
                }

    .footer-top .col-left .share {
        width: 100%;
    }

        .footer-top .col-left .share li {
            background-repeat: no-repeat;
            background-position: center center;
            width: 34px;
            height: 34px;
            margin-right: 5px;
            margin-bottom: 5px;
        }

            .footer-top .col-left .share li a {
                display: block;
                padding-top: 5px;
                padding-left: 50px;
                font-size: 13px;
                font-family: 'AkkoRoundedPro-Regular';
            }

                .footer-top .col-left .share li a:hover, .footer-top .col-left .share li a:focus {
                    text-decoration: underline;
                }

        .footer-top .col-left .share .facebook {
            background-image: url(/images/facebook.png);
        }

        .footer-top .col-left .share .twitter {
            background-image: url(/images/twitter.png);
        }

        .footer-top .col-left .share .linkedin {
            background-image: url(/images/linkedin.png);
        }

        .footer-top .col-left .share .instagram {
            background-image: url(/images/instagram.png);
        }

        .footer-top .col-left .share .youtube {
            background-image: url(/images/youtube.png);
        }


    .footer-top .col-center-left .contact {
        margin-bottom: 20px;
        width: 100%;
    }

        .footer-top .col-center-left .contact .title {
            float: left;
            font-family: 'AkkoRoundedPro-Light';
            font-size: 15px;
            color: #000000;
            display: block;
        }

        .footer-top .col-center-left .contact .phone {
            clear: both;
            font-family: 'AkkoRoundedPro-Medium';
            font-size: 26px;
            color: #000000;
            display: block;
        }

        .footer-top .col-center-left .contact a {
            font-family: 'AkkoRoundedPro-Light';
            font-size: 14px;
            text-decoration: underline;
            color: #000000;
        }

    .footer-top .col-center-left .paymentlogos {
        float: left;
        margin: 0 -5px;
    }

        .footer-top .col-center-left .paymentlogos .logo {
            float: left;
            padding: 0px 5px;
        }

    .footer-top .col-center-left .contact a:hover {
        color: #555555;
    }


    .footer-top .col-right ul li {
        clear: both;
        float: left;
    }

.footer-bottom {
    clear: both;
    height: 55px;
    background-color: #f2f3f4;
}

    .footer-bottom .left {
        height: 55px;
    }


.copyright {
    clear: both;
    font-size: 13px;
    font-family: 'AkkoRoundedPro-Medium';
    color: #000000;
}

.mocha {
    clear: both;
}

    .mocha a {
        font-size: 12px;
        text-decoration: underline;
        color: #000000;
        font-family: 'AkkoRoundedPro-Light';
    }

        .mocha a:hover {
            color: #504b4b;
        }

.footer-bottom .right {
    height: 55px;
}

    .footer-bottom .right .right-logos {
        float: right;
    }

        .footer-bottom .right .right-logos .adese-logo {
            float: left;
            padding-right: 13px;
        }

        .footer-bottom .right .right-logos .ittifak-logo {
            float: left;
        }

/*Arama*/
.gsc-above-wrapper-area {
    display: none !important;
}

.gcsc-branding {
    display: none !important;
}

.gs-webResult div.gs-visibleUrl-long {
    display: none !important;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b,
.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
    color: #FFA500 !important;
    font-family: 'AkkoRoundedPro-Medium';
}



.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 10px !important;
}

.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
    font-family: 'AkkoRoundedPro-Regular';
}

.gsc-cursor-page {
    font-family: "AkkoRoundedPro-Regular" !important;
    color: #272f60 !important;
    font-size: 16px !important;
}

.gsc-cursor-current-page {
    font-family: "AkkoRoundedPro-Medium" !important;
}

.sozlesmedetay {
    padding: 15px;
}



#inlineBasketPayment {
    padding: 15px;
}

    #inlineBasketPayment .text {
        text-align: center;
        font-size: 14px;
        font-family: 'AkkoRoundedPro-Medium';
    }

    #inlineBasketPayment .sbutton .yesbtn {
        background-color: #272f60;
        color: #ffffff;
        float: left;
        font-family: "AkkoRoundedPro-Medium";
        font-size: 14px;
        padding: 10px 15px;
    }

    #inlineBasketPayment .sbutton .nobtn {
        float: right;
        background-color: #ffa500;
        border-radius: 3px;
        color: #ffffff;
        font-family: "AkkoRoundedPro-Medium";
        font-size: 14px;
        padding: 10px 15px;
    }


.fancybox-inner .text {
    text-align: center;
    padding: 30px 30px 15px 30px;
    font-family: 'AkkoRoundedPro-Regular';
    font-size: 16px;
}


/** Telefon ve Küçük Tablet **/
@media (max-width: 767px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    .mobil-banner {
        display: block !important;
    }

    .ppButton {
        width: 100% !important;
    }

    .ppPicture {
        height: 150px;
    }

    .containerBackground {
        display: none !important;
    }

    .mobil-header .navbar-brand img {
        width: 100%;
    }

    .ppButton {
        width: 100% !important;
    }

    .project {
        width: 100% !important;
        margin-top: 20px;
    }

    .project2 {
        width: 100% !important;
    }

    .project3 {
        width: 100% !important;
    }

    .portfoy {
        width: 100% !important;
    }

    .right-buttons {
        display: none;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 0px;
        margin-right: 0px;
    }

    .navbar-brand {
        height: 110px;
    }


    #owl-selva-about .owl-item .item a .selva-about-text {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    #owl-pratical-info .owl-item .item a .pratical-info-text {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    /*    #owl-selva-news .owl-item .item a .selva-news-text {
        height: 305px;
    }*/

    #owl-selva-news .owl-item .item a .selva-news-text span {
        height: 305px;
        padding-left: 0;
        padding-right: 0;
    }

    #owl-selva-news .owl-item .item a .selva-news-text .more {
        bottom: 0px;
        position: relative;
    }

    .main-bottom-middle .recipes .recipes-text .top .first {
        font-size: 22px;
    }

    .page-content-top {
        height: auto;
    }

    .page-content-bottom {
    }

    .product-detail .product-content .product-info .product-info-text .first {
        font-size: 16px;
    }

    .product-detail .product-content .product-info .product-info-text .second {
        font-size: 16px !important;
    }

    .product-detail .product-content .product-info .product-info-text .third {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .product-detail .product-content .product-info .fifth .stock .no {
        font-size: 12px;
    }

    .product-detail .product-content .product-info .fifth {
        width: 100%;
    }

    .product-detail .product-content .product-info .nearest-adese {
        width: 100%;
    }

        .product-detail .product-content .product-info .nearest-adese a {
            width: 100%;
        }

    .product-bottom .nav-tabs li a .text {
        display: none;
    }

    .product-bottom .nav-tabs li a .icon {
        display: table-cell;
    }

    .product-bottom .tab-content .table-info .left {
        padding-right: 15px;
    }

    .product-bottom .tab-content .table-info .right {
        padding-left: 15px;
    }

    .product-bottom .tab-content .table-info .tdborder {
        padding-left: 0;
        padding-right: 0;
    }

    .product-bottom .tab-content .recipes .photo {
        border-radius: 5px 5px 0 0px;
    }

    .product-bottom .tab-content .recipes .text {
        overflow: hidden;
        border-radius: 0 0 0 5px;
    }

        .product-bottom .tab-content .recipes .text .top .recipes-info .time {
            border-radius: 0px 0px 0px 0px;
        }

    .product-bottom .tab-content .recipes .preparation {
        padding-left: 0;
        padding-right: 0;
    }

    .other-products .other-products-one {
        margin-bottom: 20px;
    }

    .page-content-left-contents .goon {
        float: left;
        margin-top: 15px;
    }

    /** Kurumsal **/
    .page-content-left-contents .pastalife-all .pastalife .pastalife-text {
        padding-left: 15px;
        padding-right: 15px;
    }

        .page-content-left-contents .pastalife-all .pastalife .pastalife-text h3 {
            font-size: 20px;
            line-height: 20px;
        }

        .page-content-left-contents .pastalife-all .pastalife .pastalife-text p {
            font-size: 13px;
            line-height: 16px;
        }


    /*İK*/
    .page-content-left-contents .ik .line .icon {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 3px 3px 0 0;
        margin-bottom: 20px;
    }

        .page-content-left-contents .ik .line .icon::after {
            border-top-width: 15px;
            border-right-width: 15px;
            border-left-width: 15px;
            border-top-color: #ffa500;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
            bottom: -45px;
            right: 15px;
        }

    .page-content-left-contents .ik .line .text {
        padding: 15px;
    }
    /*İK Son*/

    /*Vizyon Misyon*/
    .page-content-left-contents .vision-mission-top {
        clear: both;
        height: auto;
        margin-bottom: 20px;
        overflow: hidden;
    }


        .page-content-left-contents .vision-mission-top .left,
        .page-content-left-contents .vision-mission-top .right {
            height: auto;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .page-content-left-contents .vision-mission-top .left h3,
            .page-content-left-contents .vision-mission-top .right h3,
            .page-content-left-contents .vision-mission .tabletitle h3 {
                font-size: 24px;
            }


            .page-content-left-contents .vision-mission-top .left p,
            .page-content-left-contents .vision-mission-top .right p {
                font-size: 14px;
            }

            .page-content-left-contents .vision-mission-top .left::after {
                right: 0px;
            }

            .page-content-left-contents .vision-mission-top .left::before {
                right: 0px;
                display: none;
            }

        .page-content-left-contents .vision-mission-top .right {
            border-radius: 0px 0px 3px 0px;
        }

            .page-content-left-contents .vision-mission-top .right::after {
                left: 0px;
                display: none;
            }

            .page-content-left-contents .vision-mission-top .right::before {
                left: 0px;
            }

    .page-content-left-contents .vision-mission table tr td {
        display: block;
        width: 100%;
    }

    .vision-mission table tr:nth-child(even) td:nth-child(even) {
        background-color: #f7f4f1;
    }

    .vision-mission table tr:nth-child(even) td:nth-child(odd) {
        background-color: #ffffff;
    }

    .vision-mission table tr:nth-child(odd) td:nth-child(even) {
        background-color: #f7f4f1;
    }

    .vision-mission table tr:nth-child(odd) td:nth-child(odd) {
        background-color: #ffffff;
    }
    /*Vizyon Misyon Son*/

    .page-content-left-contents .press-kit .press-kit-col .press-kit-text .name {
        display: none;
    }

    .page-content-left-contents .recipes .recipe-slider {
        display: none;
    }

    .page-content-left-contents .recipes .recipe-list .thumbnail-col .thumbnail .name .table-cell .first {
        font-size: 14px;
    }

    .page-content-left-contents .recipes .recipe-list .thumbnail-col .thumbnail .name .table-cell .second {
        font-size: 13px;
    }

    /*Neden Adese*/
    .page-content-left-contents .whyadese .line {
        height: auto;
        overflow: hidden;
    }

        .page-content-left-contents .whyadese .line .text {
            height: auto;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .page-content-left-contents .whyadese .line .text-left {
            padding-left: 205px;
            padding-right: 35px;
        }

        .page-content-left-contents .whyadese .line .text-right {
            padding-right: 205px;
            padding-left: 35px;
        }
    /*Neden Adese Son*/

    /* Ödüller */
    .page-content-left-contents .awards .line {
        height: auto;
        overflow: hidden;
    }

        .page-content-left-contents .awards .line .text-right .part {
            text-align: left;
        }

        .page-content-left-contents .awards .line .text-right .part {
            background-position: left center;
            padding-right: 15px;
            padding-left: 50px;
        }

        .page-content-left-contents .awards .line .icon {
            position: relative;
            margin-bottom: 10px;
            width: 100%;
            height: auto;
        }

        .page-content-left-contents .awards .line .icon-left {
            border-radius: 3px 3px 0px 0px;
        }

        .page-content-left-contents .awards .line .icon-right {
            border-radius: 3px 3px 0px 0px;
        }


        .page-content-left-contents .awards .line .icon-left::after {
            border-top-width: 15px;
            border-right-width: 15px;
            border-left-width: 15px;
            border-top-color: #ffa500;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
            bottom: -45px;
            left: 15px;
        }

        .page-content-left-contents .awards .line .icon-right::after {
            border-top-width: 15px;
            border-right-width: 15px;
            border-left-width: 15px;
            border-top-color: #ffa500;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
            bottom: -45px;
            left: 15px;
        }

        .page-content-left-contents .awards .line .text-left {
            padding-left: 15px;
            padding-right: 15px;
        }

        .page-content-left-contents .awards .line .text-right {
            padding-left: 15px;
            padding-right: 15px;
        }

    /* Ödüller Son */

    /** Kurumsal Son **/

    /** Haber Liste **/
    .news-list .news h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .news-list .news p {
        font-size: 13px;
        line-height: 15px;
    }

    /** Haber Liste Son **/

    /** Sizden Gelenler **/
    .from-you-list .from-you .link {
        padding-left: 0;
        text-align: left;
    }

    /** Sizden Gelenler Son **/

    /** Tarifler **/
    .recipes .recipe-list {
        padding-top: 30px;
    }

    /** Tarifler Son **/


    /* Pratik Bilgiler */
    .page-content-left .page-content-left-contents .practicalinfo .top {
        height: 240px;
    }

        .page-content-left .page-content-left-contents .practicalinfo .top .image {
            height: 190px;
        }

        .page-content-left .page-content-left-contents .practicalinfo .top .text {
            height: 50px;
            font-size: 24px;
            text-align: center;
        }

    .page-content-left .page-content-left-contents .practicalinfo table tr td {
        display: block;
        width: 100%;
    }

    .practicalinfo table tr:nth-child(even) td:nth-child(even) {
        background-color: #f7f4f1;
    }

    .practicalinfo table tr:nth-child(even) td:nth-child(odd) {
        background-color: #ffffff;
    }

    .practicalinfo table tr:nth-child(odd) td:nth-child(even) {
        background-color: #f7f4f1;
    }

    .practicalinfo table tr:nth-child(odd) td:nth-child(odd) {
        background-color: #ffffff;
    }


    /* Pratik Bilgiler Son*/

    /*Fancybox*/
    .fancybox-product .product-content {
        height: auto;
    }

    .fancybox-product .product-info .product-info-text .first {
        font-size: 16px;
    }

    .fancybox-product .product-info .product-info-text .second {
        font-size: 16px !important;
    }

    .fancybox-product .product-info .product-info-text .third {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .fancybox-product .product-info .fifth {
        width: 100%;
    }

        .fancybox-product .product-info .fifth .stock .no {
            font-size: 12px;
        }

    .fancybox-product .product-info {
        padding-left: 15px;
    }

    .fancybox-product .product-image {
        text-align: center;
        padding-top: 20px;
    }

        .fancybox-product .product-image img {
            position: relative;
            padding-right: 20px;
        }

    /*Fancybox Son*/

    .page-content-left-contents .order-detail .total .right {
        text-align: left;
    }

    .page-content-left-contents .order-detail .ordering-info .cont {
        text-align: left;
    }

    .payment .total .right {
        text-align: left;
    }

    .payment .ordering-info .cont {
        text-align: left;
    }

    /*.footer-top{padding-bottom: 20px;padding-top: 20px;}
.col-left{text-align:center;}
.footer-top .col-left .contact .title{float:none;}
.footer-top .col-left .share .facebook img{float:none;}
.footer-top .col-left .share .facebook span{float:none;}
.footer-bottom{text-align:center;height:auto;}
.footer-bottom .right .right-logos {display: table;float: none;margin: 0 auto;}*/



    /*cookie banner*/
  /*  .cookie-disclaimer .col-6 col-md-4 {
        display: block;
        margin: 0.4em auto;
    }
*/
    .cookie-disclaimer {
        /*background: #000000;
        color: #FFF;
        opacity: 0.8;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 6;
        height: 156px !important;
        position: fixed;
        justify-content: center;
        align-items: center;
        display: none !important;*/
    }
}


/** Telefon**/
@media (max-width: 480px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    .containerBackground {
        display: none !important;
    }

    .mobil-header .navbar-brand img {
        width: 100%;
    }

    .ppPicture {
        height: 150px;
    }

    .ppButton {
        width: 100% !important;
    }

    .project {
        width: 100%;
        margin-top: 20px;
    }

    .project2 {
        width: 100% !important;
    }

    .project3 {
        width: 100% !important;
    }

    .portfoy {
        width: 100% !important;
    }

    .right-buttons {
        display: none;
    }

    .form .warning img {
        width: 20%;
    }

    .mobil-buttons {
        padding: 0 15px;
        margin-bottom: 30px;
        display: none;
    }

        .mobil-buttons .sub {
            border-radius: 5px;
            overflow: hidden;
            width: 100%;
        }

            .mobil-buttons .sub .button {
                float: left;
                width: 100%;
                height: 70px;
                position: relative;
            }

                .mobil-buttons .sub .button a::after {
                    content: "";
                    background-color: rgba(0,0,0,0.14);
                    width: 70px;
                    height: 70px;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

            .mobil-buttons .sub .first {
                background-color: #ff9c01;
            }

                .mobil-buttons .sub .first a::after {
                    background-image: url(/images/mobilbutton/first.png);
                }

                .mobil-buttons .sub .first:hover {
                    background-color: #db8601;
                }

            .mobil-buttons .sub .second {
                background-color: #98c222;
            }

                .mobil-buttons .sub .second a::after {
                    background-image: url(/images/mobilbutton/second.png);
                }

                .mobil-buttons .sub .second:hover {
                    background-color: #83a71d;
                }

            .mobil-buttons .sub .third {
                background-color: #21c0c3;
            }

                .mobil-buttons .sub .third a::after {
                    background-image: url(/images/mobilbutton/third.png);
                }

                .mobil-buttons .sub .third:hover {
                    background-color: #1ca5a7;
                }

            .mobil-buttons .sub .fourth {
                background-color: #5a4ca2;
                width: 50%;
            }

                .mobil-buttons .sub .fourth.full {
                    background-color: #5a4ca2;
                    width: 100%;
                }


                .mobil-buttons .sub .fourth a::after {
                    background-image: url(/images/mobilbutton/fourth.png);
                }

                .mobil-buttons .sub .fourth:hover {
                    background-color: #4d418b;
                }

            .mobil-buttons .sub .fifth {
                width: 50%;
                background-color: #874ca2;
            }

                .mobil-buttons .sub .fifth a::after {
                    background-image: url(/images/mobilbutton/fifth.png);
                }

                .mobil-buttons .sub .fifth:hover {
                    background-color: #74418b;
                }

            .mobil-buttons .sub .button a {
                display: table;
                width: 100%;
                height: 100%;
                padding-left: 85px;
                color: #ffffff;
                font-size: 16px;
                font-family: 'AkkoRoundedPro-Medium';
            }

                .mobil-buttons .sub .button a:hover {
                    text-decoration: none;
                }

        .mobil-buttons .button a span {
            display: table-cell;
            vertical-align: middle;
        }

    /*   .main-bottom .selva-about,
    .main-bottom .pratical-info,
    .main-bottom .right-buttons,
    .main-bottom-middle,
    .main-bottom-right-buttons {
        display: none;
    }*/


    .productlist .products .product {
        width: 100%;
    }

    header {
        margin-bottom: 20px;
    }

    .search {
        height: 50px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .main-bottom .selva-about {
        width: 100%;
        padding-right: 15px;
        margin-bottom: 0;
        padding-left: 15px;
    }

    .main-bottom .pratical-info {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
    }

    .main-bottom .right-buttons {
        width: 100%;
        margin-bottom: 26px;
    }

    .main-bottom .selva-news {
        width: 100%;
        margin-bottom: 0;
    }

    /*    #owl-selva-news .owl-item .item a .selva-news-text {
        height: 210px;
    }
*/
    #owl-selva-news .owl-item .item a .selva-news-text span {
        padding-left: 0;
        padding-right: 0;
    }

    #owl-selva-news .owl-item .item a .selva-news-text .more {
        bottom: 0px;
        position: relative;
    }
    /*
    #owl-selva-news .owl-controls {
        bottom: 234px;
    }*/

    .main-bottom-middle .recipes {
        height: auto;
        overflow: hidden;
        margin-bottom: 25px;
    }

        .main-bottom-middle .recipes .recipes-text {
            padding-left: 15px;
            padding-right: 15px;
        }

            .main-bottom-middle .recipes .recipes-text .top {
                width: 100%;
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .main-bottom-middle .recipes .recipes-photo {
            border-radius: 0 0 5px 5px;
        }

    .main-bottom-right-buttons .buttons {
        margin-bottom: 25px;
    }

    .producs-list .producs:nth-child(1) {
        border-top: none;
    }

    .producs-list .producs {
        border-right: none;
    }

    /* Ürün Detay */
    .product-detail .product-content .product-info {
        padding-top: 20px;
    }

    .product-detail .product-content .product-image {
        min-height: 188px !important;
        padding-top: 20px;
    }

        .product-detail .product-content .product-image img {
            height: auto;
            padding-left: 30px;
            padding-right: 30px;
            position: relative;
        }

    .product-bottom .tab-content .recipes .text .top {
        background-color: #ece7e4;
        border-radius: 0 0 0 0;
        color: #91817a;
        display: block;
        height: auto;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }

        .product-bottom .tab-content .recipes .text .top .name-info {
            display: block;
            padding-bottom: 20px;
            padding-top: 20px;
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
        }

        .product-bottom .tab-content .recipes .text .top .recipes-info {
            clear: both;
            float: left;
            position: relative;
            width: 100%;
        }

            .product-bottom .tab-content .recipes .text .top .recipes-info .time {
                float: left;
                width: 50%;
            }

            .product-bottom .tab-content .recipes .text .top .recipes-info .person {
                float: left;
                width: 100%;
                padding-left: 35%;
            }

    .product-bottom .tab-content .recipes .materials ul li {
        width: 100%;
    }

    .other-products .title h1 {
        font-size: 15px;
        line-height: 17px;
    }
    /* Ürün Detay Son */

    /* Kategori Liste */
    .categories-title h2 {
        font-size: 14px;
    }

    .categories-list .categories {
        width: 100%;
    }

    /* Kategori Liste Son */


    /* Ürün Liste */
    .producs-title h2 {
        font-size: 14px;
    }

    .producs-list .producs {
        width: 100%;
    }
    /* Ürün Liste Son*/


    /* Kurumsal */
    .page-content-left .page-content-left-title {
        height: auto;
        padding-bottom: 10px;
        padding-top: 20px;
    }

        .page-content-left .page-content-left-title .share {
            position: relative;
            padding-top: 10px;
            top: 0;
            right: 0;
        }

    .page-content-left-contents .featurette-all .featurette .featurette-image {
        display: table-header-group;
        float: none;
    }

    .page-content-left-contents .featurette-all .featurette .featurette-text {
        display: table-footer-group;
        float: none;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .page-content-left-contents .pastalife-all .pastalife .pastalife-image {
        display: table-header-group;
        float: left;
        margin-bottom: 20px;
    }

    .page-content-left-contents .pastalife-all .pastalife .pastalife-text {
        display: table-footer-group;
        float: none;
    }

    .page-content-left-contents .pastalife-all .pastalife .right-text {
        text-align: left;
    }

    .page-content-left-contents .pastalife-all .pastalife .left-text {
        text-align: left;
    }

    .page-content-left-contents .newsletter-archive .newsletter .newsletter-text {
        padding-left: 0;
        padding-top: 10px;
    }

    .page-content-left-contents .newsletter-archive .newsletter .newsletter-photo {
        width: 100%;
    }

    .page-content-left-contents .newsletter-archive .newsletter .newsletter-text {
        width: 100%;
    }

    .page-content-left-contents .pager-default .pagination {
        display: none;
    }

    .page-content-left-contents .accordion .panel .collapse .panel-body .panel-body-image {
        padding-right: 0;
        margin-bottom: 10px;
    }

    /*Neden Adese*/
    .page-content-left-contents .whyadese .line .icon {
        position: relative;
        margin-bottom: 10px;
        width: 100%;
    }

    .page-content-left-contents .whyadese .line .icon-left {
        border-radius: 3px 3px 0px 0px;
    }

    .page-content-left-contents .whyadese .line .icon-right {
        border-radius: 3px 3px 0px 0px;
    }


    .page-content-left-contents .whyadese .line .icon-left::after {
        border-top-width: 15px;
        border-right-width: 15px;
        border-left-width: 15px;
        border-top-color: #ffa500;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        bottom: -45px;
        right: 15px;
    }

    .page-content-left-contents .whyadese .line .icon-right::after {
        border-top-width: 15px;
        border-right-width: 15px;
        border-left-width: 15px;
        border-top-color: #ffa500;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        bottom: -45px;
        left: 15px;
    }

    .page-content-left-contents .whyadese .line .text-left {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-content-left-contents .whyadese .line .text-right {
        padding-left: 15px;
        padding-right: 15px;
    }


    /* Tarif Detay */

    .recipes-details .recipes-top .text {
        position: relative;
        padding-left: 15px;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
    }

        .recipes-details .recipes-top .text .display-table {
            height: auto;
        }

        .recipes-details .recipes-top .text .table-cell h3 {
            font-size: 22px;
            line-height: 26px;
        }

        .recipes-details .recipes-top .text .table-cell p {
            font-size: 14px;
        }

    .recipes-details .recipes-top .text-bottom {
        float: left;
        padding-top: 15px;
        padding-left: 15px;
    }

    .recipes-details .recipes-top .recipes-info {
        width: 100%;
        position: relative;
        float: left;
    }

        .recipes-details .recipes-top .recipes-info .time {
            width: 50%;
        }

        .recipes-details .recipes-top .recipes-info .person {
            width: 50%;
        }

    .recipes-details .materials ul li {
        width: 100%;
    }

    /* Tarif Detay Son*/

    /* Haber Liste */
    .news-list .news a .news-photo {
        padding-right: 0;
        margin-bottom: 10px;
    }
    /* Haber Liste Son */

    /* Haber Detay */
    .news-detail .news-detail-photo {
        padding-right: 0;
    }
    /* Haber Detay Son */

    /* Sizden Gelenler */
    .from-you-list .from-you .from-you-top .subject {
        padding-right: 0;
    }

    .from-you-list .from-you .from-you-top .date {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
    /* Sizden Gelenler Son */

    /* Radyo Spotları */
    .SoundRec span.title {
        font-size: 14px;
    }
    /* Radyo Spotları Son */

    /* Pratik Bilgiler */
    .page-content-left .page-content-left-contents .practicalinfo .top .text {
        font-size: 18px;
    }
    /* Pratik Bilgiler Son */

    /* İletişim */
    .contact .contact-address .left {
        width: 100%;
    }

        .contact .contact-address .left span {
            float: none;
        }

    .contact .contact-address .right {
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px;
    }
    /* İletişim Son */

    /* Basın Yansımaları */
    .press-reflections .press .press-btn {
        float: left;
    }

    .press-reflections .press .right {
        clear: both;
    }
    /* Basın Yansımaları Son*/

    /*Eticaret*/
    .payment .paymenttab li a {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 11px;
    }
    /*Eticaret Son*/

    /*.footer-top .col-left{margin-bottom:10px;}
    .footer-top .col-left .share{}
    .footer-top .col-center-left{padding-left:0px;padding-right:0px;}*/





    /*cookie banner*/
   /* .cookie-disclaimer .col-6 col-md-4 {
        display: block;
        margin: 0.4em auto;
    }
    */
    .cookie-disclaimer {
       /* background: #000000;
        color: #FFF;
        opacity: 0.8;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 6;*/
        height: 156px !important;
        /*position: fixed;
        justify-content: center;
        align-items: center;
        display: none !important;*/
        font-size:13px;
        padding-right: 10px;
    }

    .popup-hide{
        padding:0px !important;
    }
    .popup-hide .row{
        font-size:10px;
    }
    .cookie-disclaimer .col-md-4{
        padding: 0px;
    }
    .cookie-disclaimer .cookie-btn-kabul{
        padding:8px 19px !important;
        margin-left: 8px;
    }

}


/** Tablet **/
@media (min-width: 768px) and (max-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    .containerBackground {
        display: none !important;
    }

    .mobil-header .navbar-brand img {
        width: 100%;
    }

    .ppPicture {
        height: 150px;
    }

    .ppButton {
        width: 100% !important;
    }

    .project {
        width: 100% !important;
        margin-top: 20px;
    }

    .project2 {
        width: 100% !important;
    }

    .project3 {
        width: 100% !important;
    }

    .portfoy {
        width: 100% !important;
    }

    .right-buttons {
        display: none;
    }

    .mobil-buttons {
        display: none;
    }

    .productlist .products .product:nth-child(3n+1) {
        clear: both;
    }


    .search {
        height: 110px;
        padding-left: 15px;
        padding-right: 70px;
    }



    /*    #owl-selva-news .owl-item .item a .selva-news-text {
        height: 305px;
    }
*/
    #owl-selva-news .owl-controls {
        bottom: 40px;
        width: 50%;
    }

    .page-content-top-right {
        padding-left: 15px;
    }

    .producs-list .producs:nth-child(1) {
        border-top: none;
    }

    .producs-list .producs:nth-child(2) {
        border-top: none;
    }

    .producs-list .producs:nth-child(3) {
        border-top: none;
    }

    .producs-list .producs:nth-child(3n+0) {
        border-right: none;
        padding-right: 20px;
    }

    .product-detail .product-content .product-image {
        height: 472px !important;
    }

        .product-detail .product-content .product-image img {
            padding-left: 70px;
            padding-right: 70px;
        }

    .recipes .recipe-list .thumbnail-col:nth-child(2n+1) {
        clear: both;
    }


    /* Pratik Bilgiler */
    .page-content-left .page-content-left-contents .practicalinfo .top .text span {
        clear: both;
        float: left;
    }
    /* Pratik Bilgiler Son */

    .page-content-left-contents .awards .line .icon-left:after {
        right: -30px;
    }
    /*Vizyon ve Misyon*/
    .page-content-left-contents .vision-mission-top .left::after {
        right: 0px;
    }

    .page-content-left-contents .vision-mission-top .left::before {
        right: 0px;
    }

    .page-content-left-contents .vision-mission-top .right::after {
        left: 0px;
    }

    .page-content-left-contents .vision-mission-top .right::before {
        left: 0px;
    }
    /*Vizyon ve Misyon Son*/


    /*.footer-top {padding-bottom:20px; padding-top:20px;}
.footer-top .col-left .contact {margin-bottom:0px;}
.footer-top .col-left .share{padding-left:15px;}*/

/**/
    /*cookie banner*/


    .cookie-disclaimer .col-6 col-md-4{
        display: block;
        margin: 0.4em auto;
    }

    .cookie-disclaimer {
        background: #000000;
        color: #FFF;
        opacity: 0.8;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 6;
        height: 156px !important;
        position: fixed;
        justify-content: center;
        align-items: center;
        display: list-item;
    }

    .cookie-disclaimer .col-xs-3{
        width: 28% !important;
    }

}


/** Küçük Tablet **/
@media (min-width: 481px) and (max-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    .containerBackground {
        display: none !important;
    }

    .mobil-header .navbar-brand img {
        width: 100%;
    }

    .ppPicture {
        height: 150px;
    }

    .ppButton {
        width: 100% !important;
    }

    .project {
        width: 100%;
        margin-top: 20px;
    }

    .project2 {
        width: 100% !important;
    }

    .project3 {
        width: 100% !important;
    }

    .portfoy {
        width: 100% !important;
    }

    .right-buttons {
        display: none;
    }

    .mobil-buttons {
        display: none;
    }

    .productlist .products .product:nth-child(2n+1) {
        clear: both;
    }


    .search {
        height: 110px;
        padding-left: 15px;
        padding-right: 70px;
        width: 50%;
    }

    .right-buttons .selva-pos {
        width: 50%;
    }

    .right-buttons .dealers {
        width: 50%;
    }

    .main-bottom .selva-news {
        width: 100%;
    }

    #owl-selva-news .owl-item .item .selva-news-image {
        float: left;
        width: 50%;
    }

    #owl-selva-news .owl-item .item .selva-news-text {
        float: left;
        width: 50%;
    }

    #owl-selva-news .owl-controls {
        bottom: 40px;
        width: 50%;
    }

    .main-bottom-middle .recipes .recipes-text {
        width: 50%;
    }

    .main-bottom-middle .recipes .recipes-photo {
        width: 50%;
    }

    .main-bottom-right-buttons .buttons {
        width: 50%;
    }

    .main-bottom-right-buttons .blogs {
        width: 50%;
    }

        .main-bottom-right-buttons .blogs .blog-button .blog-image {
            width: 50%;
        }

        .main-bottom-right-buttons .blogs .blog-button .blog-text {
            width: 50%;
        }

            .main-bottom-right-buttons .blogs .blog-button .blog-text .second {
                font-size: 11px;
            }

    .producs-list .producs:nth-child(1) {
        border-top: none;
    }

    .producs-list .producs:nth-child(2) {
        border-top: none;
    }

    .producs-list .producs:nth-child(2n+0) {
        border-right: none;
        padding-right: 20px;
    }

    .product-detail .product-content .product-info {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 50%;
    }

    .product-detail .product-content .product-image {
        width: 50%;
        height: 400px !important;
    }

        .product-detail .product-content .product-image img {
            padding-right: 35px;
            padding-left: 35px;
        }

    .page-content-left-contents .featurette-all .featurette .featurette-image {
        width: 50%;
    }

    .page-content-left-contents .featurette-all .featurette .featurette-text {
        width: 50%;
    }

    .page-content-left-contents .pastalife-all .pastalife .pastalife-image {
        width: 50%;
    }

    .page-content-left-contents .pastalife-all .pastalife .pastalife-text {
        width: 50%;
    }

    .page-content-left-contents .accordion .panel .collapse .panel-body .panel-body-image {
        width: 50%;
    }

    .page-content-left-contents .quality-documents .thumbnail-col {
        width: 50%;
    }

    .page-content-left-contents .press-kit .press-kit-col {
        width: 50%;
    }

    .page-content-left-contents .commercials .thumbnail-col {
        width: 50%;
    }

    .form .row .col-half {
        width: 50%;
    }

    .page-content-left-contents .recipes .recipe-list .thumbnail-col {
        width: 50%;
    }


    .recipes .recipe-list .thumbnail-col:nth-child(2n+1) {
        clear: both;
    }

    #owl-selva-news .owl-item .item a .selva-news-text {
        height: 280px;
    }
    /* Tarif Detay */
    .recipes-details .recipes-top .photo {
        margin-bottom: 5px;
    }

    .recipes-details .recipes-top .text .table-cell h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .recipes-details .recipes-top .text .table-cell p {
        font-size: 13px;
        line-height: 16px;
    }

    .recipes-details .recipes-top .text-bottom {
        padding-left: 15px;
    }

    /* Tarif Detay Son */

    /* Haber Liste */
    .news-list .news a .news-photo {
        width: 50%;
    }
    /* Haber Liste Son */

    /* Haber Detay */
    .news-detail .news-detail-photo {
        width: 50%;
    }

    /* Haber Detay Son */

    /* E-Bülten */
    .page-content-left-contents .newsletter-archive .newsletter {
        width: 50%;
    }

        .page-content-left-contents .newsletter-archive .newsletter .newsletter-text {
            height: 120px;
        }
    /* E-Bülten Son *

/* Sizden Gelenler */
    .from-you-list .from-you .from-you-top .subject {
        width: 50%;
    }

    .from-you-list .from-you .from-you-top .date {
        width: 50%;
    }
    /* Sizden Gelenler Son */




    /*Eticaret*/
    .payment .address-col {
        width: 50%;
    }
    /*Eticaret Son*/



    /*.footer-top .col-center-left{width:50%;margin-bottom: 0;}
.footer-top .col-left {width:50%;padding-left:15px;}*/


    /*cookie banner*/

   /* .cookie-disclaimer .col-6 col-md-4 {
        display: block;
        margin: 0.4em auto;
    }*/

    
    .popup-hide{
        display: none !important;
    }

    /*cookieler*/
    .cookie-disclaimer .col-6 col-md-4 {
        display: block;
        margin: 0.4em auto;
    }

    .cookie-disclaimer {
        background: #000000;
        color: #FFF;
        opacity: 0.8;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 6;
        height: 156px !important;
        position: fixed;
        justify-content: center;
        align-items: center;
        display: list-item;
    }

}


/* Tablet ve Telefon Ortak Css*/
@media (max-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    .containerBackground {
        display: none !important;
    }

    .mobil-header .navbar-brand img {
        width: 80%;
    }

    .ppPicture {
        height: 300px;
    }

    .ppButton {
        width: 100% !important;
    }

    .selva-news {
        width: 100% !important;
    }

    .project {
        width: 100% !important;
        margin-top: 20px;
    }

    .project2 {
        width: 100% !important;
    }

    .project3 {
        width: 100% !important;
    }

    .right-buttons {
        width: 100% !important;
    }

    .portfoy {
        width: 100% !important;
    }

    .mobile-menu {
        background-image: url("/images/mobile-menu.png");
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 5px;
        display: block;
        height: 50px;
        position: absolute;
        right: 0;
        top: 29px;
        width: 50px;
    }

        .mobile-menu a {
            display: block;
            width: 50px;
            height: 50px;
            position: relative;
            right: 15px;
        }

            .mobile-menu a:hover {
                text-decoration: none;
            }

    .mp-menu {
        display: block;
    }

    .navbar-collapse {
        display: none !important;
        visibility: hidden !important;
    }

    .main-bottom .selva-about {
        margin-bottom: 0;
    }

    .main-bottom .pratical-info {
        margin-bottom: 0;
    }

    .right-buttons {
        margin-bottom: 0;
    }

    .main-bottom .selva-news {
        margin-bottom: 20px;
    }

    .main-bottom-middle .recipes {
        margin-bottom: 25px;
    }

    /* Ürün Detay */
    .product-detail {
        height: auto;
        overflow: hidden;
        border-radius: 5px 5px 0 0;
    }

        .product-detail .product-content {
            background-color: #ffffff;
            height: auto;
            overflow: hidden;
        }

            .product-detail .product-content .product-info {
                padding-left: 20px;
            }

            .product-detail .product-content .product-image {
                min-height: 550px;
            }

            .product-detail .product-content .product-info .product-info-text .first {
                float: left;
            }

            .product-detail .product-content .product-info .product-info-text .second {
                float: left;
                font-size: 25px;
                font-weight: 500;
                line-height: 25px;
                padding-left: 10px;
            }

    .product-bottom .nav-tabs {
        margin-top: 0;
    }

    .product-bottom .tab-content .recipes .text .top .name-info h2 {
        font-size: 22px;
    }

    .product-bottom .tab-content .recipes .text .top .name-info p {
        font-size: 14px;
        line-height: 18px;
    }

    /* Kurumsal */

    .page-content-left {
        padding-left: 0;
    }

    /*.footer-top .col-left{padding-left:0px;}
.footer-top .col-left .share{padding-left:0px;}
 
.footer-column-left{
border-bottom:1px solid #d2d9d5;
border-right:none;
padding-top:20px;
padding-bottom:20px;
}
.footer-column-right-one{height:60px;line-height: 60px;}
.footer-column-right-two {height:60px;line-height: 60px;}*/



    /*cookie banner*/
    /*.cookie-disclaimer .col-6 col-md-4 {
        display: block;
        margin: 0.4em auto;
    }

    .cookie-disclaimer {
        background: #000000;
        color: #FFF;
        opacity: 0.8;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 6;
        height: 156px !important;
        position: fixed;
        justify-content: center;
        align-items: center;
        display: list-item;
    }*/


}


/** Büyük ve Küçük Ekranlı Bilgisayarlar Ortak Css */
@media (min-width: 993px) {
    .info-numeric {
        clear: both;
    }

        .info-numeric .tittle {
            font-size: 28px;
            margin-top: 45px;
        }

    .info-area {
        margin-bottom: 20px;
    }

    .info-numeric .info-cell {
        height: auto;
        margin-bottom: 30px;
    }

    .info-cell-position {
        margin-top: 10px;
    }

    .info-area .info-cell-orange {
        /*background-color:#ff9c00;*/
        height: 150px;
        margin-top: 10px;
    }

    .info-area .info-cell-white {
        /*background-color:#ff9c00;*/
        height: 150px;
        margin-top: 10px;
    }

    .mobil-buttons {
        display: none;
    }

    .page-content-top-right-text {
        text-align: right;
    }

    .page-content-top-right {
        padding-left: 15px;
    }

    .main-bottom .selva-news {
        margin-bottom: 0px;
    }

    .page-content-left .page-content-left-contents .practicalinfo .top .text span {
        clear: both;
        float: left;
    }

    .page-content-left-contents .awards .line .icon-left:after {
        right: -30px;
    }

    .page-content-left-contents .vision-mission-top .left::after {
        right: 0px;
    }

    .page-content-left-contents .vision-mission-top .left::before {
        right: 0px;
    }

    .page-content-left-contents .vision-mission-top .right::after {
        left: 0px;
    }

    .page-content-left-contents .vision-mission-top .right::before {
        left: 0px;
    }

    .fancybox-product .product-image img {
        padding-right: 20px;
    }

    .recipes .recipe-list .thumbnail-col:nth-child(3n+1) {
        clear: both;
    }

    .productlist .product-list-top .left2 {
        display: none;
    }

    .productlist .product-list-top {
        display: none;
    }

    .product-sub-title {
        padding: 15px;
    }
    /*cookie banner*/
    .cookie-disclaimer .col-xs-3 {
        width: 33% !important;
    }

}

/*sonradan cookie banner için eklendi.*/
@media (min-width: 1200px) and (max-width: 1700px){
    /*cookie banner*/
    .cookie-disclaimer .col-xs-3 {
        width: 33% !important;
    }
}



@media (min-width: 1200px) and (max-width: 1420px) {
    .info-area .info-cell-orange{
        height:110px;
    }
    .info-area .info-cell-white{
        height:110px;
    }
        .info-area .info-cell-white .info-cell-position .first3 img{
            width:10%;
        }
    .info-area .info-cell-orange .info-cell-position .first3 img {
        width: 10%;
    }
    .info-cell-position .first2 {
        font-size:16px;
    }
    .info-numeric .tittle {
        margin-top:60px;
    }


    /*cookie banner*/
    .col-xs-3 button-container{
        width: 33% !important;
    }

    .cookie-btn-kabul {
        background: #9518e8;
        border: 0;
        color: #f5f6fa;
        padding: 8px 12px !important;
        font-size: 12px;
        margin-bottom: 12px;
        border-radius: 3px;
        width: 100%;
        /* cursor: pointer;
        position: absolute;
        right: 390px;
        top: 5px;*/
    }

    .cookie-btn-reddet {
        background: #9518e8;
        border: 0;
        color: #f5f6fa;
        padding: 8px 12px !important;
        font-size: 12px;
        margin-bottom: 12px;
        border-radius: 3px;
        width: 100%;
        /*cursor: pointer;
        position: absolute;
        right: 255px;
        top: 5px;*/
    }

    .cookie-btn-ayar {
        background: #9518e8;
        border: 0;
        color: #f5f6fa;
        padding: 8px 12px !important;
        font-size: 12px;
        margin-bottom: 12px;
        border-radius: 3px;
        width: 100%;
        /*cursor: pointer;
        position: absolute;
        right: 122px;
        top: 5px;*/
    }


}
/** Küçük Ekranlı Bilgisayarlar */
@media (min-width: 992px) and (max-width: 1200px) {
    .info-numeric {
        clear: both;
    }

    .containerBackground {
        display: none !important;
    }

    .ppPicture {
        height: 300px;
    }

    .ppButton {
        width: 100% !important;
    }

    .info-numeric .tittle {
        font-size: 20px;
        margin-top: 85px;
    }

    .info-area {
        margin-bottom: 5px;
    }

    .info-numeric .info-cell {
        height: auto;
        margin-bottom: 30px;
    }

    .info-cell-position {
        margin-top: 8px;
    }

    .info-area .info-cell-orange {
        /*background-color:#ff9c00;*/
        height: 90px;
        margin-top: 10px;
    }

    .info-area .info-cell-white {
        /*background-color:#ff9c00;*/
        height: 90px;
        margin-top: 10px;
    }

    .info-cell-position .first2 {
        font-size: 20px !important;
        font-family: 'AkkoRoundedPro-Regular';
        line-height: 18px;
    }

    .info-cell-position .first3 {
        font-size: 24px !important;
        font-family: 'AkkoRoundedPro-Medium';
        line-height: 18px;
    }


    .selva-about .container .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .pratical-info .container .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .dealers .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .footer-column-right-two a span {
        line-height: 12px;
    }

    .producs-list .producs:nth-child(1) {
        border-top: none;
    }

    .producs-list .producs:nth-child(2) {
        border-top: none;
    }

    .producs-list .producs:nth-child(3) {
        border-top: none;
    }

    .producs-list .producs:nth-child(3n+0) {
        border-right: none;
        padding-right: 20px;
    }

    .productlist .products .product:nth-child(3n+1) {
        clear: both;
    }

    /*cookie banner*/
    .cookie-disclaimer .col-6 col-md-4 {
        display: block;
        margin: 0.4em auto;
    }

    .cookie-disclaimer {
        background: #000000;
        color: #FFF;
        opacity: 0.8;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 6;
        height: 156px !important;
        position: fixed;
        justify-content: center;
        align-items: center;
        display: list-item;
    }

    .cookie-disclaimer .col-xs-3{
        width: 42% !important;
    }

}

/** Büyük Ekranlı Bilgisayarlar */
@media (min-width: 1200px) {
    /*    .news-list .news p {
        padding-bottom: 26px;
    }*/

    

    .producs-list .producs:nth-child(1) {
        border-top: none;
    }

    .producs-list .producs:nth-child(2) {
        border-top: none;
    }

    .producs-list .producs:nth-child(3) {
        border-top: none;
    }

    .producs-list .producs:nth-child(4) {
        border-top: none;
    }

    .producs-list .producs:nth-child(4n+0) {
        border-right: none;
        padding-right: 20px;
    }

    .productlist .products .product:nth-child(4n+1) {
        clear: both;
    }
}


/*input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:8px;
    color: #333;
    text-align:center;
    position:relative;
}*/
input[type=number]:hover::-webkit-inner-spin-button {
    background: #eee url('/images/drop-down.png') no-repeat 50% 50%;
    width: 15px;
    height: 15px;
    padding: 4px;
    position: relative;
    right: 1px;
    /*border-radius: 28px;*/
}

input[type=number]:focus::-webkit-inner-spin-button {
    background: #eee url('/images/drop-down.png') no-repeat 50% 50%;
    width: 15px;
    height: 15px;
    padding: 4px;
    position: relative;
    right: 1px;
    /*border-radius: 28px;*/
}

.number .placespan {
    position: absolute;
    float: right;
    top: 35%;
    right: 40%;
    font-size: 11px;
    color: gray;
}

.number input[type=number] {
    padding: 6px 5px 6px 12px;
}

@font-face {
    font-family: 'AkkoRoundedPro-Light';
    src: url('../assets/fonts/AkkoRoundedPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'AkkoRoundedPro-Medium';
    src: url('../assets/fonts/AkkoRoundedPro-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'AkkoRoundedPro-Regular';
    src: url('../assets/fonts/AkkoRoundedPro-Regular.ttf') format('truetype');
}

.containerBackground {
    /*background-color:#ff9c00;*/
    height: 330px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-image: url('../../images/Rakamlarla Adese Zemin@2x.png');
    /*background-image: linear-gradient(to right,#9E4AE6,#E64AE6);*/
    /*    background-image: url('../../images/Rakamlarla Adese Zemin.png');
*/ /*background-color: #ff6600;*/
    /* Firefox */
    -moz-transition: background-color 0.5s ease;
    /* WebKit */
    -webkit-transition: background-color 0.5s ease;
    /* Opera */
    -o-transition: background-color 0.5s ease;
    /* Standard */
    transition: background-color 0.5s ease;
    position: relative;
    z-index: 0;
}
/* Spin Buttons modified */

/*input[type="number"].mod::-webkit-outer-spin-button,
input[type="number"].mod::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: transparent url("../img/updown.png") no-repeat center center;
    width: 16px;
    height: 100%;
    opacity: 1;  shows Spin Buttons per default (Chrome >= 39)
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}*/


/*22.08.2022 iş başvuru için eklendi*/
#radio {
    display: flex;
    justify-content: space-between;
    position: inherit;
    border: 1px solid #ece7e4;
    height: 50px;
    border-radius: 3px;
    /* width: 400px;
    margin-left:5px;*/
}
#radio .col-md-6{
    top: 30%;

}
