@charset "utf-8";

/*	TYPOGRAPHIES
================================================================================================================================== */
@import url('fonts.css');
@import url('font.awesome.min.css');



/*	MAIN ELEMENTS
================================================================================================================================== */
html, body{ min-height: 100%; height: auto; }
body{ position: relative; color: #40403f; font-family: "Arial"; font-size: 14px; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family: "Arial"; }
h5{ font-size: 16px; }
a{ color: #ec6502; }
	a:hover, a:focus{ color: #40403f; text-decoration: none; }
p{ margin-bottom: 15px; }
ul.list-lined li:before{ content: "-"; padding-right: 5px; }



/*	GENERAL STYLES
================================================================================================================================== */
.select-wrapper{ position: relative; height: 30px; border: 1px solid; }
.select-wrapper:after{ content: "\f0d7"; position: absolute; top: 0px; right: 0px; width: 28px; height: 100%; padding-top: 5px; border-radius: 4px; font-family: "FontAwesome"; text-align: center; pointer-events: none; }
.select-wrapper select{ width: 99.9%; height: 28px; background-color: transparent; border: none; box-shadow: none !important; cursor: pointer; }
.select-wrapper option{ padding: 4px 8px; background-color: #fff; color: #333; }

.image-box{ position: relative; display: block; width: 100%; min-height: 40px; background-position: center; background-repeat: no-repeat; background-size: cover; }
.image-box-thumb:hover:before{ content: " "; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(236,101,2,.5); }
.image-box-thumb:hover:after{ content: "\f00e"; position: absolute; top: 50%; left: 50%; margin: -15px 0 0 -15px; color: #fff; font-family: "FontAwesome"; font-size: 30px; }
.image-box-border, .img-border{ border: 5px solid #fff; box-shadow: 1px 1px 3px #ccc; }
.image-box-contain{ background-size: contain !important; }

.toggle-wrapper{ position: relative; }
.toggle-content{ position: absolute; top: 100%; right: 0px; z-index: 1000; min-width: 250px; width: auto; margin-top: 10px; box-shadow: 0 1px 3px #aaa; }
.toggle-content-inner{ padding: 10px; background-color: #fff; border: 1px solid #b8d4d8; }
.toggle-button{ float: right; display: inline-block; margin-top: 2px; color: #40403f; }
.toggle-button:hover, .toggle-button:focus{ color: #ec6502; }

.radio-input{ display: inline-block; line-height: 18px; cursor: pointer; }
.radio-input + .radio-input{ margin-left: 5px; }
.radio-input:before{ content: ""; float: left; display: inline-block; width: 18px; height: 18px; margin-right: 5px; background-color: #fafafa; border: 1px solid #d9d9d9; border-radius: 9px; }
.radio-input.checked:before{ border: 4px solid #3cb878; }

.checkbox-input{ display: inline-block; line-height: 18px; cursor: pointer; }
.checkbox-input + .checkbox-input{ margin-left: 5px; }
.checkbox-input:before{ content: ""; float: left; display: inline-block; width: 18px; height: 18px; margin-right: 5px; background-color: #fafafa; border: 1px solid #d9d9d9; }
.checkbox-input.checked:before{ border: 4px solid #3cb878; }

.overlay{ position: fixed; top: 0px; left: 0px; z-index: 999; width: 100%; height: 100%; background-color: rgba(100,100,100,.0); }
.overlay-white{ position: absolute; top: 0px; left: 0px; z-index: 999; width: 100%; height: 100%; padding-top: 50px; background-color: rgba(255,255,255,.95); }
.overlay-dark{ position: absolute; top: 0px; left: 0px; z-index: 999; width: 100%; height: 100%; padding-top: 50px; background-color: rgba(0,0,0,.6); }

.color-1{ color: #ec6502; }
.color-2{ color: #3cb878; }
.color-3{ color: #d9534f; }
.color-4{ color: #40403f; }
.color-5{ color: #ffd4b4; }
.color-6{ color: #fff; }
.color-6:hover{ color: #fff; }

.bg-1 { background-color: #40403f; color: #fff; }

.double-line{ line-height: 2.2; }
.list-documents{ color: #ec6502; padding-left: 10px; }
.list-documents li{ list-style: square; margin-bottom: 10px; border-bottom: 1px dashed #CCC; height: 40px; }

.social2{width: 45px; position: fixed; right: 0; top: calc(50% - 90px); z-index: 11;}
.social2 > a{ display: inline-block; line-height: 45px; font-size: 20px; width: 45px; height: 45px; text-align: center; color: #FFFFFF; }
.social2 > a.facebook{ background-color: #3b5999; }
.social2 > a.twitter{ background-color: #55acee; }
.social2 > a.linkedin{ background-color: #0077b5; }
.social2 > a.google-plus{ background-color: #dd4b39; }

/*	HEADER 
================================================================================================================================== */
.section-header{ position: fixed; top: 0px; left: 0px; z-index: 99; width: 100%; height: 114px; background-image: url("../images/bgHeader.png"); background-position: top center; }
	.section-header .container{}

	.logo{ display: inline-block; max-width: 100%; margin: 20px 0; }
	.top-bar{ margin: 3px 0 17px; }

	.member-menu li + li{ border-top: 1px solid #ececec; }
	.member-menu a{ line-height: 30px; color: #575656; }
		.member-menu a:before{ content: ""; float: left; display: inline-block; width: 5px; height: 5px; margin: 14px 8px 0 0; background-color: #575656; border-radius: 50%; }
	.member-menu a:hover, .member-menu .active a{ color: #ec6502; }
	.member-menu .active a:before{ background-color: #ec6502; }

	.marquee{ line-height: 16px; margin: 4px 0 0 20px; overflow: hidden; }
		.marquee marquee{ max-width: 100%; width: 100%; }
		.marquee ul{ margin: 0; padding: 0; }
		.marquee ul li{ position: relative; margin: 0 30px 0 0; }
		.pointer { height: 16px !important }


.section-slider{ /*margin-bottom: -100px;*/margin-top: 109px; }
	.section-slider .container{}


.section-banner{ margin-bottom: 20px; }
	.image-box-banner{ height: 400px; }



/*	PAGE-CLASSES
================================================================================================================================== */
/* Genel section wrapper stilleri */
.section{ position: relative; z-index: 10; }
    .section .container{ }

	.title-icon{ line-height: 40px; }
	.title-icon span{ display: inline-block; width: 40px; height: 40px; line-height: 38px; margin-right: 10px; color: #fff; background-color: #ee741a; border-radius: 50%; text-align: center; }


/* home */
.section-anasayfa{ }
.section-grey{ padding: 30px 0 20px; background-color: #fafafa; }
.section-news{ padding: 10px 0 20px; background-image: url("../images/bgNews.jpg"); background-size: cover; border-top: 3px solid #ec6502; }
.section-catalog{ padding: 10px 0 20px; background-image: url("../images/bgCatalog.png"); background-size: cover; border-top: 3px solid #ec6502; }

	.category-box{ position: relative; display: block; width: 100%; /*background-image: url("../images/bgCategory.png");*/ background-size: cover; text-align: center; }
	.category-box .title{ display: table-cell; width: 1%; height: 62px; padding: 0 0; color: #000; /*background-color: #ec6502;*/ border-bottom: 2px solid #fff; text-align: center; vertical-align: top; font-size: 18px; }
		.category-box:hover .title{ color: #ec6502; }
	.category-box .image-box-category{ height: 185px; padding: 20px 0 0; }
	.category-box .info{ position: absolute; bottom: 0px; left: 0px; z-index: 3; display: none; width: 100%; height: 230px; line-height: 2; padding: 10px; background-color: rgba(255,255,255,.9); text-align: center; font-size: 13px; }
		.category-box .info:before{ content: ""; position: absolute; bottom: 0px; right: 0px; z-index: 4; display: inline-block; width: 0; height: 0; border: 35px solid; border-color: transparent #ec6502 #ec6502 transparent; pointer-events: none; }
		.category-box .info:after{ content: url("../images/iconPlus.png"); position: absolute; bottom: 5px; right: 7px; z-index: 5; pointer-events: none; }
		.category-box:hover .info{ display: block; }

	.link{ display: block; color: #40403f !important; text-align: center; font-size: 15px; }
	.link-icon{ display: inline-block; width: 88px; height: 88px; line-height: 86px; margin-bottom: 10px; background-color: #40403f; border-radius: 50%; text-align: center; }
		.link:hover .link-icon{ background-color: #ee741a; }
	.link-icon + span{ display: block; font-weight: bold; }

	.image-box-news{ height: 165px; }

.row > div[class*=col-]{padding-left: 25px !important;

	}
.container.fixed{ padding: 5px 10px !important; background-color: #fff; z-index: 1000; }



/* icerik */
.section-icerik{ min-height: 400px; padding-bottom: 20px; }
	.section-icerik .container{ font-size: 13px; }
	.section-icerik p, .section-icerik h4, .section-icerik h5{ margin-bottom: 20px; }

	.left-menu{ margin-bottom: 30px; padding: 10px 20px; background-color: #f5f5f5; }
	.left-menu li a{ display: block; line-height: 18px; padding: 7px 0; color: #40403f; font-weight: bold; }
		.left-menu li a:hover, .left-menu li.active a{ color: #ec6502; }
		.left-menu ul li { list-style: none; }
		.left-menu ul li a{ font-weight: normal; }
		.left-menu ul li a:before{ content: "\f105"; float: left; display: inline-block; height: 20px; padding-right: 10px; font-family: "FontAwesome"; }
	.left-menu-toggle{ display: none; }

	.accordion{ margin-bottom: 10px; }
	.accordion-toggle{ position: relative; display: block; width: 100%; padding: 10px 30px 10px 10px; color: #fff !important; background-color: #535352; font-weight: bold; }
		.accordion-toggle:after{ content: "\f107"; position: absolute; top: 50%; right: 10px; line-height: 1; margin-top: -10px; font-family: "FontAwesome"; font-size: 20px; font-weight: normal; }
        .accordion-toggle span{ color: #ccc; font-weight: normal; }
	.accordion-toggle:hover, .expanded .accordion-toggle{ background-color: #ec6502; }
	.accordion-toggle:hover span, .expanded .accordion-toggle span{ color: #ffb177; }
		.expanded .accordion-toggle:after{ content: "\f106"; }
	.accordion-content{ height: 0px; overflow: hidden; }
		.expanded .accordion-content{ height: auto; }
	.accordion-toggle.accordion-flag{ padding-left: 30px; }
		.accordion-toggle.accordion-flag:before{ content: "\f02e"; position: absolute; top: 50%; left: 10px; line-height: 1; margin-top: -10px; font-family: "FontAwesome"; font-size: 20px; font-weight: normal; }

	.image-box-news{ height: 150px; }
	.image-box-brochure{ height: 300px; }

	.tab-menu{ margin-bottom: 30px; }
	.tab-menu a{ float: left; display: inline-block; line-height: 31px; margin-right: 5px; margin-bottom: 5px; padding: 1px 10px 0; color: #fff !important; background-color: #b7b7b7; font-weight: bold; }
	.tab-menu a:hover, .tab-menu a.active{ background-color: #565656; }

	.more-features{ height: 0px; overflow: hidden; }
		.more-features.expanded{ height: auto; }
	.more-features-toggle{  }
	.active-feature{ line-height: 27px; padding: 1px 6px 0; border: 1px solid #bebebe; border-radius: 4px; font-weight: bold; }
	.active-feature-close{ display: inline-block; width: 22px; height: 22px; margin-top: 2px; line-height: 20px; background-color: #9e9e9e; border-radius: 50%; text-align: center; }

	.side-filters{ position: absolute; top: 0px; right: -70px; display: inline-block; width: 60px; }
	.side-filters a{ float: left; display: inline-block; width: 60px; height: 60px; line-height: 60px; margin: 0 1px 1px 0; color: #fff; background-color: #40403f; text-align: center; font-weight: bold; }
		.side-filters a:hover, .side-filters a.active{ background-color: #ec6502; }
		.side-filters a:first-child{ line-height: 55px; padding: 5px 0 0 3px; background-color: #ec6502; font-size: 24px; font-weight: normal; }

	.sub-category-box{ position: relative; display: block; width: 100%; background-image: url("../images/bgCategory.png"); background-size: cover; }
	.sub-category-box .title{ display: table-cell; width: 1%; height: 55px; color: #fff; background-color: #40403f; border-bottom: 2px solid #fff; text-align: center; vertical-align: middle; }
		.sub-category-box:hover .title{ background-color: #ec6502; }
	.sub-category-box .image-box-sub-category{ display: table-cell; width: 1%; height: 140px; background-color: #ebedec; text-align: center; vertical-align: middle; }
		.sub-category-box .image-box-sub-category img{ max-height: 190px; }
    .sub-category-box-2 { position: relative; display: block; width: 100%; }
		.sub-category-box-2:hover {color: #ec6502;}
		.sub-category-box-2 .title-2 { display: table-cell; width: 1%; height: 35px; background-color: #dbdbdb; border-top: 1px solid #fff; text-align: center; vertical-align: middle; }

	.product-box{ position: relative; display: block; width: 100%; }
	    .product-box .title{ display: table-cell; width: 1%; height: 50px; padding: 0 10px; color: #fff; background-color: #40403f; border-bottom: 2px solid #fff; vertical-align: middle; font-weight: bold; font-size: 12px; }
		.product-box .title:hover{ background-color: #ec6502; }
	    .product-box .details{ min-height: 200px; padding: 5px; background-color: #ebedec; font-size: 12px; }
		.product-box h6{ margin: 5px 0; padding-bottom: 2px; border-bottom: 1px solid #ec6502; font-size: 12px; font-weight: bold; }
		.product-box .details-image{ margin: 20px 0; text-align: center; }
        .product-box table { font-size: 11px; }

    .figure-options + table { font-size: 12px; }

		.sub-title{ display: table-cell; width: 1%; height: 30px; padding: 0 5px; color: #fff; font-size: 12px; font-weight: bold; vertical-align: middle; border-right: 1px solid #fff; }
		.sub-title-2{ display: block; width: 100%; line-height: 30px; margin-bottom: 1px; padding: 0 5px; color: #fff; font-size: 13px; font-weight: bold; }
			.bg-color-gray{ background-color: #697271; }
			.bg-color--{ background-color: #697271; } /* boş ise */

            /* materials, trims */
            .bg-color-cast-iron{ background-color: #29826E; }
            .bg-color-cast-steel{ background-color: #006490; }
            .bg-color-bronze{ background-color: #ED691F; }
            .bg-color-ductile-iron{ background-color: #B13E37; }
            .bg-color-ductile-iron-rubber-lined{ background-color: #B13E37; }
            .bg-color-stainless-steel{ background-color: #C5C7C6; }
            .bg-color-galvanized-steel{ background-color: #C5C7C6; }
            .bg-color-steel{ background-color: #C5C7C6; }
            .bg-color-aluminum-bronze{ background-color: #D4A241; }
            .bg-color-brass{ background-color: #697271; }
            .bg-color-special-brass{ background-color: #697271; }

	.half-bordered-box{ position: relative; min-height: 100px; padding: 10px 15px; border: 2px solid; }
		.half-bordered-box:after{ content: ""; position: absolute; display: inline-block; width: 0px; height: 60px; border: 1px solid #ec6502; }
	.half-bordered-box-top{ margin-bottom: 10px; padding-top: 20px; border-color: #ec6502 transparent transparent #ec6502; border-top-left-radius: 30px; }
		.half-bordered-box-top:after{ top: -1px; right: -2px; }
	.half-bordered-box-bottom{ padding-bottom: 20px; border-color: transparent #ec6502 #ec6502 transparent; border-bottom-right-radius: 30px; }
		.half-bordered-box-bottom:after{ bottom: -1px; left: -2px; }

    .filter-wrapper { position: relative; min-height: 110px; margin-bottom: 10px; }

    .image-box-certificate{ height: 180px; }

	.back-to-top{ position: fixed; bottom: 20px; right: 20px; z-index: 999; display: inline-block; width: 40px; height: 40px; line-height: 36px; opacity: 0; color: #fff !important; background-color: #ec6502; border-radius: 50%; text-align: center; font-size: 28px; pointer-events: none; transition: .15s; }
	.back-to-top.active{ opacity: 1; pointer-events: inherit; }

	/* new css */

	.certificate-box{ display: table-cell; width: 1%; height: 120px; background-color: #fff; text-align: center; vertical-align: middle; }

	.right-menu{ margin-bottom: 30px; padding: 10px 20px; background-color: #f5f5f5; }
	.right-menu li a{ display: block; line-height: 18px; padding: 5px 0; color: #ec6502; }
		.right-menu li a:hover, .right-menu li.active a{ color: #ec6502; }
		.right-menu > li > a{ font-size: 14px; font-weight: bold; }
		.right-menu > li > a:before{ content: "\f104"; float: left; display: inline-block; height: 20px; padding-right: 10px; font-family: "FontAwesome"; }

	.right-menu-category ul{ height: 0; padding-left: 20px; overflow: hidden; }
		.right-menu-category.expanded ul{ height: auto; }
		.right-menu-category li a{ color: #40403f; }
			.right-menu-category li a:before{ content: "\f105"; float: left; display: inline-block; height: 20px; padding-right: 10px; font-family: "FontAwesome"; }
			.right-menu-category li.active a{ font-weight: bold; }

	.right-menu-toggle{ display: none; }

	.product-title{ display: inline-block; margin-bottom: 10px; padding: 5px 10px; color: #fff; background-color: #ec6502; font-size: 14px; }
		h5.product-title{ display: block; margin-top: 0; font-size: 16px; font-weight: bold; }

	.table-product{ text-align: center; }
	.table-product th{ line-height: 1.1 !important; color: #fff; background-color: #ee741a; font-weight: normal; text-align: center !important; }
		.table-product th.th-dark{ background-color: #4f4f4e; }
	.table-product tr:nth-child(2n+1){ background-color: #f5f5f5; }


/* iletisim */
.section-iletisim{ padding-bottom: 20px; }
	.section-iletisim .contact{ line-height: 30px; }

	.google-map{ height: 400px; margin-top: 30px; }
	.gm-style-cc, .gm-style a img{ display: none; }


/* ik */
.section-insan-kaynaklari{ }

	.select-wrapper-form{ border: 1px solid #bebebe; border-radius: 4px; background-color: #fff; }
	.select-wrapper-form:after{ background-color: #fff; color: #939393; }
	.select-wrapper-form select{ color: #939393; }

/* misc */
.editor.technical-support table tr td { padding: 2px !important; font-size: 10px; }
.technical-features-holder table > tbody > tr > td:first-child { width: 120px; }
.technical-features-holder table > tbody > tr > td { border: 0; border-top: 1px solid #ddd; }
.technical-features-holder table > tbody > tr > th { border: 0; border-top: 1px solid #ddd; }
.technical-features-holder table { border: 0; }

/*	FOOTER
================================================================================================================================== */
.section-pre-footer{ color: #939393; background-color: #2e2e2e; }
	.section-pre-footer .container{ padding-top: 15px; padding-bottom: 15px; }

    #carousel-approvals .approval-box{ background-color: #ffffff; text-align: center; height: 105px; }
    #carousel-approvals .approval-box a{ display: block; height: 105px; }

	.social{ display: inline-block; width: 30px; height: 30px; line-height: 28px; padding-top: 2px; color: #fff !important; border-radius: 50%; text-align: center; font-size: 16px; }
	.social-facebook{ background-color: #2466b8; }
	.social-twitter{ background-color: #3dcbe9; }
    .social-linkedin{ background-color: #0077B5; }


.section-footer{ color: #bdbdbd; background-color: #232323; }
	.section-footer .container{ padding-top: 30px; padding-bottom: 30px; }

	.links a{ margin: 0 5px; color: #bdbdbd; font-weight: bold; }

.section-banner .container-absolute{ position: relative; height: 400px; margin-top: -400px; }
    .section-banner .container-absolute .image-mini-map{ position: absolute; right: 0; bottom: 10px; }

/*  MEDIA QUERIES (ENABLE WHEN RESPONSIVE)
================================================================================================================================== */
/* Mobile */
@media (max-width: 767px) {
	/* header */
	.section-header{ position: relative; min-height: 195px; height: auto; background-image: url("../images/bgHeaderMobile.png"); }
	.section-header:after{ content: ""; position: absolute; top: 100%; display: block; width: 100%; height: 7px; background-color: #f9f9f9; background-color: rgba(249,249,249,.37); }
	.logo{ margin: 10px 0; }
	.top-bar{ margin: 0 0 10px; }

    .section-banner .container-absolute{ height: 200px; margin-top: -200px; }
        .section-banner .container-absolute .image-mini-map{ position: absolute; right: 5px; bottom: 5px; }
            .section-banner .container-absolute .image-mini-map img{ width: 100px; height: auto; }
			
	.section-slider{ margin-top: 0px; }

	.toggle-wrapper{ margin-top: 10px; }
	.toggle-content{ width: 100%; }
	.toggle-button{ float: none; }

	.section-slider{ margin-bottom: 20px; }
	.image-box-banner{ height: 200px; }

	.overlay-white{ padding-top: 30px; }

	.marquee{ margin: 5px 0; }
	
	.row > div[class*=col-]{
	
	    padding-left: 5px !important;

	}
	.category-box .title{
	width:100%;
	
	}
	.category-box .image-box-category {height: 100% !important;}

	/* icerik */
	.left-menu{ height: 40px; padding: 0px 20px; overflow: hidden; }
		.left-menu.expanded{ height: auto; }
	.left-menu li a{ display: block; }
	.left-menu-toggle{ display: block; }

	.right-menu{ height: 40px; padding: 0px 20px; overflow: hidden; }
		.right-menu.expanded{ height: auto; }
		.right-menu li a{ display: block; }
	.right-menu-toggle{ display: block; }
	.right-menu-toggle a{ padding: 10px 0 !important; }
	.right-menu-toggle a:before{ display: none !important; }

	.image-box-brochure{ height: 200px; }
	.horizontal-scroll{ overflow-x: scroll; }
	.product-box .details-image{ margin: 0 0 10px; }

	.google-map{ height: 250px; }

    .category-box .maritime { background-image: url('../images/categoryMaritime.html') }
    .category-box .marine { background-image: url('../images/categoryMarine.html') }

    .container.fixed{ position: absolute; top: 50px; left: 5%; width: 90%; z-index: 1000; }

}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
	.body-fixed{ height: 100%; max-height: 100%; overflow: hidden; }

	/* header */
	.section-header{ height: 105px; background-image: url("../images/bgHeaderTablet.png"); }
	.section-header:after{ content: ""; position: absolute; top: 100%; display: block; width: 100%; height: 30px; background-color: #f9f9f9; background-color: rgba(249,249,249,.7); }
	.logo{ margin: 25px 0 20px; }
	.top-bar{ margin-top: 18px; }

	.marquee{ position: relative; z-index: 9; margin: 7px 0 0; }

	.category-box .maritime { background-image: url('../images/categoryMaritime2.html') }
    .category-box .marine { background-image: url('../images/categoryMarine2.html') }

    .container.fixed{ position: fixed; top: 50px; left: 50%; margin-left: -389px; z-index: 1000; }

}

/* Desktop */
@media (min-width: 992px) {
	.body-fixed{ height: 100%; max-height: 100%; overflow: hidden; }

    .category-box .maritime { background-image: url('../images/categoryMaritime2.html') }
    .category-box .marine { background-image: url('../images/categoryMarine2.html') }

    .container.fixed{ position: fixed; top: 50px; left: 50%; margin-left: -485px; z-index: 1000; }

}

/* Desktop */
@media (max-width: 1120px) {
	/* icerik */
	.side-filters{ position: static; width: 310px; margin-bottom: 10px; }
	.side-filters a{ width: 61px; }


}

/* Desktop */
@media (min-width: 1121px) {
	/* icerik */
	.side-filters-fixed{ position: fixed; top: 1px; right: 50%; margin-right: -550px; }

    .category-box .maritime { background-image: url('../images/categoryMaritime2.html') }
}

/* Retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
}



/*  AJAX MESSAGES
================================================================================================================================== */
.loading{ position: absolute; top: 0px; left: 0px; z-index: 9999999; width: 100%; min-height: 100% !important; background-color: rgba(255, 255, 255, 0.8); }
.loading .loading-image{ position: absolute; top: 49%; top: 30%; left: 50%; z-index: 9999999; width: 70px; height: 69px; margin:  -35px 0 0  -35px; padding: 5px 0 0 7px; background-color: #fff; }



/*	MODERNIZR FIXES (CROSS-BROWSER)
================================================================================================================================== */
.lt-ie9 .container{ } /* ie less than 9 */
.chrome .container{ } /* chrome tarayıcı */



/*  TEXT SELECTION COLOR
================================================================================================================================== */
::selection{ background: #EC6502; color: #fff; }
::-moz-selection{ background: #EC6502; color: #fff; }
::-webkit-selection{ background: #EC6502; color: #fff; }
::-ms-selection{ background: #EC6502; color: #fff; }
::-o-selection{ background: #EC6502; color: #fff; }

/*  Product İmage css
================================================================================================================================== */

.product-image{
	width: 100% !important;
}
