@charset "utf-8";

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



/*	MAIN ELEMENTS
================================================================================================================================== */
html, body{ min-height: 100%; height: 100%; }
body{ min-height: 100%; padding-left: 50%; color: #000; font-family: "Proximanova"; font-size: 14px; }
.body-wrapper{ background-color: #f6f6f6; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family: "Proximanova"; font-weight: normal; text-transform: uppercase; }
a{ color: #333; }
	a:hover, a:focus{ color: #b60d0d; text-decoration: none; }
p{ margin-bottom: 15px; }

.color-1{ color: #b60d0d; }


/*	GENERAL STYLES
================================================================================================================================== */
.select-wrapper{ position: relative; height: 34px; border: 1px solid; }
.select-wrapper:after{ content: "\f0d7"; position: absolute; top: 0px; right: 0px; width: 32px; height: 100%; padding-top: 7px; 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: 3px 6px; 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(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; }

.single-line{ line-height: 1; }
.one-half-line{ line-height: 1.5; }
.double-line{ line-height: 2; }


/*	HEADER 
================================================================================================================================== */
.section-header{ position: fixed; top: 0px; left: 0px; width: 50%; height: 100%; max-height: 100%; z-index: 99; padding: 50px 50px 0; background-color: #fff; background-image: url("../images/bgHeader.png"); background-position: 100% 150px; background-repeat: no-repeat; }
	.section-header .container{}

	.logo{ margin-top: -10px; }

	.social-wrapper{ display: inline-block; margin-right: 20px; }
	.social{ display: inline-block; width: 34px; height: 34px; line-height: 32px; padding-top: 2px; color: #fff; background-color: #000; border-radius: 50%; font-size: 18px; text-align: center; }

	.langs{ position: relative; display: inline-block; }
	.langs-toggle{ display: inline-block; height: 26px; line-height: 26px; padding: 0 5px; }
	.langs-list{ position: absolute; top: 100%; right: 0px; z-index: 9; display: inline-block; width: 100%; height: 0px; background-color: #fff; overflow: hidden; }
		.langs-list.expanded{ height: auto; border: 1px solid #000; }
	.langs-list a{ float: left; position: relative; display: inline-block; width: 100%; line-height: 20px; text-align: center; }


.main-menu{ margin: 80px 0; padding: 0; font-size: 16px; font-weight: bold; }
	.main-menu li{ margin-bottom: 30px; }
	.main-menu li a{ line-height: 1; color: #000; }
	.main-menu li.active a, .main-menu li a:hover{ color: #b60d0d; }
	.main-menu li a:before{ content: ""; display: inline-block; width: 17px; height: 16px; margin-right: 13px; border-bottom: 4px solid #b60d0d; }



/*	PAGE-CLASSES
================================================================================================================================== */
/* Genel section wrapper stilleri */
.section{ position: relative; min-height: 100%; }
    .section .container{ }

	.title{ margin: 35px 0; font-weight: normal; }
	.title-bg-black{ padding: 10px; color: #fff; background-color: #000; }
	.title-bg-grey{ display: block; width: 100%; line-height: 1; margin-bottom: 5px; padding: 15px 10px; color: #fff; background-color: #cdcdcd; }


/* home */
.section-anasayfa{ min-height: 50%; padding: 20px; color: #fff; background-image: url("../images/bgHome.png"); background-size: cover; background-position: center; }
.section-wall{ min-height: 50%; padding: 5% 20px; background-image: url("../images/bgWall.png"); }

	.box-product{ display: block; height: 210px; text-align: center; }
	.box-product .image{ height: 200px; margin-bottom: -15px; }
	.box-product .title{ position: relative; z-index: 2; display: inline-block; min-width: 80px; max-width: 96%; line-height: 1; margin: 0 auto; padding: 5px; color: #fff; background-color: #000; }
		.box-product:hover .title{ background-color: #b60d0d; }


    .box-red{border: 1px solid #b60d0d; border-radius: 5px;}


/* icerik */
.section-icerik{ padding-bottom: 20px; }

	.news{ margin-bottom: 5px; }
	.news-toggle{ position: relative; display: block; width: 100%; line-height: 1; padding: 15px 30px 15px 10px; color: #fff !important; background-color: #cdcdcd; font-size: 16px; }
		.news:nth-child(2n) .news-toggle{ background-color: #a3a3a3; }
		.news-toggle:after{ content: "\f0d7"; position: absolute; top: 50%; right: 10px; margin-top: -7px; font-family: "FontAwesome"; font-size: 12px; }
	.news-content{ height: 0px; overflow: hidden; }
	/*.news.expanded .news-toggle, .news-toggle:hover{ background-color: #b60d0d !important; }*/
	.news.expanded .news-toggle:after{ content: "\f0d8"; }
	.news.expanded .news-content{ height: auto; }

	.reference{ display: block; width: 100%; line-height: 1; margin-bottom: 5px; padding: 15px 10px; color: #fff !important; background-color: #cdcdcd; font-size: 16px; }
		.reference:nth-child(2n){ background-color: #a3a3a3; }
		.reference:hover{ background-color: #b60d0d !important; }

	.product-overlay{ position: absolute; top: 0px; right: 0px; z-index: 9; width: 100%; min-height: 100% !important; background-color: rgba(0,0,0,.2); }
	.product-popup{ position: fixed; top: 50%; left: 75%; z-index: 10; width: 600px; padding: 15px; background-color: #fff; }
	.product-close{ position: absolute; top: -60px; right: 0px; display: inline-block; width: 60px; height: 60px; line-height: 60px; background-color: #000; text-align: center; }

	.image-box-product{ height:150px; }


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

	.google-map{ height: 330px; margin-bottom: 30px; border: 10px solid #fff; }
	.gm-style-cc, .gm-style a img{ display: none; }

	.select-wrapper-form{ border: 1px solid #efefef; border-radius: 3px; background-color: #efefef; }
	.select-wrapper-form:after{ background-color: #efefef; color: #000; }
	.select-wrapper-form select{ color: #000; }

    .select-wrapper-custom{ border: 1px solid #e7e8e9; background-color: #f2f4f5; }
    .select-wrapper-custom:after{ background-color: #f2f4f5; color: #393c3d; }
    .select-wrapper-custom select{ color: #393c3d; }



/*	FOOTER
================================================================================================================================== */
.section-footer{ position: fixed; bottom: 0px; left: 0px; z-index: 100; width: 50%; min-height: 125px; padding: 15px 10px 0 50px; color: #fff; background-color: #000; font-size: 13px; }

	.copyright{ padding-top: 35px; }



/*  MEDIA QUERIES (ENABLE WHEN RESPONSIVE)
================================================================================================================================== */
/* Mobile */
@media (max-width: 767px) {
	/* header */
	.section-header{ padding: 20px 0 10px; background-size: 60%; }
	.social-wrapper{ margin-right: 10px; }
	.main-menu{ margin: 20px 0; }
	.main-menu li{ margin-bottom: 10px; }
	/* home */
	.section-anasayfa, .section-wall{ padding: 20px 0; }
	/* icerik */
	.box-product{ height: 160px; }
	.box-product .image{ height: 150px; }
	/* footer */
	.section-footer{ height: auto; padding: 10px 0; }
	.copyright{ padding-top: 0; }
}


/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
	/* header */
	.section-header{ padding: 25px; }
	.main-menu{ margin: 40px 0; }
	.main-menu li{ margin-bottom: 20px; }
	/* footer */
	.section-footer{ padding: 15px 25px 0; }
}


/* Tablet & Mobile */
@media (max-width: 991px) {
	body{ padding: 0; }
	.loading{ width: 100% !important; }
	/* header */
	.section-header{ position: static; width: 100%; height: auto; background-position: 100% 75px; }
	/* home */
	.body-wrapper, .section, .section-anasayfa, .section-wall{ min-height: 0 !important; }
	/* icerik */
	.product-popup{ width: 50%; top: 50%; left: 50%; }
	/* footer */
	.section-footer{ position: static; width: 100%; }

    /* icerik */
    .product-popup{ width: 50%; top: 50%; left: 50%; }
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
	/* header */
	.section-header{ padding-left: 5px; padding-right: 5px; background-position: 100% 75px; }
	/* icerik */
	.product-popup{ width: 480px; }
	/* footer */
	.section-footer{ padding: 15px 5px 0; }
}

/* Desktop Large */
@media (min-width: 992px) {
}


/* Desktop & Tablet Height < 768 */
@media (min-width: 768px) and (max-height: 767px) {
	/* header */
	.section-header{ padding-top: 25px; background-position: 100% 75px; background-size: 50%; }
	.main-menu{ margin: 35px 0; }
	.main-menu li{ margin-bottom: 20px; }
}

/* Desktop & Tablet Height < 600 */
@media (min-width: 768px) and (max-height: 600px) {
	/* header */
	.main-menu{ margin: 20px 0; }
	.main-menu li{ margin-bottom: 10px; }
	/* footer */
	.section-footer{ min-height: 100px; padding-top: 5px; }
}

/* 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; right: 0px; z-index: 9999999; width: 50%; min-height: 100% !important; background-color: rgba(0,0,0,.2); }
.loading .loading-image{ position: absolute; top: 49%; top: 50%; 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: #b2d3fa; color: #fff; }
::-moz-selection{ background: #b2d3fa; color: #fff; }
::-webkit-selection{ background: #b2d3fa; color: #fff; }
::-ms-selection{ background: #b2d3fa; color: #fff; }
::-o-selection{ background: #b2d3fa; color: #fff; }
