@charset "utf-8";
/* CSS Document */
@keyframes moveDown{
    0% { 
        opacity: 0;
    }
    100% { 
        opacity: 1;
    }
}
@-webkit-keyframes moveDown{
    0% { 
        opacity: 0;
    }
    100% { 
        opacity: 1;
    }
}
@-moz-keyframes moveDown{
    0% { 
        opacity: 0;
    }
    100% { 
        opacity: 1;
    }
}
@-o-keyframes moveDown{
    0% { 
        opacity: 0;
    }
    100% { 
        opacity: 1;
    }
}
@font-face{
	font-family:'Raleway-Regular';
	src:url(fonts/Raleway-Regular_gdi.eot);
	src:url(fonts/Raleway-Regular_gdi.eot?#iefix) format('embedded-opentype'),
	url(fonts/Raleway-Regular_gdi.woff) format('woff'),
	url(fonts/Raleway-Regular_gdi.ttf) format('truetype'),
	url(fonts/Raleway-Regular_gdi.svg#Raleway-Regular) format('svg');
	font-weight:400;
	font-style:normal;
	font-stretch:normal;
	unicode-range:U+0020-0237;
}
@font-face{
	font-family:'Raleway-SemiBold';
	src:url(fonts/Raleway-SemiBold_gdi.eot);
	src:url(fonts/Raleway-SemiBold_gdi.eot?#iefix) format('embedded-opentype'),
	url(fonts/Raleway-SemiBold_gdi.woff) format('woff'),
	url(fonts/Raleway-SemiBold_gdi.ttf) format('truetype'),
	url(fonts/Raleway-SemiBold_gdi.svg#Raleway-SemiBold) format('svg');
	font-weight:600;
	font-style:normal;
	font-stretch:normal;
	unicode-range:U+0020-0237;
}
@font-face{
	font-family:'Raleway-Bold';
	src:url(fonts/Raleway-Bold_gdi.eot);
	src:url(fonts/Raleway-Bold_gdi.eot?#iefix) format('embedded-opentype'),
	url(fonts/Raleway-Bold_gdi.woff) format('woff'),
	url(fonts/Raleway-Bold_gdi.ttf) format('truetype'),
	url(fonts/Raleway-Bold_gdi.svg#Raleway-Bold) format('svg');
	font-weight:700;
	font-style:normal;
	font-stretch:normal;
	unicode-range:U+0020-0237;
}
body {
	margin:0px;
	font-family: 'Roboto', sans-serif;
	font-size:100%;
}
a {
	text-decoration:none;
}
img {
	border:0px;
}
a img {
	border:0px;
}
select::-ms-expand {
    display: none;
}
select {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}
.resim_ortala {
	display:table-cell;
	vertical-align:middle;
}
.clr {
	clear:both;
}
.overflow {
	overflow: hidden;
}

.header {
    position: absolute;
    margin-top: 10px;
    width: 100%;
    height: 100px;
    z-index: 3;
}
.header_bg {
    margin: 26px auto 0px auto;
    width: 960px;
    height: 70px;
	background: rgb(235,235,235); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,235,235,1) 5%, rgba(238,238,238,1) 10%, rgba(240,240,240,1) 15%, rgba(199,200,202,1) 35%, rgba(199,200,202,1) 40%, rgba(235,235,235,1) 70%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,rgba(235,235,235,1)), color-stop(10%,rgba(238,238,238,1)), color-stop(15%,rgba(240,240,240,1)), color-stop(35%,rgba(199,200,202,1)), color-stop(40%,rgba(199,200,202,1)), color-stop(70%,rgba(235,235,235,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 5%,rgba(238,238,238,1) 10%,rgba(240,240,240,1) 15%,rgba(199,200,202,1) 35%,rgba(199,200,202,1) 40%,rgba(235,235,235,1) 70%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,235,235,1) 5%,rgba(238,238,238,1) 10%,rgba(240,240,240,1) 15%,rgba(199,200,202,1) 35%,rgba(199,200,202,1) 40%,rgba(235,235,235,1) 70%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,235,235,1) 5%,rgba(238,238,238,1) 10%,rgba(240,240,240,1) 15%,rgba(199,200,202,1) 35%,rgba(199,200,202,1) 40%,rgba(235,235,235,1) 70%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,235,235,1) 5%,rgba(238,238,238,1) 10%,rgba(240,240,240,1) 15%,rgba(199,200,202,1) 35%,rgba(199,200,202,1) 40%,rgba(235,235,235,1) 70%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border:1px solid #cfcfcf;
	box-shadow: inset 0px 1px 0px #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.logo {
	float: left;
	margin-top: -9px;
    margin-left: 3.4375%;
	background: #00a13a;
	width: 30.9375%;
	height: 86px;
	border:1px solid #009640;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 18px 0px 12px -18px rgba(0,0,0,0.8), -18px 0px 12px -18px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 18px 0px 12px -18px rgba(0,0,0,0.8), -18px 0px 12px -18px rgba(0,0,0,0.8);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 18px 0px 12px -18px rgba(0,0,0,0.8), -18px 0px 12px -18px rgba(0,0,0,0.8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: table;
	position: relative;
}
.logo a {
	display:table-cell;
	vertical-align:middle;
}
.logo a img {
	display: block;
	margin: 0px auto;
	width: 90%;
}
.menu_ac {
    float: right;
    margin-top: 15px;
    margin-right: 3%;
    font-size: 30px;
    color: #0F731B;
    display: none;
    z-index: 100;
    position: relative;
}
.menu_kapat {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: block;
	z-index: 100;
	cursor: pointer;
	display: none;
}
.menu {
	float: right;
	width: 62.5%;
	height: 68px;
}
.menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
.menu ul li {
	float: left;
	border-right: 1px solid #ffffff;
	box-shadow: inset -1px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset -1px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset -1px 0px 0px rgba(0,0,0,0.2);
	width: 16.66666666666667%;
}
.menu ul li:last-child {
	border-right: 0px solid #ffffff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.menu ul li a {
	float: left;
	width: 100%;
	margin-top: 18px;
	height: 50px;
	line-height: 35px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #58595b;
	text-transform: capitalize;
}
.menu .acilir:hover {
	border-right: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.menu .acilir:hover a {
	background: #00a13a;
	border:1px solid #349930;
	border-bottom: none;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-ms-border-radius: 7px 7px 0px 0px;
	-o-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	color: #ffffff;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.6);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.6);
}
.menu .acilir:hover a:after {
    content: "\f078";
    font-family: FontAwesome;
    display: block;
    margin-top: -5px;
    width: 100%;
    line-height: 10px;
}
.menu .acilir ul {
	position: absolute;
	margin-top: 68px;
	width: 165px;
	margin-left:0px;
	background: #00a13a;
	border:1px solid #349930;
	border-top:none;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-ms-border-radius: 0px 7px 7px 7px;
	-o-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	display: none;
}
.menu .acilir:hover ul {
	display: block;
}
.menu .acilir ul li {
	float: left;
	width: 100%;
	height: 36px;
	border-right:1px solid #349930;
    box-shadow: none;
}
.menu .acilir ul li a {
    float: left;
    margin-top: 0px;
    padding-left: 10px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: left;
	font-size: 12px;
	font-weight: 200;
}
.menu .acilir ul li:hover a,
.menu .acilir:hover ul li a {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	border:none;
	background: none;
}
.menu .acilir ul li:hover a {
	margin-top: 0px;
	height: 36px;
	line-height: 36px;
	background: #009134;
	border-top: 1px solid #349930;
	border-bottom: 1px solid #349930;
}
.menu .acilir ul li:hover a:after,
.menu .acilir:hover ul li a:after {
	display: none;
}
.banner_content {
	width: 100%;
	position: relative;
}
.banner {
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.main_content {
	position: absolute;
    bottom: 18px;
    width: 100%;
    min-height: 172px;
}
.main_ortala {
	margin: 0px auto;
	width: 960px;
	min-height: 172px;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(230,231,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(230,231,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(230,231,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(230,231,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(230,231,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(230,231,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e7e8',GradientType=0 ); /* IE6-9 */
	border:1px solid #008931;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.main_box {
	float: left;
	width: 33.3333334%;
	height: 170px;
	border-right: 1px solid #008931;
	box-shadow: inset -7px 0px 10px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset -7px 0px 10px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset -7px 0px 10px -3px rgba(0,0,0,0.2);
}
.main_box:last-child {
	border-right: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.main_box .main_box_baslik {
	float: left;
	margin-top: 11px;
	background: url('../../images/gradient.png'), rgb(20,99,17); /* Old browsers */
	background: url('../../images/gradient.png'), -moz-linear-gradient(left,  rgba(20,99,17,1) 0%, rgba(0,161,58,1) 54%, rgba(0,161,58,1) 63%, rgba(15,115,27,1) 100%); /* FF3.6-15 */
	background: url('../../images/gradient.png'), -webkit-linear-gradient(left,  rgba(20,99,17,1) 0%,rgba(0,161,58,1) 54%,rgba(0,161,58,1) 63%,rgba(15,115,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: url('../../images/gradient.png'), linear-gradient(to right,  rgba(20,99,17,1) 0%,rgba(0,161,58,1) 54%,rgba(0,161,58,1) 63%,rgba(15,115,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146311', endColorstr='#0f731b',GradientType=1 ); /* IE6-9 */
	border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 0px 7px 7px 0px;
	-moz-border-radius: 0px 7px 7px 0px;
	width: 65%;
	height: 31px;
	line-height: 31px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}
.neler_yapiyoruz {
	background: url(../../images/neler_yapiyoruz_bg.png) 90% 80% no-repeat;
}
.devam_eden_isler {
	background: url(../../images/devam_edenisler_bg.png) 94% 65% no-repeat;
}
.bizden_haberler {
	background: url(../../images/bizden_haberler_bg.png) 94% 80% no-repeat;
}
.neler_yapiyoruz a,
.devam_eden_isler a,
.bizden_haberler a {
	float: left;
	display: block;
	padding-top: 20px;
    padding-left: 10%;
    width: 65%;
	line-height: 21px;
	font-size: 14px;
	color: #58595b;
}
.hakkimizda_icerik {
    float: left;
    margin-top: 10px;
    padding-left: 10%;
    width: 90%;
    height: 108px;
    overflow: hidden;
}
.hakkimizda_icerik a {
    float: left;
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    color: #58595b;
}

.main_haber_donen {
    float: left;
    margin-top: 10px;
    padding-left: 10%;
    width: 90%;
    height: 105px;
    overflow: hidden;
}
.main_haber {
	float: left;
	width: 95%;
}
.main_haber .main_haber_baslik {
    float: left;
    display: block;
    width: 100%;
    line-height: 21px;
    font-size: 14px;
    font-weight: bold;
    color: #58595b;
}
.main_haber .main_haber_icerik {
    float: left;
    margin-top: 5px;
    display: block;
    width: 100%;
    height: 72px;
    line-height: 18px;
    font-size: 12px;
    color: #58595b;
    overflow: hidden;
}
.footer {
	width: 100%;
	min-height: 335px;
	background: #00a13a;
	border-top: 1px solid #0c4e09;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3), inset 0px 25px 20px -10px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3), inset 0px 25px 20px -10px rgba(0,0,0,0.4);
	-mox-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3), inset 0px 25px 20px -10px rgba(0,0,0,0.4);
}
.footer_content {
	margin: 0px auto;
	width: 960px;
	min-height: 335px;
	background: url('../../images/footer_bg.png') center bottom no-repeat;
}
.footer_solmenu {
	float: left;
	margin: 25px 1.041666666666667% 0px 1.041666666666667%;
	width: 14.58333333333333%;
}
.footer_solmenu .footer_solmenu_baslik {
	float: left;
	padding-left: 15px;
	width: 100%;
	line-height: 36px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
	border-bottom: 1px solid #0c4e09;
}
.footer_solmenu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
.footer_solmenu ul li {
	float: left;
	width: 100%;
	background: #146311;
	border-right: 1px solid #0c4e09;
	border-bottom: 1px solid #0c4e09;
}
.footer_solmenu ul li a {
	float: left;
	padding-left: 25px;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}
.footer_ortamenu {
	float: left;
	margin: 25px 1.041666666666667% 0px 1.041666666666667%;
	width: 25%;
}
.footer_ortamenu .footer_ortamenu_baslik {
	float: left;
	padding-left: 15px;
	width: 100%;
	line-height: 36px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}
.footer_ortamenu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	width: 100%;
}
.footer_ortamenu ul li {
	float: left;
	width: 100%;
	line-height: 34px;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}
.footer_ortamenu ul li a {
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}


.footer_sagmenu {
	float: left;
	margin: 25px 1.041666666666667% 0px 1.041666666666667%;
	width: 28%;
}
.footer_sagmenu .footer_sagmenu_baslik {
	float: left;
	padding-left: 15px;
	width: 100%;
	line-height: 36px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}
.footer_sagmenu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	width: 100%;
}
.footer_sagmenu ul li {
	float: left;
	width: 100%;
	line-height: 34px;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}
.footer_sagmenu ul li a {
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}
.footer_sag {
	float: left;
	margin: 35px 1.041666666666667% 0px 1.041666666666667%;
	width: 22.91666666666667%;
}
.footer_sag img.altlogo {
	margin: 10px auto;
	display: block;
	max-width: 220px;
}
.copy {
	float: left;
	margin: 0px 0px 30px 0px;
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
	text-align: center;
}
.ebulten {
	float: left;
	margin: 10px 0px;
	width: 100%;
}
.ebulten_baslik {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #0c4e09;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}
.ebulten .ebulten_input {
	float: left;
	margin: 10px 4.545454545454545% 0px 0px;
	padding: 0px 10px;
	width: 68.18181818181818%;
	height: 30px;
	border:1px solid #ffffff;
	box-shadow: inset 0px 0px 7px rgba(0,0,0,0.2), 0px 0px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 7px rgba(0,0,0,0.2), 0px 0px 7px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 7px rgba(0,0,0,0.2), 0px 0px 7px rgba(0,0,0,0.2);
	outline: none;
	font-size: 11px;
	color: #b1b3b6;
}
.ebulten .ebulten_button {
	float: left;
	margin: 10px 0px 0px 0px;
	background: #349930;
	width: 27.27272727272727%;
	height: 30px;
	font-size: 11px;
	font-weight: 700;
	color: #ffffff;
	box-shadow: inset 0px 0px 7px rgba(0,0,0,0.2), 0px 0px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 7px rgba(0,0,0,0.2), 0px 0px 7px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 7px rgba(0,0,0,0.2), 0px 0px 7px rgba(0,0,0,0.2);
	border:none;
	outline: none;
}
.tasarim {
	float: left;
	margin-top: 20px;
    margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.tasarim img {
	display: inline-block;
	max-width: 64px;
}
.altsayfa_resim {
	width: 100%;
	height: 235px;
}
.kurumsal_resim {
	background: url(../../images/kurumsal_resim.jpg) top center no-repeat;
}
.altsayfa_main {
	padding-bottom: 20px;
	width: 100%;
	min-height: 500px;
	background: #efeff0;
	border-top: 1px solid #efeff0;
	box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.altsayfa_main_content {
	margin: -55px auto 0px auto;
	width: 960px;
	min-height: 720px;
	background: #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 10px 100px -40px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 10px 100px -40px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 100px -40px rgba(0,0,0,0.5);
	position: relative;
}
.altsayfa_main_content_b {
	margin: -55px auto 0px auto;
	width: 960px;
	min-height: 555px;
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 80%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 80%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 80%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 80%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 80%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 10px 100px -40px rgba(0,0,0,0.5), inset 0px -2px 0px 0px #f6f6f6, inset 2px 0px 0px 0px #f6f6f6;
	-webkit-box-shadow: 0px 10px 100px -40px rgba(0,0,0,0.5), inset 0px -2px 0px 0px #f6f6f6, inset 2px 0px 0px 0px #f6f6f6;
	-moz-box-shadow: 0px 10px 100px -40px rgba(0,0,0,0.5), inset 0px -2px 0px 0px #f6f6f6, inset 2px 0px 0px 0px #f6f6f6;
	position: relative;
	z-index: 0;
}
.solmenu {
	float: left;
	position: absolute;
	width: 22.91666666666667%;
	height: 100%;
	min-height: 100%;
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(246,246,246,1) 30%, rgba(246,246,246,1) 80%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(30%,rgba(246,246,246,1)), color-stop(80%,rgba(246,246,246,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	border-radius: 7px 0px 0px 7px;
	-webkit-border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
	box-shadow: inset 0px -2px 0px 0px #f6f6f6, inset 2px 0px 0px 0px #f6f6f6;
	-webkit-box-shadow: inset 0px -2px 0px 0px #f6f6f6, inset 2px 0px 0px 0px #f6f6f6;
	-moz-box-shadow: inset 0px -2px 0px 0px #f6f6f6, inset 2px 0px 0px 0px #f6f6f6;
	z-index: 1;
}
.solmenu .solmenu_baslik {
	float: left;
    background: url('../../images/gradient.png'), rgb(20,99,17);
    background: url('../../images/gradient.png'), -moz-linear-gradient(left, rgba(20,99,17,1) 0%, rgba(0,161,58,1) 54%, rgba(0,161,58,1) 63%, rgba(15,115,27,1) 100%);
    background: url('../../images/gradient.png'), -webkit-linear-gradient(left, rgba(20,99,17,1) 0%,rgba(0,161,58,1) 54%,rgba(0,161,58,1) 63%,rgba(15,115,27,1) 100%);
    background: url('../../images/gradient.png'), linear-gradient(to right, rgba(20,99,17,1) 0%,rgba(0,161,58,1) 54%,rgba(0,161,58,1) 63%,rgba(15,115,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146311', endColorstr='#0f731b',GradientType=1 );	border-radius: 7px 0px 0px 0px;
	-webkit-border-radius: 7px 0px 0px 0px;
	-moz-border-radius: 7px 0px 0px 0px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0px 2px 0px 0px #f6f6f6;
}
.solmenu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	list-style-position: inside;
	list-style-type: disc;
	width: 100%;
	font-weight: 500;
	color: #58595b;
}
.solmenu ul li {
	float: left;
	padding: 0px 20px;
	width: 100%;
}
.solmenu ul li a {
	display: inline-block;
	width: 90%;
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	font-weight: 500;
	color: #58595b;
	text-transform: capitalize;
}
.solmenu ul li:hover a {
	color: #0F731B;
}
.solmenu ul .active {
	color: #0F731B;
}
.solmenu ul .active a {
	color: #0F731B;
}
.altsayfa_icerik {
	float: left;
	padding-left: 25%;
	padding-right: 1.041666666666667%;
	width: 100%;
	line-height: 21px;
	font-size: 14px;
	color: #58595b;
	position: relative;
	z-index: 0;
}
.altsayfa_icerik_b {
	float: left;
	padding-left: 1.041666666666667%;
	padding-right: 1.041666666666667%;
	width: 100%;
	line-height: 21px;
	font-size: 14px;
	color: #58595b;
	position: relative;
	z-index: 0;
}
.sitemap {
	float: left;
	margin-top: 10px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #939598;
	text-transform: capitalize;
}
.sitemap a {
	font-size: 11px;
	color: #939598;
	text-transform: capitalize;
}
.altsayfa_icerik_baslik {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	font-weight: 400;
	color: #0F731B;
	text-transform: uppercase;
}
.kalite_belgelerimiz {
	float: left;
	margin-top: 20px;
	width: 100%;
	text-align: left;
}
.belge {
	display: inline-block;
	margin: 0px 10px;
}
.belge img {
	max-width: 140px;
	display: block;
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
}
.belge:hover img {
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
}
.belge .belge_adi {
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #58595b;
	text-transform: uppercase;
	text-align: center;
}
.belge:hover .belge_adi {
	color: #0F731B;
}
.referans {
	float: left;
	margin: 15px 1.382978723404255% 10px 1.382978723404255%;
    width: 21.27659574468085%;
    height: 190px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.referans_resim {
	float: left;
	width: 100%;
	height: 160px;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	position: relative;
	z-index: 5;
	box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.4);
}
.referans_resim a {
	position: absolute;
	width: 100%;
	height: 160px;
	line-height: 160px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background:rgba(0, 161, 58, 0.4);
	display: none;
}
.referans:hover .referans_resim a {
	display: block;
}
.referans_resim img {
	width: 100%;
}
.referans_adi {
	float: left;
	position: relative;
	z-index: 0;
	margin-top: -5px;
	padding-top: 5px;
	width: 100%;
	height: 35px;
	line-height: 30px;
	background: rgb(235,235,236); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(235,235,236,1) 0%, rgba(246,246,246,1) 30%, rgba(246,246,246,1) 80%, rgba(235,235,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(235,235,236,1)), color-stop(30%,rgba(246,246,246,1)), color-stop(80%,rgba(246,246,246,1)), color-stop(100%,rgba(235,235,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebec', endColorstr='#ebebec',GradientType=1 ); /* IE6-9 */
	font-size: 14px;
	font-weight: 400;
	color: #58595b;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-ms-border-radius: 0px 0px 7px 7px;
	-o-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	text-align: center;
	text-transform: uppercase;
	overflow:hidden;
}
.referans:hover .referans_adi {
    background: url('../../images/gradient.png'), rgb(20,99,17);
    background: url('../../images/gradient.png'), -moz-linear-gradient(left, rgba(20,99,17,1) 0%, rgba(0,161,58,1) 54%, rgba(0,161,58,1) 63%, rgba(15,115,27,1) 100%);
    background: url('../../images/gradient.png'), -webkit-linear-gradient(left, rgba(20,99,17,1) 0%,rgba(0,161,58,1) 54%,rgba(0,161,58,1) 63%,rgba(15,115,27,1) 100%);
    background: url('../../images/gradient.png'), linear-gradient(to right, rgba(20,99,17,1) 0%,rgba(0,161,58,1) 54%,rgba(0,161,58,1) 63%,rgba(15,115,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146311', endColorstr='#0f731b',GradientType=1 );	color: #ffffff;
	text-shadow: 1px 1px 0px #000000;
}
.sayfalama {
	float: left;
	margin: 20px 0px;
	width: 100%;
	text-align: center;
}
.sayfalama a {
	display: inline-block;
	margin: 0px 2px; 
	width: 27px;
	height: 27px;
	line-height: 27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #d1d3d4;
	font-size: 12px;
	color: #58595b;
	background: rgb(235,235,236); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(235,235,236,1) 0%, rgba(246,246,246,1) 30%, rgba(246,246,246,1) 80%, rgba(235,235,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(235,235,236,1)), color-stop(30%,rgba(246,246,246,1)), color-stop(80%,rgba(246,246,246,1)), color-stop(100%,rgba(235,235,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebec', endColorstr='#ebebec',GradientType=1 ); /* IE6-9 */
}
.sayfalama a:hover {
    background: rgb(20,99,17);
    background: -moz-linear-gradient(left, rgba(20,99,17,1) 0%, rgba(0,161,58,1) 54%, rgba(0,161,58,1) 63%, rgba(15,115,27,1) 100%);
    background: -webkit-linear-gradient(left, rgba(20,99,17,1) 0%,rgba(0,161,58,1) 54%,rgba(0,161,58,1) 63%,rgba(15,115,27,1) 100%);
    background: linear-gradient(to right, rgba(20,99,17,1) 0%,rgba(0,161,58,1) 54%,rgba(0,161,58,1) 63%,rgba(15,115,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146311', endColorstr='#0f731b',GradientType=1 );	color: #ffffff;
	color: #ffffff;
	border:none;
}
.sayfalama a.active {
    background: rgb(20,99,17);
    background: -moz-linear-gradient(left, rgba(20,99,17,1) 0%, rgba(0,161,58,1) 54%, rgba(0,161,58,1) 63%, rgba(15,115,27,1) 100%);
    background: -webkit-linear-gradient(left, rgba(20,99,17,1) 0%,rgba(0,161,58,1) 54%,rgba(0,161,58,1) 63%,rgba(15,115,27,1) 100%);
    background: linear-gradient(to right, rgba(20,99,17,1) 0%,rgba(0,161,58,1) 54%,rgba(0,161,58,1) 63%,rgba(15,115,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146311', endColorstr='#0f731b',GradientType=1 );	color: #ffffff;
	border:none;
}

.urunler {
	float: left;
	margin: 15px 1.382978723404255% 10px 1.382978723404255%;
    width: 30%;
    height: 190px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.urun_resim {
	float: left;
	width: 100%;
	height: 160px;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	position: relative;
	z-index: 5;
	box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.4);
}
.urun_resim a {
	position: absolute;
	width: 100%;
	height: 160px;
	line-height: 160px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background:rgba(0, 161, 58, 0.4);
	display: none;
}
.urunler:hover .urun_resim a {
	display: block;
}
.urun_resim img {
	width: 100%;
}
.urun_adi {
	float: left;
	position: relative;
	z-index: 0;
	margin-top: -5px;
	padding-top: 5px;
	width: 100%;
	height: 35px;
	line-height: 30px;
	background: rgb(235,235,236); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(235,235,236,1) 0%, rgba(246,246,246,1) 30%, rgba(246,246,246,1) 80%, rgba(235,235,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(235,235,236,1)), color-stop(30%,rgba(246,246,246,1)), color-stop(80%,rgba(246,246,246,1)), color-stop(100%,rgba(235,235,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebec', endColorstr='#ebebec',GradientType=1 ); /* IE6-9 */
	font-size: 14px;
	font-weight: 400;
	color: #58595b;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-ms-border-radius: 0px 0px 7px 7px;
	-o-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
}
.urunler:hover .urun_adi {
    background: url('../../images/gradient.png'), rgb(20,99,17);
    background: url('../../images/gradient.png'), -moz-linear-gradient(left, rgba(20,99,17,1) 0%, rgba(0,161,58,1) 54%, rgba(0,161,58,1) 63%, rgba(15,115,27,1) 100%);
    background: url('../../images/gradient.png'), -webkit-linear-gradient(left, rgba(20,99,17,1) 0%,rgba(0,161,58,1) 54%,rgba(0,161,58,1) 63%,rgba(15,115,27,1) 100%);
    background: url('../../images/gradient.png'), linear-gradient(to right, rgba(20,99,17,1) 0%,rgba(0,161,58,1) 54%,rgba(0,161,58,1) 63%,rgba(15,115,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146311', endColorstr='#0f731b',GradientType=1 );
    color: #ffffff;
	text-shadow: 1px 1px 0px #000000;
}
.urun_detay_resim {
	float: left;
	width: 54.28571428571429%;
	height: 250px;
	overflow: hidden;
}
.urun_detay_resim img {
	width: 100%;
	max-width: 380px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.urun_detay_icerik {
	float: left;
	margin-left: 2.857142857142857%;
	width: 40%;
}
.urun_detay_icerik_baslik {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #58595b;
}
.urun_diger_resimleri {
	float: left;
	margin-top: 10px;
	width: 100%;
}
.urun_diger_resimleri .urun_diger_resimleri_baslik {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #58595b;
}
.detay_resim {
	float: left;
	margin: 10px 1.267605633802817%;
	width: 14.08450704225352%;
	height: 65px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.detay_resim a {
	position: absolute;
	width: 100%;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background:rgba(0, 161, 58, 0.4);
	display: none;
}
.detay_resim:hover a {
	display: block;
}
.detay_resim img {
	width: 100%;
	max-width: 100px;
}
.multimedya_altbaslik {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #58595b;
	text-align: center;
	text-transform: uppercase;
}
.galeri_resim {
	float: left;
	margin: 10px 0.9574468085106383%;
	width: 10.5%;
	height: 94px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.galeri_resim a {
	position: absolute;
	width: 100%;
	height: 94px;
	line-height: 94px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background:rgba(0, 161, 58, 0.4);
	display: none;
}
.galeri_resim:hover a {
	display: block;
}
.galeri_resim img {
	width: 100%;
	max-width: 100px;
}
.galeri_detay_resim {
	float: left;
	margin: 10px 1.267605633802817%;
	width: 13.80281690140845%;
	height: 94px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.galeri_detay_resim a {
	position: absolute;
	width: 100%;
	height: 94px;
	line-height: 94px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background:rgba(0, 161, 58, 0.4);
	display: none;
}
.galeri_detay_resim:hover a {
	display: block;
}
.galeri_detay_resim img {
	width: 100%;
	max-width: 100px;
}
.tumunugor_button {
	float: left;
	margin: 10px 35% 30px 35%;
	width: 30%;
	height: 30px;
	background: #00A13A;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.tumunugor_button a {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	text-transform: capitalize;
	text-align: center;
}
.referans_detay_resim {
	float: left;
    margin: 10px 1.382978723404255%;
    width: 21.27659574468085%;
	height: 190px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.referans_detay_resim img {
	width: 100%;
	max-width: 200px;
}
.referans_detay_resim a {
	position: absolute;
	width: 100%;
	height: 190px;
	line-height: 190px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background:rgba(23,82,177,0.4);
	display: none;
}
.referans_detay_resim:hover a {
	display: block;
}
.referans_detay_icerik {
	float: left;
	margin: 20px 0px;
	width: 100%;
}

.diger_referanslar_baslik {
	float: left;
	margin: 10px 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	font-weight: 400;
	color: #0F731B;
	text-transform: capitalize;
}
.diger_referanslar {
	float: left;
	width: 100%;
}
.diger_referans {
	float: left;
    margin: 10px 5%;
    width: 90%;
	height: 190px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.diger_referans .referans_resim {
	float: left;
	width: 100%;
	height: 160px;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	position: relative;
	z-index: 5;
	box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.4);
}
.diger_referans .referans_resim a {
	position: absolute;
	width: 100%;
	height: 160px;
	line-height: 160px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background:rgba(23,82,177,0.4);
	display: none;
}
.diger_referans:hover .referans_resim a {
	display: block;
}
.diger_referans .referans_resim img {
	width: 100%;
}
.diger_referans .referans_adi {
	float: left;
	position: relative;
	z-index: 0;
	margin-top: -5px;
	padding-top: 5px;
	width: 100%;
	height: 35px;
	line-height: 30px;
	background: rgb(235,235,236); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(235,235,236,1) 0%, rgba(246,246,246,1) 30%, rgba(246,246,246,1) 80%, rgba(235,235,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(235,235,236,1)), color-stop(30%,rgba(246,246,246,1)), color-stop(80%,rgba(246,246,246,1)), color-stop(100%,rgba(235,235,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(235,235,236,1) 0%,rgba(246,246,246,1) 30%,rgba(246,246,246,1) 80%,rgba(235,235,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebec', endColorstr='#ebebec',GradientType=1 ); /* IE6-9 */
	font-size: 14px;
	font-weight: 400;
	color: #58595b;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-ms-border-radius: 0px 0px 7px 7px;
	-o-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	text-align: center;
	text-transform: uppercase;
	overflow:hidden;
}
.diger_referans:hover .referans_adi {
	background: rgb(25,61,126); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(25,61,126,1) 0%, rgba(25,61,126,1) 20%, rgba(23,82,177,1) 60%, rgba(25,66,139,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(25,61,126,1)), color-stop(20%,rgba(25,61,126,1)), color-stop(60%,rgba(23,82,177,1)), color-stop(100%,rgba(25,66,139,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(25,61,126,1) 0%,rgba(25,61,126,1) 20%,rgba(23,82,177,1) 60%,rgba(25,66,139,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(25,61,126,1) 0%,rgba(25,61,126,1) 20%,rgba(23,82,177,1) 60%,rgba(25,66,139,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(25,61,126,1) 0%,rgba(25,61,126,1) 20%,rgba(23,82,177,1) 60%,rgba(25,66,139,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(25,61,126,1) 0%,rgba(25,61,126,1) 20%,rgba(23,82,177,1) 60%,rgba(25,66,139,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#193d7e', endColorstr='#19428b',GradientType=1 ); /* IE6-9 */
	color: #ffffff;
	text-shadow: 1px 1px 0px #000000;
}







.diger_referanslar .owl-pagination {
    float: left;
    width: 100%;
    text-align: center;
}
.diger_referanslar .owl-page {
    display: inline-block;
    margin: 0px 3px;
    width: 18px;
    height: 18px;
    background-color: #58595b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.diger_referanslar .owl-page.active,
.diger_referanslar .owl-page:hover {
    background-color: #0072bc;
}



.multimedya_haber {
	float: left;
	margin: 10px 2.127659574468085%;
	width: 45.74468085106383%;
	height: 335px;
}
.multimedya_haber .multimedya_haber_resim {
	float: left;
	width: 100%;
	height: 230px;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.multimedya_haber .multimedya_haber_resim img {
	width: 100%;
	max-width: 430px;
}
.multimedya_haber .multimedya_haber_baslik {
	float: left;
	margin-top: 15px;
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	font-weight: 700;
	color: #58595b;
	text-transform: uppercase;
}
.multimedya_haber:hover .multimedya_haber_baslik {
	color: #0F731B;
}
.multimedya_haber .multimedya_haber_aciklama {
	float: left;
	margin-top: 5px;
	width: 100%;
	height: 42px;
	line-height: 21px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #58595b;
}
.multimedya_haber .multimedya_haber_tarih {
	float: left;
	margin-top: 5px;
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 11px;
	font-weight: 400;
	color: #58595b;
	text-align: right;
}
.multimedya_haber:hover .multimedya_haber_tarih {
	color: #0F731B;
}

.multimedya_haber_list {
	float: left;
	margin: 10px 2.127659574468085%;
	width: 45.74468085106383%;
	height: 265px;
}
.multimedya_haber_list .multimedya_haber_resim {
	float: left;
	width: 100%;
	height: 160px;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.multimedya_haber_list .multimedya_haber_resim img {
	width: 100%;
	max-width: 430px;
}
.multimedya_haber_list .multimedya_haber_baslik {
	float: left;
	margin-top: 15px;
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	font-weight: 700;
	color: #58595b;
	text-transform: uppercase;
}
.multimedya_haber_list:hover .multimedya_haber_baslik {
	color: #0F731B;
}
.multimedya_haber_list .multimedya_haber_aciklama {
	float: left;
	margin-top: 5px;
	width: 100%;
	height: 42px;
	line-height: 21px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #58595b;
}
.multimedya_haber_list .multimedya_haber_tarih {
	float: left;
	margin-top: 5px;
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 11px;
	font-weight: 400;
	color: #58595b;
	text-align: right;
}
.multimedya_haber_list:hover .multimedya_haber_tarih {
	color: #0F731B;
}
.harita {
	float: left;
	width: 100%;
	height: 300px;
}
.iletisim_bilgileri {
	float: left;
	margin-top: 20px;
	width: 100%;
}
.iletisim_bilgileri .item {
	float: left;
}
.iletisim_bilgileri .item:nth-child(1) {
	width: 35.72340425531915%;
}
.iletisim_bilgileri .item:nth-child(2) {
	width: 20.82978723404255%;
}
.iletisim_bilgileri .item:nth-child(3) {
	width: 20.82978723404255%;
}
.iletisim_bilgileri .item:nth-child(4) {
	width: 20.82978723404255%;
}
.iletisim_bilgileri .item:nth-child(5) {
	width: 29.78723404255319%;
}
.iletisim_bilgileri .item:nth-child(2) .item_icerik,
.iletisim_bilgileri .item:nth-child(3) .item_icerik,
.iletisim_bilgileri .item:nth-child(4) .item_icerik,
.iletisim_bilgileri .item:nth-child(5) .item_icerik {
	line-height: 50px;
}
.iletisim_bilgileri .item .item_baslik  {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #0F731B;
}
.iletisim_bilgileri .item .item_icerik  {
	float: left;
	background: #0F731B;
	width: 100%;
	height: 50px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	text-shodow:1px 1px 0px #000000;
}
.iletisim_bilgileri .item:first-child .item_icerik {
	border-radius: 7px 0px 0px 7px;
	-webkit-border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
}
.iletisim_bilgileri .item:last-child .item_icerik {
	border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 0px 7px 7px 0px;
	-moz-border-radius: 0px 7px 7px 0px;
}
.iletisim_formu {
	float: left;
	margin-top: 40px;
	width: 100%;
}
.iletisim_formu .sol_kisim,
.iletisim_formu .sag_kisim {
	float: left;
	margin: 0px 1%;
	width: 48%;
}
.iletisim_input {
	float: left;
	margin-bottom: 10px;
	padding: 0px 20px;
	background: #ffffff;
	width: 100%;
	height: 35px;
	border:1px solid #e2e3e4;
	font-size: 14px;
	color: #bcbec0;
	outline: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.iletisim_input:focus {
	border:1px solid #b9cbe7;
	color: #0F731B;
}
.iletisim_textarea {
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	background: #ffffff;
	width: 100%;
	height: 122px;
	border:1px solid #e2e3e4;
	font-size: 14px;
	color: #bcbec0;
	outline: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	resize:none;
}
.iletisim_k_input {
	float: left;
	margin-bottom: 10px;
	padding: 0px 5px;
	width: 30.43478260869565%;
	height: 35px;
	border:1px solid #e2e3e4;
	font-size: 14px;
	color: #bcbec0;
	outline: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.guvenlik_kodu {
	float: left;
	margin-bottom: 10px;
	background: #FFF;
	width: 30.43478260869565%;
	height: 35px;
	border: 1px solid #c7c8ca;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	overflow:hidden;
}
.refresh_button {
	float: left;
	margin-bottom: 10px;
	width: 12.60869565217391%;
	height: 35px;
	border:none;
	outline: none;
	background:none;
	text-align: center;
    line-height: 35px;
}
.form_button {
	float: left;
	margin-bottom: 10px;
	margin-left: 3.695652173913043%;
	width: 22.82608695652174%;
	height: 35px;
	background: #0F731B;
	border:none;
	outline: none;
	font-size: 14px;
	color: #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;	
}
.katalog_goruntule {
	float: left;
	margin: 10px 2.127659574468085%;
	width: 95.74468085106383%;
}
.katalog_goruntule .katalog_resim {
	float: left;
	background: url('../../images/katalog_resim.png');
	background-size: cover;
	width: 60%;
	height: 235px;
}
.katalog_goruntule .katalog_yazi {
	float: left;
	padding-top: 40px;
	width: 40%;
	text-align: center;
}
.katalog_button {
	float: left;
	margin: 10px 35% 30px 35%;
	width: 30%;
	height: 30px;
	background: #00A13A;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.katalog_button a {
	float: left;
	margin: 0px 20%;
	width: 60%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}