@charset "utf-8";

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



/*	MAIN ELEMENTS
================================================================================================================================== */
*{ -webkit-appearance: none; -mox-appearance: none; appearance: none; }
body{ min-height: 100%; padding-top: 120px_; color: #494948; font-family: "Roboto"; font-size: 16px; text-align: justify;}
h1, h2, h3, h4, h5, h6{ padding: 0; clear: both; font-weight: bold; }
	h1, h2 ,h3{ margin: 15px 0; }
	h4, h5, h6{ margin: 10px 0; }
a{ color: inherit; }
	a:hover, a:focus{ color: inherit; text-decoration: none; }
p{ margin-bottom: 30px; }



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

.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(51,51,51,.4); }
	.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-zoom{ height: 100px; overflow: hidden; }
		.image-box-zoom img{ width: 100%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }
		.image-box-zoom:hover img{ -webkit-transform: scale(1.08); transform: scale(1.08); }

.image-box-absolute{ position: relative; overflow: hidden; }
	.image-box-absolute img{ position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; min-width: 100%; min-height: 100%; margin: auto; transition: 200ms; }
	.image-box-absolute:hover img{ transform: scale(1.1); }

.color-1{ color: #ec6602; }
.color-2{ color: #494948; }
.color-3{ color: #d2d2d2; }
.grecaptcha-badge {display: none;}


/*	HEADER 
================================================================================================================================== */
.section-pre-header{ position: absolute; top: 0; left: 0; right: 0; z-index: 998; height: 25px; background-color: #fff; border-top: 2px solid #ec6602; }

.section-header{ position: absolute; top: 26px; left: 0; right: 0; z-index: 999; height: 60px; padding: 5px 0 0; background-color: #fff; }

	.box-lang{ float: right; position: relative; width: 70px; margin-top: -29px; text-align: center; }
		.box-lang-toggle{ display: block; height: 23px; line-height: 1; padding: 3px 0 0 18px; color: #fff !important; background-color: #ec6602; font-size: 14px; font-weight: bold; }
			.box-lang-toggle i{ padding-left: 5px; }
		.box-lang ul{ position: absolute; top: 100%; left: 0; right: 0; z-index: 9; height: 0; overflow: hidden; }
			.box-lang ul.expanded{ height: auto; }
			.box-lang ul li a{ display: block; padding: 3px; color: #fff; background-color: #494948; border-top: 1px solid #eee; font-size: 13px; }
				.box-lang ul li a:hover{ background-color: #666; }


.section-slider{ background-color: #bbb; }
	.section-slider .container{}


.section-banner{ height: 400px; margin-top: 42px; background-size: auto 400px; background-attachment: fixed; background-repeat: no-repeat; }

/*	PAGE-CLASSES
================================================================================================================================== */
/* Genel section wrapper stilleri */
.section{ margin-bottom: 30px; }
	.section .container{ }

	.content-main{ min-height: 500px; padding: 20px 15px; background-color: #f1f2f2; }
		.content-main-bg{ min-height: 600px; padding: 20px 0; background-image: url("../images/bgMilestones.jpg"); background-position: bottom center; background-size: cover; }

	.title-big{ position: relative; height: 105px; line-height: 105px; margin: 0 0 15px; padding-right: 60px; color: #ec6602; font-size: 36px; text-align: right; }
		.title-big:before{ content: attr(data-text); position: absolute; top: 0; right: 60px; z-index: 0; opacity: 0.05; font-size: 105px; letter-spacing: -5px; white-space: nowrap; }
		.title-big:after{ content: ""; position: absolute; top: 52px; right: -100px; z-index: 1; width: 140px; height: 0; border-bottom: 1px solid #ec6602; }
		.title-big span{ position: relative; z-index: 9; }

/* home */


	.box-home-banner{ float: left; position: relative; color: #fff;  background-size: 100% 100%; background-position: center; border-bottom: 1px solid #fff; transition: 500ms; }
	/*	.box-home-banner:before{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background-image: url("../images/bgMask.png"); background-size: 100% 100%; } */
		.box-home-banner:after{ content: ""; position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; height: 0; background-color: #407592; transition: 300ms; }
		.box-home-banner .logo{ position: absolute; left: 15px; bottom: 15px; z-index: 2; max-height: 35px; }
		.box-home-banner .content{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 9; width: 100%; height: 100%; opacity: 0; background-color: rgba(44,62,80,0.8); transition: 300ms; }
			.box-home-banner .content-table{ display: table; width: 100%; height: 100%; }
			.box-home-banner .content .inner{ display: table-cell; text-align: center; vertical-align: middle; padding: 10px 10px 40px; }
			.box-home-banner .content .text{ display: inline-block; width: 100%; max-width: 600px; line-height: 1.2; margin-bottom: 10px; padding: 8px 15px; border: 1px solid; border-color: #fff transparent; font-size: 15px; }

		.box-home-banner-1{ width: 60%; height: 690px !important; background-image: url("../images/bgVana_2.jpg");background-size: cover;overflow: hidden; }
		.box-home-banner-2{ width: 40%; height: 230px !important; background-image: url("../images/bgIzmetal.jpg"); background-size: cover;overflow: hidden;}
		.box-home-banner-3{ width: 40%; height: 230px !important; background-image: url("../images/bgIsiksan_2.jpg");background-size: cover;overflow: hidden; }
		.box-home-banner-4{ width: 40%; height: 230px !important; background-image: url("../images/bgBrass.jpg");background-size: cover;overflow: hidden; }
		.box-home-banner-5{ width: 40%; height: 230px !important; background-image: url("../images/cable.gif");background-size: cover;overflow: hidden; }
		.box-home-banner-6{ width: 40%; height: 230px !important; background-image: url("../images/bgMetal.jpg");background-size: cover; overflow: hidden;}
		.box-home-banner .box-bg {transition: all 0.3s ease;}
		.box-home-banner:hover .box-bg{transform: scale(1.2);}
		.box-bg{width: 100%; opacity: 1;height: 100%;object-fit: cover;}
		

		.box-home-banner:hover{ background-size: 130% 130%; }
			.box-home-banner:hover:after{ height: 5px; }
			.box-home-banner:hover .content{ opacity: 1; }

		.another-circle{ stroke-dasharray: 239; stroke-dashoffset: 239; transition: stroke-dashoffset 300ms linear; }
			.box-home-banner:hover .another-circle{ stroke-dashoffset: 0; }


.section-anasayfa{ }

	.section-anasayfa .title-big{ margin-top: 100px; }
	.section-anasayfa p{ line-height: 1.7; }

	.box-news-carousel{}
		.box-news-carousel .image-box-absolute{ height: 230px; }
		.box-news-carousel h3{ margin: 20px 0 10px; font-size: 18px; white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis; }
		.box-news-carousel .date{ margin-bottom: 10px; color: #d2d2d2; font-weight: 300; font-style: italic; }
		.box-news-carousel .desc{ height: 97px; line-height: 1.2; margin-bottom: 10px; overflow: hidden; font-weight: 300; }

	.box-home{ height: 240px; margin-bottom: 1px; padding: 180px 15px 0; color: #fff; background-size: cover; background-position: center; }
		.box-home-1{ background-image: url("../images/bgHumanResources.jpg"); }
		.box-home-2{ background-image: url("../images/bgStrategy.jpg"); }
		.box-home .text{ float: left; margin-top: 7px; font-size: 22px; font-weight: bold; }
		.box-home a{ float: right; }

		.box-home-side{ height: 180px; position: relative; margin-bottom: 20px; padding-top: 15px; text-align: center; }
			.box-home-side .text{ width: 100%; margin-bottom: 0; text-align: left; }
			.box-home-side a{ float: none; position: absolute; bottom: 20px; left: calc(50% - 90px); }

	.box-news-anouncements{ display: block; padding: 20px; background-color: #eee; }
		.box-news-anouncements .title{ margin: 10px 0; font-size: 18px; font-weight: bold; }
		.box-news-anouncements.left {  font-size: 13px; }
		.box-news-anouncements.left .title{  font-size: 16px; }

/* icerik */
.section-icerik{ }

	.left-menu{ line-height: 1; margin: -46px 0 20px; color: #fff; background-color: #565656; text-align: left; }
	.left-menu-title{ padding: 10px 15px; background-color: #494948; font-size: 26px; font-weight: bold; }
	.left-menu a{ display: block; padding: 10px 20px; margin-top: 1px; }
		.left-menu a:before{ content: url("../images/iconArrow.png"); margin-right: 10px; pointer-events: none; }
		.left-menu a:hover, .left-menu .active a{ background-color: #ec6602; }

	.box-title{ min-height: 46px; margin-top: -46px; padding: 12px 15px 0; background-color: rgba(255,255,255,0.9); }
		.box-title h1{ display: inline-block; line-height: 1; margin: 0; font-size: 22px; }
		.box-title .breadcrumb{ float: right; line-height: 1.1; margin: 5px 0 0; padding: 0; background-color: transparent; border: none; border-radius: 0; font-weight: 300; font-size: 14px; }
			.box-title .breadcrumb > li + li:before{ content: "\f105"; padding-right: 7px; font-family: "FontAwesome"; font-weight: 300; font-size: 14px; }
			.box-title .breadcrumb > .active{ color: #494948; font-weight: normal; }

	.list-custom{ margin-bottom: 20px; }
	.list-custom li{ margin-bottom: 5px; padding-left: 17px; }
		.list-custom li:before{ content: ""; float: left; width: 9px; height: 9px; margin: 6px 0 0 -17px; background-color: #ec6602; border-radius: 50%; }

	.logo-line{ position: relative; display: inline-block; }
		.logo-line:before{ content: ""; position: absolute; top: 50%; right: 101%; z-index: 1; width: 140px; height: 0; border-bottom: 1px solid #ec6602; }

	.box-news{}
		.box-news .image-box-absolute{ height: 150px; }
			.box-news .image-box-absolute.fancybox{ border: 5px solid #ec6602; }
		.box-news h2{ margin: 0 0 10px; font-size: 18px; }
		.box-news .date{ margin-bottom: 10px; color: #a5a5a5; font-size: 14px; font-weight: 300; font-style: italic; }
		.box-news .desc{ line-height: 1.2; margin-bottom: 30px; }
	.box-list-news{}
		.box-list-news + .box-list-news{ margin-top: 10px; padding-top: 20px; border-top: 1px dashed #ec6602; }
		.box-list-news .desc{ line-height: 1.2; margin-bottom: 10px; }

	.link-back{ float: right; padding: 7px 20px; color: #fff !important; background-color: #ec6602; border-radius: 3px; font-size: 14px; font-weight: normal; }

	.timeline-wrapper{ padding-top: 230px; }
	.timeline{ display: table; width: 100%; background-color: rgba(236,102,2,.3); box-shadow: 0 0 20px rgba(0,0,0,0.2); }
		.timeline .date{ position: relative; display: table-cell; font-size: /*15px*/13px; text-align: center; }
		.timeline .date.big{ font-size: /*22px*/18px; }

		.timeline .date a{ float: left; width: 100%; height: 28px; line-height: 28px; padding: 0 7px; color: #fff; font-weight: 300; }
			.timeline .date:hover a{ background-color: #ec6602; }

		.timeline .date .date-popup{ position: absolute; bottom: 100%; left: 50%; display: none; width: 190px; margin-left: -95px; padding-bottom: 94px; font-size: 15px; }
			.timeline .date .date-popup:before{ content: ""; position: absolute; bottom: 90px; left: 50%; width: 7px; height: 7px; margin-left: -3px; background-color: #7a8694; border-radius: 50%; }
			.timeline .date .date-popup:after{ content: ""; position: absolute; bottom: 0px; left: 50%; height: 90px; border-left: 1px solid #7a8694; }
			.timeline .date .date-popup .inner{ padding: 5px 0; text-shadow: 1px 1px 0 #fff; }
			.timeline .date .date-popup .inner span{ padding: 0 1px; color: #fff; background-color: #ec6602; text-shadow: none; }
			.timeline .date .date-popup .inner p{ margin: 0; line-height: 1.3;  font-size: 13px;}

			.timeline .date:hover .date-popup{ display: block; }



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

	.captcha-wrapper{ position: absolute; top: 1px; right: 5px; bottom: 1px; }

	.google-map{ height: 100%; }
	.gm-style-cc, .gm-style a img{ display: none; }


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

	.accordion-wrapper{}
		.accordion{ margin-bottom: 10px; }
			.accordion-toggle{ position: relative; display: block; height: 40px; line-height: 1; padding: 14px 10px; color: #fff; background-color: #4e4f4e; font-weight: bold; }
				.accordion-toggle:hover, .accordion-toggle:focus{ color: #fff; background-color: #e16000; }
				.accordion-toggle:after{ content: "\f107"; position: absolute; top: 10px; right: 10px; line-height: 20px; font-family: "FontAwesome"; font-size: 26px; font-weight: normal; }
			.accordion-content{ height: 0px; overflow: hidden; }
				.accordion-content:before, .accordion-content:after{ content: ""; display: none; width: 100%; height: 15px; }
		.accordion.expanded{}
			.accordion.expanded .accordion-toggle{ color: #fff; background-color: #e16000; }
			.accordion.expanded .accordion-content{ height: auto; }
				.accordion.expanded .accordion-content:before, .accordion.expanded .accordion-content:after{ display: block; }
			.accordion.expanded .accordion-toggle:after{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }

	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ color: #ec6602; background-color: #f1f2f2; }

	.select-wrapper-form{ border: 1px solid #c7c8ca; border-radius: 5px; background-color: #fff; }
	.select-wrapper-form:after{ background-color: #fff; color: #494949; }
	.select-wrapper-form select{ }



/* 404 */
.section-404{ text-align: center; }
    .section-404 h2{ margin-top: 40px; margin-bottom: 20px; }
    .section-404 p{ margin-bottom: 20px; }
    .section-404 img{ margin-bottom: 80px; }



/*	FOOTER
================================================================================================================================== */
.section-pre-footer{ background-color: #eee; padding: 15px 0; }

	.logo-footer-wrapper{ display: table; width: 100%; }
		.logo-footer{ display: table-cell;  height: 30px; vertical-align: middle; text-align: center; }

.section-footer{ color: #797979; background-color: #bdc3c7; padding: 15px 0; font-size: 14px; font-weight: 300; }
	.section-footer .container{}

	.links-footer-wrapper{ display: table; width: 100%; }
		.links-footer{ display: table-cell; width: 1%;text-align: initial; }

	 /* oscar logosu rengi */


.section-post-footer{ background-color: #fff; padding: 15px 0 0; }

.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: #666; border-radius: 50%; text-align: center; font-size: 28px; pointer-events: none; transition: .15s; }
	.back-to-top.active{ opacity: 1; pointer-events: inherit; }

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


/*  MEDIA QUERIES (ENABLE WHEN RESPONSIVE)
================================================================================================================================== */
/* XLG Desktop */
@media (min-width: 1440px) {

	.box-home-banner-1{ height: 500px; }
	.box-home-banner-2{ height: 250px; }
	.box-home-banner-3{ height: 250px; }
	.box-home-banner-4{ height: 290px; }
	.box-home-banner-5{ height: 290px; }
	.box-home-banner-6{ height: 290px; }

}

/* LG Desktop */
@media (min-width: 1200px) and (max-width: 1439px) {
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
	.section-anasayfa .title-big{ margin: 70px 0 0; }
	.section-anasayfa p{ line-height: 1.3; margin-bottom: 20px; font-size: 15px; }

	.box-home-banner .logo {max-height: 22px;}
	.box-home-banner-1{ height: 350px; }
	.box-home-banner-2{ height: 175px; }
	.box-home-banner-3{ height: 175px; }
	.box-home-banner-4{ height: 230px; }
	.box-home-banner-5{ height: 230px; }
	.box-home-banner-6{ height: 230px; }

	.box-home-banner .content .text{ font-size: 13px;}
	.box-home-banner .content .btn-custom{ font-size: 14px; height: 32px; padding: 5px 10px;}
}

/* Desktop and upper */
@media (min-width: 992px) {

	.section-home-banners{ margin: 86px 0 30px; }

	.section-header.fixed{ position: fixed; top: 0; height: 42px; padding: 0; background-color: #f6f6f6; }
		.section-header.fixed .logo img{ width: 145px; margin-top: 11px; }
		.section-header.fixed .box-lang{ margin-top: -150px; }

}

@media (min-width: 1200px) {
	.timeline .date:first-child .date-popup{ margin-left: -35px; }
		.timeline .date:first-child .date-popup:before{ left: 15%; }
		.timeline .date:first-child .date-popup:after{ left: 15%; }
	.timeline .date:last-child .date-popup{ margin-left: -150px; }
		.timeline .date:last-child .date-popup:before{ left: 90%; }
		.timeline .date:last-child .date-popup:after{ left: 90%; }
	.timeline .date:nth-child(2n) .date-popup{ top: 100%; bottom: auto; padding: 94px 0 0; }
		.timeline .date:nth-child(2n) .date-popup:before{ content: ""; position: absolute; top: 90px; bottom: auto; }
		.timeline .date:nth-child(2n) .date-popup:after{ content: ""; position: absolute; top: 0px; bottom: auto; }
}

/* Desktop and lower */
@media (max-width: 1199px) {
	.content-main-bg{ padding: 10px; }

	.timeline-wrapper{ margin-bottom: 30px; padding-top: 20px; }
	.timeline{ float: left; display: block; width: 80px; }
	.timeline .date{ position: relative; display: block; }
		.timeline .date + .date{ border-top: 1px solid #ec6602; }

	.timeline .date a{ height: auto; padding: 5px 7px; color: #fff; }

	.timeline .date .date-popup{ bottom: 0; left: 100%; width: 210px; margin-left: 0; padding: 20px 0 0 15px; font-size: 14px; }
		.timeline .date .date-popup:before{ bottom: 3px; left: 14px; }
		.timeline .date .date-popup:after{ bottom: 6px; left: 0; width: 15px; height: 0; border-left: none; border-top: 1px solid #494949; }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
	.section-banner{ height: 230px; margin-top: 0; background-size: cover; background-attachment: scroll; background-repeat: no-repeat; background-position: center !important; }

	.box-home-banner .logo{ left: 10px; bottom: 10px; max-width: 180px; max-height: 40px; }

		.box-home-banner-1{ height: 290px; }
		.box-home-banner-2{ height: 145px; }
		.box-home-banner-3{ height: 145px; }
		.box-home-banner-4{ height: 230px; }
		.box-home-banner-5{ height: 230px; }
		.box-home-banner-6{ height: 230px; }

	.title-big{ padding-right: 160px; }
		.title-big:before{ right: 160px; }
		.title-big:after{ right: 0; }

	.left-menu a{ padding: 10px; }
		.left-menu a:before{ margin-right: 5px; }

	.logo-footer-wrapper{ display: block; }
	.logo-footer{ float: left; width: 33.3334%; height: auto; padding: 5px; }
}

/* Tablet and lower */
@media (max-width: 991px) {
	body{ padding-top: 0; }
	.section-pre-header, .section-header{ position: relative; top: auto; }

	.section-anasayfa .title-big{ margin-top: 0; }
}

/* All Mobile */
@media (max-width: 767px) {

	.section-header .logo{float: left;  margin-top: 20px;}
	.section-header .logo2{float: left;  margin-top: 20px; margin-left: 10px !important;}
	.section-pre-header, .section-header{ padding-top: 5px; }
	.section-header{ height: 95px; }
	.box-lang{ margin-top: -29px; }

	.section-banner{ height: 180px; margin-top: 0; background-size: cover; background-attachment: scroll; background-repeat: no-repeat; background-position: center !important; }

	.content-main{ min-height: 0; }

	.box-home-banner{ width: 100%; height: 220px; }
		.box-home-banner .logo{ left: 10px; bottom: 15px; max-width: 230px; max-height: 40px; }

	.title-big{ padding-right: 0; }
		.title-big:before{ right: 0; }
		.title-big:after{ display: none; }

	.left-menu{ position: relative; height: 83px; overflow: hidden; }
		.left-menu.expanded{ height: auto; }
		.left-menu.no-sub{ height: 46px; }
		.left-menu-title{ margin-bottom: 37px; }
		.left-menu .active{ position: absolute; top: 46px; left: 0; right: 0; }
		.left-menu a{ padding: 10px; }
			.left-menu .active a:after{ content: "\f107"; float: right; font-family: "FontAwesome"; }
			.left-menu.expanded .active a:after{ content: "\f106"; }

	.box-title{ margin-top: 0; }

	.logo-footer-wrapper{ display: block; }
	.logo-footer{ float: left; width: 50%; height: auto; padding: 7px 25px;}
}

/* XS Mobile */
@media (min-width: 540px) and (max-width: 767px) {
}

/* XXS Mobile */
@media (max-width: 539px) {
	.content-main{ padding: 10px; }

	.section-header .logo > img{width: 250px;}

	.box-home{ padding-top: 15px; text-align: center; }
		.box-home .text{ width: 100%; margin-bottom: 120px; text-align: left; }
		.box-home a{ float: none; }
}

/* 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: fixed; top: 0px; left: 0px; z-index: 9999999; width: 100%; min-height: 100% !important; background-color:rgba(255, 255, 255, 1); }
.loading .loading-image{ position: fixed; top: 49%; top: 50%; left: 50%; z-index: 9999999; width: 70px; height: 69px; margin:  -35px 0 0 -35px; padding: 7px 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: #ec6602; color: #fff; }
::-moz-selection{ background: #ec6602; color: #fff; }
::-webkit-selection{ background: #ec6602; color: #fff; }
::-ms-selection{ background: #ec6602; color: #fff; }
::-o-selection{ background: #ec6602; color: #fff; }



/*  PLACEHOLDER COLOR
================================================================================================================================== */
::-webkit-input-placeholder { color: #aaa !important; opacity: 1; }
::-moz-placeholder { color: #aaa !important; opacity: 1; }
:-ms-input-placeholder { color: #aaa !important; opacity: 1; }
input:-moz-placeholder { color: #aaa !important; opacity: 1; }

:disabled::-webkit-input-placeholder { opacity: 0.5; }
:disabled::-moz-placeholder { opacity: 0.5; }
:disabled:-ms-input-placeholder { opacity: 0.5; }
:disabled:-moz-placeholder { opacity: 0.5; }

